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

Environment wide setting / parameter for ABAP program.

0 Likes
994

Hi,

We have a program distributed via Transport. The program currently requires input from the executing user to control where files are produced on the App Server / Network Drive, which really should be controlled centrally by the environment's BASIS team.

Where Path Validation exists (TCODE: FILE) within the environment (BASIS 730 or later), this does apply a restriction where files can be created (great!). However, this option is not available on an environment that runs BASIS 700.

Is there an option within SAP where an environment level parameter can be managed by the BASIS team which can be read within ABAP? This would thereby enable the BASIS team to manage this setting (lower risk) and not the user (higher risk).

Ideally, releasing new transports would not override this "environment setting", so updates can be easily pushed out across environments.

Have found the User Parameters capability, but this is at the user level rather than environment level. Should also note, trying to avoid creating a table to hold this setting, unless SAP doesn't have this environmental parameter capability.

Thanks,
Jay 🙂

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
907

You could look into table TVARVC (maintenance transaction STVARV).

2 REPLIES 2
Read only

Former Member
0 Likes
908

You could look into table TVARVC (maintenance transaction STVARV).