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

Batch input for BAPI_GOODSMVT_CREATE - Transfer posting

danny_loo
Participant
0 Likes
438

Hi all,

I'm now trying to do a batch input in this program for transfer posting of stocks.

Am i able to upload the input through an external source for example, Excel spreadsheet?

May i know how do i indicate in the program the source of my batch input?

2 REPLIES 2
Read only

former_member212713
Contributor
0 Likes
346

Hello Calibertto,

You can upload excel file for batch input or bapi.

Firstly : Upload to excel file.

Secondly : Append itab from excel file.

Thirdly : Make loop at itab.

Finally : Fill batch input/bapi for every itab record.

Best regards.

Read only

0 Likes
346

Hi Mutlu,

After looking back at the program, i think i get what you mean.

Using the upload call function to upload the excel file, append and loop it in itab.

I'll give it a try.

Thank you very much!

Best Regards.