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: 

Background for FM POSTING_INTERFACE_CLEARING

former_member609849
Discoverer
0 Kudos

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.

4 REPLIES 4

0 Kudos

Hello,

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

Thanks,

Muralikrishnan

0 Kudos

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.

0 Kudos

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

former_member609849
Discoverer
0 Kudos

this is my code.