SAP ABAP Class CL_BORGR_WIZARD (Help Class for Wizard in BORGR)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-SPM-INB (Application Component) Goods Receipt Process
     LE_BOR (Package) Goods Receipt Processing for Inbound Delivery
Properties
Class CL_BORGR_WIZARD  
Short Description Help Class for Wizard in BORGR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LE_BOR   Goods Receipt Processing for Inbound Delivery 
Created 20021127   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BORGR_WIZARD has no forward declaration.
Interfaces
Class CL_BORGR_WIZARD has no interface implemented.
Friends
Class CL_BORGR_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AR_CALLER Instance attribute Public Object reference (TYPE REF TO) IF_BORGR_WIZARD Interface Between BORGR and Wizard 20021128
2 AR_CUR Instance attribute Protected Object reference (TYPE REF TO) BORGR_WIZARD_STEP 20021128
3 AR_FIRST Instance attribute Protected Object reference (TYPE REF TO) BORGR_WIZARD_STEP 20021128
4 AT_STEPS Instance attribute Protected Type reference (TYPE) BORGR_WIZARD_STEP_T Table Type for BORGR_WIZARD_STEP 20021128
5 AT_WIZARD Instance attribute Protected Type reference (TYPE) BORGR_WIZARD_T 20021128
6 A_COMMAND Instance attribute Protected Type reference (TYPE) SYUCOMM Screens, Function Code Triggered by PAI 20021128
7 COL_BACKGROUND Constant Public Type reference (TYPE) I 0 20021128
8 COL_GROUP Constant Public Type reference (TYPE) I 7 20021128
9 COL_HEADING Constant Public Type reference (TYPE) I 1 20021128
10 COL_KEY Constant Public Type reference (TYPE) I 4 20021128
11 COL_NEGATIVE Constant Public Type reference (TYPE) I 6 20021128
12 COL_NORMAL Constant Public Type reference (TYPE) I 2 20021128
13 COL_POSITIVE Constant Public Type reference (TYPE) I 5 20021128
14 COL_TOTAL Constant Public Type reference (TYPE) I 3 20021128
15 WIZARD_COMMAND_BACK Constant Public Type reference (TYPE) SYUCOMM '<< ' Screens, Function Code Triggered by PAI 20021128
16 WIZARD_COMMAND_CANCEL Constant Public Type reference (TYPE) SYUCOMM 'ABBR' Screens, Function Code Triggered by PAI 20021128
17 WIZARD_COMMAND_CONTINUE Constant Public Type reference (TYPE) SYUCOMM '>> ' Screens, Function Code Triggered by PAI 20021128
18 WIZARD_SCREEN_END Constant Public Type reference (TYPE) SWF_WIZARD-SCREEN_TYP 'END' WF: Wizard Screen Type of Wizards 20021128
19 WIZARD_SCREEN_START Constant Public Type reference (TYPE) SWF_WIZARD-SCREEN_TYP 'STRT' WF: Wizard Screen Type of Wizards 20021128
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_STEP_TO Instance method Public Method Add Step 20021128
2 CONSTRUCTOR Instance method Public Constructor Constructor 20021128
3 CREATE_STEP Instance method Public Method Create Step 20021128
4 DEFINE_WIZARD_STEPS Instance method Public Method Define Wizard Steps 20021128
5 EVALUATE_SUBRC Instance method Public Method Determine Command 20021128
6 GET_CURRENT_FIRST Instance method Public Method First Step? 20021128
7 GET_CURRENT_STEP Instance method Public Method Current Step as Object 20021128
8 GET_CURRENT_STEP_ID Instance method Public Method ID of Current Step 20021128
9 GET_NEXT_STEPS Instance method Public Method Possible Next Steps 20021128
10 GET_REF_TO_ID Instance method Public Method ID Step 20021128
11 GET_STEP_PATH Instance method Public Method Current Process Sequence 20021128
12 GET_WIZARD Instance method Public Method Reference to Wizard 20021128
13 PROCESS_UPDATE Instance method Public Method Update Active/Inactive Steps 20021128
14 REFRESH_ALL Instance method Public Method Reset All 20021128
15 SET_AT_CUR_ACTIVE_NEXT_STEP Instance method Public Method Set Active Step 20021128
16 SET_CUR_STEP_IN_CB Instance method Public Method Set Current Step in Callbacks 20021128
17 WIZARD_PROCESS Instance method Public Method Execute Wizard 20021128
Events
Class CL_BORGR_WIZARD has no event.
Types
Class CL_BORGR_WIZARD has no local type.
Method Signatures

