S3VBAKCFS 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 S3VBAKCFS 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!
PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = if_processed i_total = if_total i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.
DB_COMMIT call function 'DB_COMMIT'.
DYNSQL_GENERATE_WHERE_CLAUSE call function 'DYNSQL_GENERATE_WHERE_CLAUSE' exporting fieldname_key_1 = 'AUART' fieldname_key_2 = 'VKORG' fieldname_value = 'ERDAT' operator = '<=' tables where_clause = ct_dyn_sql control_table = gt_ztvara all_values_key_1 = lt_auart_all values_key_1 = lt_auart_teil all_values_key_2 = lt_vkorg_all values_key_2 = lt_vkorg_teil exceptions dynsql_too_large = 1 wrong_entry_in_control_table = 2 key_values_inconsistent = 3 no_entry_found = 4 function_already_called = 5.
ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' exporting i_object = ct_log-vbeln i_msgtype = lf_msgtype i_text = ct_log-ntext.
MSKA_EXTEND call function 'MSKA_EXTEND' tables mska_tab = lt_mska.
SD_VBKD_READ_WITH_VBELN call function 'SD_VBKD_READ_WITH_VBELN' exporting i_vbeln = iv_vbuk-vbeln tables et_vbkd = lt_vbkd exceptions record_not_found = 1 others = 2.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = iv_vbak-auart key_2 = iv_vbak-vkorg importing control_line = gt_ztvara exceptions key_value_invalid = 1 others = 2.
VFKK_ARCH_BADI_FICA_CHECK CALL FUNCTION 'VFKK_ARCH_BADI_FICA_CHECK' EXPORTING i_awtyp = 'VBRK' i_awkey = lv_awkey CHANGING c_subrc = lv_subrc.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = it_vbak-auart key_2 = it_vbak-vkorg importing control_line = gt_ztvara exceptions key_value_invalid = 1 others = 2.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = iv_vbak-auart key_2 = iv_vbak-vkorg importing control_line = gt_ztvara exceptions key_value_invalid = 1 others = 2.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting collect_and_send = ' ' reset = 'X' line_from = '000' line_to = '999'.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = gt_vbak-auart key_2 = gt_vbak-vkorg importing control_line = gt_ztvara exceptions key_value_invalid = 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.