SAP Reports / Programs | Financials | Business Accounting | Inventory Accounting(FIN-BAC-INV) SAP FIN

UA_INV_WORKLIST_SCHEDMAN SAP ABAP INCLUDE - UAINVWORKLISTSCHEDMAN







UA_INV_WORKLIST_SCHEDMAN 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 UA_INV_WORKLIST_SCHEDMAN 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 UA_INV_WORKLIST_SCHEDMAN. "Basic submit
SUBMIT UA_INV_WORKLIST_SCHEDMAN AND RETURN. "Return to original report after report execution complete
SUBMIT UA_INV_WORKLIST_SCHEDMAN 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 UA_INV_WORKLIST_SCHEDMAN

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:

KPEP_WL_CURR_STEPINFO_GET CALL FUNCTION 'KPEP_WL_CURR_STEPINFO_GET' "#EC EXISTS EXPORTING i_wf_witem = id_wf_witem i_wf_wlist = id_wf_wlist IMPORTING e_stepnumber = ed_stepnumber e_runnumber = ed_runnumber.

KPEP_WLA_CHECK_ACTIVE * CALL FUNCTION 'KPEP_WLA_CHECK_ACTIVE' * IMPORTING * is_active = wl_flag.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = is_detail ls_witem = s_witem * ls_appl = 'FIN-BAC-INV-MAN' ld_worklist_flag = wl_flag * LD_DELAYED_UPDATE = ' ' * LD_SEND_MESSAGE = 'X' IMPORTING ls_key = is_key * WILL_BE_SAVED = TABLES lt_selkrit = lt_selkrit lt_param = lt_param .

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = is_key ls_message = ls_message ld_objects = id_no_of_objects ls_ext = id_schedman_ext_dl ls_rl = id_schedman_ext_bl ls_scma_event = is_scma_event TABLES lt_spool = it_schedman_spool CHANGING ld_aplstat = id_aplstat EXCEPTIONS OTHERS = 0.

UA_INV_WL_FILTERED_GET CALL FUNCTION 'UA_INV_WL_FILTERED_GET' EXPORTING i_worklist = id_worklist_id i_vrgng = id_actvt IMPORTING et_wl_objlist = lt_wl_objectid.

KPEP_WLS_INIT CALL FUNCTION 'KPEP_WLS_INIT' EXPORTING worklistid = wf_wlist step = id_step actvt = id_actvt repid = repid IMPORTING wlstep_handle = step_handle.

KPEP_WL_SET_ACTIVE_HANDLE CALL FUNCTION 'KPEP_WL_SET_ACTIVE_HANDLE' EXPORTING wlstep_handle = step_handle.



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