SAP Reports / Programs | Payroll | Payroll: General Parts | Forms(PY-XX-FO) SAP PY

H99_HRFORMS_CALL SAP ABAP Report - Call Print Program for HR Forms Workplace







H99_HRFORMS_CALL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Choose the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter H99_HRFORMS_CALL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_MKW_HRF - Wage Statement with HR Forms
PC00_M99_HRF_CALL - Call HR Forms Print Report


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 H99_HRFORMS_CALL. "Basic submit
SUBMIT H99_HRFORMS_CALL AND RETURN. "Return to original report after report execution complete
SUBMIT H99_HRFORMS_CALL 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: P_FCLASS = D Form Class
Selection Text: P_FNAME = Form Name
Selection Text: P_MOLGA = D Country Grouping
Selection Text: P_POPUP = Dialog box for printing
Selection Text: P_VAR = D Variant
Title: Call Print Program for HR Forms Workplace
Text Symbol: 001 = Print Prog. Selection
Text Symbol: 002 = Form Name


INCLUDES used within this REPORT H99_HRFORMS_CALL

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:

RS_VARIANT_CATALOG call function 'RS_VARIANT_CATALOG' exporting report = iv_report importing sel_variant = lv_variant exceptions no_report = 1 report_not_existent = 2 report_not_supplied = 3 no_variants = 4 no_variant_selected = 5 variant_not_existent = 6 others = 7.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = iv_report variant = iv_variant importing r_c = ox_error exceptions not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 others = 5.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = lv_dynpro_prog dynumb = '1000' tables dynpfields = lt_dynpfields.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'THRFORMS_01' langu = sy-langu all_types = 'X' tables dfies_tab = lt_field_tab exceptions others = 0.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TINFONET_T_01' langu = sy-langu all_types = 'X' tables dfies_tab = lt_help_tab exceptions others = 0.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'INFONET' dynpprog = lv_dynpro_prog dynpnr = '1000' dynprofield = 'P_FNAME' window_title = text-002 value_org = 'S' tables value_tab = lt_value_tab field_tab = lt_field_tab exceptions parameter_error = 1 no_values_found = 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 H99_HRFORMS_CALL or its description.