cancel
Showing results for 
Search instead for 
Did you mean: 

Link Account Assignment Reference & Planning Level - FF7A

Gustavo_Vazquez
Active Contributor
0 Kudos

Hi,

I need to assign Planning Levels base on Account Assignment Reference. This is not standard, is there any way to do it ?

My customer has got different AAR based on Local and Foreign Securities, can I replicate this scenario on FF7A ?

Kind Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Gustavo,

I foresee your requirement can be achieved through an implicit enhancement. Create a maintenance table with Company code, Product Type, AAR and planning level, check for any implicit enhancement option to substitute the planning level according to the mapping table when transaction is saved and call the program RTPM_CM_UPDATE to reconstruct CM data for securities.

I am not an abaper,but i foresee this is a possible scenario. Give a try.

Regards,

Naresh Garla.

Gustavo_Vazquez
Active Contributor
0 Kudos

I don't see a BADI/user exit to update Planning Level:(

Data for Cashflow reporting (table FDC1) is filled from table TRCV_BFLOW and this table hasn't got AAR.

Planing Levels are assigned from T036V and doesn't have AAR.

I checked program RTPM_CM_UPDATE and found no BADI user/exit.

FM CASH_FORECAST_CFM_TM_WP_CHECK seems to do all the working.

Kind Regards