Application Development and Automation 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: 
Read only

Update with CL_SAM_VARIABLE

Former Member
0 Likes
596

Hi.

I am doing a program Z to get values of the area planning to update the data.

I am using the class CL_SAM_VARIABLE, with the method SET_HIE_USER_VALUE and properly executed, but I do not see reflected changes in the transaction BPS0.

I do like to be saved the changes I made?

Thanks for your help..

5 REPLIES 5
Read only

matt
Active Contributor
0 Likes
578

I think you mean CL_SEM_VARIABLE? Have you called the save_db method after setting the variable?

matt

Read only

Former Member
0 Likes
578

Hi matt.

Yes, i called the save_db method after the method SET_HIE_USER_VALUE and not change the datas.

Thanks.

Read only

matt
Active Contributor
0 Likes
578

Try using the static method CL_SEM_VARIABLE=>RESET_BUFFER

matt

Read only

Former Member
0 Likes
578

Hi.

i was debugging the class an find the Atribute M_CHANGE not have mark 'X' to and not can change the value, any way for change te value to M_CHANGE. or i have execute other Method??

Read only

matt
Active Contributor
0 Likes
578

Can you post a sample of your code?

matt