cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Sales Order using Web Dynpro

Former Member
0 Kudos

Hi SDN,

I want to create a Sales Order using Web Dynpro application. For that i have used "Bapi_Salesorder_Createfromdat2" as a adaptive RFC model. Every thing is fine and i could able to create a sales order for a single line item. But my intension is to create a sales order for multiple line items. So in the "Intialview" i have used a "Table" UI element to pass multiple line items. When i execute this application i could pass only single line item from this table. The table UI contol is not allowing to enter the second line item in the second row of the table. Can any one suggest me to solve this problem.

Thanks in advance.

Regards

Basha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Basha,

You need to create new element for the model node manually. For example: Create button "New item" and in action handler put someting like described here:

Best regards, Maksim Rashchynski.