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

Lockbox user exit for program RFEBLB30

Former Member
0 Likes
1,033

Hi all,

  I have requirement , whenever inbound idoc triggers in SAP for LOCKBOX message Type , IDOC will be created .

and Next step Program RFEBLB30 will be executed to post the FI document in SAP against the selection criteria.

The requirement is I need to change the posting date whenever creates FI document from Program RFEBLB30.

Please help me with any exit or badi to achive the same.

Thanks.

2 REPLIES 2
Read only

Juwin
Active Contributor
0 Likes
641

Can you try using EXIT_RFEBLB20_001. RFEBLB30 is just the initial screen. It calls many programs within it. RFEBLB20 is one of them.

Thanks,

Juwin

Read only

Former Member
0 Likes
641

Hi Juwin,

  Yes There are other programs also called inside the program RFEBLB30 .  and I found there are exits related to RFEBLB20  1).EXIT_RFEBLB20_001 and 2). EXIT_RFEBLB20_002 .

  The second exit not at all triggering but 1st one is triggering but it will not satisfy my requirement.

    I have to pass the posting date whenever FI documents generated . Here in my case I will run the Program  RFEBLB30 to create FI document.

Please let me know if you find something.

Thanks