SAP Reports / Programs

FKJO_CONTAINER SAP ABAP dialog Program - Job Container Administration







FKJO_CONTAINER is a standard Module pool for a dialog screen ABAP Program 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_CONTAINER 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

FKJOXTR - Job Container
FKJOCNT - Job Container


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


Text pool values


Title: Job Container Administration
Text Symbol: 069 = Delete this?
Text Symbol: 068 = is empty
Text Symbol: 067 = Moving container
Text Symbol: 066 = Remove container
Text Symbol: 065 = Remove this from proc. ch.
Text Symbol: 064 = Removing container:
Text Symbol: 063 = Start container
Text Symbol: 062 = Starting container
Text Symbol: 061 = Starting process
Text Symbol: 060 = Moving job
Text Symbol: 059 = Start process chain
Text Symbol: 058 = to be started?
Text Symbol: 057 = Proc. Chain
Text Symbol: 056 = Delete all containers?
Text Symbol: 055 = Delete Proc. Chain
Text Symbol: 054 = Information
Text Symbol: 053 = Step in Proc. Chain &1
Text Symbol: 052 = Activate
Text Symbol: 051 = Generate
Text Symbol: 050 = Available
Text Symbol: 049 = Deactivate
Text Symbol: 048 = Delete
Text Symbol: 070 = Delete?
Text Symbol: 094 = First select the container by pressing Enter
Text Symbol: 092 = Cancel
Text Symbol: 091 = OK
Text Symbol: 090 = First select the process chain by pressing Enter
Text Symbol: 088 = Jobs for Run on &1 at &2
Text Symbol: 087 = Container in Process Chn
Text Symbol: 086 = Type-Specific Settings for ID
Text Symbol: 085 = Remove container
Text Symbol: 084 = Background Processing
Text Symbol: 083 = Back
Text Symbol: 082 = Delete
Text Symbol: 081 = Release
Text Symbol: 080 = Edit
Text Symbol: 079 = Generate





Text Symbol: 078 = Available
Text Symbol: 077 = Block
Text Symbol: 076 = Delete Container
Text Symbol: 075 = Delete all highlighted proc. chains?
Text Symbol: 074 = Delete job(s)?
Text Symbol: 073 = Remove job(s) from container?
Text Symbol: 072 = Delete Container
Text Symbol: 071 = Container
Text Symbol: 047 = Activate
Text Symbol: 023 = No job scheduled
Text Symbol: 022 = Job Scheduled
Text Symbol: 021 = Info. cannot be determined
Text Symbol: 020 = Successfully Executed
Text Symbol: 019 = Job Terminated
Text Symbol: 018 = Next Run
Text Symbol: 017 = Last Run
Text Symbol: 016 = Reorganization
Text Symbol: 015 = Scheduling runs
Text Symbol: 014 = Generating runs
Text Symbol: 013 = Select the period for job execution
Text Symbol: 012 = Proc. Chain
Text Symbol: 011 = Annual
Text Symbol: 010 = Monthly
Text Symbol: 009 = Weekly
Text Symbol: 008 = Daily
Text Symbol: 007 = Hourly
Text Symbol: 006 = All
Text Symbol: 005 = One-Time
Text Symbol: 004 = Execution:
Text Symbol: 003 = Example for Container Definition
Text Symbol: 002 = Not activated
Text Symbol: 001 = Activated
Text Symbol: 046 = Edit
Text Symbol: 045 = Generate
Text Symbol: 044 = Available
Text Symbol: 043 = Deactivate
Text Symbol: 042 = Exit
Text Symbol: 041 = Background Processing
Text Symbol: 040 = Process Chain Templ. List





Text Symbol: 039 = Container Templ. List
Text Symbol: 038 = Create process chain templ.
Text Symbol: 037 = Create job container
Text Symbol: 036 = Do you want to remove container &1 from process chain &2?
Text Symbol: 035 = Example of Process Chain Definition
Text Symbol: 034 = Description
Text Symbol: 033 = Container Sample
Text Symbol: 032 = Activ
Text Symbol: 031 = Inactiv
Text Symbol: 030 = Job Container
Text Symbol: 029 = Proc. Chain Sample
Text Symbol: 028 = Activ
Text Symbol: 027 = Inactiv
Text Symbol: 026 = Prepare
Text Symbol: 025 = Reorganization
Text Symbol: 024 = Instantiation


INCLUDES used within this REPORT FKJO_CONTAINER

INCLUDE FKJOCNTRTOP.
INCLUDE FKJOCNTR_APPL.
INCLUDE FKJOCNTR_MODL.
INCLUDE FKJOCNTR_WORK.


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:

No SAP FUNCTION MODULES are executed within this report code!



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