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

user exit

Former Member
0 Likes
932

hi,

I have used this user exit ZXAPCU05.

I have written the code.

now I am testing it in SMOD(I have put a break point in it) without creating the project in CMOD.

but it is not getting triggered.control is not going to the break -point.

can any body tel me how to implement this.

I have searched in forums i did not get any help.

Regards,

Shilpa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
802

This exit is part of Enhancment AINT0004, Component :EXIT_SAPLAPCF_005. Create the project for this enhancement using transaction code CMOD and activate it.

6 REPLIES 6
Read only

Former Member
0 Likes
803

This exit is part of Enhancment AINT0004, Component :EXIT_SAPLAPCF_005. Create the project for this enhancement using transaction code CMOD and activate it.

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
802

In case of user exit the trigger will only happenif you have created a project using CMOD and encapsulated this enhancment.

Nabheet

Read only

0 Likes
802

I have activated the project...

but still my break point is not getting trigered.....

Regards

Shilpa.

Read only

0 Likes
802

That means it is not suitable foryour requirement. Please explain your requirement clearly.

Thanks

Nabheet

Read only

0 Likes
802

This enhancement is called from function module APCF_DIFFERENT_AMOUNTS_GET (Line number 103). Put an external break point here and check whether call to enhancement is getting triggered or not.

Read only

0 Likes
802

After posting MIRO ....I have to see the tax values in AS03(asset master)

now I have not posted MIRO still.

so...BSEG table will not get updated......

is that the reason why my exit is not getting trigerred?.

I am correct...please tel me if I am wrong.

Edited by: shilpa on Nov 19, 2010 2:12 PM

Edited by: shilpa on Nov 22, 2010 10:12 AM