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

table which start with S

Former Member
0 Likes
4,964

Hi, i found out my sap system have some table which start with S, for eg, S512, which is for customized program update.

I try to find where it be create and how it be used for, but couldnt get it.

Please advise.

Hi, i found out my sap system have some table which start with S, for eg, S512, which is for customized program update.

I try to find where it be create and how it be used for, but couldnt get it.

Please advise.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
3,912

Hi,

tables started with Sxxx are Structure info

that means, tables to agregate data and have values in front of this data. Example, prices, quantities for deliveries ....

These tables are created by customizing (in different places)

regards

Fred

Read only

Former Member
0 Likes
3,912

Hi,

you can find it, where the objects are used by pressing the button WHERE USED LIST .

Let me know if any clarification/help required.

Thanks & Best Regards.

Pavan Neerukonda.

Read only

Former Member
0 Likes
3,912

Hi,

This is not a database table. It is an information structure.

http://help.sap.com/saphelp_46c/helpdata/en/c1/3754f7449a11d188fe0000e8322f96/frameset.htm

Its values are populated at run time based on certain rules defined in transaction MC25.

The different info structures available are given in table TMC4.

Other useful transaction codes wrt infostructures are as follows.

Tcode OMO1 - To define how the structure should be updated.

TCODE MC23 - Exract data from info structure.

TCode MC24 - to assign Update rules.

MCVR - to verify if  info structure can be updated for every document.

You can update/change fields for standard infostructures (S001-S499) using MC7F and user created infostructures (s500-s999) can be done through MC18/MC21.

Search SAP InfoStructure / Information / Structure for more details on it.