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: 

Change start date in RPTQTA00

Former Member
0 Kudos

Hi,

I would like to change the start date after i do some computations for quota in user exit EXIT_SAPLHRLV_009. I saw user exit EXIT_SAPLHRLV_011. I put a break point but it doesn't go inside the user exit. Is there any other user exit to use?

Thanks and regards,

Steph

5 REPLIES 5

praveen_reddy2
Active Participant
0 Kudos

Hi,

May i know for which program/Tcode ur ckecking for user exits.

Check it out for BADIs.

Thanks & regards,

Praveen.

0 Kudos

Hi Praveen,

I didn't use any tcode/program to check the user exit. I just checked it here in sdn as well.

Regards,

Steph

0 Kudos

Hi stephquion,

how do u know this user exit suits for ur requirment.

where do u want to place the change start date .

Thanks & Regards,

Praveen.

0 Kudos

Hi,

The exit that you have mentioned is a function exit. If you want to check if this exit is hit or not, you would have to create a project in CMOD and assign this enhancement under it. then activate the project.

Implement the user exit. Then put a breakpoint inside the implementation and check.

For function exits, it is mandatory to activate through CMOD also called as the enhancement framework concept.

Former Member
0 Kudos

No need to change the start date.