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: 

default cost center for maintenance order type in settlement rule

Former Member
0 Kudos
512

Dear All,

There is an client requirement that there are different order types , they want each order type to be settlement done in one respective cost center.

For Example:

ZMEC (Order Type) ----42000(Cost Center)

ZELEC(Order Type) ----54000(Cost Center),

I need to make default settlement rule filed EMPGE with cost center value. can you help me in this case.

1 REPLY 1

Former Member
0 Kudos
162

Dear All,

I will explain above requirement with detail.. Please do the needful..

In IW32 transaction we have order type 'ZPM' and Cost center value '42000' now we need to display '42000' in Settlement rule field. it is at GOTO-->settlement rule-->EMPGE(field)..

for this we write a code in exit IWO10018 as below..

If aufk-auart = 'ZPM'

?????-EMPGE = aufk-kostl.

endif.

here we want to know what is the table name for this EMPGE field ??

Thanks for your Help..