Application Development 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: 

About BAPI_GOODSMVT_CREATE urgentuFF01uFF01uFF01

Former Member
0 Kudos

I am using the BAPI 'BAPI_GOODSMVT_CREATE' to post.

But, there is a small problem. When we post Po's using

MIGO, there is a check box for printing the material

document generated. The defualt setting is 3 -

Collective Slip. When MIGO is used, the user has to

click the checkbox next to this input feild, then

using MB90 we can print the material document.

There is a header field in the above BAPI

VER_GR_GI_SLIP which I set to 3. I was hoping that

this would take care of generating the print preview

for the material document through MB90. But, it

doesn't happen.

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You need to pass VER_GR_GI_SLIPX along witht he VER_GR_GI_SLIP.

Like

HEADER-VER_GR_GI_SLIP = '3'.
HEADER-VER_GR_GI_SLIPX = 'X'.  " << To let the BAPI to that we are changing VER_GR_GI_SLIP

Regards,

Naimesh Patel