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: 

script--Medruck

Former Member
0 Kudos
111

Hi all.

I am fasing an issue in the script medruck.

I copied the medruck into zmedruck.

in the standard form the line items in the

main window are:'item no', 'material', 'discription'(as in first row).

these are printing through text element /E ITEM_LINE_1.

in the second row: '0rder qty', 'unit'.

printing through the text element:ITEM_LINE_3F.

my requirement is,to change the positions of; discription ;and ;order qty'.

so I moved the 'description ' to second row and 'order qty' to first row.

but in the print preview the 'description' is comming.

but the 'order qty' is not comming.( the corresponding fiels is--RM06P-PRMG1).

in the debugging while the value in the field RM06P-PRMG1 is deleting when controll comming to the text elementb ITEM_LINE_1.

Can any body help me to solve this issue.

thanks in advance,

Regards,

Eswar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

Hi,

Define a Paragraph of your own and define the TAB SETTINGS for that paragraph and use that in the Script.

then the space will be adjusted as per the Tab setting,

then adjust the tab spaces by chars and fix it.

reward if useful

regards,

Anji

1 REPLY 1

Former Member
0 Kudos
73

Hi,

Define a Paragraph of your own and define the TAB SETTINGS for that paragraph and use that in the Script.

then the space will be adjusted as per the Tab setting,

then adjust the tab spaces by chars and fix it.

reward if useful

regards,

Anji