cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer CO PS project financial data to Item?

Former Member
0 Kudos

Hi, Gurus!!!

I create Item. And I create PS project from Item in saving.

 

In RPM_OBJ_LINK Item have link to PS project OBJECT_TYPE - 0INMPSPD

 

In RPM_OBL_OBTYP

OBJECT_TYPE          0INMPSPD

APPLICATION (empty)

In DPR_OBL_OBTYP

OBJECT_TYPE          0INMPSPD

GROUPING          PD

 

Bat then I run RPM_FICO_DATA_TRANSFER, I have the message:

No link exist bet. Project System element and Portf. and Proj. Mgmt items

 

I use ST05. In last strings:

 

SELECT WHERE T_00."CLIENT"='100'  AND T_00."GUID"=0x001E4F1535651ED2B1DA08EA0BF233E5  AND T_02."GROUPING"='PDCP'

 

SELECT WHERE T_00."CLIENT"='100'  AND T_00."PROJECT_GUID"=0x001E4F1535651ED2B1DA08EA0BF233E5  AND T_01."APPLICATION"='SAPCO'  AN

 

Why "GROUPING"='PDCP' ?

Where is settings for determination "APPLICATION"='SAPCO' and "CLIENT"='100' for

0INMPSPD?

 

How to transfer CO PS project financial data to Item?

Best regards,

Karm

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209919
Active Contributor
0 Kudos

Hello Nikita,

Could you check in table V_DPR_OBTYP_INT for your object type : 0RPMPSWBSELEMNT ( or your custom settig if you have created) if you have defined : Group, Logical System and Destination?

I think the Group should be : PR and not PDCP

The application SAPCO is the standard and it is the correct one.

Regards,

Clara

Former Member
0 Kudos

Clara, thanks for your reply.

In V_DPR_OBTYP_INT:

Clara Vigil:" I think the Group should be : PR and not PDCP"

I have link Item - PS Project definition. Maybe PD?

I have set up:

Clara Vigil:" The application SAPCO is the standard and it is the correct one."

In RPM_OBL_OBTYP Application = SAPPS:

Why "SAPCO is the correct"?

After corrections in table V_DPR_OBTYP_INT

RPM_FICO_DATA_TRANSFER

message:

No link exist bet. Project System element and Portf. and Proj. Mgmt items

ST05:

SELECT WHERE T_00."CLIENT"='100'  AND T_00."GUID"=0x001E4F1535651ED2B1DA08EA0BF233E5  AND T_02."GROUPING"='PDCP'

SELECT WHERE T_00."CLIENT"='100'  AND T_00."PROJECT_GUID"=0x001E4F1535651ED2B1DA08EA0BF233E5  AND T_01."APPLICATION"='SAPCO'  AN

Regards,

Nik

former_member209919
Active Contributor
0 Kudos

Hello Nikita,

Not sure if this can  help you :

V_DPR_OBTYP_INT : could you check object type : 0RPMFIWBSHIERAR it should have the group PR.

and in table : RPM_OBL_OBTYP -> Object type SAPCO

Also in  V_DPR_OBTYP_INT check if it is needed maintain destination (not only logical system).

When you maintain logical system and destination... did your basis team create with the same name or with different?

Regards