SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGJACD00 SAP ABAP Report - Display Change Documents for Joint Operating Agreement







RGJACD00 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 RGJACD00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GJA5 - Display changes for Joint Op. Agreem


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RGJACD00. "Basic submit
SUBMIT RGJACD00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGJACD00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ZEIT = From Time (HH:MM:SS)
Selection Text: VNAME = Venture
Selection Text: TABNAME = Table Name
Selection Text: TABKEY = Table Key
Selection Text: SHWTBLDS = Show Table Description
Selection Text: OBJEKTID = Object ID
Selection Text: OBJEKT = Object Class
Selection Text: NUMMER = Change Document Number
Selection Text: KEY_EXP = List Table KeyFields Breakdown
Selection Text: JOA = Joint Operating Agreement
Selection Text: DATUM = From Date (MM/DD/YYYY)
Selection Text: BUKRS = Company Code
Selection Text: AENDERER = Last Change By
Title: Display Change Documents for Joint Operating Agreement
Text Symbol: 900 = agreements
Text Symbol: 712 = NewValue:
Text Symbol: 711 = OldValue:
Text Symbol: 710 = TransCd:
Text Symbol: 709 = User:
Text Symbol: 708 = Time:
Text Symbol: 707 = Date:
Text Symbol: 706 = DocNo:
Text Symbol: 705 = ChgDocNo:
Text Symbol: 704 = FromTime:
Text Symbol: 703 = FromDate:
Text Symbol: 702 = LastChgBy:
Text Symbol: 701 = JOA:
Text Symbol: 700 = CoCd:
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
Text Symbol: 504 = Deleted
Text Symbol: 505 = Deleted
Text Symbol: 506 = Text created
Text Symbol: 507 = Created
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 509 = Unable to display change
Text Symbol: 600 = Table
Text Symbol: 601 = L
Text Symbol: 602 = CoCd
Text Symbol: 603 = JOA
Text Symbol: 604 = Other key-fields
Text Symbol: 605 = Field Name
Text Symbol: 606 = Field Description
Text Symbol: 607 = Disposition
Text Symbol: 608 = Table Key Fields


INCLUDES used within this REPORT RGJACD00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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_JOA CALL FUNCTION 'JV_AUTHORITY_CHECK_JOA' EXPORTING activity = '08' "display change documents bukrs = t8ju-bukrs joa_class = t8ju-aclass.

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.



Contribute (Add Comments)

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 RGJACD00 or its description.