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 warning dialog

Former Member
0 Likes
3,392

hello experts,

I'm using a batch input in my program, the problem is when it comes across a warning dialog the bi stops and nothing happens

i already used the "E" mode but i still get the same problem i don't know what to do to make it ignore the warning dialog and continue the process.

please can anyone help me with this issue.

thanks in advance

regard.

9 REPLIES 9
Read only

paul_bakker2
Active Contributor
0 Likes
2,224

Have you considered using a BAPI instead of a BDC? All your problems will disappear like snow in the sun.

If not, why not?

Read only

Former Member
0 Likes
2,224

Don´t now your settings, but maybe you try to run the batch input in background?

If u didnt do it so far

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,224

If you don't want to convert your code with a better tool like BAPI (or didn't you find one, in case which transaction are you calling?) you may be required to include twice in the screen sequence any screen with warning dialogs, and use some ENTER function code.

For reference: look for Warning dialog in Special Features of Batch Input Sessions

Regards,

Raymond

Read only

0 Likes
2,224

it's not like i don't want but i can't find any BAPI that can do the same work as transaction ABZON.

Read only

0 Likes
2,224

Did you try my answer in BAPI for asset creation through ABZON?

(But you may require 2 call of BAPI in some case)


Regards,

Raymond

Read only

0 Likes
2,224

I already tried BAPI_ASSET_ACQUISITION_POST but the problem is that I can't pass the GKONT to this BAPI so it will automatically use the default account and that's not what I want.

regards.

Read only

0 Likes
2,224

Did you look in Customizing if some of those warnings could be removed during BDC execution (table T100C, SM30 on V_T100C_AA, )

Regards,

Raymond

Read only

Former Member
0 Likes
2,224

Technically screen with warning message should be ignored after pressing ENTER.  

Did you tried with Mode='A' and check the log.

If this is not working again try to correct the warning message.

Read only

0 Likes
2,224

I tried with mode "A" and I found that when the bi comes to the screen with the popup message it stops and nothing happens at all, the popup doesn't appear.