SAP Reports / Programs

CBESH_ANNO_GEN SAP ABAP Report - Program CBESH_ANNO_GEN







CBESH_ANNO_GEN 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 CBESH_ANNO_GEN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CBESH_ANNO_GEN - Create Annotation File


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 CBESH_ANNO_GEN. "Basic submit
SUBMIT CBESH_ANNO_GEN AND RETURN. "Return to original report after report execution complete
SUBMIT CBESH_ANNO_GEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: AJUST = Adjust Order of Attributes
Selection Text: CLEARDB = Delete current customizing
Selection Text: DISP_ALL = Create without Ajustments
Selection Text: SERVICE = OData Service Name
Selection Text: TEMP_ID = Template ID
Title: Program CBESH_ANNO_GEN
Text Symbol: 001 = Generation Settings
Text Symbol: 002 = Entity Name
Text Symbol: 003 = Techncal Fieldname
Text Symbol: 004 = Fieldname
Text Symbol: 005 = Warning Message
Text Symbol: 006 = Really delete the existing customizing?
Text Symbol: 007 = Yes
Text Symbol: 008 = No
Text Symbol: 009 = Do you want to repair inconsistent data?
Text Symbol: 011 = Template ID


INCLUDES used within this REPORT CBESH_ANNO_GEN

INCLUDE CBESH_KF_GLOBAL.
INCLUDE CBESH_I_SEARCH_TEMPID.
INCLUDE CBESH_I_BUILD_CUST.
INCLUDE CBESH_I_ACTIONS.
INCLUDE CBESH_ANNO_CHECK.
INCLUDE CBESH_MAINTKF_O.
INCLUDE CBESH_MAINTKF_I.
INCLUDE CBESH_MAINTKF_F.
INCLUDE CBESH_MAINTKF_VALUE_REQU.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Warning Message'(005) text_question = 'Really delete the existing customizing?'(006) text_button_1 = 'Yes'(007) text_button_2 = 'No'(008) default_button = '2' display_cancel_button = abap_true IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

CBN_GET_ESH_METADATA CALL FUNCTION 'CBN_GET_ESH_METADATA' EXPORTING iv_esh_template_id = temp_id iv_service_name = lv_service_name IMPORTING it_entity_metadata = lt_entity_metadata it_assoc_metadata = lt_assoc_metadata.



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 CBESH_ANNO_GEN or its description.