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

Problem with batch input popup message I

Former Member
0 Likes
2,769

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,108

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.

Read only

Former Member
0 Likes
1,108

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

Read only

former_member404244
Active Contributor
0 Likes
1,108

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