cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help in SAP RM : Specifications

Former Member
0 Kudos

Hi I am David, also working on EH&S SAP RM.

I am new to this and require some help .

We have a external system that sends Specification details via XI proxy and we need to Push this data to SAP RM system. I have 2 Scenario to implement.

Scenario 1:

The Material, Specification and the Link between the Material and Specification Exist in Sap RM . The specification has different property grouped under different property tree but it does not hold any value. Now I need to update the Property values. To begin with , as soon as I recevie all the details in the XI Proxy, I need to validate it against the existing property of the Specification. Please let me know the function modules that can be used to get all the Existing properties of a Specification. Is that I have to use C1F2_SUBSTANCES_READ_WITH_REF ?

What Is the function module that will help me update the Same .

Scenario 2:

Sometimes we need to Create a New Property at the property tree level for the existing specification. And then Update the Property value. How can I implement this scenario. What function modules are involved in this.

Appreciate your help.

David

iamcloane_2000@yahoo.com

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi David,

Scenario 1:

yes you can use C1F2_SUBSTANCES_READ_WITH_REF to read out property data.

To update an existing property you can use C1F2_SUBSTANCE_UPDATE

Scenario 2:

Creating new properties is not possible in a custom program. This is a configuration task and it also includes creating classes and characteristics in SAP class system.

Regards,

Andreas

Former Member
0 Kudos

Hi Andreas

I want to know is there any difference in using C1F2_SUBSTANCES_READ_WITH_REF to read out property data and

BAPI_BUS1077_GETDETAIL

Also I came across the following 2 Bapi's an alternative for C1F2_SUBSTANCE_UPDATE

BAPI_BUS1077_CREATE : To create any new value for the Property

BAPI_BUS1077_CHANGE : To change any existing value for the property

Had anyone tried this.. Please let me know some tips about this Bapi.

Appreciate your help

David