‎2016 Aug 30 9:07 AM
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.
‎2016 Aug 30 12:02 PM
Have you considered using a BAPI instead of a BDC? All your problems will disappear like snow in the sun.
If not, why not?
‎2016 Aug 30 12:16 PM
Don´t now your settings, but maybe you try to run the batch input in background?
If u didnt do it so far
‎2016 Aug 30 12:24 PM
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
‎2016 Aug 30 2:28 PM
it's not like i don't want but i can't find any BAPI that can do the same work as transaction ABZON.
‎2016 Aug 30 3:26 PM
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
‎2016 Aug 30 3:41 PM
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.
‎2016 Aug 31 8:44 AM
‎2016 Aug 30 4:26 PM
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.
‎2016 Aug 31 8:21 AM
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.