Application Development 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: 

Customise RLLI0400 program of Print Inventory List(LI04)

Former Member
0 Kudos

Hi,

There is a requirement to change the physical inventory print format (in MM module.)to a customised one .

The transaction related to this is LI04.As a part of the std SAP functionality ,the program RLLI0400 is passed

as the list name parameter.

This program RLLI0400 does nt have SAP SCRIPT or SMARTFORMS in it.This is a noraml report program.

Can any one help me find how to achieve this functioanlity and the place where the layout design should happen

Thanks in advance,

Gayathri

1 REPLY 1

Former Member
0 Kudos

LI04 is a report program; so in order to modify the output format the changes are to be done to the report output itself, which is done in the standard report using write statements. If you notice the first statement after start-of-selection event in this report is an import statement from memory area 'MDE_INV', which is to import several tables data such as LINK, INP, etc. You can copy this report into a Z-one and modify the output in the desired format needed. The report names shown in the LI04 are constants from ML04ITOP include. So, you should not change them in that top include but can change them on the screen. Or else can create a transaction variant with the desired values...