cancel
Showing results for 
Search instead for 
Did you mean: 

Update TVARV table entries using a Function Module or Program

Former Member
0 Kudos

Hi Gurus,

My requirement is that I have a entry in TVARV table which has a 'low'. We would like to change this value whenever we desire. We are unable to do it via sm30 and se16 as table maintenance access is not permitted in Production environment.

Can you please provide any Function module or program code to do it?

Requirement - User can enter a value into TVARV table by executing a function module or program

Thank you all, will award points,

Priyansh

Accepted Solutions (0)

Answers (3)

Answers (3)

ttaege
Discoverer
0 Kudos

Go into the table TVARV with transaction SE11, display the entries, there should be a change icon and a create icon inside of the display table selection - click the respective icon for the action that you are wishing to accomplish.

sander_vanwilligen
Active Contributor
0 Kudos

Hi Priyansh,

Please refer to SAP Help for more information on variant maintenance and more specifically variable values in variants. You can use t/code STVARV for maintaining the variant variables in table TVARVC (Client-Specific Variant Variables).

Note: I suggest to use the TVARVC table instead of TVARV.

If you are looking for Function Modules in the area of Variant Maintenance, then please have a look at Function Group SVAR (t/code SE80).

If you are looking for Function Modules in the area of User Variables in Variants, then please have a look at Function Group SVUV (t/code SE80).

Furthermore, if you are looking for a program to update table TVARVC, please have a look at ABAP: Dynamic Variant Processing with STVARV.

Best eregards,

Sander

Former Member
0 Kudos

hi,

try transaction STVARV. here you can change the entries.

kind regards,

tobias