SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3RKLDK SAP ABAP Report - Defined correspondense documents List







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


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 J_3RKLDK. "Basic submit
SUBMIT J_3RKLDK AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RKLDK 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: 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


INCLUDES used within this REPORT J_3RKLDK

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:

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.



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