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 / Customer Exit or BADi for Funds Commitment document create/change

Former Member
0 Likes
3,407

Hi Gurus,

We have a requirement to add some custom requirement while saving the funds commitment document while creating or changing the document.

Is there any user exit or BADi for meeting this requirement ?. So, our process is:

User creates funds commitment document using FMZ1 and parks the commitment document by pressing the "Park Document" button and a workflow is triggered for approvals.

Our requirement is:

To prevent the user from making any changes in the document while the approval process is in progress.

Towards this, I was exploring the SAP enhancements FMMD0015 & FMMD0016 and created a custom project to enhance this. But, the control is not coming to either of the Includes " ZXFMCIU01" and " ZXFMCIU02" during debugging of FMZ1/FMZ2 saving transaction.

Not sure if these are the correct exits. Anybody, had the similar requirement and achieved ?. Please share your expertise/experience.

We are on ECC 6.0 with IS-PS-CA Rel 604.

Appreciate your immediate help and thanks in advance.

Regards,

Venu

Hi Gurus,

We have a requirement to add some custom requirement while saving the funds commitment document while creating or changing the document.

Is there any user exit or BADi for meeting this requirement ?. So, our process is:

User creates funds commitment document using FMZ1 and parks the commitment document by pressing the "Park Document" button and a workflow is triggered for approvals.

Our requirement is:

To prevent the user from making any changes in the document while the approval process is in progress.

Towards this, I was exploring the SAP enhancements FMMD0015 & FMMD0016 and created a custom project to enhance this. But, the control is not coming to either of the Includes " ZXFMCIU01" and " ZXFMCIU02" during debugging of FMZ1/FMZ2 saving transaction.

Not sure if these are the correct exits. Anybody, had the similar requirement and achieved ?. Please share your expertise/experience.

We are on ECC 6.0 with IS-PS-CA Rel 604.

Appreciate your immediate help and thanks in advance.

Regards,

Venu

3 REPLIES 3
Read only

Former Member
0 Likes
1,740

Hello Venu,

Check below user exit.

User Exit: FMRESERV (Management of Earmarked Funds (Reservations,...))

Function module:

EXIT_SAPLFMFR_007 (Earmarked Funds: Conditions for Workflow Restart)

EXIT_SAPLFMFR_001 (Earmarked Funds: PBO Initial Screen)

Thanks.!

Sameer

Read only

0 Likes
1,740

Sameer,

Thank you for your input. I'll check these and update if it works.

Regards,

Venu

Read only

0 Likes
1,740

Hi,

Try FM EXIT_SAPLFMFR_003 in enhancement FMRESERV. It works.

ragards,

Rafal