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 issue

Former Member
0 Likes
535

Hi,

There is a field called Operation Text in the sap script.

It is having 40 char and passed to sap script from AFVGD-LTXA1.

But the data is not getting displayed completely.

Requirement is to display the complete 40 char.

It is displaying only 33 char......

How to fix this bug...?????

Please help me as i m new to Sap Scripts.

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

hI,

Is the data getting over-written, check out the TAB positions and modify it accordingly.

Regards,

Raghavendra

4 REPLIES 4
Read only

Former Member
0 Likes
513

hI,

Is the data getting over-written, check out the TAB positions and modify it accordingly.

Regards,

Raghavendra

Read only

0 Likes
512

Data is not getting over written.

Even though there is ample amount of space available at the right side of the paper, the text is getting displayed for only 33 char. The Operation text maintained in IW32 screen is of 40 char.

I have made adjustments in the SAp Script's Editor. There were around 28 char printed.. Now its getting upto 33...

Need to know your inputs to resolve this bug...

Regards

Pavan

Read only

Former Member
0 Likes
512

just check in debug mode whether that afvgd-ltxa1 is getting populated correcly or not? if it is getting populated correctly then use &AFVGD-LTXA11(c)& or increase the window size. Because in printin preview or printing you can see some spaces are there but may be window is getting end before that itself.

regards

shiba dutta

Read only

Former Member
0 Likes
512

Thanks Raghu and Shiba....