Application Development 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: 

Batch input session Information message

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi !

Try to send the message using the function

"SAPGUI_PROGRESS_INDICATOR".

Regards

Rainer

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

0 Kudos

Hi,

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

Thanks & regards,

Vishnu Priya

Former Member
0 Kudos

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

naimesh_patel
Active Contributor
0 Kudos

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