SAP Reports / Programs | Personnel Management | Personnel Administration | Kingdom of Saudi Arabia(PA-PA-SA) SAP PA

RPCEDS39_AR SAP ABAP INCLUDE - RPCEDS39AR







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


INCLUDES used within this REPORT RPCEDS39_AR

INCLUDE RPHCNV20.


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:

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = * currency = ' ' CURRENCY = CURR FILLER = ' ' LANGUAGE = SPRKZ IMPORTING IN_WORDS = RESULT EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = MOLGA BEGDA = VERSC-FPBEG ENDDA = VERSC-FPEND IMPORTING WAERS = CURR EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T500C = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 OTHERS = 4.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'ACURR' STRUC_CONTENT = PME65 * KIND_OF_ERROR = space IMPORTING BACK = ACURR * STATUS = 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 .

HR_CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'HR_CONVERT_TO_FOREIGN_CURRENCY' "GWY839032 EXPORTING LOCAL_AMOUNT = VAL LOCAL_CURRENCY = $CURR FOREIGN_CURRENCY = $ACURR PROPOSED_CONVDATE = $DATE PROPOSED_TYPE_OF_RATE = 'M' PS_CURRCONV_DATA = ls_currconv_data DONT_USE_BADI = space "SPACE = use BadI PT_RGDIR = rgdir[] PT_P0001 = p0001[] IMPORTING FOREIGN_AMOUNT = VAL EXCEPTIONS OTHERS = 9.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = T001-BUKRS * language = sprkz "not supported yet! IMPORTING COMP_NAME = T001-BUTXT * CITY = COUNTRY = T001-LAND1 * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HRCA_PAYMENTMETH_GETNAME CALL FUNCTION 'HRCA_PAYMENTMETH_GETNAME' EXPORTING COUNTRY = LAND1 PAYMENTMETHOD = ZLSCH IMPORTING NAME = T042Z-TEXT1 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' "VKIK024006 EXPORTING BANK_COUNTRY = $BANKS BANK_NUMBER = $BANKL IMPORTING BANK_DATA = BNKA EXCEPTIONS NOT_FOUND = 1.

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 = SPRKZ * BYPASSING_BUFFER = ' ' * FILL_BUFFER = 'X' * disable default buffering because of wrong buffering by function * module (buffering is only done on costcenter IGNORING language)! FILL_BUFFER = ' ' "VKIK027694 IMPORTING SHORTNAME = CSKT-KTEXT OBJECTNAME = CSKT-LTEXT EXCEPTIONS NOTHING_FOUND = 1 OTHERS = 2.

HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' EXPORTING CONTROLLINGAREA = KOKRS COSTCENTER = $KOSTL READ_DATE = $DATE LANGUAGE = SPRKZ-W * BYPASSING_BUFFER = ' ' * FILL_BUFFER = 'X' * disable default buffering because of wrong buffering by function * module (buffering is only done on costcenter IGNORING language)! FILL_BUFFER = ' ' "VKIK027694 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 = SPRKZ IMPORTING BUS_AR_DES = GSBT-GTEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HRCA_BUSINESSAREA_GETDETAIL CALL FUNCTION 'HRCA_BUSINESSAREA_GETDETAIL' EXPORTING BUS_AREA = $GSBER LANGUAGE = SPRKZ-W IMPORTING BUS_AR_DES = GSBT-GTEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING OTYPE = $otype OBJID = $objid BEGDA = $begda ENDDA = $endda LANGU = sprkz IMPORTING SHORT_TEXT = otext-short OBJECT_TEXT = otext-long EXCEPTIONS OTHERS = 5 .

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING OTYPE = $otype OBJID = $objid BEGDA = $begda ENDDA = $endda LANGU = sprkz-w IMPORTING SHORT_TEXT = otext-short OBJECT_TEXT = otext-long EXCEPTIONS OTHERS = 5 .

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = $NAME VALUE = $$VALUE LANGU = SPRKZ * BYPASS_BUFFER = ' ' IMPORTING DD07V_WA = DD07V_WA RC = RC EXCEPTIONS OTHERS = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING DOMNAME = $NAME VALUE = $$VALUE LANGU = SPRKZ-W * BYPASS_BUFFER = ' ' IMPORTING DD07V_WA = DD07V_WA RC = RC EXCEPTIONS OTHERS = 1.



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