2014 Oct 19 7:56 AM
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.
2014 Oct 21 9:07 AM
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..