orders05

Question: I perform a sales order conversion, I'm moving vtweg spart from the knvv table. I'm using user exit 001 in function INPUT_IDOC_ORDERS. When I pass the values to xvbak in the user exit everything is fine but once the process continues back to INPUT_IDOC_ORDERS the values that were moved to the itab xvbak are no longer in there. HELP

Answer:
You need to put the values in DXVBAK, and it is not an internal table. If, at the start of your user exit, you copy XVBAK = DXVBAP, then make sure at the end that you put it back again, ie DXVBAP = XVBAP.
Copyright ?2007 - 2008 www.jt77.com