VBC_DELETE_APPLICATION 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 VBC_DELETE_APPLICATION 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.
Selection Text: P_APP_ID = Application ID
Selection Text: P_VERS = Version
Title: Delete Visual Business Application
Text Symbol: 001 = Delete Application
Text Symbol: 002 = Yes
Text Symbol: 003 = No
Text Symbol: 004 = Delete Confirmation
Text Symbol: 005 = Warning
Text Symbol: 006 = Continue anyway?
Text Symbol: 007 = Available applications
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' EXPORTING titlebar = text-005 diagnose_object = 'VBC_DELETE_DISCLAIMER' text_question = text-006 text_button_1 = text-002 icon_button_1 = 'ICON_OKAY' text_button_2 = text-003 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ls_dynp-prog dynumb = ls_dynp-dnum TABLES dynpfields = lt_fieldval EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Confirmation'(004) text_question = lv_text text_button_1 = 'Yes'(002) text_button_2 = 'No'(003) IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
VBC_MODEL_DELETE CALL FUNCTION 'VBC_MODEL_DELETE' EXPORTING iv_metdata_xml = lv_metadata_xml iv_return_debug_info = 'X' IMPORTING ev_error_occured = lv_error_occured et_error_texts = lt_error_texts et_debug_info = lt_debug_info.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
VBC_DELETE_APPLICATION - Delete Visual Business Application VBC_DELETE_APPLICATION - Delete Visual Business Application VBC_CREATE_MAP_PRODUCT - Create Map Products VBC_CREATE_MAP_PRODUCT - Create Map Products VBBE_736 - Check on Error 736 in Individual Requirements VBBE_736 - Check on Error 736 in Individual Requirements