‎2006 Jul 25 8:44 AM
Consider the order of elements mentioned below.
/E ITEM_CONDITIONS
/E ITEM_CONDITIONS_UNIT
/E SERVICES
At present display shows in the same order as above.
I want to bring the output showing by the elements ITEM_CONDITIONS, ITEM_CONDITIONS_UNIT into below the element SERVICES.
Ex: /E SERVICES
/E ITEM_CONDITIONS
/E ITEM_CONDITIONS_UNIT
Is it possible? becos Print Programme of Medruck is in class and Interfaces in ECC 5.0
‎2006 Jul 25 8:56 AM
Hello,
You need to change the print program. Call the element SERVICES before the other two.
regards,
Naimesh
‎2006 Jul 25 9:07 AM
Hi Naimesh,
Is there any other way with out changing the Print pgm,
like calling External subroutine? The given field is in a structure.
‎2006 Jul 25 9:21 AM
Hi Ravi,
You need to change the sapscript program. The order in which you write in your sapscript program, the elements get printed depending on the paragraph type you are using and its configuration. Hence the sapscript program needs some minor changes. The print program will be passing it in a structure and you are using the structure fields.
Cheers
JK