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
320

HI all,

I am doing modification in Std.Medruck. I want to fix the length of the value in item level as per the width of the output.

Ex: <K>&EKPO-EBELP(Z3)& &EKPO-EMATN(Z10)& &EKPO-TXZ01(I40)&&RM06P-PRMG1(Z8)&&*T006A-MSEHT(Z3)& &EKPO-NETPR& &EKPO-NETWR&</>

But if the value is not there for a particular field its not giving space. What to do?

Ravi.

2 REPLIES 2
Read only

Former Member
0 Likes
286

Hi Ravi -

Define the TAB stops, and print the fields at those locations.

Then the field printing starts at the specified tab stop!

-Aarthi.

Read only

0 Likes
286

use tab position for that it is better option...

make new parameter type for that define tab position there.