Hi all,
Our requirement is that Fund Center should be derived from the cost center field (location tab) in the PM order. I am using function module FMDT_READ_MD_ORDER to achieve the result. I am getting the result but it is disturbing my process orders creation as there is no cost center field in process order master
I want to make a condition based on PM order type. what is the best option. Can i use the following
First derivation rule . update Order Type to USERTEMP1
Second derivation rule: call FMDT_READ_MD_ORDER and put a condition to check USERTEMP1 is PM order types
Please advise. Will it affect any other area
Lincy