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

ABAP Stack

Former Member
0 Likes
641

Hi All,

How to create a Z table in ABAP stack?

How to read the table contents in R/3 system?

Can any one please suggest?.

Thanks,

Chandra..

4 REPLIES 4
Read only

Former Member
0 Likes
603

Firstly, make sure you have developer authorizations in ABAP stack, goto SE11, give table name and press create give all the required parameter.

now give all the field name that you want to include inside your table, you can assign standard data types to your fields, that are available or create your own custom data type, select technical settings tab and pass the parameters. Save activate... you Ztable is ready..

Use Select statement to retrive data from Ztable, make sure you store all ztable data to internal table to over come performance issue.

close thread once your question is answered.

Regards,

SR

Read only

narin_nandivada3
Active Contributor
0 Likes
603

Hi

To read table contents in R/3 we use...

Select statement.. and get them in internal table and read that table based on the requirement..

Please go through this link...

[Reading Data|http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3983358411d1829f0000e829fbfe/content.htm]

Hope this would help you.

Good luck

Narin

Read only

0 Likes
603

Hi Both,

Thank you for U r Replys..

Here i am talking about ABAP stack , not the R/3 or ECC system that we generally use....

Thanks,

CSR

Read only

0 Likes
603

I guess, you posted your question wrong forum... try to post it in correct forum, i.e. XI - you will get quick response.

Cheers,

SR