cancel
Showing results for 
Search instead for 
Did you mean: 

RERAALCN - Where to use BAPIPREDOC_MODIFY

Former Member
0 Kudos

Hi,

I need to add a custom enhancement in RERAALCN using Badi ACEPS_BAPIPREDOC_MOD in order to change TVA code.

I'm looking for the right place to add this implementation with IF_EX_ACEPS_BAPIPREDOC_MOD~BAPIPREDOC_MODIFY method.

I first looked into SPRO to add implementation here :

SAP Customizing Implementation Guide 

-- Financial Accounting (New) 

--- Lease Accounting Engine 

---- Specifications for Controlling Processing 

----- Integration to Accrual Postings 

------ Accrual Engine 

------- Accrual/Deferral Posting 

-------- Document Change Using BAdI 

--------- Change Document Before Summarization - S_ALN_01000251

But it didn't do anything, i don't enter in debug mode when i launch RERAALCN so i guess it's not the right place to place it.

Did someone already had to do this or something approching ?

Thx.

EDIT : It seems that i was missing a thing. SPRO settings were right and allowed me to get what i want.

So this is resolved.

If someone has questions on it, MP me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ANSWER :

SAP Customizing Implementation Guide

-- Financial Accounting (New)

--- Lease Accounting Engine

---- Specifications for Controlling Processing

----- Integration to Accrual Postings

------ Accrual Engine

------- Accrual/Deferral Posting

-------- Document Change Using BAdI

--------- Change Document Before Summarization - S_ALN_01000251

Create the implementation you need in it, and you can modify what you need.

You enter it in debug by placing an external  break-point .

Answers (0)