Application Development 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: 

Regarding BAPI

Former Member
0 Kudos

Hi There,

I am trying to assign equipment to classes(via cl20n)and characteristic value thrg bapi.I am in need of BAPI for assignment of equipment to classes.I tried using BAPI_EQUI_CHANGE , but it doesn't consists of class type (CLASS)

and characteristic valu(ATWRT)., Can anyone please help me in finding bapi for this consists of fields EQUNR,CLASS & ATWRT.

Thanks,

Sumanth.

1 REPLY 1

former_member214131
Active Contributor
0 Kudos

Hi,

The relavant BAPI is BAPI_OBJCL_CREATE.

You can read the characteristics by using BAPI: BAPI_OBJCL_GETDETAIL

Plz check other BAPIs in FuGr: CLBPA which might help you. You can find FM Documentation for most of the BAPIs in this FuGr.

If this is a one time load, I suggest you to take up this task by LSMW:

Object               0130   Classification
Method               0001   Batch input   
Program name         RCCLBI02             
Program type         B   Batch input     

Hope this helps.

Best Regards, Murugesh AS