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

Delivery User-Exit

Former Member
0 Likes
439

Hi..

I am using a user-exit in Delivery program in which I have coded for a scenario which says that if an IDOC is generated for a particular document and if a user is trying to open the same document in change mode, then I should go to the display mode of the screen along with the message at the bottom that the IDOC has already been sent.

I have done the first part of going into the display mode by using Leave to Transaction and Skip First Screen.

But, the problem is , how I can display an information message in the status bar ?

Please guide me to do that.

Thank You

Hi..

I am using a user-exit in Delivery program in which I have coded for a scenario which says that if an IDOC is generated for a particular document and if a user is trying to open the same document in change mode, then I should go to the display mode of the screen along with the message at the bottom that the IDOC has already been sent.

I have done the first part of going into the display mode by using Leave to Transaction and Skip First Screen.

But, the problem is , how I can display an information message in the status bar ?

Please guide me to do that.

Thank You

2 REPLIES 2
Read only

Former Member
0 Likes
414

Use the message type as success S or warning W.

which will display the message on status but do not use the message type as I .

pLEASE REWARD IF USEFUL.

Read only

0 Likes
414

Hi Dinesh but can I use after my LEAVE to Transaction command..

Will it work?