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: 

user exit for ME51N,ME52N, issue with account assignment

Former Member
0 Kudos

Hello Experts,

I'm working on a user exit for transactions me51N and me52N in order to set restrictions for some fields on the account assignment data section (assets, orders and wbs elements). I already found the user exit MEREQ001 (EXIT_SAPLMEREQ_005), the problem here is that I’m only able to see the item data but can’t find the account assignment data related to it. How can I get those fields inside the user exit?

Any suggestions are welcomed... Helpful answers will be rewarded for sure…

Thanks in advance,

George

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Try to look at the Badi ME_REQ_POSTED.

Implement the badi in SE19 and the method POSTED looks like havin gthe interface for Account Assignment.

The BADI is well documented and you can see it in SE18 transaction.

Regards,

Ravi Kanth Talagana

0 Kudos

Hi Ravi,

Tks for response. I'm looking for ME_REQ_POSTED but it doesn't exist in se18. The only BADIs I can see starting with 'ME*' are:

ME_CIN_LEINRF2R

ME_CIN_LEINRF2V

ME_CIN_MM06EFKO

ME_CHANGE_CHARACTER

ME_CHECK_ALL_ITEMS

ME_DEFINE_CALCTYPE

ME_HOLD_PO

ME_PO_SC_SRV

ME_REQ_HEADER_TEXT

ME_TAX_FROM_ADDRESS

ME_TRIGGER_ATP

I'm using 4.6C version... any other suggest???

Edited by: George Navarrete on Dec 21, 2007 4:40 PM