cancel
Showing results for 
Search instead for 
Did you mean: 

CO54 sender name should be display as user name in batch master

0 Kudos

Hello Experts,

We have requirement where business want to display CO54 process message sender name same as user name in batch master under 'Batch master changes tab'. I have implemented BADI which helped me to update material document creator name as sender name from CO54 but i got stuck on how to update batch master user name as sender name from CO54. If anybody have any SAP notes or BAPI, BADI which will help to serve purpose will be highly appreiciate.

Let me know if you need any more information.

Thanks,

Mayur.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Are you creating or classifying the batch for material by using a process message ?

You can update the value of a batch characteristic using a process message of category PI_BT_CL message characteristic PPPI_BATCH_CHARAC_VALUE and the batch characteristic to be evaluated. You can use the FM COCI_CREATE_AND_CLASSIFY_BATCH

Also you call the VB_CHANGE_BATCH function module from a transaction CO54 to change the classification of the batch (for example, using the PI_BT_CL process message)

Best Regards,

R.Brahmankar