Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
15 views1 page

Evetn

Download as doc, pdf, or txt
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 1

*&---------------------------------------------------------------------*

*& Report  ZEVENT_PF
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*

REPORT  zevent_pf.
START-OF-SELECTION.
 WRITE:/ 'bASIC LIST, Press F5, F6, F7 OR F8.'.
 AT PF05.
   PERFORM OUT.
 AT PF06.
   PERFORM OUT.
    AT PF07.
   PERFORM OUT.
    AT PF08.
   PERFORM OUT.
*&---------------------------------------------------------------------*
*&      Form  OUT
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form OUT .
WRITE:/ 'Secondary List by pf key'.
write:/ 'SY-LSIND', SY-LSIND.
WRITE:/ 'SY-LSIND', SY-LSIND.

endform.                    " OUT

You might also like