cancel
Showing results for 
Search instead for 
Did you mean: 

Lifehacks how to improve development productivity BAPI_GOODSMVT_CREATE

0 Kudos
237

Hi, Gurus!

Do anyone can share some lifehacks how to improve development productivity?

I'm using BAPI_GOODSMVT_CREATE to create a material document for a goods movement from Ztable data.

FredericGirod
Active Contributor
0 Kudos

Maybe first, you have to specify the context. How did you use it ?

one time a lot of goods movements ? sometime, ....

using Idoc, using job, using interface ...

did you start analysing the process with transaction SAT ?

0 Kudos

I'm writing an functional specification and we are going to provide the data from production system to SAP S\4 by using Ztable and then from this table we will be posting one time a lot of material documents for a goods movement.

Jeansy
Active Contributor
0 Kudos

You can decide if you want to combine some goods movements into one material document by providing several line items to the BAPI Advantage is that this could (!) be a bit faster because some overhead routines are not called so many times (in comparison with one single goods movement per material document).

Disadvantage is that if an error occurs for one of the line items, the whole material document cannot be posted

KR
Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197616
Active Contributor
0 Kudos

Hi

Not sure what you require here.

Why to use a z table? When std tables are there.?

Regards