cancel
Showing results for 
Search instead for 
Did you mean: 

How to Fill values in BAPI internal table ?

Former Member
0 Kudos

I am creating sales order from ABAP Dynpro , all the values are getting passed to bapi except those in internal table, it gives lead selection error and whn i change the cardinality of the Node to 1.1 to shows the page but whenever i create the SO it gives WRONG_DATA error . I debugged it and found the data in the internal table for material is not getting passed.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member515618
Active Participant
0 Kudos

Hi Jasjit,

Could you be a bit more clear about the issue you are facing.

Try using the cardinality 0:n for node that holds the data that you are passing as internal table to bapi.

Regards,

Sravan Varagani