Method APPEND_STEP_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVE Call by reference Type reference (TYPE) XFELD 'X' Aktiv 20021128
2 Importing I_ID_NEXT Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID Nächste ID 20021128
3 Importing I_ID_TO Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID ID 20021128
# Exception Resumable Description Created on
1 EX_BAD_ID_NEXT Fehlerhafte Step ID 20021128
2 EX_BAD_ID_TO Fehlerhafte Step ID 20021128

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CALLER Call by reference Object reference (TYPE REF TO) IF_BORGR_WIZARD Interface Zwischen BORGR und Wizard 20021128
2 Importing I_WIZARD_ID Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID ID 20021128
# Exception Resumable Description Created on
1 EX_ALREDY_EXIST Existiert bereits 20021128

Method CREATE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCOBJECT Call by reference Type reference (TYPE) SWF_WIZARD-DESCOBJECT WF: Beschreibung (Text im Dialog) eines Wizard-Dialogbilds 20021128
2 Importing I_DOCUOBJECT Call by reference Type reference (TYPE) SWF_WIZARD-DOCUOBJECT WF: Dokumentation (Text im Dialog) für Wizard 20021128
3 Importing I_DYN_NR Call by reference Type reference (TYPE) SWF_SUBSC1 SPACE WF: 1. Subscreen für Wizard 20021128
4 Importing I_DYN_POOL Call by reference Type reference (TYPE) SWF_MODSC1 SPACE WF: Modulpool für 1. Subscreen 20021128
5 Importing I_NAVI_TEXT Call by reference Type reference (TYPE) SWF_WIZRUN-TEXT WF: Wizard Schritt-Beschreibung (Wizard ohne Workflow) 20021128
6 Importing I_SCREEN_TYP Call by reference Type reference (TYPE) SWF_WIZARD-SCREEN_TYP WF: Wizard-Bildschirmtyp der Wizards 20021128
7 Importing I_STEP_ID Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID ID des Schritt 20021128
8 Importing I_TITLE Call by reference Type reference (TYPE) SWF_WIZARD-TITLE WF: Titel eines Wizards 20021128
9 Returning STEP Value transfer Object reference (TYPE REF TO) CL_BORGR_WIZARD_STEP Einzelschritt eines Wizard 20021128
# Exception Resumable Description Created on
1 EX_DYNPRO_IS_MISSING Dynpro nicht vorhanden 20021128

Method DEFINE_WIZARD_STEPS Signature

Method DEFINE_WIZARD_STEPS on class CL_BORGR_WIZARD has no parameter.
Method DEFINE_WIZARD_STEPS on class CL_BORGR_WIZARD has no exception.

Method EVALUATE_SUBRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20021128
2 Importing I_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20021128

Method EVALUATE_SUBRC on class CL_BORGR_WIZARD has no exception.

Method GET_CURRENT_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FIRST Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20021128

Method GET_CURRENT_FIRST on class CL_BORGR_WIZARD has no exception.

Method GET_CURRENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STEP Value transfer Object reference (TYPE REF TO) CL_BORGR_WIZARD_STEP Einzelschritt eines Wizard 20021128

Method GET_CURRENT_STEP on class CL_BORGR_WIZARD has no exception.

