cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for MB26

former_member182371
Active Contributor
0 Kudos

Hi, i´ve recorded transaction MB26 (Picking list) in order to use it in CALL TRANSACTION of a Z report but when i run the program although i get sy-subrc = 0 no picking of reservation is done. The movement type i use is 541.

should i use BAPI_GOODSMVT_CREATE instead?

if so which one´s are the main parameters values to be used?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

nablan_umar
Active Contributor
0 Kudos

When you call transaction in your program based on your recorded BDC, try using mode 'A' when doing call transaction. This way, you will see whether you will see any problem when you do picking list.

former_member182371
Active Contributor
0 Kudos

Thanks for your help. Finally i´ve solved it using BAPI_GOODSMVT_CREATE