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: 

function for changing value adjustment

Former Member
0 Kudos

Hi,

I need a function module that can be used to change the "Funds reservation Value Adjustment".

I want to change the field KBLP-WTGES - "total reserved amount in transaction category".

Is there any suitable function module?

Thanks,

Inbal Sher

ABAP Programmer

1 REPLY 1

Former Member
0 Kudos

Hi,

You can use FMFR_CHANGE_FROM_DATA and feed I_F_HEADDATA (KBLK data) and T_POSDATA (KBLP data).

If you know the funds reservation then you can read KBLK with KBLNR = funds reservation for header data and KBLP with KBLNR = funds reservation for item data.

Please award points and close this thread if this is useful..

Sri

Message was edited by: Srikanth Pinnamaneni