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

report with step by step

Former Member
0 Likes
1,428

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,349

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

Read only

0 Likes
1,349

Good Answer

Read only

0 Likes
1,349

Hi vijaya,

vijay here ur replies are nice ..............

@vijay kumar reddy

[email protected]

Read only

Former Member
0 Likes
1,349

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

Read only

Former Member
0 Likes
1,349

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.

Read only

learnsap
Active Participant
0 Likes
1,349

Hi Raghu,

Go to TCode ABAPDOCU....

Check the documentation.... how to create the report...

Regards,

Ramesh S