Ads

Events in Interactive Reports in SAP ABAP

Events in Interactive Reports in SAP ABAP

Here ,in  interactive reports, events handle the sequence of Reports in SAP ABAP .Events will define the structure of reports that is within the the event, particular code will be executed .So we are using different events in interactive reports and classical Reports    

We can display interactive reports up to 21 lists .

Basic List start with the 0.
Secondary lists can be defined 1 to 20 .

Events Used in the Interactive Reports 

Interactive Reports Events
At Line-Selection


Syntax: AT LINE-SELECTION . "Triggers line selection 

At User Command


Syntax: AT USER-COMMAND . "Triggers user command 

At PF Status
Syntax: AT PF <function key> . "Triggers user command 

Top Of Page During line selection

Syntax: TOP-OF-PAGE DURING LINE-SELECTION . "Prints secondary list header 
Techniques used in interactive reporting

Hide area

Syntax: HIDE <WA>. "store total work area in hide area
         OR
        HIDE <WA-FIELD>. "store work area field in hide area
GET CURSOR

Syntax : GET CURSOR FIELD <V_FIELDNAME>,
                    FIELDVALUE <V_FIELDVALUE>.

The above events are used in the Interactive Reports

SAP ABAP Real time Interview Questions 
SAP ABAP Freshers Interview questions


Comments

  1. This post is extremely radiant. I extremely like this post. It is outstanding amongst other posts that I’ve read in quite a while. Much obliged for this better than average post. I truly value it! sap traning in hyderabad

    ReplyDelete

Post a Comment

Popular posts from this blog

BADI Interview Questions in SAP ABAP

Sample SAP ABAP Programming Examples for Practice

Module Pool Programming Interview Questions and Answers in SAP ABAP

Step by Step tutorial on BDC Session Method Program in SAP ABAP

SAP ABAP Interview Questions and Answers for 10 Years Experienced