‎2019 May 03 8:59 AM
Hi everyone, i have some problem with FM Posting_Interface_Clearing while excecute in background task. the problem is i can't get the result after clearing for table t_blntab , to get the result i need to handle by click on button "Save" in tcode FB05. Please help me to find the way to run background task with no handle by click any button on tcode FB05.
Thanks and best regards.
‎2019 May 03 10:30 AM
Hello,
Please call the FM POSTING_INTERFACE_START with Mode as background and then call the POSTING_INTERFACE_CLEARING FM.
Thanks,
Muralikrishnan
‎2019 May 03 1:07 PM
actually i used FM POSTING_INTERFACE_START with i_mode = 'N' after that i used POSTING_INTERFACE_CLEARING but the result is nothing and while i'm debug with i_mode = 'E' and click button 'Save' the result will return.
‎2019 May 03 1:30 PM
Hi,
What is the value that you are passing for parameter I_FUNCTION. Could you please post a screen shot of your FM calls here?
Thanks,
Muralikrishnan
‎2019 May 03 1:54 PM
‎2025 Aug 09 9:00 AM
Your issue resolved? I'm facing same issue. If foreground it is working but in No screen mode it is not posting.