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: 

Active CMOD enhancement components

Former Member
0 Kudos

Hi Experts..

How are you.. I hope you all are doing fine..

I want to create one repo q

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Experts..

How are you.. I hope you all are doing fine..

I want to create one report which dispaly the only active CMOD enhancement componets...

Can you please tell me which table is necessary... which field decides that this EXIT FM is acive?..

Please tell me the steps.. to write a program..

Thanks in advance..

9 REPLIES 9

Former Member
0 Kudos

Hi Experts..

How are you.. I hope you all are doing fine..

I want to create one report which dispaly the only active CMOD enhancement componets...

Can you please tell me which table is necessary... which field decides that this EXIT FM is acive?..

Please tell me the steps.. to write a program..

Thanks in advance..

0 Kudos

Table - TADIR

Program ID - R3TR

Object Type - CMOD

Object Name - Z*

You will get all CMOD objects.

0 Kudos

Hi,

Check this table MODATTR.You will get all the active Implementations.

Best Regards,

Sruendar Reddy.

0 Kudos

Hi..

Can you please tell me how would i find the which exit function module is implemented or not?...

any there any flag field for this

0 Kudos

Hi,

In MODATTR table check STATUS field. If it's A it's active.

Regards,

Surendar Reddy.

0 Kudos

Hi..

thanks for your reply...

But it will show status of project.. I want the status of Exit FM...

Example.. In CMOD transaction i click on Componet.. so it will show me the EXIT FM.. in that screen there is a one right sign with green colour.. so i need that EXIT FM.. and there status..

i need to make a list of such FM...

Thanks In Advance.....

0 Kudos

Hi,

From MODATTR You will get the active Project and status of the project from MODACT you will get the corresponding Enhancement,from MODSAP you will get the Function module name.

Refer this Function module MOD_COMPONENTS

Regards,

surendar reddy.

Edited by: suredarreddy pulimamidi on Feb 27, 2009 12:30 PM

0 Kudos

Hi...

But how would i know.. that this EXIT FM is implemented or not?

I want list of Implemented EXIT FM....

0 Kudos

Hi,

Check TFDIR table with MAND eq 'C' you will get all the implemented Function modules inside Enhancements.

Regards,

Surendar Reddy.