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: 

Exit for FMZ1 based on fund reseravation display remining feilds

Former Member
0 Kudos

Hi Experts,

       Whenever the user enter fund reservation no in fmz1 and click on enter

i need to  fetch below fields values and display

         

               Project ID (KBLP-PSPNR)

               DDO/SCO/HoD (KBLP- FISTL)

               Head of Account (KBLP- FIPOS)

               Total reserved (KBLP-WTGES)

           remaining amount (KBLP-CWTFREE).


     Please anyone suggest me suitable exit to achieve the above

is greatly appreiciated,thanks in advance...



Regards,

Kranthikumar      

1 ACCEPTED SOLUTION

former_member187748
Active Contributor
0 Kudos

Hi Kranthi,

i have found these exits for the package FMRE , which is used in the transaction FMZ1,

please tell us, what kiran has asked.

Or choose according to your use from following exits

4 REPLIES 4

Former Member
0 Kudos

Hi,

where exactly you want to display, provide the screen shots

former_member187748
Active Contributor
0 Kudos

Hi Kranthi,

i have found these exits for the package FMRE , which is used in the transaction FMZ1,

please tell us, what kiran has asked.

Or choose according to your use from following exits

0 Kudos

Thanks sanjeev and others,

           I used the exit  FMRESERV,in this i used "EXIT_SAPLFMFR_003" to achieve the above ..

thanks

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Kranthi,

You can use FMAVC_EVENT to find the budget amount etc.

You can find the following fields in method MODIFY_AVC_MESSAGE.

I_MSGTY

I_CEILTYPE

I_CHECK_HORIZON

I_CONSUMABLE_BUDGET

I_CONSUMED_AMOUNT

I_S_AVC_LINE

C_S_MSG

Hope above BADI will help you.

Arivazhagan S