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

Background for FM POSTING_INTERFACE_CLEARING

Former Member
0 Likes
3,807

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.

5 REPLIES 5
Read only

0 Likes
3,121

Hello,

Please call the FM POSTING_INTERFACE_START with Mode as background and then call the POSTING_INTERFACE_CLEARING FM.

Thanks,

Muralikrishnan

Read only

0 Likes
3,121

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.

Read only

0 Likes
3,121

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

Read only

Former Member
0 Likes
3,121

this is my code.

Read only

NeerajAhuja
Newcomer
0 Likes
1,730

Your issue resolved? I'm facing same issue. If foreground it is working but in No screen mode it is not posting.