‎2008 Sep 02 12:40 PM
I am using the BAPI BAPI_GOODSMVT_CREATE to create the GR.
I want to check the check box Print via output control (GOHEAD-XNAPR) in MIGO txn.
I have checked the parameter NDR through the code, but still the check bos is not checked.
SET PARAMETER ID 'NDR' FIELD c_x.
can any one let me know how to get this done?
‎2008 Sep 02 1:07 PM
Hello
Print via output control
Indicates that the output determination function will be activated. In this case, the system checks whether output is to be generated.
Use
Set this indicator if you wish to print a goods receipt/issue slip.
Note
This indicator is preselected if the parameter NDR has been set to X (capital letter!) in your user master record.
Dependencies
Even if the indicator is set, output will only be generated if this is permitted for the movement type.
You cannot set the indicator manually for movements that are posted from other applications. This means that in this case you have to set the indicator through the user parameter NDR.
‎2008 Sep 02 1:07 PM
Hello
Print via output control
Indicates that the output determination function will be activated. In this case, the system checks whether output is to be generated.
Use
Set this indicator if you wish to print a goods receipt/issue slip.
Note
This indicator is preselected if the parameter NDR has been set to X (capital letter!) in your user master record.
Dependencies
Even if the indicator is set, output will only be generated if this is permitted for the movement type.
You cannot set the indicator manually for movements that are posted from other applications. This means that in this case you have to set the indicator through the user parameter NDR.
‎2008 Sep 02 1:42 PM
‎2008 Sep 02 2:24 PM
Hello
So in than problem ?
I have not understood ...
Directly set: SET PARAMETER ID 'NDR' FIELD 'X'.
Dynamic set:
GET PARAMETER ID 'NDR' FIELD YOUR_FIELD.
do something here
SET PARAMETER ID 'NDR' FIELD YOUR_FIELD.