Application Development 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: 

Component of any SAP Transaction

Former Member
0 Kudos

Dear All,

I want to find the Component linked to any transaction.

Ex: Transaction SE11 has component Value BC-DWB-DIC-ED.

Can some one please tell me the function module or table to get the component linked with any SAP Transaction.

Thanking You All.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

try to check transaction SE81 or fm RS_COMPONENT*

Max

5 REPLIES 5

Former Member
0 Kudos

Hi

try to check transaction SE81 or fm RS_COMPONENT*

Max

0 Kudos

Thanks a lot dear...!!!!!!!

But I am looking for the FM , which could take the transaction name and then return the Component.

If possible please help.

0 Kudos

Hi

The component depends on package (development class), so it can get the package of a certain object (transaction too) from TADIR table and the component from table TDEVC

Max

0 Kudos

Hi,

check fm C160_TRANSACTION_CALL

the transactions will be stored in table tstc and tstct and tadir

Prabhudas

0 Kudos

Problem solved.

Thanks a lot MAX.

but according to my new requirement I need some RFC BAPI to get the Component ,

I can not use the User defined BAPI , I need SAP Custom BAPI.

Is it possible...????

Thanking You All.

Edited by: cvrian on Jan 21, 2011 8:17 AM