Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RMWB: Substance property tree update

Former Member
0 Kudos

Hi,

Can anyone suggest any method to update the characteristic in the property tree of a substance in RMWB transaction. I am writing an exit in which I have to calculate the value of a characteristic from calculation of values of other charcteristic. After getting the calculated I have to update the charcteristic in the property tree. Is this possible. If so suggest any method.

Thanks

Varghese

4 REPLIES 4

Former Member
0 Kudos

Check out C1F5_SPECIFICATIONS_READ, C1F5_SPECIFICATIONS_MODIFY function modules in EH&S.

0 Kudos

Hi Ramani,

I executed the fnc. module C1F5_SPECIFICATIONS_MODIFY to modify a characteristic of a substance. I poplulated the table parameter X_CHARACT_DATA_TAB with the characteristic and gave specification header details in X_SPEC_HEAD_TAB. But it didn't work out. Can you please provide more details on the fnc. module parameters to be populated for the updation to work out.

Thanks,

Varghese Mathew

Former Member
0 Kudos

Check the function module documentation for BAPI_BUS1077_CHANGE

0 Kudos

Hello Varghese

please follow recommendation of Mark. The old FMs:

C1F2_SUBSTANCES_CREATE

C1F2_SUBSTANCES_DELETE

C1F2_SUBSTANCES_READ

C1F2_SUBSTANCES_READ_WITH_REF

have been replaced by:

C1F5_SPECIFICATIONS_READ

C1F5_SPECIFICATIONS_MODIFY

C1F5_SPECIFICATIONS_DELETE

in higher SAP EH&S releases.

Non of these FMs are (If I remember correct) released to by used by customer. The use of BAPI_BUS1077_CHANGE (or similar one) is better.

In any case: take a look here:

http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_modify.htm

http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_read.htm

http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_delete.htm

Regarding the BAPI:

http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_change.htm

http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_create.htm

http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_delete.htm

With best regards

C.B.

Edited by: Christoph Bergemann on Dec 24, 2010 1:13 PM