‎2008 Mar 03 11:00 AM
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.
‎2009 Sep 30 4:39 AM
Hi Luis,
Did you solve this problem? Can you share the solution?
Regards,
Alexandre