SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PUMAPIN6 SAP ABAP INCLUDE - Include PUMAPIN6







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


INCLUDES used within this REPORT PUMAPIN6

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = TAN_ICON_NAME TEXT = ' ' INFO = ' TAN Status'(tst) ADD_STDINF = 'X' IMPORTING RESULT = TAN_STATUS_ICON.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ABKRS' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_ABKRS' * display = 'X' value_org = 'S' TABLES value_tab = temp_abkrs.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TAN_NO' dynpprog = prog dynpnr = dynp dynprofield = 'TANNO' * display = 'X' value_org = 'S' TABLES value_tab = it_help_tanno field_tab = field_tab.

PA03_PERIODDATES_GET CALL FUNCTION 'PA03_PERIODDATES_GET' EXPORTING f_abkrs = p_abkrs IMPORTING f_current_begda = q_begda f_current_endda = q_endda CHANGING f_current_period = p_abrp f_current_year = p_abrj EXCEPTIONS pcr_does_not_exist = 1 abkrs_does_not_exist = 2 period_does_not_exist = 3 OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEP TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEU TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEF TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEF TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEU TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEF TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEU TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_NAMEP TEXT = ' ' INFO = ' ' ADD_STDINF = 'X' IMPORTING RESULT = STATUS_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.



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