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

tokens

Former Member
0 Likes
1,097

hi experts,

ABAP statements allow to specify some parts dynamically. for that we use tokens. can any one please help me to learn about tokens.

provide me the full information about what is tokens? why we use tokens? & how to use tokens?

plz help me. thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
813

hi ,

as per the above links u can get a detail theory about tokens...

but do check the below link as it shows a complete program abt how tikens are used in what way they r imp.

http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s

thanks and regards

Saurabh Desai

ps:refer points if u find this answer helpful.

[http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s]

hi experts,

ABAP statements allow to specify some parts dynamically. for that we use tokens. can any one please help me to learn about tokens.

provide me the full information about what is tokens? why we use tokens? & how to use tokens?

plz help me. thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
813

Hi,

[http://help.sap.com/saphelp_nw04/helpdata/en/14/8b5c19b31c11d5b6f7006094192fe3/content.htm]

[http://www12.sap.com/community/flash/KW07_08_Story_2.epx]

[https://media.sdn.sap.com/html/submitted_docs/nw_kmc/javadoc/com/sapportals/wcm/util/string/StrTokenizer.html]

Read only

Former Member
0 Likes
814

hi ,

as per the above links u can get a detail theory about tokens...

but do check the below link as it shows a complete program abt how tikens are used in what way they r imp.

http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s

thanks and regards

Saurabh Desai

ps:refer points if u find this answer helpful.

[http://sap.ittoolbox.com/code/archives.asp?i=10&d=3619&a=s]

Read only

Former Member
0 Likes
813

Hi,

Basically Token is the smallest logical meaningful entity

of the program. So ABAP Token is the smallest logical

meaningful entity of the program. For Example:

START-OF-SELECTION.

If we try to devide this entity further then it will loose

its meaning intended by ABAPer. As for ex START, OF,

SELECTION.

Also, Try this link..

http://www.abapcode.sapbrainsonline.com/2008/03/scan-abap-keyword.html

Read only

Former Member
0 Likes
813

hi all,

thanks for ur replies.