RETRIGG02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can analyze billing orders and uninvoiced billing documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RETRIGG02 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
E25T - Select BillOrder/Uninvoiced BillDocs
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Analyze Billing Orders not Billed/Billing Documents not Invoiced
Selection Text: I_ANLAGE = D Installation
Selection Text: I_APINV = Do Not Display BB Plans
Selection Text: I_BEGEND = Start of Period-End Bill. Per.
Selection Text: I_BELNR = Document Number
Selection Text: I_BUKRS = D Company code
Selection Text: I_DATUM = Date
Selection Text: I_ENDPRI = Priority of Period-End Billing
Selection Text: I_ERDAT = Entered on
Selection Text: I_ERNAM = Entered by
Selection Text: I_FAKT = Non-Invoiced Billing Documents
Selection Text: I_GPART = Business Partner
Selection Text: I_MANOS = Manual Outsorting
Selection Text: I_MITAP = Selection Only if BBP Exists
Selection Text: I_PORT = Portion
Selection Text: I_SCBELN = Bill.Doc.No.for Adj.Reversal
Selection Text: I_SIMU = Simulation
Selection Text: I_SPARTE = Division
Selection Text: I_TBREL = Document not released
Selection Text: I_TRGST = Order status
Selection Text: I_VKONT = Contract account
Selection Text: I_VRTRAG = Contract
Selection Text: I_AENAM = Changed by
Selection Text: I_AEDAT = Changed on
Selection Text: I_ABWVK = D Collective Bill Account
Selection Text: I_ABRVRG = D Billing Transaction
Selection Text: I_ABRVGU = Billing Trans. of Suppr. Bill.
Selection Text: I_ABRDSU = Sched.Bill.Date of Suppr.Bill
Selection Text: I_ABRDAT = Scheduled billing date
Selection Text: I_ABR = Non-Billed Billing Documents
Selection Text: I_ABPLAN = Budget billing plan
Selection Text: I_ABLEH = D Meter reading unit
Selection Text: I_ABLDAT = Scheduled meter reading date
Title: Valuate Unbilled Billing Orders/Uninvoiced Billing Documents
Text Symbol: 015 = Do not display BB plans
Text Symbol: 014 = Selection Only if Budget Billing Plan Exists
Text Symbol: 013 = Unbilled Billing Orders
Text Symbol: 012 = Billing documents not invoiced
INCLUDE RETRIGG02_TOP.
INCLUDE RETRIGG02_F01.
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'E25T' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RETRIGG02 - Valuate Unbilled Billing Orders/Uninvoiced Billing Documents RETRIGG02 - Valuate Unbilled Billing Orders/Uninvoiced Billing Documents RETRIGG01_TOPG - TOP INCLUDE: General Data Definitions RETRIGG01_TOPC - TOP INCLUDE: General Constants RETRIGG01_TOP1 - RETRIGG01TOP1 RETRIGG01_TOP - TOP INCLUDE: General