SAP ABAP Class /RPM/IF_PFS_FORM_MODEL (Development Projects: Interface of All Form Models)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/CL_PFS_FORM_MODEL_INITIAT | Form model initiaitive | 20070612 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/CL_PFS_FORM_MODEL_ITEM | Item Model | 20070501 |
Properties
Class | /RPM/IF_PFS_FORM_MODEL | |
Short Description | Development Projects: Interface of All Form Models | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20020305 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /RPM/IF_PFS_FORM_MODEL has no forward declaration.
Interfaces
Class /RPM/IF_PFS_FORM_MODEL has no interface implemented.
Friends
Class /RPM/IF_PFS_FORM_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_OPTIONS | Collection of Form Options | 20070521 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | create form model instanace | 20070430 |
2 | ![]() |
Instance method | Public | Method | Deconstructor | 20070430 |
3 | ![]() |
Instance method | Public | Method | Access method to read the form description | 20070517 |
4 | ![]() |
Instance method | Public | Method | Get PDF form name | 20070430 |
5 | ![]() |
Instance method | Public | Method | Access Method to Collection of Form Options (Reading) | 20070521 |
6 | ![]() |
Static method | Public | Method | Access Method to Supported Options (Reading) | 20070521 |
7 | ![]() |
Instance method | Public | Method | Do form options exist? | 20070521 |
8 | ![]() |
Instance method | Public | Method | Process PDF form | 20070430 |
9 | ![]() |
Instance method | Public | Method | Access Method to Collection of Form Options (Writing) | 20070521 |
Events
Class /RPM/IF_PFS_FORM_MODEL has no event.
Types
Class /RPM/IF_PFS_FORM_MODEL has no local type.
Method Signatures
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FORM_MANAGER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_MANAGER | Development Projects: Interface of All Form Models | 20070508 | ||
2 | ![]() |
IV_FORM_NAME | Call by reference | Type reference (TYPE) | /RPM/TV_FORM_NAME | Printing Form Name | 20070502 | ||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20070509 | ||
4 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | /RPM/OBJECT_TYPE | Object Type | 20070508 | ||
5 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_MODEL | Development Projects: Interface of All Form Models | 20070502 |
Method CREATE_INSTANCE on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method FREE Signature
Method FREE on class /RPM/IF_PFS_FORM_MODEL has no parameter.
Method FREE on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20070517 | ||
2 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | /RPM/TV_FORM_DESCRIPTION | Short text | 20070517 |
Method GET_DESCRIPTION on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method GET_FORM_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FORM_NAME | Value transfer | Type reference (TYPE) | /RPM/TV_FORM_NAME | Printing Form Name | 20070430 |
Method GET_FORM_NAME on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method GET_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_OPTIONS | Value transfer | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_OPTIONS | Collection of Form Options | 20070521 |
Method GET_OPTIONS on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method GET_SUPPORTED_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OPTIONS | Value transfer | Type reference (TYPE) | /RPM/TT_FORM_OPTIONS | Options (Name/Value Pair) (Sorted According to Name; Unique) | 20070521 |
Method GET_SUPPORTED_OPTIONS on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method HAS_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HAS_OPTIONS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070521 |
Method HAS_OPTIONS on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method PROCESS_FORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FP_OUTPUT | Call by reference | Type reference (TYPE) | FPFORMOUTPUT | Form Output (PDF, PDL) | 20070430 | ||
2 | ![]() |
IR_IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070511 | ||
3 | ![]() |
IT_OPTIONS | Call by reference | Type reference (TYPE) | /RPM/TT_FORM_OPTIONS | Options (Name/Value Pair) (Sorted According to Name; Unique) | 20070607 |
Method PROCESS_FORM on class /RPM/IF_PFS_FORM_MODEL has no exception.
Method SET_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_OPTIONS | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_OPTIONS | Collection of Form Options | 20070521 |
Method SET_OPTIONS on class /RPM/IF_PFS_FORM_MODEL has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in |