2007 Apr 16 4:28 AM
Hi
any given report .fist how to satrt with them,plse give some example
any small report with step by step.....
that is urgently
Hi
any given report .fist how to satrt with them,plse give some example
any small report with step by step.....
that is urgently
2007 Apr 16 4:38 AM
Hi Raghu,
Reprots
http://www.sapgenie.com/abap/reports.htm
http://www.allsaplinks.com/material.html
http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
http://www.sapfans.com/forums/viewtopic.php?t=58286
http://www.sapfans.com/forums/viewtopic.php?t=76490
http://www.sapfans.com/forums/viewtopic.php?t=20591
http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
Regards,
Priyanka.
2007 Apr 16 4:41 AM
Hi,
Go to SE38
Give a program name Z_TEST_1.
Press create..
in the popup give the following..
Give the Title -> 'Test report'.
Type -> Executable
Press Enter..
Press Local object button..
Now the report is created..
Give the following code..
WRITE: / 'New report'.
Press CTRL + F3 to activate the code..
Press F8 to execute the code...
You will see the output 'New report'.
Thanks,
Naren
2007 Apr 16 6:12 AM
2007 Apr 27 3:22 PM
2007 Apr 16 5:05 AM
Raghu,
http://esnips.com/_t_/abap21days
http://cma.zdnet.com/book/abap/index.htm
http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/index.htm
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/
Don't forget to reward if useful.....
2007 Apr 16 5:18 AM
Hey Raghu,
Let me share my experinces with you.. First enter a name and create and then enter description and type od program, which module related program and save it. Whilesaving enter your development class name. Then first data declarations and next internal tables declarations and then constants declarations and then selection screen declarations. Now top-of-page. Then at selection screen output (If any selection screen design u want) then at selection screen and then start-of-selection and last end of selection.
Hope this helps you, reply for queries, Shall post you the updates.
Regards.
Kumar
2007 Apr 16 5:23 AM
Hi Raghu,
Creating a report is very simple.
Just check out these steps:
1. Go to SAP easy access.
2. Go to <b>SE38</b>.
3. Enter the program name as per your requirement but the report name must start with <b>'Z'</b> or <b>'Y'</b>.
4.Click on the 'CREATE' push button that is present.
5. This will open a dialog box, in which you need to enter the description for the program you have created.
6.Then you need to select what 'type' of program it is. For example u need to select 'executable program' or 'include program' or 'module pool' etc and next u need to mention the status of the program, if it is a 'Test program' or 'SAP Standard production program' or
'system program'. Then select what application it is, whether it is 'HR' or 'Sales' or etc.
7.then click on the 'tick' icon.
8.Give the package name and then save it.
9. Hence, the report is created.
Example:
write 'Hello world'.
this would print hello world.
Regards,
Thasneem.
Reward if helpful
7.
2007 Apr 16 5:34 AM
Hi Raghu,
Go to TCode ABAPDOCU....
Check the documentation.... how to create the report...
Regards,
Ramesh S