cancel
Showing results for 
Search instead for 
Did you mean: 

Goods receipt slip

Former Member
0 Kudos

Hi,

i need to make changes to the GR slip, form WESCHEINVERS1.

i have 3 different layouts in the same form , two for warehouse and one for consumption.

my requirement is to print the GR with WM layout information instead of consumption if there is a material number.

how to trigger the WM layout instead of consumption layout , what is the best place to do these changes, let me know.

Thanks,

Kumar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

how to see which layout is getting triggered, how to override it.

Thanks.

Former Member
0 Kudos

Check in print program, which form is passed to function module.

I think your form will be hardcoded.

Ali

Former Member
0 Kudos

Hi,

If you have the same layout then make the changes depending on the material number, if you want to split the layout, then in OPEN_FROM pass the layout name based on the material number

Regards

Sudheer

Former Member
0 Kudos

Hi

Yes, it has diffferent text elements in the MAIN window

But based on some condition the different text elements might be triggering

see the driver program

and you first execute the form for three different conditions and see in debugger by activating the form debugger in se71 and accordingly you need to modify the form

Regards

ANji