2007 Jun 13 11:04 AM
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
2007 Jun 13 11:07 AM
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
2007 Jun 13 11:06 AM
Hi
Maximum limit on Line Size is 255.
For Debugging u should have to use either break points,watch points , stop etc.
Regards,
Sree
2007 Jun 13 11:06 AM
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
2007 Jun 13 11:06 AM
Hi,
LINE-SIZE: Creates a report with col columns per line. The maximum line length permitted is 255 characters.
Thanks.
2007 Jun 13 11:06 AM
Line count is 60,000
Line width is 1,023 characters
Give BREAK-POINT.
while eexecute it will go there
2007 Jun 13 11:07 AM
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
2007 Jun 13 11:08 AM
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.
2007 Jun 13 11:09 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |