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: 

SAP script not functioning well

Former Member
0 Kudos
60

We have two line items in a PO ,

the standard script associated with the item is very lengthy ,

half of the lines are not printing .

I saw in debugging , all the lines are fetched but when the control reaches the IF condition which when is true prints the lines , the contry comes out of the window , and then goes to the next window .

Can someone plzz help and tell why this is happening .

2 REPLIES 2

Former Member
0 Kudos
42

Hi,

check the width of the window in which it is getting printed

or else you have to split it into different variables and then display it

previously in my case

if the variable length is more than 60 chars

then it is displaying only 60

so i have splitedd it at 60 chars and remaining into another variable

and then it is coming properly

thanks & regards,

Venkatesh

Former Member
0 Kudos
42

then check ur IF conditioon itself ? y its failed in this case.

or Post Here.

Regards

Peram