J_3RF_WORKWEAR_LIST_FORMS 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 J_3RF_WORKWEAR_LIST_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include J_3RF_WORKWEAR_LIST_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING ACT_OTYPE = p_otype ACT_OBJID = gt_jobs-job ACT_WEGID = P_EVPATH * ACT_INT_FLAG = ACT_PLVAR = p_planv ACT_BEGDA = SY-DATUM * ACT_ENDDA = SY-DATUM * ACT_TDEPTH = 0 * ACT_TFLAG = 'X' * ACT_VFLAG = 'X' AUTHORITY_CHECK = ' ' * TEXT_BUFFER_FILL = * BUFFER_MODE = * IMPORTING * ACT_PLVAR = TABLES RESULT_TAB = lt_actortab * RESULT_OBJEC = * RESULT_STRUC = EXCEPTIONS NO_PLVAR_FOUND = 1 NO_ENTRY_FOUND = 2 OTHERS = 3 .
BAPI_EMPLOYEE_GETDATA CALL FUNCTION 'BAPI_EMPLOYEE_GETDATA' EXPORTING employee_id = l_pernr * LASTNAME_M = * FSTNAME_M = * FST_NAME_K = * LST_NAME_K = * FST_NAME_R = * LST_NAME_R = * ORGTXT = * JOBTXT = * POSTXT = * COSTCENTER = * BLDING_NO = * ROOM_NO = * PHONE_NO = * LIPLATE_NO = * USERID = * DATE = SY-DATUM * EXTENSION = * READDB = FALSE * ORGTXT_LG = * JOBTXT_LG = * POSTXT_LG = authority_check = abap_true * IMPORTING * RETURN = TABLES org_assignment = lt_org_assignment personal_data = lt_personal_data * INTERNAL_CONTROL = * COMMUNICATION = * ARCHIVELINK = .
HR_RU_J3R_GET_PERNR_NAME CALL FUNCTION 'HR_RU_J3R_GET_PERNR_NAME' EXPORTING i_pernr = l_pernr i_begda = sy-datum i_endda = sy-datum * I_LANGU = SY-LANGU * I_MOLGA = '33' IMPORTING e_nachn = j_3rf_ww_person-lastname e_vorna = j_3rf_ww_person-firstname e_midnm = j_3rf_ww_person-middlename * E_CNAME = * E_INITI = EXCEPTIONS infty_0002_not_found = 1 OTHERS = 2.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = l_msg_id msgty = msgty msgv1 = msgv1 msgv2 = msgv2 msgv3 = msgv3 msgv4 = msgv4 txtnr = msgno zeile = error_count EXCEPTIONS OTHERS = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
MM_ARRANG_PLANT_COMPANY_CODE CALL FUNCTION 'MM_ARRANG_PLANT_COMPANY_CODE' EXPORTING plant = p_werks * READ_ONLY_PLANT_DATA = '' IMPORTING * E_T001W = e_plant_company_code = p_bukrs * E_T001K = EXCEPTIONS invalid_plant = 1 plant_no_valuation_area = 2 invalid_valuation_area = 3 plant_has_no_company_code = 4 OTHERS = 5.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layot it_fieldcat = t_fieldcat it_sort = gt_sort i_save = 'X' it_events = gt_events TABLES t_outtab = tb_ww_items.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_structure_name = 'J_3RF_WW_ITEMS' * i_inclname = 'J_3RF_WORKWEAR_LIST_TOP' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = t_listheader * I_LOGO = * I_END_OF_LIST_GRID = 'X' .
REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING * ES_LAYOUT = * ET_FIELDCAT = * ET_SORT = * ET_FILTER = * ES_GRID_SCROLL = * ES_VARIANT = * ET_MARKED_COLUMNS = ET_FILTERED_ENTRIES = workwear_filt * et_fieldcat_backend = workwear_filt * ES_PRINT = EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
J_3RF_ASSET_WORKLIST_CREATE CALL FUNCTION 'J_3RF_ASSET_WORKLIST_CREATE' TABLES it_assets = l_it_assets.
J_3RF_ASSET_WORKLIST_ADD CALL FUNCTION 'J_3RF_ASSET_WORKLIST_ADD' TABLES it_assets = l_it_assets.
BAPI_PDOTYPES_GETDETAILEDLIST CALL FUNCTION 'BAPI_PDOTYPES_GETDETAILEDLIST' EXPORTING PLANVERSION = p_planv objecttype = p_otype STARTDATE = sy-datum ENDDATE = sy-datum * PLANNINGSTATUS = * LANGUAGE = SY-LANGU * LANGUAGEISO = * IMPORTING * RETURN = tables objects = lt_objects.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RF_WORKWEAR_LIST_FORMS - Include J_3RF_WORKWEAR_LIST_FORMS J_3RF_WORKWEAR_LIST - Workwear List for Employees (Russia) J_3RF_WORKWEAR_LIST - Workwear List for Employees (Russia) J_3RF_WORKWEAR_FORMS - Include J_3RF_WORKWEAR_FORMS J_3RF_WORKWEAR - Employee Workwear Record (Russia) J_3RF_WORKWEAR - Employee Workwear Record (Russia)