SAP Reports / Programs

PUUPDATE_STATUSIN4 SAP ABAP INCLUDE - Include PUUPDATE_STATUSIN4







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


INCLUDES used within this REPORT PUUPDATE_STATUSIN4

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = gt_restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 5 selopt_without_signs = 6 invalid_sign = 7 empty_option_list = 9 invalid_kind = 10 repeated_kind_a = 11 OTHERS = 12.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'DDTEXT' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'V_STATUS-LOW' value_org = 'S' TABLES value_tab = gt_status_values field_tab = lt_field_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = c_status TABLES values_tab = gt_status_values EXCEPTIONS no_values_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.

FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = p_msgid lang = 'EN' no = p_msgno IMPORTING msg = l_message EXCEPTIONS not_found = 1 OTHERS = 2.

HR_IN_ADD_MSG_TO_LOG CALL FUNCTION 'HR_IN_ADD_MSG_TO_LOG' EXPORTING msg_type = p_msgty msg_var1 = p_message msg_level = p_level log_handle = p_log_handle EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 OTHERS = 3.

HRXSS_IN_CLMS_CLAIM_ADV_EMP CALL FUNCTION 'HRXSS_IN_CLMS_CLAIM_ADV_EMP' EXPORTING pernr = gs_trns-pernr * REIMB_TYP = * TRANSACTION_TYPE = * REFERENCE = * FROM_DATE = * TO_DATE = * MODE = * REQ_STATUS = TABLES * TRNSACTION_DATA = * CLAIM_ADV_TRN = * ERROR_TAB = reimb_data = lt_reim_data * REPAY_DEBT = * DEPENDENTS = EXCEPTIONS bapiret2 = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = c_tclas pernr = p_pernr infty = c_0001 begda = '18000101' endda = '99991231' TABLES infty_tab = lt_p0001 EXCEPTIONS infty_not_found = 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 PUUPDATE_STATUSIN4 or its description.