BUSACTF00 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 BUSACTF00 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!
BUS_DI_DATA_INITIALIZE CALL FUNCTION 'BUS_DI_DATA_INITIALIZE' EXPORTING i_structure = 'BUS020_DI' i_nodata = '/' IMPORTING e_data = gl_busdata_di EXCEPTIONS structure_not_found = 1 internal_error = 2 OTHERS = 3.
SLDAG_CHECK_FOR_UNICODE * call function 'SLDAG_CHECK_FOR_UNICODE' * importing * unicode = lv_unicode.
BUS_DI_DATA_INITIALIZE CALL FUNCTION 'BUS_DI_DATA_INITIALIZE' EXPORTING i_structure = gt_tables-strnm * I_NODATA = '/' IMPORTING e_data = gl_busdata_di EXCEPTIONS structure_not_found = 1 internal_error = 2 OTHERS = 3.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = gv_tabname * UCLEN = gc_uclen IMPORTING X030L_WA = ls_x030l_unicode TABLES DFIES_TAB = gT_DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * langu = sy-langu * tabname = gv_tabname * TABLES * nametab = gt_dntab * EXCEPTIONS * internal_error = 1 * table_has_no_fields = 2 * table_not_activ = 3 * no_texts_found = 4 * OTHERS = 5.
BUS_TABLE_CHANGEDOCUMENTS_READ CALL FUNCTION 'BUS_TABLE_CHANGEDOCUMENTS_READ' EXPORTING i_objectclas = gt_tables-objclas i_objectid = gt_tables-objid i_tabname = gt_tables-tbnam i_actrun = 'X' i_pchngnr = gt_tables-pchngnr IMPORTING e_noact = gv_noact TABLES t_data = gt_busdata t_tabkey = gt_tabkey t_dntab = gt_dntab_2 EXCEPTIONS date_not_allowed = 1 planned_changes_not_active = 2 OTHERS = 3.
BUS_PCDHDR_ACTIVATE_SET CALL FUNCTION 'BUS_PCDHDR_ACTIVATE_SET' TABLES t_pcdhdr = gt_pcdhdr_mem EXCEPTIONS OTHERS = 1.
BUS_CONTROL_MAIN_DI CALL FUNCTION 'BUS_CONTROL_MAIN_DI' EXPORTING i_objap = gl_tbz1-objap i_planchngnr = p_planchngnr I_PLANUSER = GT_PCDHDR_MEM-USERNAME i_xcommit = ' ' i_xupdtask = 'X' IMPORTING e_xerror = lv_xerror TABLES t_data = gt_data t_message = lt_message.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = gt_tables-tbnam * UCLEN = gc_uclen TABLES DFIES_TAB = gT_DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * langu = sy-langu * tabname = gt_tables-tbnam * TABLES * nametab = lt_dntab * EXCEPTIONS * internal_error = 1 * table_has_no_fields = 2 * table_not_activ = 3 * no_texts_found = 4 * OTHERS = 5.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = .
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = .
PLANNED_CHANGES_DELETE CALL FUNCTION 'PLANNED_CHANGES_DELETE' EXPORTING objectclass = gt_pcdhdr-objectclas objectid = gt_pcdhdr-objectid planned_change_number_from = gt_pcdhdr-planchngnr EXCEPTIONS no_changes_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BUSACTF00 - documentation and ABAP source code BUS2012_ICH_R3 - Message Output with PORDCR1 BUS2012_ICH_R3 - Message Output with PORDCR1 BUS2002_GLOBAL_DATA - Global Data for Networks and Activities in BAPIs BUS11691 - Program for the Object Type BUS11691 : COPA DerivationRule BUS11691 - Program for the Object Type BUS11691 : COPA DerivationRule