2008 Mar 04 7:39 AM
Hi....
when i give the program name in the selection screen the code should break the whole program into strings .This concept is used when we do the EXTENDED SYNTAX-CHECK.
SCAN ABAP-SOURCE abap
TOKENS INTO lt_token
STATEMENTS INTO lt_state.
This kind of syntax is used........
So can any one help a bit......
Thanx
Hi....
when i give the program name in the selection screen the code should break the whole program into strings .This concept is used when we do the EXTENDED SYNTAX-CHECK.
SCAN ABAP-SOURCE abap
TOKENS INTO lt_token
STATEMENTS INTO lt_state.
This kind of syntax is used........
So can any one help a bit......
Thanx
2008 Mar 04 7:53 AM
Try with
READ REPORT prog INTO itab [MAXIMUM WIDTH INTO wid]
Hope this helps.
Reward if useful.
Regards
Vinayak
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |