RPR_CUSTOMIZING_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to check the Customizing settings for the following subcomponents and functions of Travel Management (FI-TV): Travel Planning Travel Expenses (Expense Report) Geocoding Homepage Framework The program checks the following functions:
If you would like to execute this report or see the full code listing simply enter RPR_CUSTOMIZING_CHECK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PR_CHECK - Check Customizing Settings
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.
Selection Text: COUNTRY = Check Assignments to Regions
Selection Text: D_ANZTA = Number of Days
Selection Text: D_DATE = Check Date
Selection Text: D_KZPAH = PD/FR/Maximum Amount
Selection Text: D_MOREI = Trip Provision Variant
Selection Text: FLIGHT = Check Rules for Flights
Selection Text: GEOCODE = Check Geocoding
Selection Text: HOTEL = Check Rules for Hotels
Selection Text: IGS = Check IGS Customizing
Selection Text: PLA_TEXT = Check
Selection Text: PROFILE = Travel Profile
Selection Text: P_BROWS = Browser
Selection Text: P_EPS_CR = Changeability of Expense Types
Selection Text: P_EPS_IP = Integration of Travel Planning
Selection Text: P_EPS_PR = Private Exp. Types in Wizard
Selection Text: P_EXTERN = External
Selection Text: P_HPFENV = Check
Selection Text: P_HPFNAV = Check
Selection Text: P_HPFTXT = Check
Selection Text: P_INPLAC = In-place
Selection Text: P_LANG = Language
Selection Text: P_PORTAL = Portal
Selection Text: P_TIMES = Times/Hours
Selection Text: SO_SCHEM = Trip Schema
Selection Text: TAB_ACC = Check Accommodation Per Diems
Selection Text: TAB_COST = Check Travel Cost Flat Rates
Selection Text: TAB_FILL = Check
Selection Text: TAB_MEAL = Check Meals Per Diems
Selection Text: TRV_CATG = Check Integration of Expenses
Selection Text: TRV_SRVC = Check Completeness
Selection Text: WAGETYPE = Wage and Salary Types
Selection Text: CCKEY = Transaction Key (Credit Cards)
Selection Text: CAR = Check Rules for Car Rentals
Selection Text: AREA_KEY = Area Key
Title: Customizing Check Program for Travel Management
Text Symbol: 001 = Paid by Company
Text Symbol: 002 = Tax-exempt
Text Symbol: 003 = Subject to Taxation
INCLUDE RPR_CUST_CHECK_TOP . " GLOBAL DATA
INCLUDE RPR_CUST_CHECK_SELSCREEN.
INCLUDE RPR_CUST_CHECK_FORMS.
INCLUDE RPR_CUSTOMIZING_FORMS_HPF.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPR_CUSTOMIZING_CHECK - Customizing Check Program for Travel Management RPR_CUSTOMIZING_CHECK - Customizing Check Program for Travel Management RPR_CREATE_RESOURCE_FILES - Offline Application: Create Resource Files RPR_CREATE_RESOURCE_FILES - Offline Application: Create Resource Files RPR_CREATE_PTRV_BTRGSUM - Report Program for Subsequent Build of Amount Accumulation (AT) RPR_CREATE_PTRV_BTRGSUM - Report Program for Subsequent Build of Amount Accumulation (AT)