‎2012 Nov 20 1:57 PM
We have a problem dump when editing a service order (IW32 transaction😞
Here is my analysis:
There is a function module is not generated in the server: 'IWO_UI_DL_ORDER_RETRIEVE_CHARS'
Program: SAPLIWO_UI_DL => INCLUDE LIWO_UI_DLUXX. => INCLUDE LIWO_UI_DLU04. => 'IWO_UI_DL_ORDER_RETRIEVE_CHARS'
But in the server must see why not give us a hand to generate it.
Does someone can give me how to solve this problem,
‎2012 Nov 21 6:35 AM
Generally we get these kind of errors when we do Upgrades
or when we implement some Specific SAP notes.
Have you tried to activate the FM with "Activate Anyway" and then try IW32 Again.
some system generated programs/sub-routines in this FM(Dynamically at runtime),so this may solve.
‎2012 Nov 22 7:03 AM