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

madan_ullasa
Contributor
0 Likes
481

Hi frnds,

in the main window i have 6 columns... in one of the columns the output is the material description of length 50 characters . But the column width can have just upto 20-25 characters. the remaining should be continued in the next line in the same column. Any idea for any workarounds ?

points assured for all the replies..

regards,

madan...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi Madan,

First try enclosing your fields within PROTECT... ENDPROTECT. Even i am working on it, if i get that surely get back.

Regards:-

<b>Santosh</b>

4 REPLIES 4
Read only

Former Member
0 Likes
449

take two variables of length 25 each, split the material description into these two variables and then print it in two separate lines.

Read only

Former Member
0 Likes
450

Hi Madan,

First try enclosing your fields within PROTECT... ENDPROTECT. Even i am working on it, if i get that surely get back.

Regards:-

<b>Santosh</b>

Read only

0 Likes
449

try it like this

Incoterms:,,,,<B>&VBDKA-INCO1&</> <B>&VBDKA-INCO2(6)&</>

u can try this also

Payment Terms:,,,,<B>&PAY(25)&</> ,,,,<B>&PAY+25(25)&</>

reward points if helpfull

rohit

Read only

Former Member
0 Likes
449

Display first 25 chars &i_tab-maktx(25)& in the first line.

In the second line, display &space(n)& upto that column and display the remaining &i_tab-maktx+40.

Regards

Subbu