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

Disabling status message

Former Member
0 Likes
519

Hello experts!

I have a program, which calls the function BAPI_PLANNEDORDER_DELETE. The problem is, that this function contains line:

MESSAGE S012(61) WITH PLAF-PLNUM.

I know, that this is only status messages, but if I schedule the program as a backdround job, the job log will contain many useless lines. How can I disable this message without changing the function? Is it possible? Is there any solution like in case of CALL TRANSACTION MESSAGES INTO itab?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

Hi,

You can do one thing, copy the bapi to z and do the necessary chnages as per your requirement.

Thanks,

Sriram Ponna.

2 REPLIES 2
Read only

Former Member
0 Likes
468

Hi,

You can do one thing, copy the bapi to z and do the necessary chnages as per your requirement.

Thanks,

Sriram Ponna.

Read only

0 Likes
467

Is it possible to disable the writing of these messages into job log?