cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Retraction SAP BPC to SAP FM - FMCY102 Error

former_member182305
Active Participant
0 Likes
2,502

Hello Experts,

I am doing SAP BPC Retraction to SAP FM. We tranfer the BPC data to another infocube, then we have a Query to tranfer that data to SAP FM using the standard Program BPREP_RETRAKTOR_BCS_NEW in TCODE FMCYCOPI-BW.

I have already Define Field Assignments for Plan Data Transfer from SAP BW in IMG Reference.(SPRO).

I have the assigment as next:

As you can see BW system and Query are also SET.

After this configuration I go to execute Tcode FMCYCOPY-Bw

I fill the fields as next:

Then I run the program and no data got tranfered. I got the warning "Transferred data does not match input parameters fiscal year 2017"

I Already search for this error and there are SAP notes to apply. I check the notes but they applied for components EA-PS SP03 or SP04. We are on EA-PS SP25. So the code change to program does not apply.

Am I doing something wrong in the mapping?. Is there another activity to do to solve this problem??.

Thanks for the posts.

Best Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hi Sebastinan,

For the retraction you can do it creating an enhancement implementation to the badi UJD_RETRACT and use the BAPI for FM is faster than trying to use the function in FM.

Regards,

Mario Mendoza

duneya
Newcomer
0 Likes

Hi Mario,

At this moment, I have to do this but I don't have very clear the way how to do it(It's the first time that I have to implement a retractor). I read the document "How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting" however I haven't could download the attachment files and additional I don't know after do the enhancement how implement the BAPI for FM.

Could you please help me with this? I don't know if you have a document guide or another kind of information that I can read for to this.

Thanks

Regards,

former_member182305
Active Participant
0 Likes

Thank you very mucho for your post Mario,

Actually we have the Retraction to CO module with the BAPI. We were trying to use FM standard function to send BPC Budget to FM. The problem was solved, the issue was that the query didn't had mapped the "YEAR". Once the BW consultant got the Year in the query we were able to send BPC budget to FM.

I have one question Tho. As far as I know the STD BAPI that is used by the retraction paste the values in a CO table. It is kind of doing transaction kp06 manually. how do you use the bapi to write on FM tables?

Best Regards Mario.