WCF_GENIL_MODEL_EDITOR_02 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 WCF_GENIL_MODEL_EDITOR_02 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: Include WCF_GM_02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_DIFF EXPORTING titlebar = 'Delete'(017) text_question = 'Delete Component?'(018) display_cancel_button = abap_false IMPORTING answer = rv_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_DIFF EXPORTING titlebar = 'Delete'(017) text_question = 'Delete Enhancement?'(019) display_cancel_button = abap_false IMPORTING answer = rv_answer.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_value object_type = 'CLAS' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = lv_value object_type = 'TABL' EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_UNIQ EXPORTING titlebar = 'Save Changes'(007) text_question = 'Model has been changed. Would you like to save it?'(008)
CRM_GENIL_CUST_SH_SET_MODEL CALL FUNCTION 'CRM_GENIL_CUST_SH_SET_MODEL' EXPORTING io_model = mo_obj_model_mod.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'WCF_GENIL_MODEL_F4_CLASS' IMPORTING shlp = ls_shlp.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp * DISPONLY = ' ' * MAXRECORDS = 500 * MULTISEL = ' ' * CUCOL = SY-CUCOL * CUROW = SY-CUROW * IMPORTING * RC = TABLES return_values = lt_return_values.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_UNIQ EXPORTING titlebar = 'Delete'(017) text_question = 'Delete Object?'(014) display_cancel_button = abap_false IMPORTING answer = rv_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_UNIQ EXPORTING titlebar = 'Delete'(017) text_question = 'Delete Object?'(012) display_cancel_button = abap_false IMPORTING answer = rv_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC TEXT_DIFF EXPORTING titlebar = 'Delete'(017) text_question = 'Delete Object?'(013) display_cancel_button = abap_false IMPORTING answer = rv_answer.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING no_value_check = abap_true popup_title = 'Object Name'(006) IMPORTING returncode = rv_return_code TABLES fields = lt_popup_fields.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = 'Relation Name'(010) IMPORTING returncode = rv_return_code TABLES fields = lt_popup_fields.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' "#EC TEXT_DIFF EXPORTING popup_title = 'Method Name'(009) IMPORTING returncode = rv_return_code TABLES fields = lt_popup_fields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WCF_GENIL_MODEL_EDITOR_02 - Include WCF_GM_02 WCF_GENIL_MODEL_EDITOR_01 - Include WCF_GM_01 WCF_GENIL_BOPF_CREATE_WST_CUST - Program WCF_GENIL_BOPF_CREATE_WST_CUST WCF_GENIL_BOPF_CREATE_WST_CUST - Program WCF_GENIL_BOPF_CREATE_WST_CUST WCF_EASY_LOOKUP_TOOL - Easy Lookup Tool WCF_EASY_LOOKUP_TOOL - Easy Lookup Tool