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

SU3 tcode usage

Former Member
0 Kudos
20,417

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
Read only

Former Member
0 Kudos
7,289

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

Read only

0 Kudos
7,289

>

> 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.

Read only

Former Member
0 Kudos
7,289

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

Read only

Former Member
0 Kudos
7,289

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

Read only

Former Member