Hello,
We are implementing the use of IDOC message type INVOIC01 to post MM invoices from our suppliers (EDI). Today, our vendor invoices contain one or more surcharges (Freight, Fuel, pallets, etc). We originally considered using EXIT_SAPLMRMH_014 to handle unplanned delivery charges. However, this method produces a net value of all the surcharges and applies it to 1 account; and to our business stakeholders this method is unacceptable. They want to break out these surcharges to separate GL accounts, in order to have better visibility on the Cost of Goods sold.
We have since turned our attention to EXIT_SAPLMRMH_015 to achieve this. However, we don't know how to pass the GL account, Surcharge Valie, etc into the User Exit. We tried several INVOIC01 segments, but the data is never visible in EXIT_SAPLMRMH_015, via debug mode.
Can someone please explain how this data is passed from the IDOC (segment) over to the user exit?
Thanks in advance,
Jose