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

Question about statement SYNTAX-CHECK Internal Additions

Former Member
0 Likes
517

Hi everyone,

recently i am doing something about metrics. Some metrics are related to local variable which are defined in methoden.

the statement Syntax-Check executes a syntax check for the program and write information in various kinds of tables with addition ID id TABLE idt .

http://help.sap.com/abapdocu_702/en/abapsyntax-check_internal.htm

The identifier id controls the type of information that is written to the corresponding table. The identifier are in type group SLIN and SYNT.

But there are only the Identifier, i am looking for the interpretation of Identifier.

If anybody know the interpretation, kindly share with me.

Thanks

have a good day.

Yinxiao

Hi everyone,

recently i am doing something about metrics. Some metrics are related to local variable which are defined in methoden.

the statement Syntax-Check executes a syntax check for the program and write information in various kinds of tables with addition ID id TABLE idt .

http://help.sap.com/abapdocu_702/en/abapsyntax-check_internal.htm

The identifier id controls the type of information that is written to the corresponding table. The identifier are in type group SLIN and SYNT.

But there are only the Identifier, i am looking for the interpretation of Identifier.

If anybody know the interpretation, kindly share with me.

Thanks

have a good day.

Yinxiao

2 REPLIES 2
Read only

Former Member
0 Likes
485

hello,

The things that you are trying to research (I hope so, since you cannot use them as they are for internal use only) are internal to SAP and won't be ofund inside. Why do you need these ?

best regards,

swanand

Read only

0 Likes
485

Hello,

Thanks for your reply.

Now I am doing some staff about code maintenance with metrics.

Some metric (e.g. Fan-in, coupling metrics) need the information about local variables in methods.

An prototype is already implement which have to scann code pro statement. The efficiency is not good.

I am looking for a better solution.

Regards

Yinxiao