RGJMCD00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RGJMCD00 (transaction GJV5 or Accounting -> Financial accounting -> Joint venture -> Master data -> Display changes) displays change documents belonging to
If you would like to execute this report or see the full code listing simply enter RGJMCD00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GJV5 - Display Change Documents JV-Master
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: ZEIT = Time
Selection Text: VNAME = Joint Venture
Selection Text: SHWTBLDS = Show Table Description
Selection Text: NUMMER = Document number
Selection Text: KEY_EXP = List Table KeyFields Breakdown
Selection Text: DATUM = Date
Selection Text: BUKRS = Company Code
Selection Text: AENDERER = User
Title: Display Change Documents for Joint Venture Master Tables
Text Symbol: 608 = Table KeyFields
Text Symbol: 700 = CoCd:
Text Symbol: 701 = Vent:
Text Symbol: 702 = LastChgBy:
Text Symbol: 703 = FromDate:
Text Symbol: 704 = FromTime:
Text Symbol: 705 = ChgDocNo:
Text Symbol: 706 = DocNo:
Text Symbol: 707 = Date:
Text Symbol: 708 = Time:
Text Symbol: 709 = User:
Text Symbol: 710 = TransCd:
Text Symbol: 711 = OldValue:
Text Symbol: 712 = NewValue:
Text Symbol: 713 = Text type
Text Symbol: 714 = Language
Text Symbol: 900 = venture masters
Text Symbol: 101 = No items found
Text Symbol: 102 = Error reading data
Text Symbol: 202 = Doc.no.
Text Symbol: 203 = Date
Text Symbol: 204 = Time
Text Symbol: 205 = User
Text Symbol: 206 = Obj.ID
Text Symbol: 401 = Old:
Text Symbol: 402 = New:
Text Symbol: 501 = Text change
Text Symbol: 502 = Change
Text Symbol: 503 = Text deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_AUTHORITY_CHECK_VNT CALL FUNCTION 'JV_AUTHORITY_CHECK_VNT' EXPORTING BUKRS = BUKRS.
JV_AUTHORITY_CHECK_VNT CALL FUNCTION 'JV_AUTHORITY_CHECK_VNT' EXPORTING BUKRS = BUKRS VENTURE_CLASS = T8JV-VCLASS.
JV_AUTHORITY_CHECK_VNT CALL FUNCTION 'JV_AUTHORITY_CHECK_VNT' EXPORTING BUKRS = T8JV-BUKRS VENTURE_CLASS = T8JV-VCLASS VENTURE_TYPE = T8JV-VTYPE.
JV_AUTHORITY_CHECK_VNT CALL FUNCTION 'JV_AUTHORITY_CHECK_VNT' EXPORTING BUKRS = T8JV-BUKRS JOA_CLASS = T8JU-ACLASS VENTURE_CLASS = T8JV-VCLASS VENTURE_TYPE = T8JV-VTYPE.
JV_AUTHORITY_CHECK_VNT CALL FUNCTION 'JV_AUTHORITY_CHECK_VNT' EXPORTING BUKRS = T8JV-BUKRS JOA_CLASS = T8JU-ACLASS VENTURE_CLASS = T8JV-VCLASS VENTURE_TYPE = T8JV-VTYPE ACTIVITY = '08'.
CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING OBJECTCLASS = OBJEKT OBJECTID = OBJEKTID USERNAME = AENDERER TIME_OF_CHANGE = ZEIT DATE_OF_CHANGE = DATUM TABLES I_CDHDR = ICDHDR EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.
CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING CHANGENUMBER = NUMMER TABLENAME = TABNAME TABLEKEY = TABKEY IMPORTING HEADER = CDHDR TABLES EDITPOS = AUSG EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.
GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = AUSG-TABNAME WITHTEXT = 'X' TABLES FIELDTAB = IDFIES EXCEPTIONS INTERNAL_ERROR = 01 NO_TEXTS_FOUND = 01 TABLE_HAS_NO_FIELDS = 01 TABLE_NOT_ACTIV = 01.
CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = nummer tablename = tabname tablekey = tabkey IMPORTING header = cdhdr TABLES editpos = ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = lt_master EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = lv_struct CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = ct_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = gt_master_rest EXCEPTIONS program_error = 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.
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 RGJMCD00 or its description.
RGJMCD00 - Display Change Documents for Joint Venture Master Tables RGJMCD00 - Display Change Documents for Joint Venture Master Tables RGJJVTO2 - Summary Records from Table JVTO2 RGJJVTO2 - Summary Records from Table JVTO2 RGJJVTO1 - Summary Records from Table JVTO1 RGJJVTO1 - Summary Records from Table JVTO1