SAP Reports / Programs

RIT_S115_PMCO_COMPARE SAP ABAP Report - Test Report: Consistency Check PMCO-S115







RIT_S115_PMCO_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RIT_S115_PMCO_COMPARE 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 RIT_S115_PMCO_COMPARE. "Basic submit
SUBMIT RIT_S115_PMCO_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RIT_S115_PMCO_COMPARE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VRSIO = D Version
Selection Text: SO_AUART = D Order Type
Selection Text: SO_EQUNR = D Equipment
Selection Text: SO_ILART = D Maintenance Activity Type
Selection Text: SO_STRNO = D Functional Location
Title: Test Report: Consistency Check PMCO-S115


INCLUDES used within this REPORT RIT_S115_PMCO_COMPARE

No INCLUDES are used within this REPORT code!


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:

IREP1_LOCATION_CONVERSION CALL FUNCTION 'IREP1_LOCATION_CONVERSION' EXPORTING CHECK_MAXCOUNT = SPACE TABLES I_STRNO_TAB = I_STRNO_TAB E_TPLNR_TAB = E_TPLNR_TAB EXCEPTIONS OTHERS = 1.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = LS_ORDER-ADDAT FOREIGN_AMOUNT = LS_ORDER-USER4 FOREIGN_CURRENCY = LS_ORDER-WAERS LOCAL_CURRENCY = I_WAERS IMPORTING LOCAL_AMOUNT = LS_S115_DELTA-USER4 EXCEPTIONS NO_RATE_FOUND = 4 OTHERS = 8.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = I_GJAHR I_PERIV = L_TKA01-LMONA I_POPER = I_POPER IMPORTING E_DATE = L_DATE EXCEPTIONS INPUT_FALSE = 01 T009_NOTFOUND = 02 T009B_NOTFOUND = 03.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = I_DATE IMPORTING WEEK = L_WEEK EXCEPTIONS DATE_INVALID = 01.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = I_DATE I_PERIV = C_PERIV X_XMO16 = C_TRUE IMPORTING E_GJAHR = L_YEAR E_MONAT = L_MONTH EXCEPTIONS FISCAL_YEAR = 01 PERIOD = 02 PERIOD_VERSION = 03 POSTING_PERIOD = 04 SPECIAL_PERIOD = 05 VERSION = 06 POSTING_DATE = 07.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = -GJAHR I_PERIV = L_TKA01-LMONA I_POPER = L_POPER IMPORTING E_DATE = L_CODAT EXCEPTIONS INPUT_FALSE = 01 T009_NOTFOUND = 02 T009B_NOTFOUND = 03.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = L_CODAT FOREIGN_AMOUNT = L_COWRT_IN FOREIGN_CURRENCY = -COCUR LOCAL_CURRENCY = I_WAERS IMPORTING LOCAL_AMOUNT = L_COWRT_OUT EXCEPTIONS NO_RATE_FOUND = 4 OTHERS = 8.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = -ADDAT FOREIGN_AMOUNT = -USER4 FOREIGN_CURRENCY = -WAERS LOCAL_CURRENCY = I_WAERS IMPORTING LOCAL_AMOUNT = -USER4.



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 RIT_S115_PMCO_COMPARE or its description.