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

SAP table

Former Member
0 Likes
2,231

Hi,

In my scenario i want to check one standard sap table.What do they refer as standard sap table?

25 REPLIES 25
Read only

Former Member
0 Likes
2,139

anything that does not start with a 'Y' or 'Z' are all standard SAP tables.

Read only

Former Member
0 Likes
2,139

All standard tables do not start with a 'Y' or a 'Z'.

refer to the link:

http://www.sapdevelopment.co.uk/tables/tables.htm

With luck,

Pritam.

Read only

Former Member
0 Likes
2,139

Hai Hema,

Standard Table - > SAP standard table, that alread available along with SAP.

eg : mara, bsek etc.

Custom Table -> All Z and Y tables.

there are table created by the developer.

Regards,

Harish

Read only

Former Member
0 Likes
2,139

Hello

Names of all standard SAP tables begin with A-W.

X, Y, Z - customer tables.

Read only

Former Member
0 Likes
2,139

Hi hema,

Be specific in your question. Which standard table you want ot refer. Standard tables are those which are provided by the SAP, like MARA, VBAK etc..

If you want to access any of these tables , just got SE11 and check for that table data. But make sure that you know the table name.

Hope this helps you

Regards,

Chandra Sekhar

Read only

0 Likes
2,139

Hi i want to check the table entries of T169a.I could view the fields of the table in SE11 but in my scenario they are telling to compare the fields of table of Production env and SAP standard table.I dont know how to look for the sap standard table.What do they specify here?

Read only

0 Likes
2,139

hi,

Find out the table name in the production Environment. And check the fields on both tables.

Regards

Sumit Agarwal

Read only

0 Likes
2,139

Hi the table name in prod environment is also T169A.Am able to view the table entries in production.How to check for sap standard table?

Another one doubt in PS1 they had specified that the table T169A consists of the following fields

BUSTW CNT02 VORSL FELDN FELDN_ALT BUZID XBMAT XBBST XUMBW X2DOC

RE22 01 FRX VWERE H X

RE22 02 FRN FREMD S

RE22 03 BSX BESTD BESTV M X

RE22 04 BSV BESTG S

RE22 06 BSX BESTU M X X

RE22 07 UMB AUFUM S X

RE22 08 PRD PRDIF P

But am not able to view the fields starting with RE22.What does it mean?

Read only

0 Likes
2,139

Hi,

RE22 01 FRX VWERE H X

RE22 02 FRN FREMD S

RE22 03 BSX BESTD BESTV M X

RE22 04 BSV BESTG S

RE22 06 BSX BESTU M X X

RE22 07 UMB AUFUM S X

RE22 08 PRD PRDIF P

The Data in the Table T169A.

And the Fields are BUSTW CNT02 VORSL FELDN FELDN_ALT BUZID XBMAT XBBST XUMBW X2DOC

Regards,

Sujit

Read only

0 Likes
2,139

How to view the data in the table?

Read only

0 Likes
2,139

Hi,

Open the Table in SE11.Now In The Application tollbar There is Blue icon Just Before the Technical Settings tab.

its name contents,you can click that Icon or Just Press

CtrlshiftF10 to go to next Screen and now Execute The Screen clicking on the clock Icon you will get to see th data.

Regards,

Sujit

Read only

0 Likes
2,139

Hey thanks a lot for ur i/p..now am able to view it...My another doubt is how to check with the standard SAP table..What do they refer?

Edited by: Hema R on Jul 16, 2008 8:55 AM

Read only

0 Likes
2,139

Hi,

I did not get your Question,Can you please elaborate it.

Regards,

Sujit

Read only

0 Likes
2,139

In my scenario they told to compare the table in PS1 with the content of table T169A in SAP standard.I couldnt understand what do they mean as SAP standard.

When they had checked with the PS1 data and sap standard they found the data RE22 09 FRE EINKK S is missing so they are telling to add this.Do you have any idea..Please help

Read only

0 Likes
2,139

You can use the CONTENT button in the application tool bar to view the table details

or utilities-> table contents->display....

and execute button on top left corner.

Reward points if helpful.

Regards,

Sinu.

Read only

0 Likes
2,139

Hi,

Whatever i understood in this scenario, SAP Standard Maen SAP Standard table i.e. T169A.

Now if the Data is missing you can Insert the Data in to the table Open the table Go to Utilities -> Table Contents->Create entries.

Through this way you can make entry.

Regards,

Sujit

Read only

0 Likes
2,139

Ok fine...My doubt is why are they telling to cross check the entries of PS1 enviro and SAP standard and how to do for sap standard table.The table name in PS1 is also t169a only.Please tell me if am not clear.

Read only

0 Likes
2,139

Hi,

They are telling to Cross check the entries to check whether there are any Inconsistent data in the Table.This is the Reason.

Regards,

Sujit

Read only

0 Likes
2,139

Ok..Still now have checked only the entries in PS1 envi not in sap standard.How did they look into the sap standard?

Read only

0 Likes
2,139

I am really getting what they want to do, Please tell me the total picture.

Read only

0 Likes
2,139

They are telling to compare the contents of the table T169A in both PS1 and standard sap.Now am able to view only the entries of PS1 then how about standard sap.What do they mean.Really am confused.

Read only

Former Member
0 Likes
2,139

hiii

All standard table of SAP starts without Y or Z....customized tables starts with Y and Z..so you can easily find by using F4 help..

regards

twinkal

Read only

Former Member
0 Likes
2,139

which module?... you have to know which module first. All table dont start with Z or Y is a standard table... and every module they have their table itself.

Link:[Abap Tips & Notes|abap4beginner.blogspot.com]

Read only

Former Member
0 Likes
2,139

Hi Hema,

All the tables which do not start with Y or Z are the standard SAP Tables.

Regards,

Swapna.

Read only

Former Member
0 Likes
2,139

This message was moderated.