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 creation

Former Member
0 Likes
1,070

Hi folks

Thanks for the responses. I will be awarding points from now as I was not aware of it.

I need some help : How to create tables in ABAP ,populate data into it and as ample report to pull data from table and do a small manipulation. It is hard to find this exactly on the internet ,for this reason posting the question.

Thank You.

1 ACCEPTED SOLUTION
Read only

BH2408
Active Contributor
0 Likes
1,051

Hi ,

There is alot of Subjects related to this qustion.

Regards,

Bharani

8 REPLIES 8
Read only

BH2408
Active Contributor
0 Likes
1,052

Hi ,

There is alot of Subjects related to this qustion.

Regards,

Bharani

Read only

Former Member
0 Likes
1,051

Hi,

Please search the SCN for your query..there are lot threads you can find if you search.

Read only

MarcinPciak
Active Contributor
0 Likes
1,051

Hi,

Do you mean internal table in the program? If so, see [creating internal table|http://help.sap.com/erp2005_ehp_04/helpdata/EN/fc/eb3660358411d1829f0000e829fbfe/frameset.htm]

If you mean global tables, you would have to use DDIC (ABAP Dictionary) for this.

You can also type data in the program and hit F1 to see documentation about this.

Regards

Marcin

Read only

Former Member
0 Likes
1,051

Dear learner,

SDN is to share the knowledge and Experience not for Points.

I would suggest, search the SCN or If you are really interested in learning ABAP.

Kindly refer the Book ABAP/4 in 21 Days, you will get the basic knowledge on how to create tables in DDIC and reports.

Vikas.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,051
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,051

Hi,

Create the table with the table fields, maintain the technical settings, save & activate the table, then choose Utilities-->Table maintenance generator, give the function group and screen and create the table maintenance generator( with this the user can maintain entries from SM30 transaction ), which will generate the screens, and relevant coding in the function group specified, once it is done, save & activate the table once again.

Refer:

http://help.sap.com/saphelp_47x200/helpdata/en/a1/e45217a2f511d1a5630000e82deaaa/frameset.htm

Regards,

Tarun

Read only

Former Member
0 Likes
1,051

hi i would suggest to go through this book

teach urself abap in 21 days by sams

this is very good book for abap beginners also

read this pdf.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf

Read only

0 Likes
1,051

Thanks Guys. If I face specific debugging issues, then only will post a message.