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: 

database table for syst

Former Member
0 Kudos
174

Dear all,

do you know which database table store the data for syst structure.

regards

Gang

3 REPLIES 3

Former Member
0 Kudos
109

SYST is database structure,it will not store any database tables

this structure fields will fill during run time of SAP Operation

Thanks

Seshu

Former Member
0 Kudos
109

Hi friend,

SYST is a system structure and not any table. So it does not contain records.

Only at the runtime of any program, its some fields are populated for that particular statement and overwritten for next stament.

for example, if your first select query is successfull, then system structure SYST's field SUBRC is set to zero. now suppose, your next select query is unsuccessful. at this time the same SUBRC field will contail non-zero value. catch the point....its previous value of zero is overwritten.

Thanks,

Sujoy

Former Member
0 Kudos
109

Hi

SYST is a data base structure

No other table stores this structure

but these are the structures where this SYST is used

CIFTASK Information About Started Tasks

P01C_APSUM Loop Structure for Bas. Pens. Payment (P01C_S0201 w/o WT)

P01C_CPENS Processing table for SD pension payments

P01C_GNPER Generated periods with amount

P01C_IPENS Processing table for pension calculation (pension payments)

P01C_RBTAB Structure Table for Basic Pension Payments

P01C_S0201 Loop structure for basic pension amount

PC2W2 Contribution/Income Table

Q0201 Screen fields infotype 0201 (basic pension amounts)

Q0PDV Screen Fields for Function Modules for Group 0PDC

Q0PDW Screen Fields for Function Modules for Group 0PDW

RF10I Help fields for screens SAPMF10I

reward if usefull