Hi Experts,
I have 1 requirement.
Scenario : I have Custom Business object without any screen
businessobject customBO (
[AlternativeKey] element AccountID : BusinessPartnerInternalID;
element Field1 : ID;
element Field2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
element Field3 : LANGUAGEINDEPENDENT_MEDIUM_Text;
node (0,n) {
element ProductID : ProductID;
element ProductName : LANGUAGEINDEPENDENT_MEDIUM_Text;
element Price: Amount;
}
)
Create the embed component and under that make Table format as shown below
the Below Screen is Only Read-Only no access create record.
Field1 | Field2 | Field3 |
---|---|---|
Data1.1 | Data 1.2 | Data 1.3 |
Data 2.1 | Data 2.2 | Data 2.3 |
Data 3.1 | Data 3.2 | Data 3.3 |
I want to add this component under the Account_TI screen with New Tab.
Req#.
1) How to Add the above embed component(With Advance List Panel) on Account_TI screen attached to respective account?
2) How to Create the XML file input for the Same Custom Business object and once the XML file input upload the Data using XML file input data should be display in the Newly created tab with tabular form?
3) Under the Embed Component I want Hyperlink to Field1
Field1 | Field2 | Field3 |
---|---|---|
Data1.1 | Data 1.2 | Data 1.3 |
Data 2.1 | Data 2.2 | Data 2.3 |
Data 3.1 | Data 3.2 | Data 3.3 |
Once the User click on Data1.1 the pop-up comes with respective value the below details
The below screen only read-only no access to edit.
Pop-Up | |||||||||
---|---|---|---|---|---|---|---|---|---|
Root Level Details
AccountID : 123 Field1 : Data 1.1 Field2 : Data 1.2 Field3 : Data 1.3
Node Level Details :
|
4) How to make the XML file input for the same above requirement ?
I know that how to create the embed component for simple single level element (Simple Screen) and add to Account_TI screen but here i want AdvanceListPanel and display the the multiple data.
Also here there is no other screen for creation of the custom data as show above.
I know the How to make XML file input for Root level simple screen but this is also Data List as well as node level value with single account level so i have no idea about this.
Can anyone have idea how to achieve the above requirements using SDK ?
Many Thanks,
Mithun