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

Batch input issue with error mode

Former Member
0 Likes
463

Hi,

i've written a BTCI using SHDB on XD01 T-Code, my program is working fine with mode 'E' exept when an error occurs the screen is blocked on the error. Is it possible to skip it ?

When using screen mode 'A' step by step, its working fine. But when using 'N' with the same file, no customer is created (it says Jurisdiction code error, it's working with 'A' mode !!)

Any ideas why is it wrking with 'A' but not 'N' ?

thank you

1 REPLY 1
Read only

Former Member
0 Likes
419

Hi Soufiana,

Some times with the 'A' mode, you will press the enter key, which makes the difference compared to 'N' mode, so see the screen where you are getting error and and also see what you are doing on that screen in 'A' mode(if you are pressing enter, then you need to add additional ok_code for enter key).. once this is found, you can run on any mode.

thanks

Srini.