Hi everyone,
I'm using the BAPI_GOODSMVT_CREATE, but I need to print the document that is generated after an entry is done. In the mb01 transaction there is a flag (in the GR/GI Slip Window) that I can check to print the document with different options Individual Slip, Indiv.Slip w.Inspect.Text and Collective Slip.
How can I print the document using the BAPI_GOODSMVT_CREATE?? What fields should I use?? Many Thanks!
Message was edited by: Felipe Contreras
If you look at the help for the Print checkbox in MB01, you will see the following sentence:
You cannot set the indicator manually for movements that are posted from other applications. This means that in this case you have to set the indicator through the user parameter NDR.
Maybe you need to set the parameter ID before you call the BAPI.
SET PARAMETER ID 'NDR' FIELD checked.
Where checked ='X'.
Brian
Add a comment