cancel
Showing results for 
Search instead for 
Did you mean: 

Update Batch characteristics

Former Member
0 Kudos

Dear All,

I want to update batch characteristics through function module. For creating batch I am using BAPI_BATCH_CREATE but after batch creation I want to update batch characteristics.

Regards, Vicky M. Khambhati

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

BAPI_OBJCL_CHANGE -> to update batch characteristics

BAPI_OBJCL_GETDETAIL -> to get the existing characteristics

For batch class you may have to use 'BAPI_OBJCL_CHANGE_KEY'

The key relationships for such class types are maintained in table INOB and can be fetched using the BAPI 'BAPI_OBJCL_GET_KEY_OF_OBJECT' .

Else for changing charateristics use 'MCH1' as the table and try

Hope it will work for you.

Please try and come back.

Regards,

R.Brahmankar