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: 

Batch Classification data(charateristic) updation

Former Member
0 Kudos

Hi All,

I need to update certain classification data of a batch. I know the class of the bacth and the charateristic name. What I don`t know is the FM to do it. Can you please help me here. And also if there is some sample code then that would be great.

Thanks

Anuj

3 REPLIES 3

Former Member
0 Kudos

Got it.. For others use BAPI_OBJCL_CHANGE .

Thanks

Anuj

0 Kudos

Hi Anuj,

I am creating batch using BAPI_BATCH_CREATE. While creating batch i need to maintain Classification characteristics as well...how to maintain this classification data...in FM docu it is saying..

You use this method to

Change a batch master record

Create classification of a batch in the background (object characteristics only)

What does it mean and how can I pass the classification characteristics in background...plz help me.

0 Kudos

Hi Anuj,

If I use the same FM to update characteristics for classification what are the exact parameters should I need to pass

OBJECTKEYNEW

OBJECTTABLENEW

CLASSNUMNEW

CLASSTYPENEW

STATUS

STANDARDCLASS

CHANGENUMBER

KEYDATE

NO_DEFAULT_VALUES

Where can I get OBJECTKEYNEW , OBJECTTABLENEW , CHANGENUMBER

Plz reply me I am in very big need...