Application Development and Automation 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: 
Read only

SAP Script

Former Member
0 Likes
415

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

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
382

Hello,

You need to change the print program. Call the element SERVICES before the other two.

regards,

Naimesh

Read only

0 Likes
382

Hi Naimesh,

Is there any other way with out changing the Print pgm,

like calling External subroutine? The given field is in a structure.

Read only

Former Member
0 Likes
382

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