JBVTDELE0 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 JBVTDELE0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JBVTDEL - Delete Variable Transaction
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_DETAIL = Detailed Log
Selection Text: P_TRUN = Test Run
Selection Text: P_XDELE = Delete per deletion flag only
Selection Text: S_CODE = D Company Code
Selection Text: S_RPARTN = D Business Partner
Selection Text: S_VTNUM = D Number of Variable Transaction
Title: Variable Transaction: Delete
Text Symbol: 003 = Delete variable transaction
Text Symbol: 004 = Caution! Only for deletion of test data. Do you want to continue?
Text Symbol: B01 = General Selections
Text Symbol: B02 = Program Control
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-003 TEXT_QUESTION = text-004 * TEXT_BUTTON_1 = 'Ja'(001) ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = lv_antwort EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
JBVTDELE0 - Variable Transaction: Delete JBVTDELE0 - Variable Transaction: Delete JBR_SFGDT_TOOL_TABLE_01 - Include JBR_SFGDT_TOOL_TABLE_01 JBR_SFGDT_TOOL_SPEICHERN - Include JBR_SFGDT_TOOL_SPEICHERN JBR_SFGDT_TOOL_SAVE - Include JBR_SFGDT_TOOL_SAVE JBR_SFGDT_TOOL_EXPORTS - Export Risk Objects in Multiple File