‎2009 Jul 06 10:53 AM
Hi,
I have a problem with batch input for transaction pa61.
In a custom program I have some information message (popup) that it depends from input case.
Is it possible to skip all information popup in the batch input?
Thanks...
P.S.
During the recording (SHDB) I have utilized a input case without message popup.
‎2009 Jul 06 10:57 AM
Hi,
Information and Warning messages are not recorded in the BDC instead they will be collected in BDCMSGCOLL in case of CALL TRANSACTION.
In Case of BDC/CALL TRANSACTION the processing will not stop for Information and Warning messages it will continue further processing.
In Case of error message BDC/CALL TRANSACTION will not move further when error message is encountered.
‎2009 Jul 06 10:58 AM
Hi Alfonso,
Yes it possible to all information popup in the batch input
only thing is check the screen number in recording and put up if condition in your customized program and just entered Ok_code for all these type of screen.
Hope this will help you.
Regards,
Vijay
‎2009 Jul 06 11:03 AM
Hi,
If you run in background the information message adn warning messages won't come..All the messages are stored in BDCMSGCOLL structure
Regards,
Nagaraj