‎2007 Dec 10 8:26 PM
I keep getting a field in 5th entry in T_Z1VW03STAK-screen that is ORDER_ENTRY_BAPI_FAILURE_CUST .
I want to see exactly how it gets this? Anyway to debug inside the import/ It is causing my order not to be created.
The code....
Import T_Z1VW03STAK
FROM DATABASE Z1V01(WB) ID G_ASP_SESSION_ID.
Thank-you.
‎2007 Dec 10 9:24 PM
You need to find out form where you do the EXPORT .. TO MEMORY.
Put a break point there and the debug how your table T_Z1VW03STAK is getting field.
Regards,
Naimesh Patel
‎2007 Dec 10 9:24 PM
You need to find out form where you do the EXPORT .. TO MEMORY.
Put a break point there and the debug how your table T_Z1VW03STAK is getting field.
Regards,
Naimesh Patel