‎2009 Sep 09 7:09 AM
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
‎2009 Sep 09 7:26 AM
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
‎2009 Sep 09 8:36 AM
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.
‎2009 Sep 24 9:20 AM
Hi,
This BAPI does not change the database. To do this, BAPI
BapiService.TransactionCommit must be called afterward.
Regards
Dhirendra