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: 

ME51n Fundcenter from custom table

Former Member
0 Kudos

Hi,

In ME51n for the same material,

I need to fetch fund center from custom table for a pruchaser group and display it in the ME51n screen.

Please help me how to do this.

I have tried doing with exit mereq001, there is no export structure to display in the screen(fund center).Please Help.

Thanks,

Daniel C

2 REPLIES 2

michael_kozlowski
Active Contributor
0 Kudos

In the following discussion you will a solution trx ME51n to display a custom field on the screen screen exit for ME51N | SCN

Former Member
0 Kudos

Hi Daniel,

Since funds center is a standard field in purchase req (field EBAN-FISTL), I think your only issue is how to provide a default value.  You can do this by implementing ME_PROCESS_REQ_CUST badi, in the PROCESS_ACCOUNT method (since funds center is part of the account assignment data).

Jim