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

Exit not called

Former Member
0 Likes
903

Dear All,

We are using the standard workflow for PR Release. I have created a project and used enhancement M06B0001 and Exit EXIT_SAPLEBNF_001 (include ZXM06U12).

I put the break point in the exit but it has not been called in the workflow.

Please suggest if i missed any step.

Thanks and Regards

Ankur Gupta

Dear All,

We are using the standard workflow for PR Release. I have created a project and used enhancement M06B0001 and Exit EXIT_SAPLEBNF_001 (include ZXM06U12).

I put the break point in the exit but it has not been called in the workflow.

Please suggest if i missed any step.

Thanks and Regards

Ankur Gupta

5 REPLIES 5
Read only

Former Member
0 Likes
816

Hi,

Check wether you activated the Exit and project.

BR,

Lokeswari.

Read only

0 Likes
816

Thanks for your reply.

Yes i have activated the project and include both and put a break point in the include but this break point is not reached.

Please help.

Thanks & Regards

Ankur Gupta

Read only

0 Likes
816

Hi,

If break point is not stopped at include means that include is not called during PR release.

Check whether this is the exit called during PR release.

Put a break pont in the FM CL_EXITHANDLER->GET_INSTANCE to know the exit called during PR release.

BR,

Lokeswari.

Read only

0 Likes
816

Hi,

Better you try to put BREAK-POINT keyword inside your include.

or else search for the exit using CL_EXITHANDLER.

Regards,

Sujeet

Read only

0 Likes
816

Thanks Sujeet for the reply.

I put a message box in the include with the Type 'E'. but it doesn't pop up.

Thanks & Regards

Ankur Gupta