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 session Information message

Former Member
0 Likes
786

Hi,

Is there any way to display information messages in a batch input session. Suppose I have a batch input session running on a particular transaction.If in a particular screen, I want to display an information message to the user that ' Particular sales order has been created on date xx'. Is it possible.

Thanks &* Regards,

Vishnu Priya

4 REPLIES 4
Read only

Former Member
0 Likes
572

Hi !

Try to send the message using the function

"SAPGUI_PROGRESS_INDICATOR".

Regards

Rainer

Some forum points would be fine if it works...

Read only

0 Likes
572

Hi,

'SAPGUI_PROGRESS_INDICATOR' is not working. Is there no way that we can give information message

Thanks & regards,

Vishnu Priya

Read only

Former Member
0 Likes
572

Hi,

If you want to generate a log of BDC session,

you can use MESSAGES INTO addition of CALL TRANSACTION statement.

It will populate an internal table with the messages that may occur during the session and then yu can write that internal table.

Hope it helps,

Regards,

Shashank

Read only

naimesh_patel
Active Contributor
0 Likes
572

Hello,

It is not possible in the Batch input Session.

You can do it by <b>Call transaction</b>. But it not possible to give message at particular screen. Becuase we are only passing screen seq and data for the screen.

Like,

Call transaction Va01.

if something is there,

message I

endif.

regards,

Naimesh