Application Development 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: 

SU3 tcode usage

Former Member
0 Kudos

Hi,

What's the use of SU3 tcode and how it is used to create parameters? Is it user specific?

Secondly, how to update the parameter value dynamically? How can this value be used in an ABAP program to check some condition?

Let me know.

Thanks,

Mohit

5 REPLIES 5

Former Member
0 Kudos

Hi,

SAP tcodes are alway 4 alpha numeric

r u asking for SU03?

you can update a parameter value dynamicaly by using MOVE statement or Assign (=) operator.

ckecking the parameter value before use in report in known as VALIDATION

You can do it in Event AT SELECTION-SCREEN on FIELD.

Regards,

Anirban

0 Kudos

>

> you can update a parameter value dynamicaly by using MOVE statement or Assign (=) operator.

>

> ckecking the parameter value before use in report in known as VALIDATION

> You can do it in Event AT SELECTION-SCREEN on FIELD.

is Mohit asking about Report selection-screen paramters?

Amit.

Former Member
0 Kudos

Hi,

SU3 is user specific, there you can set your user settings (address data, default data, parameters).

Regards Vassko!

Edited by: Vasil Pavlov on Sep 11, 2008 10:58 AM

Former Member
0 Kudos

Hi,

The SU3 unlocks the data related to that parameter which can be a plant or a country.

The SU3 parameter is set by the user himself and it cannot be defined dynamically.

This parameter has to maintained for each user separately.

  • used in testing

Thanks

Nitin

former_member181995
Active Contributor