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

Update MCHA Table

PS_1978
Active Participant
0 Likes
2,379

Hi All,

I have a requirement to update the database table MCHA. Is there any standard FM/BAPI to perform this task. Please help me.

Thanks in Advance,

Phani.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,290

Use FM <b> BAPI_BATCH_CHANGE.</b>

Useful FM are :

MAP2E_MCHA_TO_BAPIBATCHATT 
MAP2I_BAPIBATCHATT_TO_MCHA 

Regards

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,291

Use FM <b> BAPI_BATCH_CHANGE.</b>

Useful FM are :

MAP2E_MCHA_TO_BAPIBATCHATT 
MAP2I_BAPIBATCHATT_TO_MCHA 

Regards

Read only

0 Likes
1,290

Hi Raymond,

I have tried to change the batch by using the suggested BAPI. But i Couldn't succeeded in doing so. I am passing Material number, batch, plant number, deletion flag indicator in structure BATCHATTRIBUTES and 'X' to the corresponding field in structure BATCHATTRIBUTESX. I have to put the deletion indicator for a particular batch at <b>Plant Level</b>.

Please suggest me if i have to pass any other values to this BAPI.

Regards,

Phani.

Read only

PS_1978
Active Participant
0 Likes
1,290

Hi,

I m using the FM 'VB_CHANGE_BATCH' to update the same.

Regards,

Phani.