SAP Reports / Programs

RBANK_JC_START SAP ABAP Report - Start sequence of reports in end of day processing







RBANK_JC_START 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 RBANK_JC_START 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

BANK_JC_START - Start of a Job Net


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 RBANK_JC_START. "Basic submit
SUBMIT RBANK_JC_START AND RETURN. "Return to original report after report execution complete
SUBMIT RBANK_JC_START 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: P_TMPL = Process Flow Template
Selection Text: P_XWAIT = Wait for End of Execution
Selection Text: P_NETID = D .
Title: Start sequence of reports in end of day processing
Text Symbol: 001 = Parameter
Text Symbol: 002 = Parameters were not changed
Text Symbol: 003 = Start anyway?
Text Symbol: 004 = Start end of day process.
Text Symbol: 005 = Start processing chain?
Text Symbol: 006 = End of day process.


INCLUDES used within this REPORT RBANK_JC_START

INCLUDE BANK_JC_CONSTANTS.
INCLUDE BANK_TMC_GENERAL_ACCESS.


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:

BANK_MAP_RFTMPL_START_FLOW CALL FUNCTION 'BANK_MAP_RFTMPL_START_FLOW' EXPORTING i_rfl_templ = p_tmpl i_flowid_ext = g_netid i_ref_logger = g_ref_logger EXCEPTIONS OTHERS = 1.

BANK_MAP_PROCFL_RESTART CALL FUNCTION 'BANK_MAP_PROCFL_RESTART' EXPORTING i_flow_id = g_netid IMPORTING e_rcd = g_rcd.

BANK_DB_PROCFL_CREATE_ID CALL FUNCTION 'BANK_DB_PROCFL_CREATE_ID' EXPORTING i_startdate = l_sydatum IMPORTING e_flowid_ext = e_netw_id.

BANK_MAP_PROCFL_GET_NET_STAT CALL FUNCTION 'BANK_MAP_PROCFL_GET_NET_STAT' EXPORTING i_flow_id = u_netw_id IMPORTING e_net_status = l_netstat e_rcd = l_rcd.

BANK_MAP_PROCFL_GET_NET_STAT CALL FUNCTION 'BANK_MAP_PROCFL_GET_NET_STAT' EXPORTING i_flow_id = u_netw_id IMPORTING e_rcd = l_rcd.



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