ADPIC_SAPLCOMK 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 ADPIC_SAPLCOMK 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_TA_TCN41_READ CALL FUNCTION 'CO_TA_TCN41_READ' EXPORTING plnaw = caufvd-plnaw profidnetz = caufvd-profid IMPORTING tcn41_exp = tcn41 EXCEPTIONS not_found = 1 OTHERS = 2.
CO_BC_RESB_BT_FETCH CALL FUNCTION 'CO_BC_RESB_BT_FETCH' TABLES et_resb_bt = lt_resbb.
CO_BT_RESB_READ_WITH_KEY CALL FUNCTION 'CO_BT_RESB_READ_WITH_KEY' EXPORTING rsart_imp = resbd-rsart rsnum_imp = resbd-rsnum rspos_imp = resbd-rspos IMPORTING resbd_exp = ls_resbd EXCEPTIONS not_found = 1 OTHERS = 2.
CO_BT_RESB_UPDATE CALL FUNCTION 'CO_BT_RESB_UPDATE' EXPORTING resb_new = resbd tabix_old = resbd-indbt.
CO_BT_RESB_UPDATE CALL FUNCTION 'CO_BT_RESB_UPDATE' EXPORTING resb_new = resbd tabix_old = resbd-indbt.
STATUS_CHANGE_INTERN CALL FUNCTION 'STATUS_CHANGE_INTERN' EXPORTING objnr = resbd-objnr TABLES status = lt_status EXCEPTIONS object_not_found = 01 status_inconsistent = 02 status_not_allowed = 03.
CO_BT_RESB_UPDATE CALL FUNCTION 'CO_BT_RESB_UPDATE' EXPORTING resb_new = resbd tabix_old = resbd-indbt.
CO_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = caufvd-aufnr IMPORTING index = rc27i-index_plko.
CO_BT_AFFL_READ_WITH_KEY CALL FUNCTION 'CO_BT_AFFL_READ_WITH_KEY' EXPORTING aufnr_act = caufvd-aufnr aufpl = afvgd-aufpl plnfl = afvgd-aplfl IMPORTING index = rc27i-index_plfl.
CO_BT_RESB_UPDATE CALL FUNCTION 'CO_BT_RESB_UPDATE' EXPORTING resb_new = resbd tabix_old = resbd-indbt.
CO_BC_COMP_READ_FOR_PB CALL FUNCTION 'CO_BC_COMP_READ_FOR_PB' TABLES key_tab_imp = rkey comp_tab_exp = rs_info.
CO_DT_SELECTION_DETAIL_FILL CALL FUNCTION 'CO_DT_SELECTION_DETAIL_FILL' EXPORTING object_imp = obj-mat rc27i_imp = rc27i IMPORTING index_dt_exp = rc27x-index_act rc27i_exp = rc27i rclst_exp = obj_act EXCEPTIONS not_found = 01.
CO_BT_RESB_READ_WITH_INDEX CALL FUNCTION 'CO_BT_RESB_READ_WITH_INDEX' EXPORTING index = rc27i-index_plmz IMPORTING resbd_exp = resbd_tab.
CO_DT_LST_MARK_GET_NEXT CALL FUNCTION 'CO_DT_LST_MARK_GET_NEXT' EXPORTING object_imp = obj-mat rc27i_imp = rc27i IMPORTING rc27i_exp = rc27i EXCEPTIONS last_reached = 01 not_found = 02 no_list = 03.
CO_BT_RESB_READ_WITH_KEY CALL FUNCTION 'CO_BT_RESB_READ_WITH_KEY' EXPORTING rsart_imp = ' ' rsnum_imp = komp_int-rsnum rspos_imp = komp_int-rspos no_read_from_db = abap_on IMPORTING resbd_exp = ls_resbd EXCEPTIONS not_found = 1 OTHERS = 2.
MPN20_HANDLE_MPN CALL FUNCTION 'MPN20_HANDLE_MPN' EXPORTING lc_atpca = ls_atpca lc_atpcb = ls_atpcb lc_atpcc = ls_atpcc TABLES lc_atpcsx = lt_atpcsx.
CO_DT_LST_MARK_GET_NEXT CALL FUNCTION 'CO_DT_LST_MARK_GET_NEXT' EXPORTING object_imp = obj-mat rc27i_imp = rc27i IMPORTING rc27i_exp = rc27i EXCEPTIONS last_reached = 01 not_found = 02 no_list = 03.
CO_DT_LST_MARK_ALL_DEL CALL FUNCTION 'CO_DT_LST_MARK_ALL_DEL' EXPORTING lstnr_imp = rc27x-lstnr.
CALL FUNCTION 'CO_BT_RESB_READ_WITH_KEY' EXPORTING rsart_imp = ' ' rsnum_imp = komp_int-rsnum rspos_imp = komp_int-rspos no_read_from_db = abap_on IMPORTING resbd_exp = ls_resbd EXCEPTIONS not_found = 1 OTHERS = 2.
MPN20_HANDLE_MPN CALL FUNCTION 'MPN20_HANDLE_MPN' EXPORTING lc_atpca = ls_atpca lc_atpcb = ls_atpcb lc_atpcc = ls_atpcc TABLES lc_atpcsx = lt_atpcsx.
CO_BC_RESB_BT_FETCH CALL FUNCTION 'CO_BC_RESB_BT_FETCH' TABLES et_resb_bt = lt_resbb.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@BB@' info = ls_adpic_texts-entry IMPORTING RESULT = c_icon_activate_exchange EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@2Q@' info = ls_adpic_texts-entry IMPORTING RESULT = c_icon_replacing_material EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = caufvd-objnr status = stk_erl EXCEPTIONS object_not_found = 1 status_not_active = 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.
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 ADPIC_SAPLCOMK or its description.