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
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
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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
H99_HRFORMS_CALL - Call Print Program for HR Forms Workplace H99_HRFORMS_CALL - Call Print Program for HR Forms Workplace H99_FORMSTEMPLATE_TIME_02 - HR Forms: Template for Local Class (Time Management) H99_FORMSTEMPLATE_TIME_02 - HR Forms: Template for Local Class (Time Management) H99_FORMSTEMPLATE_TIMDIM_02 - HR Forms: Template for Local Class (Infotypes) H99_FORMSTEMPLATE_TIMDIM_02 - HR Forms: Template for Local Class (Infotypes)