‎2008 Mar 26 10:10 AM
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?
‎2008 Mar 26 10:18 AM
Hi,
You can do one thing, copy the bapi to z and do the necessary chnages as per your requirement.
Thanks,
Sriram Ponna.
‎2008 Mar 26 10:18 AM
Hi,
You can do one thing, copy the bapi to z and do the necessary chnages as per your requirement.
Thanks,
Sriram Ponna.
‎2008 Mar 26 10:46 AM
Is it possible to disable the writing of these messages into job log?