SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RPCKT200 SAP ABAP INCLUDE - Include RPCKTOx0: Routines Part 2 (International)







RPCKT200 is a standard ABAP INCLUDE 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 RPCKT200 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 RPCKT200. "Basic submit
SUBMIT RPCKT200 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCKT200 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCKTOx0: Routines Part 2 (International)


INCLUDES used within this REPORT RPCKT200

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:

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting COMPANYCODE = $BUKRS * LANGUAGE = SY-LANGU "XRRK034437 LANGUAGE = SPRKZ "XRRK034437 importing COMP_NAME = T001-BUTXT CITY = T001-ORT01 COUNTRY = T001-LAND1 CURRENCY = T001-WAERS LANGU = T001-SPRAS * CHRT_ACCTS = * FY_VARIANT = exceptions NOT_FOUND = 1 others = 2.

HRCA_CONTROLLINGAREA_FIND call function 'HRCA_CONTROLLINGAREA_FIND' exporting COMPANYCODE = $BUKRS BUSINESSAREA = $GSBER importing CONTRLAREA = $KOKRS exceptions NOT_FOUND = 1 others = 2.

HRCA_COSTCENTER_TEXT call function 'HRCA_COSTCENTER_TEXT' exporting CONTROLLINGAREA = $KOKRS COSTCENTER = $KOSTL READ_DATE = $DATE * LANGUAGE = SY-LANGU "XRRK034437 LANGUAGE = SPRKZ "XRRK034437 * BYPASSING_BUFFER = ' ' * FILL_BUFFER = 'X' importing SHORTNAME = CSKT-KTEXT OBJECTNAME = CSKT-LTEXT exceptions NOTHING_FOUND = 1 others = 2.

HRCA_BUSINESSAREA_GETDETAIL call function 'HRCA_BUSINESSAREA_GETDETAIL' exporting BUS_AREA = $GSBER * LANGUAGE = SY-LANGU "XRRK034437 LANGUAGE = SPRKZ "XRRK034437 importing BUS_AR_DES = GSBT-GTEXT exceptions NOT_FOUND = 1 others = 2.

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting DOMNAME = $NAME VALUE = $$VALUE LANGU = SY-LANGU * BYPASS_BUFFER = ' ' importing DD07V_WA = $DD07V_WA RC = $RC exceptions others = 1.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting FEATURE = 'SPRSL' STRUC_CONTENT = PME01 KIND_OF_ERROR = SPACE importing BACK = SPRKZ exceptions DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 others = 7.

HRO1_CHECK_FORM_VARIANT_EXISTS call function 'HRO1_CHECK_FORM_VARIANT_EXISTS' exporting COUNTRY_MODIFIER = MOLGA SELECTION_VARIANT = EDT_VAR1 changing PROG_NAME = PROG_NAME exceptions EDT_DOES_NOT_EXIST = 1 VARIANT_DOES_NOT_EXIST = 2 others = 3.

HRO1_CHECK_FORM_VARIANT_EXISTS call function 'HRO1_CHECK_FORM_VARIANT_EXISTS' exporting COUNTRY_MODIFIER = MOLGA SELECTION_VARIANT = EDT_VAR2 changing PROG_NAME = PROG_NAME exceptions EDT_DOES_NOT_EXIST = 1 VARIANT_DOES_NOT_EXIST = 2 others = 3.

RS_VARIANT_TEXT call function 'RS_VARIANT_TEXT' exporting CURR_REPORT = PROGRAM_NAME LANGU = SY-LANGU VARIANT = EDT_VAR importing V_TEXT = VAR_TEXT exceptions NO_TEXT = 1 others = 2.



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