Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Poll

What area of ABAP are you interested in?
 
Home arrow Sample Code arrow ABAP Reports arrow Report listing programs by author
Report listing programs by author PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Anon.   
Monday, 05 March 2007
Report to list code written by a certain author REPORT zreporte.
TABLES: tadir.
PARAMETERS: p_start TYPE p DEFAULT 0,  "Start
           p_max_rc TYPE p default 1000,  "Max to show
           p_author like tadir-author default sy-uname.
DATA: p_cnt TYPE p VALUE 0.
DATA: BEGIN OF reporte OCCURS 1000,
          code(72),
END OF reporte.
SELECT * FROM tadir
  WHERE pgmid = 'R3TR' AND
        object = 'PROG' AND
        author = p_author AND
        ( obj_name LIKE 'Z%' OR obj_name LIKE '%Y' ).
  p_cnt = p_cnt + 1.
  IF p_cnt = p_max_rc.
    EXIT.
  ENDIF.
  IF p_start <= p_cnt.
    WRITE: / tadir-obj_name.
    READ REPORT tadir-obj_name INTO reporte.
    ULINE.
    WRITE: / 'Report_top'.
    ULINE.
    LOOP AT reporte.
      WRITE: / reporte-code.
    ENDLOOP.
    CLEAR reporte.
    REFRESH reporte.
  ENDIF.
ENDSELECT.
DATA: p_total TYPE p.
p_total = ( p_cnt - p_start ).
WRITE: / 'Records Selected - ' , p_total.
 
< Prev   Next >

Google Search

Statistics

Contribution Activity
Utilities: 38
Tips and Tricks: 334
Sample Code: 166
Total Contributions: 553

Member Activity
Members: 6310 since 2/1/2007!
New: 1 since yesterday!
Visitors: 1183927
We have 4 guests online

Newest Members

Welcome our newest members:

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor