RGJOADEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RGJDEL00 deletes
If you would like to execute this report or see the full code listing simply enter RGJOADEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GJDA - Delete JOA
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_TEST = Test run
Selection Text: JOA = Joint operating agreement
Selection Text: COMPANY = Company Code
Title: Delete Joint Operating Agreement Master Data
Text Symbol: 160 = JOA
Text Symbol: 133 = Venture
Text Symbol: 101 = Processing options
Text Symbol: 100 = Selection criteria
Text Symbol: 035 = RGJOADEL
Text Symbol: 034 = JOA Deletion Report
Text Symbol: 033 = Deleted
Text Symbol: 032 = Delete
Text Symbol: 031 = Description
Text Symbol: 030 = Venture
Text Symbol: 028 = This JOA is deleted and all related ventures as follows are also deleted.
Text Symbol: 027 = This JOA will be deleted and all related venture will also be deleted.
Text Symbol: 026 = This JOA can be deleted since no related venture records found.
Text Symbol: 025 = Updated:
Text Symbol: 024 = This JOA cannot be deleted. However, selected ventures will be deleted.
Text Symbol: 023 = Status:
Text Symbol: 022 = Test run:
Text Symbol: 021 = JOA:
Text Symbol: 020 = Company code:
Text Symbol: 016 = profit center number
Text Symbol: 015 = an operation within an order, number:
Text Symbol: 014 = corporate joint venture
Text Symbol: 013 = the global company parameters as the
Text Symbol: 012 = Property #:
Text Symbol: 011 = JIBE/PASC #:
Text Symbol: 010 = standard WBS element
Text Symbol: 009 = WBS element
Text Symbol: 008 = standand project number
Text Symbol: 007 = project number
Text Symbol: 006 = cost center number
Text Symbol: 005 = order number
Text Symbol: 004 = deleted
Text Symbol: 002 = changed
Text Symbol: 001 = JOA
INCLUDE MGJVACOM .
INCLUDE UGJVACDC.
INCLUDE UGJVAU00 .
INCLUDE UGJVDCDC.
INCLUDE UGJVAF00.
No SAP DATABASE tables are accessed within this REPORT code!
JV_AUTHORITY_CHECK_CUSTOMIZE CALL FUNCTION 'JV_AUTHORITY_CHECK_CUSTOMIZE' EXPORTING BUKRS = COMPANY ACTIVITY = '23' "maintain TCODE = I_TCODE.
CHECK_ERP_JVA_LIST CALL FUNCTION 'CHECK_ERP_JVA_LIST' IMPORTING EV_CHECK_SWITCH_FLAG = LV_SWITCH_FLAG EXCEPTIONS INVALID_SWITCH = 1 OTHERS = 2 .
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = 1.
JV_GET_VENTURES_FOR_JOA CALL FUNCTION 'JV_GET_VENTURES_FOR_JOA' EXPORTING I_COMPANY = T8JU-BUKRS I_JOA = T8JU-JOA TABLES JOA_VENTURE = JOA_VENTURE EXCEPTIONS INCOMPLETE = 1 NOT_FOUND = 2.
JV_COLLECT_MESSAGE * call function 'JV_COLLECT_MESSAGE' * exporting * msgid = class * msgno = number * status = type * var1 = var1 * var2 = var2 * var3 = var3 * var4 = var4 * importing * e_acmesg = int_errors "bapi * max_severity = ws_error.
JV_INITIALISE_MESSAGE CALL FUNCTION 'JV_INITIALISE_MESSAGE'.
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = REPNUM I_REPORT_TITLE = REPTITLE I_TITLE_LENGTH = TITLELENGTH.
ENQUEUE_ET8JU CALL FUNCTION 'ENQUEUE_ET8JU' EXPORTING BUKRS = T8JU-BUKRS JOA = T8JU-JOA EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
HEADER_ALV CALL FUNCTION 'HEADER_ALV' EXPORTING I_REPORT_NUM = text-035 I_REPORT_TITLE = TEXT-034 I_TITLE_LENGTH = str_len CHANGING C_GRID = lr_grid_1 .
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = ls_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGJOADEL - Delete Joint Operating Agreement Master Data RGJOADEL - Delete Joint Operating Agreement Master Data RGJOAD00 - Joint Operating Agreement Detailed Information RGJOAD00 - Joint Operating Agreement Detailed Information RGJNOUXD - Valuation of foreign curr. balances of GL accounts at a posting period RGJNOUXD - Valuation of foreign curr. balances of GL accounts at a posting period