SAP ABAP Class IF_VBC_MANGMNT_APPL_HANDLER (Handler for BPO / PAI Module)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_VBC_MANGMNT_APPL | UI Class for Management Application | 20081128 |
Properties
| Class | IF_VBC_MANGMNT_APPL_HANDLER | |
| Short Description | Handler for BPO / PAI Module | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081128 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_VBC_MANGMNT_APPL_HANDLER has no forward declaration.
Interfaces
Class IF_VBC_MANGMNT_APPL_HANDLER has no interface implemented.
Friends
Class IF_VBC_MANGMNT_APPL_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'ASGNMPPRVDR' | Assign Map Provider to application | 20090708 | ||
| 2 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'BACK' | Back Function code | 20081128 | ||
| 3 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'CANC' | Cancel Function code | 20081128 | ||
| 4 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'ENTER' | Enter Function code | 20081202 | ||
| 5 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'EXIT' | Exit Function code | 20081128 | ||
| 6 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'NEWSEP' | Generate SEP Function code | 20081208 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SADELETE' | Function code that PAI triggered | 20090209 | ||
| 8 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SAEXPORT' | Function code that PAI triggered | 20090115 | ||
| 9 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SAIMPORT' | Function code that PAI triggered | 20090115 | ||
| 10 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SAVE' | Save Function code | 20081205 | ||
| 11 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'TRANSPORT' | Function code that PAI triggered | 20090105 | ||
| 12 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'VERSION' | Enter Function code | 20100712 | ||
| 13 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'ZIPEXPORT' | Emport Zip file from Application | 20081202 | ||
| 14 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'ZIPIMPORT' | Import Zip file to Application | 20081201 | ||
| 15 | Constant | Public | Type reference (TYPE) | CHAR12 | '|*.*|' | All files | 20090210 | ||
| 16 | Constant | Public | Type reference (TYPE) | CHAR10 | 'SVB.ZIP' | Zip file extension | 20090820 | ||
| 17 | Constant | Public | Type reference (TYPE) | CHAR12 | '|*.SVB.ZIP|' | Zip file Filter | 20090820 | ||
| 18 | Constant | Public | Type reference (TYPE) | CHAR12 | 'ZIP' | Zip file extension | 20090210 | ||
| 19 | Constant | Public | Type reference (TYPE) | CHAR12 | '|*.ZIP|' | Zip file Filter | 20090210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Exclude the Function codes in GUI Status | 20091110 | |
| 2 | Instance method | Public | Method | PAI Handler | 20081128 | |
| 3 | Instance method | Public | Method | Handle F4 help | 20081128 | |
| 4 | Instance method | Public | Method | Handle Function code | 20081128 | |
| 5 | Instance method | Public | Method | PBO Handler | 20081128 |
Events
Class IF_VBC_MANGMNT_APPL_HANDLER has no event.
Types
Class IF_VBC_MANGMNT_APPL_HANDLER has no local type.
Method Signatures
Method EXCLUDE_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20091110 | |||
| 2 | RT_FCODE | Value transfer | Type reference (TYPE) | VBC_T_FCODE | 20091110 |
Method EXCLUDE_FCODE on class IF_VBC_MANGMNT_APPL_HANDLER has no exception.
Method ON_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20081201 |
Method ON_PAI on class IF_VBC_MANGMNT_APPL_HANDLER has no exception.
Method ON_PAI_F4_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20081201 | |||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | CHAR50 | Screen Field Name | 20081128 |
Method ON_PAI_F4_HELP on class IF_VBC_MANGMNT_APPL_HANDLER has no exception.
Method ON_PAI_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20081201 | |||
| 2 | IV_FCODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20081128 |
Method ON_PAI_FCODE on class IF_VBC_MANGMNT_APPL_HANDLER has no exception.
Method ON_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20081201 |
Method ON_PBO on class IF_VBC_MANGMNT_APPL_HANDLER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |