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

Active CMOD enhancement components

Former Member
0 Likes
2,124

Hi Experts..

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

I want to create one repo q

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,744

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..

Hi Experts..

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

I want to create one repo q

9 REPLIES 9
Read only

Former Member
0 Likes
1,745

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..

Read only

0 Likes
1,744

Table - TADIR

Program ID - R3TR

Object Type - CMOD

Object Name - Z*

You will get all CMOD objects.

Read only

0 Likes
1,744

Hi,

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

Best Regards,

Sruendar Reddy.

Read only

0 Likes
1,743

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

Read only

0 Likes
1,743

Hi,

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

Regards,

Surendar Reddy.

Read only

0 Likes
1,743

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.....

Read only

0 Likes
1,743

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

Read only

0 Likes
1,743

Hi...

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

I want list of Implemented EXIT FM....

Read only

0 Likes
1,743

Hi,

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

Regards,

Surendar Reddy.