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

Batch Classification using BAPI_OBJCL_CHANGE_KEY

Former Member
0 Likes
762

in the bapi "BAPI_OBJCL_CHANGE_KEY" i need to update the batch classification. in the tables parameter, which one do i need to use? and what do i need to pass there. please tell me with an example

3 REPLIES 3
Read only

Former Member
0 Likes
659

you can pass this table ALLOCVALUESCHAR_NEW STRUCTURE BAPI1003_ALLOC_VALUES_CHAR

here you need to pass

CHARACT ATNAM CHAR 30 0 Characteristic Name

VALUE_CHAR ATWRT CHAR 30 0 Characteristic Value

CHARACT_DESCR ATBEZ CHAR 30 0 Characteristic description

Read only

0 Likes
659

well i am passing them. i am changing the description for a particular charactaristic but when i go to msc2n transaction to see the change. the change does not reflect there. can u help me with that? this bapi creates a new classification or changes the existing classification if i am correct.

Read only

0 Likes
659

Hi,

This BAPI does not change the database. To do this, BAPI

BapiService.TransactionCommit must be called afterward.

Regards

Dhirendra