SAP Reports / Programs

RPRDETEC SAP ABAP Report - Trip Data Inconsistencies (Tables: PTRV_HEAD, PTRV_PERIO, PCL1)







RPRDETEC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, data inconsistencies in trip data can be either displayed or deleted...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 RPRDETEC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPRDETEC. "Basic submit
SUBMIT RPRDETEC AND RETURN. "Return to original report after report execution complete
SUBMIT RPRDETEC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Data inconsistencs in PTRV_HEAD, PTRV_PERIO and TE_CLUSTER:
Selection Text: REINRTAB = Trip Number:
Title: Trip Data Inconsistencies (Tables: PTRV_HEAD, PTRV_PERIO, PCL1)
Text Symbol: S06 = Password
Text Symbol: S08 = Wrong password
Text Symbol: S09 = Check Stat.Consistency
Text Symbol: S10 = Delete all Inconsistent Trips/Separation Allowances
Text Symbol: S11 = Only Delete Trips/Separation Allowances still to be Transferred
Text Symbol: V00 = Trip Number
Text Symbol: V01 = PerNo.
Text Symbol: V02 = TripNo
Text Symbol: V03 = Period
Text Symbol: V04 = PdVrs.
Text Symbol: V05 = HdVrs.
Text Symbol: V06 = Schema
Text Symbol: V07 = TripType S
Text Symbol: V08 = TripType E
Text Symbol: V09 = Activity
Text Symbol: V10 = Dest.
Text Symbol: V11 = Trip Ctry
Text Symbol: V12 = Region
Text Symbol: V13 = Trip Start
Text Symbol: V14 = Trip/Period Beginning
Text Symbol: V15 = Status:
Text Symbol: V16 = Print
Text Symbol: V17 = Requ.
Text Symbol: V18 = Acctng
Text Symbol: V19 = TraPAY
Text Symbol: V20 = TraFI
Text Symbol: V21 = TraDME
Text Symbol: V22 = SAPRel.
Text Symbol: V23 = Last changed by
Text Symbol: V24 = Not importable
Text Symbol: V25 = Table Name
Text Symbol: V26 = STATU
Text Symbol: V27 = This trip were posted, delete canceled.
Text Symbol: S05 = Delete Trips with Data Inconsist
Text Symbol: 010 = PTRV_HEAD: Data records without relevant PTRV_PERIO entry





Text Symbol: 011 = PTRV_PERIO: Data records without relevant PTRV_HEAD entry
Text Symbol: 012 = PTRV_PERIO: Data records without rel. cluster TE
Text Symbol: 013 = PCL1: Cluster TE without relevant PTRV_PERIO entry
Text Symbol: 014 = Personnel No.:
Text Symbol: 015 = Short overview:
Text Symbol: 016 = Detail overview:
Text Symbol: 017 = PTRV_PERIO: Missing Periods
Text Symbol: 018 = Status Inconsistency (Period Table and Cluster TE STATU Bar)
Text Symbol: C01 = No additional information available
Text Symbol: D00 = Existing trip data for:
Text Symbol: D01 = Entries in Table
Text Symbol: D02 = PTRV_HEAD
Text Symbol: D03 = PTRV_PERIO
Text Symbol: D04 = PCL1 (Cluster TE)
Text Symbol: D10 = No data available
Text Symbol: D11 = Errors during cluster TE import
Text Symbol: D20 = Cluster TE was saved under SAP release:
Text Symbol: D21 = Current SAP release:
Text Symbol: D22 = Cluster TE can therefore not be importd
Text Symbol: D23 = (Version number:
Text Symbol: D24 = )
Text Symbol: D40 = PCL1: Cluster TE
Text Symbol: E00 = KONTI: AcctAssign
Text Symbol: E01 = AAKey
Text Symbol: L01 = Following trips were deleted from the database
Text Symbol: L10 = Delete trips
Text Symbol: L20 = Data would be lost. Should trips with inconsistencies really be deleted?
Text Symbol: L30 = Personnel number is locked!
Text Symbol: M01 = For the selected criteria
Text Symbol: M02 = no data inconsistencies found
Text Symbol: S00 = Trip Selection
Text Symbol: S01 = Processing Opts
Text Symbol: S02 = Display Data Inconsi.
Text Symbol: S03 = Brief Overvw
Text Symbol: S04 = Detail Overview


INCLUDES used within this REPORT RPRDETEC

INCLUDE RPR_TRIP_ENQUEUE_DEQUEUE. "YEKAHRK049955
INCLUDE RPC1TE00.
INCLUDE MP56TT99.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!







Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Reisen löschen'(l10) text_question = text-l20 "Daten können verloren gehen.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPRDETEC or its description.