SAP Reports / Programs | Personnel Time Management | Shift Planning | Shift Planning for Public Sector(PT-SP-PS) SAP PT

FH5AH_FORMS_PS_ASSIGNMT SAP ABAP INCLUDE - FH5AHFORMSPSASSIGNMT







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


INCLUDES used within this REPORT FH5AH_FORMS_PS_ASSIGNMT

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:

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-as2 i_selection = 'X' i_screen_start_line = 5 "below text of selected org.unit

HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' EXPORTING controllingarea = es_kostl-kokrs costcenter = es_kostl-kostl read_date = id_datum language = sy-langu IMPORTING * name = description = es_kostl-kostl_txt * shortname = * objectname = EXCEPTIONS nothing_found = 4 OTHERS = 8.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = id_plvar otype = id_otype objid = cs_org-objid istat = '1' begda = id_begda endda = id_endda IMPORTING obeg = sd_begda oend = sd_endda short = cs_org-shrt_txt stext = cs_org-long_txt EXCEPTIONS not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = id_pernr infty = '0231' begda = low_date endda = high_date IMPORTING subrc = ld_rc TABLES infty_tab = lt_i0231[] EXCEPTIONS infty_not_found = 1.

HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING tclas = 'A' pernr = wa_asg_del_kostl-pernr.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_costs-kostl IMPORTING output = ld_kostl_conv.

HR_MAINTAIN_MASTERDATA CALL FUNCTION 'HR_MAINTAIN_MASTERDATA' EXPORTING pernr = id_pernr actio = id_actio tclas = 'A' begda = ld_begda_27 endda = ld_endda_27 subty = '01' "Wage/salary dialog_mode = '1' luw_mode = '1' no_existence_check = ' ' no_enqueue = 'X' "862930 IMPORTING return = ls_return TABLES proposed_values = lt_prop_val modified_keys = lt_mod_keys.

HRCA_CONTROLLINGAREA_COMPCODES CALL FUNCTION 'HRCA_CONTROLLINGAREA_COMPCODES' EXPORTING co_area = id_kokrs TABLES companycodes = lt_compcodes[] EXCEPTIONS not_found = 4 OTHERS = 8.

HRCA_CONTROLLINGAREA_FIND CALL FUNCTION 'HRCA_CONTROLLINGAREA_FIND' EXPORTING companycode = id_bukrs businessarea = id_gsber IMPORTING contrlarea = ed_kokrs EXCEPTIONS not_found = 4 OTHERS = 8.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'PE_ASG_ZU_BEACHTEN' EXCEPTIONS class_unknown = 4 object_not_found = 8.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = 'VWSAZ' TABLES dd04t_tab_a = lt_dd04t EXCEPTIONS illegal_value = 1 OTHERS = 2.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = enqueue_key-plvar otype = enqueue_key-otype objid = enqueue_key-objid enqueue_once = ' ' enq_scope = '1' IMPORTING lock_user = lv_uname EXCEPTIONS enqueue_failed = 4 objid_is_initial = 0 illegal_otype = 0 internal_error = 12 OTHERS = 12.



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