‎2006 Apr 21 7:41 AM
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
‎2006 Apr 21 7:44 AM
Hi !
Try to send the message using the function
"SAPGUI_PROGRESS_INDICATOR".
Regards
Rainer
Some forum points would be fine if it works...
‎2006 Apr 21 9:18 AM
Hi,
'SAPGUI_PROGRESS_INDICATOR' is not working. Is there no way that we can give information message
Thanks & regards,
Vishnu Priya
‎2006 Apr 21 7:47 AM
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
‎2006 Apr 21 8:31 AM
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