Method GET_CURRENT_STEP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) BORGR_WIZARD_STEP_ID ID 20021128

Method GET_CURRENT_STEP_ID on class CL_BORGR_WIZARD has no exception.

Method GET_NEXT_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPS Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_T Schritte 20021128

Method GET_NEXT_STEPS on class CL_BORGR_WIZARD has no exception.

Method GET_REF_TO_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STEP Call by reference Object reference (TYPE REF TO) CL_BORGR_WIZARD_STEP Einzelschritt eines Wizard 20021128
2 Exporting E_STEPS Call by reference Object reference (TYPE REF TO) BORGR_WIZARD_STEP Beschreibung eines Wizard-Step 20021128
3 Importing I_STEP_ID Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID Step ID 20021128
# Exception Resumable Description Created on
1 EX_BAD_ID 20021128

Method GET_STEP_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPS Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_T Tabellentyp zu BORGR_WIZARD_STEP 20021128
# Exception Resumable Description Created on
1 EX_NOT_FOUND 20021128

Method GET_WIZARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WIZARD_ID Call by reference Type reference (TYPE) BORGR_WIZARD_ID ID für einen Wizard 20021128
2 Returning WIZARD Value transfer Object reference (TYPE REF TO) CL_BORGR_WIZARD Hilfsklasse zum Wizard in BORGR 20021128

Method GET_WIZARD on class CL_BORGR_WIZARD has no exception.

Method PROCESS_UPDATE Signature

Method PROCESS_UPDATE on class CL_BORGR_WIZARD has no parameter.
Method PROCESS_UPDATE on class CL_BORGR_WIZARD has no exception.

Method REFRESH_ALL Signature

Method REFRESH_ALL on class CL_BORGR_WIZARD has no parameter.
# Exception Resumable Description Created on
1 ES_IS_LAST 20021128

Method SET_AT_CUR_ACTIVE_NEXT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting I_STEP_ID Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID Step ID 20021128
# Exception Resumable Description Created on
1 EX_NOT_FOUND 20021128

Method SET_CUR_STEP_IN_CB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP_ID Call by reference Type reference (TYPE) BORGR_WIZARD_STEP_ID Step ID 20021128
2 Returning SWF_WIZARD Value transfer Type reference (TYPE) SWF_WIZARD WF: Steuerung eines Wizard-Bildes 20021128
# Exception Resumable Description Created on
1 EX_NOT_FOUND Nicht gefunden 20021128

Method WIZARD_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CALL_AGAIN Call by reference Type reference (TYPE) XFELD Nach Ausführung wizard wieder rufen 20021129
2 Exporting E_CANCEL_ACTIONS Call by reference Type reference (TYPE) XFELD Aktionen abbrechen 20021129
3 Exporting E_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20021129
4 Importing I_AMODAL Call by reference Type reference (TYPE) SY-INPUT SPACE Intern 20021128
5 Importing I_COMMAND_WITH_ERROR Call by reference Type reference (TYPE) SY-UCOMM Kommando war nicht erlaubt 20021129
6 Importing I_CONTAINER_COMPENSATION Call by reference Type reference (TYPE) SY-INPUT SPACE Intern 20021128
7 Importing I_PROCESS_LOGGING Call by reference Type reference (TYPE) SY-INPUT 'X' Intern 20021128
8 Importing I_ROADMAP Call by reference Type reference (TYPE) SY-INPUT 'X' Intern 20021128
9 Importing I_START_COLUMN Call by reference Type reference (TYPE) SY-CUCOL 2 Bildschirmbilder, horizontale Cursorposition bei PAI 20021128
10 Importing I_START_ROW Call by reference Type reference (TYPE) SY-CUCOL 2 Bildschirmbilder, horizontale Cursorposition bei PAI 20021128

Method WIZARD_PROCESS on class CL_BORGR_WIZARD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 471