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: 

BAPI to upload customer class characteristics(XD02)

Former Member
0 Kudos

Hi,

My requirement is to upload Class Characteristics and its values for a customer in XD02.

XD02- > Extras -> Classification

I have founded a few bapi's but its not working. I tried the below options.

BAPI_CLASS_CREATE

BAPI_OBJCL_CREATE

If someone who worked on similar requirement ... Pls reply.

Thanks

Hari

1 ACCEPTED SOLUTION

Former Member
0 Kudos

BAPI_OBJCL_CREATE must work fou you

look at:

[|]

[;

don't forget BAPI_TRANSACTION_COMMIT after this FM

6 REPLIES 6

former_member404244
Active Contributor
0 Kudos

hi,

Check the fm's

CLFM_OBJECT_CLASSIFICATION

Regards,

Nagaraj

0 Kudos

This FM opens the classification screen online... It will not work.

Former Member
0 Kudos

Hi,

Check FM CLFM_CLASS_CLASSIFICATION

regards

Ravi

Former Member
0 Kudos

BAPI_OBJCL_CREATE must work fou you

look at:

[|]

[;

don't forget BAPI_TRANSACTION_COMMIT after this FM

0 Kudos

Hi Everybody,

I tried BAPI_OBJCL_CHANGE and it is working for me.... Points will be given to all of you who suggested the answer.

Edited by: Bhatlapenumarthy Hari Krishna Rao on Aug 3, 2009 2:55 PM

raymond_giuseppi
Active Contributor
0 Kudos

Look at OSS [Note 1083986 - BAPIs for classification - overview|https://service.sap.com/sap/support/notes/1083986] and for BAPI_OBJCL_CREATE at OSS [Note 1348099 - BAPI_OBJCL_CREATE: Operating instructions|https://service.sap.com/sap/support/notes/1348099] with a sample program.

Regards,

Raymond