cancel
Showing results for 
Search instead for 
Did you mean: 

new fields delivery header

Former Member
0 Kudos

New fields required in DC screen to update BOX & Weight manually in Header Level for complete consignment 2- Invoice to be printed with this updated box and quantity

Accepted Solutions (1)

Accepted Solutions (1)

former_member186385
Active Contributor
0 Kudos

Hi,

USEREXIT_MOVE_FIELD_TO_LIKP in MV50AFZ1 can be used to make modifications for delivery

Add two custom fields in the above exit

And to the layout, you can give Specifications to developer with Z field name to pick those values to the output

hope it is clear

thanks,

santosh

Answers (1)

Answers (1)

former_member184080
Active Contributor
0 Kudos

Hi Timir,

Further to Santosh's post. Do you want to make this field as mandatory or optional? If this is optional you can make use of text and apply the logic to print same in print.

If you want to make this field as mandatory, then you have tell your developer to make it mandatory field so that user will not forget to enter the values.

You can think of using:

BADI -  LE_SHP_TAB_CUST_HEAD

or

Use form exits FORM USEREXIT_MOVE_FIELD_TO_LIKP or FORM USEREXIT_SAVE_DOCUMENT in include program MV50AFZ1

Regards, Sai Krishna.