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: 

What is the purpose of "report" statement in abap?

Former Member
0 Kudos

Hi abapers,

I have seen almost all of the abap programs starting with statement "report".

Example of which given below

report /glb/xgt_idoc_b

What is its purpose/significance of the statement?.

Is it mandatory to start every program in abap with this statement?.

Thanks in advance.

1 ACCEPTED SOLUTION

Vijay
Active Contributor
0 Kudos

hi

whenever u will create a program in se38 with type executable it will have report in its starting.

its a kewyord that signifies that it is an executable program.

regards

vijay

reward points if helpfull

1 REPLY 1

Vijay
Active Contributor
0 Kudos

hi

whenever u will create a program in se38 with type executable it will have report in its starting.

its a kewyord that signifies that it is an executable program.

regards

vijay

reward points if helpfull