2009 Jan 29 4:59 PM
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.
2009 Jan 29 5:04 PM
Hi ,
There is alot of Subjects related to this qustion.
Regards,
Bharani
2009 Jan 29 5:04 PM
Hi ,
There is alot of Subjects related to this qustion.
Regards,
Bharani
2009 Jan 29 5:06 PM
Hi,
Please search the SCN for your query..there are lot threads you can find if you search.
2009 Jan 29 5:06 PM
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
2009 Jan 29 5:10 PM
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.
2009 Jan 29 5:15 PM
You really need to start with a book or two.
http://www.sappress.com/product.cfm?account=&product=H1992
http://www.sappress.com/product.cfm?account=&product=H1934
Regards,
Rich Heilman
2009 Jan 29 5:20 PM
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
2009 Jan 29 5:30 PM
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
2009 Jan 29 5:35 PM
Thanks Guys. If I face specific debugging issues, then only will post a message.