Hi Experts,
I have requirements with the below scenario.
Scenario : My Custom Business Object
businessobject myaccdet {
[Label("Contract ID")] [AlternativeKey] element ContractID : ID; | ||
[Label("Contract Description")] element ContractDescription : AP.Common.GDT:MEDIUM_Description; | ||
[Label("Customer")] element AccountID : BusinessPartnerInternalID; | ||
[Label("Start Date")] element StartDate : Date; | ||
[Label("End Date")] element EndDate : Date; |
}
I have created the below screen using embed component
When i click on Contract ID from the table i can able to see the below screen QA screen but without data.
I have make the OBN for this and assign to Contract ID property "Navigation"
Below is my OBN that i have created for this embed component.
My BO Model for this embed component is like this.
Can anyone help me what the missing in this configuration or if any wrong configuration in above steps .
What are the standard method to open the QA or OIF from other screen with all the Data same as above requirement?
Many Thanks,
Mithun