SAP ABAP Class IF_FORM_SNHI (Interface for BAdI: BADI_FORM_SNHI)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130503 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FALLBACK_FORM_SNHI | Class for BAdI: BADI_FORM_SNHI | 20130503 |
Properties
| Class | IF_FORM_SNHI | |
| Short Description | Interface for BAdI: BADI_FORM_SNHI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130503 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_FORM_SNHI has no interface implemented.
Friends
Class IF_FORM_SNHI has no friend class.
Attributes
Class IF_FORM_SNHI has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Appendix Table | 20130503 | |
| 2 | Instance method | Public | Method | Get Format Name | 20130503 |
Events
Class IF_FORM_SNHI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_APPENDIX | Public | See coding | 20130503 | BEGIN OF ty_s_appendix,
item TYPE string,
END OF ty_s_appendix
|
||
| 2 | TY_T_APPENDIX | Public | See coding | 20130503 | TY_T_APPENDIX TYPE STANDARD TABLE OF ty_s_appendix WITH KEY item
|
Method Signatures
Method GET_APPENDIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_APPENDIX | Call by reference | Type reference (TYPE) | TY_T_APPENDIX | Appendix table | 20130503 | |||
| 2 | IM_BATCH_RUN | Call by reference | Type reference (TYPE) | ABAP_BOOL | If the report is backend run | 20130503 | |||
| 3 | IM_ESS_CALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | If the report is call from ESS | 20130503 | |||
| 4 | IM_PERNR | Call by reference | Type reference (TYPE) | P_PERNR | Personnel Number | 20130503 |
Method GET_APPENDIX on class IF_FORM_SNHI has no exception.
Method GET_FORM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_FORM_NAME | Call by reference | Type reference (TYPE) | FPWBFORMNAME | PDF-Based Forms: Form Name | 20130503 | |||
| 2 | IM_BATCH_RUN | Call by reference | Type reference (TYPE) | ABAP_BOOL | If the report is backend run | 20130503 | |||
| 3 | IM_ESS_CALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | If the report is call from ESS | 20130503 |
Method GET_FORM_NAME on class IF_FORM_SNHI has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |