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

LINE_SIZE

Former Member
0 Likes
1,016

HAI,

What is the maximum value for Line-Size in the Report?

how to debug a screen without using /h,break-point,debuging,stop.

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
986

Hi

If you wants to take the printout of the report

the allowable line-size is 255 char.

keep a soft debug point from the menu pf the program and do debugging.

Reward points for useful Answers

Regards

Anji

HAI,

What is the maximum value for Line-Size in the Report?

how to debug a screen without using /h,break-point,debuging,stop.

THANK YOU

ASHOK KUMAR

7 REPLIES 7
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
986

Hi

Maximum limit on Line Size is 255.

For Debugging u should have to use either break points,watch points , stop etc.

Regards,

Sree

Read only

Former Member
0 Likes
986

Hi,

1. The line size for report is 132 char.....

2. U can use watch points instead of breakpoint for debug.

reward points if helpful,

Regards

Raghunath.S

Read only

Former Member
0 Likes
986

Hi,

LINE-SIZE: Creates a report with col columns per line. The maximum line length permitted is 255 characters.

Thanks.

Read only

Former Member
0 Likes
986

Line count is 60,000

Line width is 1,023 characters

Give BREAK-POINT.

while eexecute it will go there

Read only

Former Member
0 Likes
987

Hi

If you wants to take the printout of the report

the allowable line-size is 255 char.

keep a soft debug point from the menu pf the program and do debugging.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
986

Hi,

Maximum line size is 1023 but we can have upto 255 characters...

We can debug using watchpoints.

Watchpoint

For watchpoints, we need to give some condition and when this condition is satisfied, program will stop

example : if you want to debug only

for matnr value 100 than set watch point

matnr = 100. when value reaches 100 than

program stops at that point.

more at

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm

Regards,

Priyanka.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
986

Hi,

The maximum size is 1023 charachter.

If you want to debug either you need to have break-point or or trun the debuggin using /h.

You can also create break points in the code using BREAK-POINT key word.

Regards,

Sesh