SAP Reports / Programs

HRUA_ORDER_T6A SAP ABAP Report - Form T6A







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


Text pool values


Selection Text: DOL = D .
Selection Text: FIO = D .
Selection Text: ROUND = D .
Title: Form T6A
Text Symbol: 001 = PerNr
Text Symbol: 002 = : no vacation in period.
Text Symbol: 003 = Data ( )
Text Symbol: 004 = Event
Text Symbol: 005 = Type
Text Symbol: 006 = = (T-transaction,P-program)
Text Symbol: 007 = Variant
Text Symbol: 008 = Alignment = (L-left, Á-centered, R-right)
Text Symbol: 009 = Info
Text Symbol: 010 = Input disabled
Text Symbol: 011 = Field Source Offset
Text Symbol: M00 = Field not found
Text Symbol: M10 = Field <
Text Symbol: M20 = Form not found
Text Symbol: PRN = Print Parameters


INCLUDES used within this REPORT HRUA_ORDER_T6A

INCLUDE PUTCRRU0.
INCLUDE PUPRNRU0.
INCLUDE PUORDRU0.


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:

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING in_parameters = _pri_par.

HR_RU_VACATION_FOR_ORDER CALL FUNCTION 'HR_RU_VACATION_FOR_ORDER' EXPORTING pernr = p0298-pernr begda = p0298-begda massn = p0298-massn langu = lang werks = p0001-werks btrtl = p0001-btrtl persg = p0001-persg persk = p0001-persk IMPORTING vbegda = vbegda vendda = vendda abwtg = g_abwtg TABLES pp0298 = p0298 pp2001 = p2001 vacation = vacation.

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = sfname * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = func_mod_name EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.

HR_RU_ORDER_ARCH_INDEX CALL FUNCTION 'HR_RU_ORDER_ARCH_INDEX' EXPORTING iv_version = arver IMPORTING es_arch_para = ls_arch_indx CHANGING cv_doc_id = pv_guid.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING archive_id = ls_arch_indx-formarchiv archive_mode = '2' "archive only ar_object = ls_arch_indx-ar_object mode = 'CURRENT' "Fixed value no_dialog = 'X' "Fixed value sap_object = ls_arch_indx-sap_object IMPORTING out_archive_parameters = ls_archive_parameters out_parameters = ls_dummy valid = lx_valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

HR_RU_ORDER_ARCH_INDEX CALL FUNCTION 'HR_RU_ORDER_ARCH_INDEX' EXPORTING iv_version = arver * IV_PERNR = IMPORTING es_arch_para = ls_arch_indx CHANGING cv_doc_id = pv_guid .

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.



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