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

About BAPI_GOODSMVT_CREATE

com_2018
Participant
0 Likes
1,434

Dear experts,

I have created program upload GR data by call function module BAPI_GOODSMVT_CREATE,and in MIGO screen,there is one checkbox 'Print via output control',I must set it check status.But in BAPI_GOODSMVT_CREATE,I can not find this importing parameter.

Could you give me any idea?

Thanks and regards,

collysun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

hi,

could you check with this field VER_GR_GI_SLIP in VER_GR_GI_SLIP

Dear experts,

I have created program upload GR data by call function module BAPI_GOODSMVT_CREATE,and in MIGO screen,there is one checkbox 'Print via output control',I must set it check status.But in BAPI_GOODSMVT_CREATE,I can not find this importing parameter.

Could you give me any idea?

Thanks and regards,

collysun.

4 REPLIES 4
Read only

Former Member
0 Likes
833

hi,

could you check with this field VER_GR_GI_SLIP in VER_GR_GI_SLIP

Read only

0 Likes
832

This VER_GR_GI_SLIP field is not related to checkbox in MIGO transaction.

Read only

Former Member
0 Likes
832

Hi

Just before BAPI call put this line in code

SET PARAMETER NDR VALUE 'X'.

It should work .

Cheers

Read only

0 Likes
832

these line " SET PARAMETER NDR VALUE 'X'. " is giving error id field expected after parameter.

please correct the line.