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 table

Former Member
0 Likes
8,110

Hi Gurus,

Can any one tell me the table for system fields ..

Congrats in Advance

Regards

Abeehs

1 ACCEPTED SOLUTION
Read only

sarbajitm
Contributor
0 Likes
3,349

SYST

Most used system field SY-SUBRC you get here along with other important system field.

regards.

sarbajit.

8 REPLIES 8
Read only

siddhesh_pathak4
Contributor
0 Likes
3,349

Table Name: SYST

Read only

Former Member
0 Likes
3,349

Its SYST table

Regards,

Anagha Deshmukh

Read only

Former Member
0 Likes
3,349

SYST is a structure. You can see all system fields in that structure.

Read only

Former Member
0 Likes
3,349

hello,

The SYST table stores all system information.

please close the post once your issue is solved

Read only

sarbajitm
Contributor
0 Likes
3,350

SYST

Most used system field SY-SUBRC you get here along with other important system field.

regards.

sarbajit.

Read only

Former Member
0 Likes
3,349

Hi,

SYST is a structure having system fields.

In program you can access the system fields like date(sy-datum), time (sy-uzeit), username (sy-uname) etc.

Close the thread if answered.

regards,

Sachin

Read only

0 Likes
3,349

Hi,

Which function should I use to get the logsys name? and how can I see the fields in structure SYST(transaction code)?

Thanks and Regards,

Pooja

Read only

0 Likes
3,349

Hi Pooja,

We can use the table T000 , field name LOGSYS, to get the logsys details.

Regards,

Anand