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: 

How to change funds center value based on header change in ME52N Purchase requisition SAP ABAP ?

former_member396057
Participant
0 Kudos

Hi,

I have added custom tab at header level purchase requisition ME52N .Under custom tab i have cost center input field.I need to change the funds center value ( Item ---> Account assignment tab ----> funds center ) automatically if cost center field changes at header level.

How to change funds center value automatically based on header change in ME52N without modifying the details of item overview ?

Thanks,

Shabbir

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Did you look at BAdI ME_PROCESS_REQ_CUST,

  • In PROCESS_HEADER you can get the list of items IM_HEADER->GET_ITEMS
  • On each item you can use methods of interface IF_ACCT_CONTAINER_MM.

Or you could post more information on how you add your customer tab.