SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_COM_NOTE_BIBLIO SAP ABAP Report - Internal: Form Class Library







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CACS_COM_NOTE_BIBLIO. "Basic submit
SUBMIT CACS_COM_NOTE_BIBLIO AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_COM_NOTE_BIBLIO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Internal: Form Class Library
Text Symbol: 000 = Select commission contract and seq. no.


INCLUDES used within this REPORT CACS_COM_NOTE_BIBLIO

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE CACS_GLOBDEF.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CACS_COM_NOTE_BIBLIO or its description.