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

Method PROCESS_ACCOUNT doesn't get trigger in BADI ME_PROCESS_REQ_CUST

former_member212705
Active Participant
0 Likes
810

Hi Experts,

I am facing an issue while try to modify account assignment data  in 'PROCESS_ACCOUNT' method of BADI 'ME_PROCESS_REQ_CUST'.  This method is not getting triggered at all.

I checked in some of the sdn threads and found that this method gets triggered for specific account assignment category.

In my case account assignment category is 'K- Cost Center'.

Please let me know how to trigger this method or any other way to modify account assignment data for PUR. REQ.

Regards,

Ashish

Hi Experts,

I am facing an issue while try to modify account assignment data  in 'PROCESS_ACCOUNT' method of BADI 'ME_PROCESS_REQ_CUST'.  This method is not getting triggered at all.

I checked in some of the sdn threads and found that this method gets triggered for specific account assignment category.

In my case account assignment category is 'K- Cost Center'.

Please let me know how to trigger this method or any other way to modify account assignment data for PUR. REQ.

Regards,

Ashish

1 REPLY 1
Read only

former_member212705
Active Participant
0 Likes
663

I checked exit EXIT_SAPLMEREQ_010 also but i am not able to modify account data. Also in the same BADI method 'PROCESS_ITEM' is triggering properly, here even i am able to get account assignment data but i am not able to modify it. NOT ABLE TO CALL METHOD 'SET_EXKN', Due to some PROTECT issue.