Application Development 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: 

REPORTS

Former Member
0 Kudos

Hai Experts!

Could you tell me what are the components of the reports?

3 REPLIES 3

Former Member
0 Kudos

Welcome to SDN,

the components of ABAP reports are.

Attributes,

Codes,

Screen,

EVENTS,

FLOW logic

Logical Database

Memory structure (Both ABAP and SAP)

Regards,

Anirban

Former Member
0 Kudos

Hi,

Follwing are main components in reports :--

1)Selection screen

Selection-screen begin of screen <screen>

selection-screen begin of block <> with frame title <text>

u2026u2026u2026

selection-screen end of block <>

selection-screen end of screen <screen >

2) Parameters

(Parameters helps one to do dynamic selection)

3) Text Elements: ( Goto -->Text Elements)

it has also :Three components

List Headings

Selection Texts

Text Symbols

4)Events :

Load-of-program

Initialization

At Selection-Screen

Start-of-Selection

End-of-Selection

interactive events

5)Logical Database

6) variants

Hope it will be helpful for u.

reward if useful

Regards

saurabh

Former Member
0 Kudos

go to se 38 u can get the all the components there.