J_3RFCASH15 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_3RFCASH15 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3RFCASH15 - Cash Journal Reports (Russia)
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: ASALDO = D .
Selection Text: CASHIER = D .
Selection Text: CHIEFACC = D .
Selection Text: CKREV = D .
Selection Text: DATE = Key Dates
Selection Text: DIVCODE = D .
Selection Text: DIVNAME = D .
Selection Text: DTOTAL = D .
Selection Text: ESALDO = D .
Selection Text: EVENT = D .
Selection Text: GKONTO = D .
Selection Text: L_LVAR = Layout for KO-3
Selection Text: NUMBER = Last Sequential Number of Docu
Selection Text: N_BELEGE = D .
Selection Text: ORGHEAD = D .
Selection Text: PAGEM = D .
Selection Text: PAGEY = D .
Selection Text: PDEST = D .
Selection Text: PERSNAME = D .
Selection Text: POSHEAD = D .
Selection Text: POSPERS = D .
Selection Text: P_ALT = D .
Selection Text: XOBEL = D .
Selection Text: XMWST = D .
Selection Text: XKBEL = D .
Selection Text: WSALDO = D .
Selection Text: VBEL = D .
Selection Text: TESTPDF = D .
Selection Text: SIGNAT = D .
Selection Text: SELWAGES = D .
Selection Text: SELWAGE1 = D .
Selection Text: SD_SAKNR = Cash Account
Selection Text: SD_CURTP = D .
Selection Text: SD_CANUM = D .
Selection Text: SD_BUKRS = D .
Selection Text: SC_LGSHB = D .
Selection Text: RDIFTX = D .
Selection Text: RB3 = Document Number for Display
INCLUDE J_3RFCASH15_TOP.
INCLUDE J_3RFCASH15_KO3.
INCLUDE J_3RFCASH15_KO4.
No SAP DATABASE tables are accessed within this REPORT code!
FCJ_GET_DEFAULTS CALL FUNCTION 'FCJ_GET_DEFAULTS' IMPORTING E_COMP_CODE = sd_bukrs-low e_cajo_number = sd_canum * E_DISPLAY_PERIOD_LO = * E_DISPLAY_PERIOD_HI = .
F_VALUES_SGTXT CALL FUNCTION 'F_VALUES_SGTXT' EXPORTING * I_TBNAM = 'BSEG' * I_XPLUS = 'X' I_XSHOW = ' ' IMPORTING E_SGTXT = tmp_SGTXT EXCEPTIONS NOTHING_SELECTED = 1 OTHERS = 2.
F_VALUES_SGTXT CALL FUNCTION 'F_VALUES_SGTXT' EXPORTING * I_TBNAM = 'BSEG' * I_XPLUS = 'X' I_XSHOW = ' ' IMPORTING E_SGTXT = tmp_SGTXT EXCEPTIONS NOTHING_SELECTED = 1 OTHERS = 2.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = 'J_3RFCJ_BSTXT' TABLES LINKS = gt_links.
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING CALLED_FOR_TAB = 'DISVARIANT' CALLED_FOR_FIELD = 'VARIANT'.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = 'J_3RFCASH15_LGSHB' TABLES LINKS = gt_links.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = 'J_3RFCASH15_PAGEY' TABLES LINKS = gt_links.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = 'J_3RFCASH15_PAGEM' TABLES LINKS = gt_links.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'H_CJ_TRANSACTION' IMPORTING shlp = s_shlp EXCEPTIONS OTHERS = 1.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = s_shlp TABLES return_values = it_ret.
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_3RFCASH15 or its description.