DEBUGGING TABLES OF SALES ORDER.ABAP PART

chsandeep80 7 views 21 slides Aug 17, 2024
Slide 1
Slide 1 of 21
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21

About This Presentation

DEBUGGING TABLES PART FOR SALES ORDER


Slide Content

ABAP REPORT
&
DEBUGGING

REPORTS
● A report in SAP ABAP is presenting the data in an
organized manner.
●Reports are used when we need to display the bulk of data
in a systematic way.

CLASSICAL REPORTS
A classical report is created by using the output data in the
WRITE statement inside a loop.

SAVE
CHECK
ACTIVATE
EXECUTE

DECLARATION

FETCHING DATA




DISPLAYING

EXECUTION

DEBUGGING
●Debugging is a technique by which we can find the error, correct the error and detect the error.
●There are 2 ways of debugging.
- Setting the breakpoint on any executable statement.
-With the transaction code /h.
There are 4 execution keys in debugging mode.
F5 - Step by step execution
F6- Line by line execution
F7 - Return
F8 - Continuous execution or exit
SY-SUBRC - System variable for return code(successful = 0, not successful = other than 0).

DEBUGGING

F5F6F7F8

THANK YOU
Tags