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

badi: ME_PROCESS_REQ_CUST

Former Member
0 Likes
500

Hi, Since the transaction ME52N I want to change the value of the field in FKBER associated with the cost center, KOSTL field. Using the Badi ME_PROCESS_REQ_CUST recovery values with the method

CALL METHOD im_account->get_exkn

RECEIVING

re_exkn = aux_exkn.

Change the value of FKBER and run

CALL METHOD im_account->set_exkn

EXPORTING

im_exkn = aux_exkn.

The data are changed, but you can only see the result when you return to call the transaction. You do not see it immediately on the screen.

I tried to use methods

Send_to_cobl_at_pai

Send_to_cobl_at_pbo

But it is still not being introduced after the change.

A salute and thank you.

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi Luis,

Did you solve this problem? Can you share the solution?

Regards,

Alexandre