FC68AF00 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 FC68AF00 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!
RH_UPDATE_INFTY CALL FUNCTION 'RH_UPDATE_INFTY' EXPORTING vtask = def-vbart_update TABLES innnn = buffer_tab EXCEPTIONS error_during_update = 08 no_authorization = 04.
RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = fcode_inse vtask = def-vbart_insert TABLES innnn = buffer_tab EXCEPTIONS no_authorization = 08 error_during_insert = 04.
RH_UPDATE_INFTY CALL FUNCTION 'RH_UPDATE_INFTY' EXPORTING vtask = def-vbart_update TABLES innnn = buffer_tab EXCEPTIONS error_during_update = 08 no_authorization = 04.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING object = num_obj_cr nr_range_nr = num_ran_cr IMPORTING number = up_objid EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03 quantity_is_0 = 04.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
CR_WORKCENTER_UPDATE_DIALOG CALL FUNCTION 'CR_WORKCENTER_UPDATE_DIALOG' EXPORTING i_crhd = crhd ukz = ukz_d TABLES t_crca = tcrca t_crco = tcrco t_crtx = tcrtx.
CR_WORKCENTER_UPDATE_DIALOG CALL FUNCTION 'CR_WORKCENTER_UPDATE_DIALOG' EXPORTING i_crhd = crhd ukz = ukz_u TABLES t_crca = tcrca t_crco = tcrco t_crtx = tcrtx.
CR_WORKCENTER_READ_DIALOG CALL FUNCTION 'CR_WORKCENTER_READ_DIALOG' EXPORTING objid = up_objid IMPORTING e_crhd = crhd TABLES t_crca = tcrca t_crco = tcrco t_crtx = tcrtx EXCEPTIONS not_found = 01.
CR_WORKCENTER_READ_DIALOG_NAME CALL FUNCTION 'CR_WORKCENTER_READ_DIALOG_NAME' EXPORTING arbpl = up_arbpl werks = up_werks IMPORTING e_crhd = crhd TABLES t_crca = tcrca t_crco = tcrco t_crtx = tcrtx EXCEPTIONS not_found = 01.
CR_WORKCENTER_READ_DIALOG CALL FUNCTION 'CR_WORKCENTER_READ_DIALOG' EXPORTING OBJID = P3006-OBJID IMPORTING E_CRHD = LS_CRHD TABLES T_CRCA = LT_CRCA T_CRCO = LT_CRCO T_CRTX = LT_CRTX.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.