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: 

BAPI to update Custom fields in Appropriation request

Former Member
0 Kudos

HI,

I found a way to update appropriation request using a BAPI BAPI_APPREQUEST_CHANGE. But this does not have an option to update custom fields of include structure CI_IMAU.

Is there any FM to update the function modules.

If no, please let me know is there any other to update custom fields of appropriation request.

Thanks and Regards

Veda

2 REPLIES 2

Former Member
0 Kudos

Hi,

The other way to upodate the custom fields in by using a BDC recording.

There must be a BADI that must be called before the data finally gets saved in the database tables, i faced the issue of updating the custom fields in case of customer master data.

I created an implementation of the BADI and wrote the BDC recording code inside the method of the implementation.

It is working fine for me.

Hope this helps.

Thanks,

Manish

0 Kudos

Hi Manish,

Thanks for your reply.

Actually I need to update these fields from webdynpro.

The fields would be entered in webdynpro which needs to updated in appropriation request.

I cannot use a BDC as it would affect the performance nor I can use the badi that is triggered before save.

Please let me know if there is another method.

Thanks and Regards

Veda