Embedded component with Query on Salesquote in Account Screen.
Nov 19, 2017 at 06:18 PM|46 Views
Hi
I have a requirement to edit an extension field of a quote from the related customer Screen.
This is how i approached to Create an EC and add it to the Account screen but dumping when i executed. I have done something wrong and I don't know how to debug.
1. Data model
2. Inport
3. Event Handler
4. Query:
After creating i have bound the AccountID of Accoutscreen to Inport parameter.
Hope this link can help you: https://archive.sap.com/discussions/thread/3530117 In your EventHandler you should Read Input parameters and bind it to your structure, As I saw, you did not Read it, you Assign it.
Add comment