2005 May 30 6:34 PM
Hi guys!
I'm using the event before_line_output. Is there a way to jump one line to another? I mean something like this:
LOOP
*Some code Here
if sy-subrc = 4.
CONTINUE.
endif.
ENDLOOP.I wanna do something like the "Continue" inside the Event before_line_output bacause i don't want to print a specific line.
Any help would be appreciate.
Regards,
Carlos
Hi guys!
I'm using the event before_line_output. Is there a way to jump one line to another? I mean something like this:
LOOP
*Some code Here
if sy-subrc = 4.
CONTINUE.
endif.
ENDLOOP.I wanna do something like the "Continue" inside the Event before_line_output bacause i don't want to print a specific line.
Any help would be appreciate.
Regards,
Carlos
2005 May 30 9:03 PM
Hi Carlos
I believe "before_line_output" is not intended for that kind of usage. So, if you do not want to write that line, why do you have it in your list? Another way might be to have another internal table filtered from the original one to hold just the records which will be written. Hope I understood correctly...
Regards
*--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |