cancel
Showing results for 
Search instead for 
Did you mean: 

structure and Standard table (SYST)

Former Member
0 Kudos

dear all,

i want to fetch data from syst, but syst is a structure,

so how can i fetch the data?

and how can i found the standard table related to syst.

Waiting for ur quick response

Anshuman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anshuman,

There is no standard table for SYST structure.

To fetch the value of the system fields ,you need to write the code SY-<SYST variable name>

Ex: SY-UCOMM to get the value of UCOMM (Screens, function code triggered by PAI)

Regards

kiran