cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of Custom list related to Shop floor paper

former_member928196
Active Participant
0 Kudos

Hi Gurus,

We are having a requirement of shop floor paper with additional data display requirement on the Print out. We have accordingly made changes to the  form. Now for the additional display requirement the ABAP person has customised the standard program and this requires to be extended to the standard list(LK01 would have helped). The issue is that we are already using the standard LK01 list for other Plants. Can we create a new Z* list and if yes where can we define / create this.

Please guide.

Regards,

Amol Kale

Accepted Solutions (1)

Accepted Solutions (1)

sjeevan
Active Contributor
0 Kudos

Since you can only assign print program per order type in OPK8, ask your ABAP developer to put (IF ELSE) condition in the custom print program to select the additional data if the plant is such and such the print additional data, else then print like a standard print program (for all other plants).

former_member928196
Active Participant
0 Kudos

Hi Jeevan,

I want to assign the custom program to the List, but since the list is standard and already used, i cant assign to it, how do I create a new Z list or any other way to achieve without touching the standard list ?

I am using this for Process Order - print controls are in CB85.

Amol

sjeevan
Active Contributor
0 Kudos

You can assign the print program only for one order type not by plant, if the same order type is used by other plants how are you gonna solve it by your new list? Which is why I suggested you to change the ZPPPIMBRL program itself and assign it to LK01. The program itself will take care of it. If plant = 1000 then choose custom SAP Script form which displays additional data for all other plant choose the standard SAPScript form and display normally. Anyway, I'd suggest you to use one of the unused LK series (like LK04) from the match code when you create a new list.

former_member928196
Active Participant
0 Kudos

Hi,

The issue is solved, have created print vesion 2 for the LK01 list and assigned the Zprogram to it.

Regards,

Amol

Answers (0)