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

BAPI_GOODSMVT_CREATE

Former Member
0 Likes
1,313

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

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.

3 REPLIES 3
Read only

Former Member
0 Likes
897

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.

Read only

0 Likes
896

I have already read this help....

Read only

0 Likes
896

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.