Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi for 'WSOA1'

Former Member
0 Likes
402

MAY ANY ONE SUGGEST ME THAT HOW CAN I PREPARE MY INTERNAL TABLE FOR 'BAPI_ASSORTMENT_MAINTAINDATA'.

1 REPLY 1
Read only

Former Member
0 Likes
329

Declare table first

Data: MATERIALGROUP like BAPIE1WRS6 occurs 0 with header line

MATERIALGROUPX like BAPIE1WRS6X occurs 0 with header line

and so on.

fill the table and pass it to the function module.

What ever fields you will in MATERIALGROUP table make sure same field get crosses in MATERIALGROUPX table.

thanks

Amit