SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKJO_CREATE_BATCH SAP ABAP Report - Scheduling a Run with Processing Steps







FKJO_CREATE_BATCH 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 FKJO_CREATE_BATCH 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 FKJO_CREATE_BATCH. "Basic submit
SUBMIT FKJO_CREATE_BATCH AND RETURN. "Return to original report after report execution complete
SUBMIT FKJO_CREATE_BATCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Scheduling a Run with Processing Steps
Text Symbol: 010 = , to indicate run as being executed
Text Symbol: 011 = Run set to incorrect
Text Symbol: 012 = Run set to executed
Text Symbol: 013 = Submit of FKJO_CREATE_CHAIN was successful
Text Symbol: 014 = Close container immedtly:
Text Symbol: 015 = Container is closed:
Text Symbol: 016 = Error when closing container
Text Symbol: 022 = Scheduling of &1 was successful
Text Symbol: 027 = For run ID
Text Symbol: 001 = Error from FKJO_CNTR_START_JOB:rc=
Text Symbol: 002 = Start Job (Jtyp, Atyp):
Text Symbol: 003 = Run not set to executed - error when calling job
Text Symbol: 004 = Unique Determination of Mass Activity Type
Text Symbol: 005 = Not Possible
Text Symbol: 006 = , to indicate run as being incorrect
Text Symbol: 007 = For Container
Text Symbol: 008 = Schedule FKJO_CLOSE_RUN for ID
Text Symbol: 009 = Error during DB access when trying
Text Symbol: 038 = Error from FKJO_CNTR_START_JOB:rc=
Text Symbol: 039 = Caution: Process Chain Root not
Text Symbol: 040 = No Process Chains:
Text Symbol: 041 = Caution: Process Chain Root not
Text Symbol: 042 = "closed"
Text Symbol: 043 = Start CREATE_CHAIN
Text Symbol: 044 = "closed"
Text Symbol: 131 = Dispatch
Text Symbol: 029 = FKJO_CLOSE_RUN successfully scheduled
Text Symbol: 030 = CONTAINER Create: Parameter mssg
Text Symbol: 031 = CONTAINER Create: Container not found
Text Symbol: 032 = Schedule CLOSE for Process Chain
Text Symbol: 033 = Close job will be scheduled for ID
Text Symbol: 034 = Scheduling
Text Symbol: 035 = No Process Chain Roots Permitted
Text Symbol: 036 = No Process Chain Steps Permitted
Text Symbol: 037 = Error from FKJO_CNTR_START_JOB:rc=


INCLUDES used within this REPORT FKJO_CREATE_BATCH

INCLUDE FKJO_CNTRCHAIN.


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:

FKJO_GET_RUN_INFO call function 'FKJO_GET_RUN_INFO' exporting i_runid = runid i_ignore_errors = 'X' importing e_start_date = sd e_start_time = st e_id = id e_isxtender = xt e_ischainchild = cc exceptions not_found = 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 FKJO_CREATE_BATCH or its description.