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: 

How can we find the exit being implemented in a project.

Former Member
0 Kudos

Hello,

Very Good morning!

How to find the impelementd exit for a given transaction

How can we find the exit being implemented in a project and to find it's source code?

Any Suggestions would be appreciated...

Regards,

Kittu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Ways to find the exit triggering in the source code:

1)first way

1) If you hav that FM exit that was listed r used.

2) go to se37 and type that FM

3) In the source code of that FM double click the type of Message or

exit result which has the Z<include>.

4)IN order to disable the exit->

utilities->system->sattus->program->attributes->package

find this package

5) in SMOD->Prject->F4help->giuve package name-give the found ones

But here we cant see the implementation.

2) second way

1)goto SE37

2)Give FM name

3)/h(Debugging on)

4) Display

5) Break points->statements->(messages if used in exit)->execute

Click on f5 until that Exit is triggered

6) go and find out for each type of exit message shown ie til that exit functionality is

actually triggered

7)once u find that exit ur looking for->

8)GOTO->SOURCECODE->give the include name that is found in debugging when exit is encountered

9)copy this include name(ZX..)->keep a comment forthat exit in this include(ZX..) inorder not to process.

10) se38->Zincludename(ZX..) and comment the code.

11)save check n activate

->SE37->

FM->name

we can now view FM.

3) third way

1)FM->Name

2)/H

3)Break point at CALL CUSTOMER-FUNCTION statement

4) It will stop at this exit.

Reward if helpful.

Best Wishes,

Chandralekha

2 REPLIES 2

Former Member
0 Kudos

Hi,

Ways to find the exit triggering in the source code:

1)first way

1) If you hav that FM exit that was listed r used.

2) go to se37 and type that FM

3) In the source code of that FM double click the type of Message or

exit result which has the Z<include>.

4)IN order to disable the exit->

utilities->system->sattus->program->attributes->package

find this package

5) in SMOD->Prject->F4help->giuve package name-give the found ones

But here we cant see the implementation.

2) second way

1)goto SE37

2)Give FM name

3)/h(Debugging on)

4) Display

5) Break points->statements->(messages if used in exit)->execute

Click on f5 until that Exit is triggered

6) go and find out for each type of exit message shown ie til that exit functionality is

actually triggered

7)once u find that exit ur looking for->

8)GOTO->SOURCECODE->give the include name that is found in debugging when exit is encountered

9)copy this include name(ZX..)->keep a comment forthat exit in this include(ZX..) inorder not to process.

10) se38->Zincludename(ZX..) and comment the code.

11)save check n activate

->SE37->

FM->name

we can now view FM.

3) third way

1)FM->Name

2)/H

3)Break point at CALL CUSTOMER-FUNCTION statement

4) It will stop at this exit.

Reward if helpful.

Best Wishes,

Chandralekha

Former Member
0 Kudos

Hello,

Thank you for your timely response!

My issue is fixed!

May god bless you...

Have a great day ahead!

Regards,

Kittu