‎2005 Sep 20 11:26 AM
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.
‎2005 Sep 20 11:39 AM
hi,
could you check with this field VER_GR_GI_SLIP in VER_GR_GI_SLIP
‎2005 Sep 20 11:39 AM
hi,
could you check with this field VER_GR_GI_SLIP in VER_GR_GI_SLIP
‎2009 Jan 22 4:51 AM
This VER_GR_GI_SLIP field is not related to checkbox in MIGO transaction.
‎2005 Sep 20 11:47 AM
Hi
Just before BAPI call put this line in code
SET PARAMETER NDR VALUE 'X'.
It should work .
Cheers
‎2009 Jan 22 4:33 AM
these line " SET PARAMETER NDR VALUE 'X'. " is giving error id field expected after parameter.
please correct the line.