S3VBRKCF 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 S3VBRKCF 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.
INCLUDE: ARCH_WRITE_PRG_STANDARD2.
INCLUDE SDVBRKSP.
No SAP DATABASE tables are accessed within this REPORT code!
DYNSQL_GENERATE_WHERE_CLAUSE call function 'DYNSQL_GENERATE_WHERE_CLAUSE' exporting fieldname_key_1 = 'FKART' fieldname_key_2 = 'VKORG' fieldname_value = 'ERDAT' operator = '<=' tables where_clause = dyn_sql control_table = ztvarr all_values_key_1 = fkart_all values_key_1 = fkart_teil all_values_key_2 = vkorg_all values_key_2 = 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.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = xxvbrk-fkart key_2 = xxvbrk-vkorg importing control_line = ztvarr exceptions key_value_invalid = 1 others = 2.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = xxvbrk-fkart key_2 = xxvbrk-vkorg importing control_line = ztvarr exceptions key_value_invalid = 1 others = 2.
SD_BILL_DIFF_CHECK_ARCHIVABLE call function 'SD_BILL_DIFF_CHECK_ARCHIVABLE' exporting is_vbrk = wa_vbrk importing ev_archive_ok = ld_diff_ok.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = wa_vbrk-fkart key_2 = wa_vbrk-vkorg importing control_line = ztvarr exceptions key_value_invalid = 1.
VFKK_ARCH_BADI_FICA_CHECK CALL FUNCTION 'VFKK_ARCH_BADI_FICA_CHECK' EXPORTING i_awtyp = 'VBRK' i_awkey = ld_awkey CHANGING c_subrc = ld_subrc.
DYNSQL_READ_CONTROL_TABLE call function 'DYNSQL_READ_CONTROL_TABLE' exporting key_1 = wa-fkart key_2 = wa-vkorg importing control_line = ztvarr exceptions key_value_invalid = 1.
MM_ARRANG_CHECK_COND_ARCHIVE call function 'MM_ARRANG_CHECK_COND_ARCHIVE' * Check auf noch gültige Absprachen im Einkauf exporting i_knuma = ab_vbrk-knuma i_bltypa = '02' exceptions agreement_not_settled = 1 agreement_datbi_valid = 2 agreement_reszt_valid = 3 others = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.