cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_BATCH_CREATE

Former Member
0 Likes
667

I am using BAPI_BATCH_CREATE to create batches .

i tried via SE37 it is working fine but when i tried it through my program though the parameters are same ..it is not creating batches..

can anybody help..

View Entire Topic
Former Member
0 Likes

Check if the material number and batch number are in internal format.

Check if you are issuing a commit using BAPI_TRANSACION_COMMIT after the call.

Srinivas