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

regarding Inactive addon programs

Former Member
0 Likes
468

Hi guys,

How to find or list out inactive addon programs in R3 System

Please suggest me if any ways.

Thanks

kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Prince,

Goto TCODE " SE11" table name TRDIR Give Z* & Y* in the program field..

make sure to include module pools also, SAPMZ* and SAPLZ* for function groups.

You would have to do the same for classes in SE24.

Pls. Reward if helpful

3 REPLIES 3
Read only

Former Member
0 Likes
436

Prince,

Goto TCODE " SE11" table name TRDIR Give Z* & Y* in the program field..

make sure to include module pools also, SAPMZ* and SAPLZ* for function groups.

You would have to do the same for classes in SE24.

Pls. Reward if helpful

Read only

0 Likes
435

hi murali,

Thanks for your reply.

But how do you know that addon program is Non-active one.

Thanks

Kumar

Read only

0 Likes
435

Hi

Use this FM this will list all the inactive list of the user

RS_INACTIVE_OBJECTS_LIST

or

this one

RS_INACTIVE_OBJECTS_IN_OBJECT

Thanks

Shiva