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: 

Not able to display message

Former Member
0 Kudos

Hi Experts ,

I am calling a custom FM in a BADI as seperate unit "CALL FUNCTION 'ZAM_POST_JV' in background task as separate unit"

when i am using message statement or popuop_to_confirm fm its not displaying any message.

I execute FM as seperate unit bcz i need document number which will be cretaed after current tranasction will be commited .

Please tell me how to display message in this case.

Please help me out

5 REPLIES 5

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Popup will not be displayed in batch mode. You can check the job log for the same.

Former Member
0 Kudos

Hi,

The popup information will be given only in job log for that job in SM37.

0 Kudos

can you please tell me how to do that as i am not getting message in sm37 . I have to use job_open , Job_ close or what.

Please help

0 Kudos

HI,

In SM37, give your Job name and the user name and the date and then execute.

You will get the job overview. Select your job and then click on Job log. You will

see the messages.

Thanks,

Sharmila

0 Kudos

Hi Dilip,

Instead of the message statement, try with WRITE: 'Your message'.

Regards,

Chen