2013 Feb 01 3:19 PM
hi
I am using FM POSTING_INTERFACE_CLEARING to clear documnets. When I use call transaction in 'POSTING_INTERFACE_START (i_function = c and mode = s) it works fine and clear documents but when i try to use BDC, it does not clear document. I am passing value as (i_function = 'B',i_group = 'TEST' ,i_keep = 'X' , i_update = 'X', i_user = uname ) , after call of FM POSTING_INTERFACE_CLEARING , there is no value coming in table 'BLNTAB'.
I am not sure what else value I need to pass for this BDC call in the start method. Do suggest your views.
FYI when I call this FM in Call transaction(background) then it dumps (some screen error) and So i want to use BDC to run it .
2013 Feb 01 3:38 PM