CACS_COM_NOTE_BIBLIO is a standard Executable ABAP Report 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 CACS_COM_NOTE_BIBLIO 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.
Title: Internal: Form Class Library
Text Symbol: 000 = Select commission contract and seq. no.
INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE CACS_GLOBDEF.
No SAP DATABASE tables are accessed within this REPORT code!
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = g_appl EXCEPTIONS no_appl = 1 OTHERS = 2.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-000 "l_title IMPORTING returncode = l_rc TABLES fields = lt_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2.
CACS_VERSION_HANDLING CALL FUNCTION 'CACS_VERSION_HANDLING' EXPORTING i_selection = 5 i_begin = ts i_tabnam = 'CACS_CTRTBU' i_structure = yt_contract TABLES cacs_back = yt_contract EXCEPTIONS no_act_version_to_this_time = 5 OTHERS = 8.
BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = g_org_bupa * i_rltyp = l_role IMPORTING e_but000_address = y_buspartner EXCEPTIONS partner_not_found = 1 wrong_parameters = 2 OTHERS = 3.
CACS00_GET_DOCSE_COMNOTE CALL FUNCTION 'CACS00_GET_DOCSE_COMNOTE' EXPORTING i_run_id = g_runid i_ctrtbu_id = xt_contract-ctrtbu_id i_org_bupa = g_org_bupa TABLES et_docse = yt_docse * ET_DOCSEDT = et_docre = t_docre * ET_SESBDL = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_COM_NOTE_BIBLIO - Internal: Form Class Library CACS_COM_NOTE_BIBLIO - Internal: Form Class Library CACS_COMPLEX_VALUATION_MAINT - Comn: Maintain Complex Valuation Assignment CACS_COMPLEX_VALUATION_MAINT - Comn: Maintain Complex Valuation Assignment CACS_COMPARE_VERSION_TABLES - INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination CACS_COMPARE_VERSION_TABLES - INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination