cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects - Object Link to BOM

0 Kudos

Hi,

I have a requirement to create an object link in cProjects. I have maintained the CS03 in the SPRO settings. While creating an object link from cProject and click on search button the system throws an error "Proxy Class(, method EXISTENCE_CHECK) for object type Bill of Material contains errors". Can some help in providing the procedure to create an Object link to BOM.

Edited by: SasikanthReddy M on Jun 14, 2011 11:59 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sasi,

Create a custom class ZCL_DPR_OLR3_XXX implementing the interface IF_DPR_OBL_PROXY

create another custom class ZCL_R3_OLR3_XXX implementing the interface IF_OLR3_PROXY

Create Structure with namespace ZOLR3_TS_XXX_INT_ID where XXX is the table name for this structure.

This is the internal id that is going be used in the configuration. This Structure is suppose to hold the key fields of the

object table(not all key fields is mandatory).

Create Structure with namespace ZOLR3_TS_XXX_SHLP where XXX is the table name of the object.

This is the searh help structure that is to be used in the configuration. This searchhelp structure needs to have the fields

that are supposed to be diplayed at the time of seach.

Create structure with namespace ZOLR3_TS_XXX_DESC where XXX is the table name.

This structure is required for the BOM description. The field in this structure should be available in the table XXX.

Then in the SPRO create the object link and assign the class accordingly.

Regards,

Santosh.

Former Member
0 Kudos

Hi,

to set Proxy Class you have to go in SPRO under

Collaboration Projectz->Connection to External System->Object Links in SAP System->Make Settings for the Linked SAP Oblects

Select the row of your Object Type and be sure that flag Active is set.

Then on left menu, click on Name of Class in SAP System per Object Type

and define the Proxy Class.

I'haven't set link for Bom but, for example, proxy class for document is CL_R3_OLR3_DOCUMENT or for material is CL_R3_OLR3_PLANTMATERIAL...

Regards,

Luca