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

Change in EHS specification values through Function Module

ashish25bp
Participant
0 Kudos
521

Hello Experts,

We want to develop a FM which can update values in Value assignment in specification workbench. This function module reads a specific data from logistic tables, interprets the option and  selects YES / NO radio button option defined for Characteristics in Value assignment.  Rest all is working fine, but the values are not getting updated in Specification.  My question is, Do we have any FM - BAPI that is used to update specification data.  We are trying with   BAPI_BUS1077_CHANGE   but  not working.

Thanks in advance

Ashish 

Accepted Solutions (0)

Answers (2)

Answers (2)

tkfain
Discoverer

If you're still having issues, report rc1_1077_bapi_example_change  is a good resource to use. 

Mark-Pfister
Active Contributor
0 Kudos

Hi @ashish25bp 

The BAPI is working just fine... Please check for any warnings or errors you get back from it.

Make sure to call "BAPI_BUS1077_SAVEFROMBUFFER" as well and commit your changes in order to persist your changes.

Hope that helps

Mark