SAP ABAP Class CL_FPP_INTERACTION_RUNS (Administration of Parallel Runs)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     FPPIL (Package) Framework for Parallel Processing (FPP): Interaction Layer
Properties
Class CL_FPP_INTERACTION_RUNS  
Short Description Administration of Parallel Runs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FPPIL   Framework for Parallel Processing (FPP): Interaction Layer 
Created 20050512   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 PAR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FPP_INTERACTION_RUNS has no interface implemented.
Friends
Class CL_FPP_INTERACTION_RUNS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_DATE Static Attribute Private Type reference (TYPE) FPP_ST_DATE_RANGE Date Range 20050530
2 GR_EXT_RUNID Static Attribute Private Type reference (TYPE) FPP_ST_EXT_RUNID_RANGE External Run Identification Area 20050607
3 GT_RUNS Static Attribute Private Type reference (TYPE) FPP_T_RUNS Table with Run Data (FPP) 20050518
4 GT_RUN_OBJECTS Static Attribute Private Type reference (TYPE) PAR_RUNS_TAB Instances of Parallel Runs 20050530
5 GV_APPL Static Attribute Private Type reference (TYPE) FPP_APPL Application (Optional) 20050518
6 GV_MID Static Attribute Private Type reference (TYPE) FPP_MID Mass Activity 20050518
7 GV_PID Static Attribute Private Type reference (TYPE) FPP_PID Current Run 20050530
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTUAL_STATUS Static method Public Method Gets Status sof Current Run 20050610
2 GET_ALL_RUNS Static method Public Method Gets All Runs Managed By Interaction Layer 20050530
3 GET_APPL_MID Static method Public Method Mass Activity Including Text 20050607
4 GET_OBJECT_DESCRIPTION Static method Public Method Gets Short Text for an Object for Parallel Processing 20050614
5 GET_RUN Static method Public Method Get Instance for Run Identification 20050530
6 GET_SCREEN_FOR_STANDARD_SEL Static method Public Method Generate Screen for Standard Selections 20050512
7 INITIALIZE_IL_FOR_APPL_MID Static method Public Method Set Current Mass Activity 20050523
8 NEW_RUN Static method Public Method Defines A New Run 20050530
9 RUN_SAVED Static method Private Event handling method Result Handler: Run Was Saved 20050610
10 SAVE_ALL Static method Public Method 20050531
11 SELECT_RUNS Static method Private Method Select Runs from Database Without Instantiation 20050530
12 SET_RANGES Static method Public Method Set Data Range 20050607
Events
Class CL_FPP_INTERACTION_RUNS has no event.
Types
Class CL_FPP_INTERACTION_RUNS has no local type.
Method Signatures

Method GET_ACTUAL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_STATUS Value transfer Type reference (TYPE) VAL_TEXT Kurztext zu Festwerten 20050610

Method GET_ACTUAL_STATUS on class CL_FPP_INTERACTION_RUNS has no exception.

Method GET_ALL_RUNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RUNS Call by reference Type reference (TYPE) FPP_T_RUNS Tabelle mit Laufdaten (FPP) 20050530

Method GET_ALL_RUNS on class CL_FPP_INTERACTION_RUNS has no exception.

Method GET_APPL_MID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPL Call by reference Type reference (TYPE) FPP_APPL Anwendung, die das Parallelisierungsframwork (FPP) nutzt 20050607
2 Exporting EV_MID Call by reference Type reference (TYPE) FPP_MID Identifizierung einer Massenaktivität 20050607
3 Exporting EV_MID_TEXT Call by reference Type reference (TYPE) FPP_MID_NAME Bezeichnung der Massenaktivität 20050607

Method GET_APPL_MID on class CL_FPP_INTERACTION_RUNS has no exception.

Method GET_OBJECT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DESCRI Value transfer Type reference (TYPE) SEODESCR Kurzbeschreibung 20050614
2 Importing IV_OBJECT Call by reference Type reference (TYPE) FPP_PAROBJ Parallelisierungsobjekt des Parallelisierungsframework (FPP) 20050614

Method GET_OBJECT_DESCRIPTION on class CL_FPP_INTERACTION_RUNS has no exception.

Method GET_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PID Call by reference Type reference (TYPE) FPP_PID Identifizierung eines parallelen Laufs 20050530
2 Returning RUN Value transfer Object reference (TYPE REF TO) CL_FPP_RUNS Definition eines parallelen Laufs 20050530
3 Importing RUN_ID Call by reference Type reference (TYPE) BANK_DTE_PP_RUNID_EXT externe Kennung eines Massenlaufs 20050531
# Exception Resumable Description Created on
1 CX_FPP_EXCEPTION Ausnahmen FPP 20050530

Method GET_SCREEN_FOR_STANDARD_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PROGNAME Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20050512
2 Exporting EV_SCREEN Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20050512

Method GET_SCREEN_FOR_STANDARD_SEL on class CL_FPP_INTERACTION_RUNS has no exception.

Method INITIALIZE_IL_FOR_APPL_MID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) FPP_APPL Anwendung, die das Parallelisierungsframwork (FPP) nutzt 20050523
2 Importing IV_MID Call by reference Type reference (TYPE) FPP_MID Identifizierung einer Massenaktivität 20050523

Method INITIALIZE_IL_FOR_APPL_MID on class CL_FPP_INTERACTION_RUNS has no exception.

Method NEW_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RUN Value transfer Object reference (TYPE REF TO) CL_FPP_RUNS Definition eines parallelen Laufs 20050530
2 Importing RUN_ID Call by reference Type reference (TYPE) BANK_DTE_PP_RUNID_EXT externe Kennung eines Massenlaufs 20050531
# Exception Resumable Description Created on
1 CX_FPP_EXCEPTION Ausnahmen FPP 20050530

Method RUN_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Attribute reference (LIKE) 20050610
2 Importing IV_PID Call by reference Attribute reference (LIKE) 20050610
3 Importing IV_RESTART Call by reference Attribute reference (LIKE) 20050610
4 Importing IV_TIME Call by reference Attribute reference (LIKE) 20050610

Method RUN_SAVED on class CL_FPP_INTERACTION_RUNS has no exception.

Method SAVE_ALL Signature

Method SAVE_ALL on class CL_FPP_INTERACTION_RUNS has no parameter.
# Exception Resumable Description Created on
1 CX_FPP_EXCEPTION Ausnahmen FPP 20050531

Method SELECT_RUNS Signature

Method SELECT_RUNS on class CL_FPP_INTERACTION_RUNS has no parameter.
Method SELECT_RUNS on class CL_FPP_INTERACTION_RUNS has no exception.

Method SET_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE_RANGE Call by reference Type reference (TYPE) FPP_ST_DATE_RANGE Tabelle für Datumsbereich 20050607
2 Importing EXT_RUNID_RANGE Call by reference Type reference (TYPE) FPP_ST_EXT_RUNID_RANGE Auswahl externe Laufkennung 20050607

Method SET_RANGES on class CL_FPP_INTERACTION_RUNS has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600