SAP Reports / Programs | Cross-Application Components | General Application Functions | Contextual Business Navigation OData Backend Adaptation lay.(CA-GTF-CBN-ODT) SAP CA

CBESH_MAINTKF_F SAP ABAP INCLUDE - Include CBESH_MAINTKF_F







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


Text pool values


Title: Include CBESH_MAINTKF_F


INCLUDES used within this REPORT CBESH_MAINTKF_F

No INCLUDES are used within this REPORT code!


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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * ddic_structure = SPACE " Structure of VALUE_TAB (VALUE_ORG = 'S') retfield = 'KEY' " Name of return field in FIELD_TAB * pvalkey = SPACE " Key for personal help dynpprog = 'CBESH_ANNO_GEN' " Current program dynpnr = iv_dynpnr " Screen number dynprofield = iv_fieldname " Name of screen field for value return * stepl = " Steploop line of screen field * window_title = " Title for the hit list * value = SPACE " Field contents for F4 call value_org = 'S' " Value return: C: cell by cell, S: structured * multiple_choice = SPACE " Switch on multiple selection * display = SPACE " Override readiness for input * callback_program = SPACE " Program for callback before F4 start * callback_form = SPACE " Form for callback before F4 start (-> long docu) * callback_method = " Interface for Callback Routines * mark_tab = " Defaults for Selected Lines when Multiple Selection is Switc * importing * user_reset = " Single-Character Flag tables value_tab = it_values " Table of values: entries cell by cell * field_tab = " Fields of the hit list * return_tab = " Return the selected value * dynpfld_mapping = " Assignment of the screen fields to the internal table * exceptions * parameter_error = 1 * no_values_found = 2 * others = 3 .

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = iv_tabname " Table/structure name from Dictionary fieldname = iv_fieldname " Field name from Dictionary searchhelp = iv_shhelp " Search help as screen field attribute shlpparam = iv_shparam " Search help parameter in screen field dynpprog = iv_prog " Current program dynpnr = iv_dynpnr " Screen number dynprofield = iv_dynpfield " Name of screen field for value return * stepl = " Steploop line of screen field * value = SPACE " Field contents for F4 call * multiple_choice = SPACE " Switch on multiple selection * display = SPACE " Override readiness for input * suppress_recordlist = SPACE " Skip display of the hit list * callback_program = SPACE " Program for callback before F4 start * callback_form = SPACE " Form for callback before F4 start (-> long docu) * callback_method = " Interface for Callback Routines * selection_screen = SPACE " Behavior as in Selection Screen (->Long Docu) * importing * user_reset = " Single-Character Flag tables return_tab = lt_return " Return the selected value * exceptions * field_not_found = 1 * no_help_for_field = 2 * inconsistent_help = 3 * no_values_found = 4 * others = 5 .

SAPGUI_SET_FUNCTIONCODE call function 'SAPGUI_SET_FUNCTIONCODE' exporting functioncode = '=' " Function code * exceptions * function_not_supported = 1 * others = 2 .



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