SAP Reports / Programs | Payroll | Philippines(PY-PH) SAP PY

PCAWSPHI_ALV SAP ABAP INCLUDE - Subroutines for HPHCAWS0







PCAWSPHI_ALV 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 PCAWSPHI_ALV 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 PCAWSPHI_ALV. "Basic submit
SUBMIT PCAWSPHI_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT PCAWSPHI_ALV 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 PCAWSPHI_ALV

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:

NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * LANGU = SY-LANGU * tabname = 'RPCAWSPHX' * TABLES * NAMETAB = NAMETAB * EXCEPTIONS * INTERNAL_ERROR = 1 * TABLE_HAS_NO_FIELDS = 2 * TABLE_NOT_ACTIV = 3 * NO_TEXTS_FOUND = 4 * OTHERS = 5.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'RPCAWSPHX' * FIELDNAME = ' ' LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = i_dfies_tab * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

RP_OPTIONS_INTO_STRING CALL FUNCTION 'RP_OPTIONS_INTO_STRING' EXPORTING DELIMITER_SIGN = '/' TEXT_TITLE = ABS_TXT+5 TEXT_LEFT = TEXT-FB4 TEXT_RIGHT = TEXT-FB2 STATUS = 'ORDER' TEXT_OBJECT = 'PA_RPCAWSR0_DIALOGINFO_DATEN' TABLES TEXT_SYMBOL_RELATION_TAB = ABSENCE CHANGING STRING_VALUE = NO_ABS EXCEPTIONS TABLE_STRING_INCONSISTENCY = 1 UNKNOWN_STATUS = 2.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = MAPPNAME USER = SY-UNAME.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = $PERNR ARBGB = $ARBGB "7R MSGTY = $TYPE MSGNO = $MSGNO MSGV1 = $MSGV1 MSGV2 = $MSGV2 MSGV3 = $MSGV3 MSGV4 = $MSGV4 EXCEPTIONS OTHERS = 1.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING PERNR = PERNR-PERNR BEGDA = $BEGDA ENDDA = $ENDDA I0001_I0007_ERROR = '0' * IMPORTING * WARNING_OCCURED = TABLES I0000 = P0000 I0001 = P0001 I0002 = P0002 I0007 = P0007 I2001 = P2001 I2002 = P2002 I2003 = P2003 PERWS = PSP EXCEPTIONS ERROR_OCCURED = 1 ABORT_OCCURED = 2 OTHERS = 3.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = BEGDA END = ENDDA IMPORTING HIRE_DATE = HIREDATE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 PP0001 = P0001 PPHIFI = PHIFI.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = FNAM TABNAME = TNAM TITEL = TITLE IMPORTING SELECT_VALUE = CHD_VALUE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING APPLI = 'P' PERNR = PERNR-PERNR INFTY = PINFTY BEGDA = PBEGDA ENDDA = PENDDA SUBTY = PSUBTY OBJPS = POBJPS SEQNR = PSEQNR TABLES PP0001 = P0001 PP0007 = P0007 PP0008 = P0008 PP0014 = P0014 PP0015 = P0015 PPBWLA = PPBWLA EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

RP_CONVERT_WAGE_TYPE_TABLE CALL FUNCTION 'RP_CONVERT_WAGE_TYPE_TABLE' EXPORTING WAERS = STAT-CURRS "PHP DATUM = PBEGDA TABLES PPBWLA = PPBWLA EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = GT_FIELDCAT1[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTTOP EXCEPTIONS PROGRAM_ERROR = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = SPACE EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING PERNR = PERNR-PERNR BEGDA = ER_BEGDA ENDDA = ER_ENDDA * IMPORTING * WARNING_OCCURED = TABLES I0000 = P0000 I0001 = P0001 I0002 = P0002 I0007 = P0007 I2001 = P2001 I2002 = P2002 I2003 = P2003 PERWS = PERWS EXCEPTIONS ERROR_OCCURED = 1 ABORT_OCCURED = 2 OTHERS = 3.

HR_ABS_ATT_TIMES CALL FUNCTION 'HR_ABS_ATT_TIMES' EXPORTING PERNR = PERNR-PERNR AWART = P2001-AWART BEGDA = ER_BEGDA ENDDA = ER_ENDDA BEGUZ = P2001-BEGUZ ENDUZ = P2001-ENDUZ VTKEN = P2001-VTKEN STDAZ = P2001-STDAZ ALLDF = P2001-ALLDF TABLES M0001 = P0001 PWS = PERWS TIMES_PER_DAY = ITPD EXCEPTIONS IT0001_MISSING = 1 CUSTOMIZING_ERROR = 2 ERROR_OCCURRED = 3 END_BEFORE_BEGIN = 4 MISSING_PWS = 5 OTHERS = 6.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING EXIT_NAME = 'HRPH_CUSTOMER_SCHEMA' * FLT_VAL = IMPORTING IS_IMPLEMENTED = CHECK_IMPL * TABLES * ACTIVE_IMPS = CHANGING INSTANCE = CUST_EXIT.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = PROTOCOL-BUKRS LANGUAGE = SY-LANGU IMPORTING ADDRESS = HRCA_COMPANY-ADDRESS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = ADDR1_SEL IMPORTING ADDRESS_VALUE = ADDR1_VAL EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.



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