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

system fields query

Former Member
0 Likes
1,051

friends

if i want current client to seen i use sy-mandt

and if i want current date then i use sy-datum

i want to enter the value for current user logon

username

wat should i use

With Best Regards

Ruby

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,022

you can check the <b>table SYST</b> for all the system fields

for user name it is SY-UNAME

10 REPLIES 10
Read only

former_member196280
Active Contributor
0 Likes
1,022

SY-UNAME. for more system field goto SE11 SYST and click display.

Reward points to all useful answers.

Regards,

SaiRam

Read only

Former Member
0 Likes
1,022

Hey Ruby

Your pf-status problem has been solved or not.

Regards

Azad.

Read only

0 Likes
1,021

hi

no

its pf-status problem currently not solved

very less time so had currently stopped that part and completing other queries

please keep helping me

With Best Regards

Rubi

Read only

0 Likes
1,021

Hey RuBy,

Can we discuss the prob on chat. Coz every time we have to post here.

Regards,

Azad.

Read only

Former Member
0 Likes
1,021

Hi,

SY-UNAME - SAP user logon name

Pls reward points if helpful.

Regards,

Ameet

Read only

Former Member
0 Likes
1,023

you can check the <b>table SYST</b> for all the system fields

for user name it is SY-UNAME

Read only

Former Member
0 Likes
1,021

<i><b>Hi,

Use SY-UNAME for user login name

debjani</b></i>

Read only

0 Likes
1,021

Thanx all the friends who posted me the reply

Uname i got that

With Best Regards

Rubi

Do Help me everytime

Thanx

Read only

0 Likes
1,021

Hi Ruby,

Please be advised to reward points for the first correct helpful answer so that it looks perfect....not only for this but all threads...

thanks

chandra

Read only

former_member189059
Active Contributor
0 Likes
1,021

Use sy-uname for this

for any other sy fields, debug any of your current programs

and type 'sy' in the fields list

double click on it... you will be able to see all the current values of all the system fields