Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Import / ORDER_ENTRY_BAPI_FAILURE_CUST

Former Member
0 Likes
266

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.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
248

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

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
249

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