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

Function module to check objects

former_member671224
Participant
0 Likes
615

Hi Friends,

Is there any standard function module to check the objects(<b>DDic objects, Programs, Function modules, Function groups ,,,,)</b> whether it contains any error or not.

3 REPLIES 3
Read only

Former Member
0 Likes
547

hi amal,

I don't think there is any such program to check that ... why don't you do the syntax check and know what sort of error that you are getting ..

Regards,

Santosh

Read only

0 Likes
547

Actully I dont want to see the error list. I just want to know whether the given object contains error or not..

Read only

Former Member
0 Likes
547

Hi,

You can use this FM TRINT_CHECK_INACTIVE_OBJECTS, to check for the inactive objects.

Regards,

Senthil