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

Clearing using POSTING_INTERFACE_CLEARING error

Former Member
0 Likes
1,342

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 .

1 REPLY 1
Read only

Former Member
0 Likes
596

even as group = 'X' i tried but didn't work