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

ABAP-SCAN

Former Member
0 Likes
367

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

1 REPLY 1
Read only

Former Member
0 Likes
334

Try with

READ REPORT prog INTO itab [MAXIMUM WIDTH INTO wid]

Hope this helps.

Reward if useful.

Regards

Vinayak