J_3RKLDK 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 J_3RKLDK 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: SKLIFNR = D .
Selection Text: SKKUNNR = D .
Selection Text: SDLIFNR = D .
Selection Text: SDKUNNR = D .
Selection Text: P_ALTKT = D .
Selection Text: OSNSC = G/L account
Selection Text: OSBER = Business area
Selection Text: MONAT = Period
Selection Text: KORSC = Corresponding account
Selection Text: KOBER = Corresponding business area
Selection Text: GCUSTVEN = D .
Selection Text: BUKRS = Company code
Selection Text: BUDAT = Posting date
Title: Defined correspondense documents List
Text Symbol: 109 = Amount
Text Symbol: 108 = P.
Text Symbol: 107 = Reference
Text Symbol: 106 = DateOfProc
Text Symbol: 105 = User
Text Symbol: 104 = PostinDate
Text Symbol: 103 = TD
Text Symbol: 102 = Year
Text Symbol: 101 = DocNum
Text Symbol: 001 = NOT FOUND
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = gt_outtab-bukrs saknr = gt_outtab-debet IMPORTING altkt = gt_outtab-debet altkt_not_found = g_not_found EXCEPTIONS saknr_not_found = 1.
READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = gt_outtab-bukrs saknr = gt_outtab-kredit IMPORTING altkt = gt_outtab-kredit altkt_not_found = g_not_found EXCEPTIONS saknr_not_found = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = gc_usercommand i_callback_pf_status_set = 'SET_STATUS_ALV' i_structure_name = gc_structurename it_fieldcat = t_fieldcat i_save = gc_save it_events = gt_events TABLES t_outtab = gt_outtab.
J3RK_CUSTOMIZING_GET_LEDGER CALL FUNCTION 'J3RK_CUSTOMIZING_GET_LEDGER' EXPORTING IV_BUKRS = gt_outtab-bukrs IMPORTING EV_LEDGER = LV_RLDNR.
J3RK_DOCNR_RYEAR_TO_GJAHR CALL FUNCTION 'J3RK_DOCNR_RYEAR_TO_GJAHR' EXPORTING iv_belnr = gt_outtab-belnr iv_ryear = gt_outtab-gjahr iv_bukrs = gt_outtab-bukrs iv_rldnr = LV_RLDNR IMPORTING EV_GJAHR = LV_GJAHR EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_structure_name = gc_structurename * i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.