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

Update Property tree CG02 specification using BAPI_BUS1077_CHANGE

sri6666
Active Participant
0 Likes
944

Hi experts, i am trying to update property tree in specifications(CG02) using BAPI_BUS1077_Change, but some how its not updating the property tree values. 

could you please some one came across the similar requirement,  please help us. 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

christoph_bergemann
Active Contributor
0 Likes

Hello 

please do a search before you ask a question... the topic is discussed very often.

May be this blog might help (BUT OUTDATED)

https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/use-of-bapi-s-in-ehs-clas...

Mark has provided the most important hint; 

Wish you the best

C.B.

Mark-Pfister
Active Contributor
0 Likes

Hello @sri6666 

Make sure to call the SAFE BAPI: BAPI_BUS1077_SAVEFROMBUFFER" as well and commit your changes to persist your changes.

Example coding can be found in report RC1_1077_BAPI_EXAMPLE_CHANGE.

Hope that helps

Mark