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 FM

Former Member
0 Likes
394

Hi folks,

I have requirement to populate classification view fields in customer master through LSMW BAPI method BAPI_CLASS_GET_CLASSIFICATIONS ,i need to populate classtype ,class and fields

FUNCTIONAL NAME TABLENAME FIELDNAME

Bottler Business Unit RCTMS MNAME(01)

Bottler Marketing Unit RCTMS MNAME(02)

Bottler Territory RCTMS MNAME(03)

Bottler GMA RCTMS MNAME(04)

i have structures for class type ,class now where should i populate these fields in which structure ?can any body reply me ,POINTS will be awarded for answers .

1 REPLY 1
Read only

Former Member
0 Likes
362

Hi,

You can pass Classtype and class num directly by storing them in variables which should be of type BAPI_CLASS_KEY-CLASSTYPE,BAPI_CLASS_KEY-CLASSNUM.

Send the tablename in the Tables Section of the Bapi which has structure of BAPI_CLASS_OBJECTS.

Reward if helpful.

With regards,

Syed