cancel
Showing results for 
Search instead for 
Did you mean: 

Planning - Entity mapping

Former Member
0 Kudos


Hi

I am doing a CC Planning and I have defined CC as an Entity and made the planning at this level.

I have another Model called PL Planning where I have defined the Company Code. Now I would like to transfer the cost from the CC Planning to the PL Planning using Script Logic Destination APP.  I need some assistance on how to map CC to the Company Code in Script logic.

My CCs are CCUS01, CCUS02 and my Company code is US01.

Appreciate your help.

Regards

SAP BOSS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

CC  refers Cost Center

meenubansal87
Participant
0 Kudos

Hi,

Please go through the below document -

http://help.sap.com/saphelp_bpc75_nw/helpdata/en/f4/33f0bbc46c4a53860f1410f20ffb8b/content.htm

Regards,

Meenu Bansal

former_member186338
Active Contributor
0 Kudos

Just to confirm: Each CC has a single target Company Code?

Then create a property (COMPANY) in CC and store company code in this property.

Then:

*DESTINATION_APP=PL_Planning

*RENAME_DIM CC=COMPANY_CODE

*WHEN ACCOUNT

*IS *

*REC(EXPRESSION=%VALUE%,CC=CC.COMPANY)

*ENDWHEN

Vadim

Former Member
0 Kudos


Thanks for the help.

Answers (0)