SAP ABAP Class CL_DPR_API_FORMS_SERVICES (Proj. Mgmt API: Forms)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EXT-API (Application Component) BAPI Interface for cProjects
⤷
DEVELOPMENT_PROJECTS_API (Package) API for Project Management
⤷
⤷
Properties
| Class | CL_DPR_API_FORMS_SERVICES | |
| Short Description | Proj. Mgmt API: Forms | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_API | API for Project Management |
| Created | 20050509 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_API_FORMS_SERVICES has no interface implemented.
Friends
Class CL_DPR_API_FORMS_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application in Project Planning | 20050509 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TS_INSTANCE | cProjects API: Collaboration Services | 20050509 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | 20050509 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050509 | |
| 2 | Static method | Public | Method | Get Instance | 20050509 | |
| 3 | Instance method | Public | Method | Get Description of Options | 20050509 | |
| 4 | Instance method | Public | Method | Get Options (Value/Text Pairs) | 20050509 | |
| 5 | Instance method | Public | Method | Get Print Parameters | 20050509 | |
| 6 | Instance method | Public | Method | Preview | 20050509 |
Events
Class CL_DPR_API_FORMS_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Private | See coding | 20050509 | BEGIN OF ts_instance,
application TYPE cgpl_application_type,
ref TYPE REF TO cl_dpr_api_forms_services,
END OF ts_instance
|
||
| 2 | TT_INSTANCE | Private | See coding | 20050509 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY application
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CGPL_APPLICATION_TYPE | CL_DPR_CO=>SC_APPLICATION_TYPE_DPR | Applikation in der Projektplanung | 20050509 |
Method CONSTRUCTOR on class CL_DPR_API_FORMS_SERVICES has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CGPL_APPLICATION_TYPE | CL_DPR_CO=>SC_APPLICATION_TYPE_DPR | Applikation in der Projektplanung | 20050509 | ||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_API_FORMS_SERVICES | cProjects-API: Formulare | 20050509 |
Method GET_INSTANCE on class CL_DPR_API_FORMS_SERVICES has no exception.
Method GET_OPTION_DESCRIPTION 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) | IF_DPR_FORM_MANAGER | Development Projects: Formular-Manager | 20050509 | |||
| 2 | IV_FORM_OPTION_NAME | Call by reference | Type reference (TYPE) | DPR_TV_FORM_OPTION_NAME | Name der Option | 20050509 | |||
| 3 | RV_OPTION_DESCRIPTION | Value transfer | Type reference (TYPE) | DPR_TV_FORM_OPTION_DESCRIPTION | Beschreibung der Option | 20050509 |
Method GET_OPTION_DESCRIPTION on class CL_DPR_API_FORMS_SERVICES has no exception.
Method GET_OPTION_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OPTION_VALUE | Call by reference | Type reference (TYPE) | DPR_TT_FORM_OPTION_VALUE | Optionen (Wert/Text-Paare) | 20050509 | |||
| 2 | IR_FORM_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FORM_MANAGER | Development Projects: Formular-Manager | 20050509 | |||
| 3 | IV_FORM_OPTION_NAME | Call by reference | Type reference (TYPE) | DPR_TV_FORM_OPTION_NAME | Name der Option | 20050509 |
Method GET_OPTION_VALUES on class CL_DPR_API_FORMS_SERVICES has no exception.
Method GET_PRINT_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_FORM_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FORM_MANAGER | Development Projects: Formular-Manager | 20050509 | |||
| 2 | ET_FORM_MODEL_DESCRIPTION | Call by reference | Type reference (TYPE) | DPR_TT_FORM_MODEL_DESCRIPTION | Beschreibung von Formular-Modellen | 20050509 | |||
| 3 | ET_SUPPORTED_OPTIONS | Call by reference | Type reference (TYPE) | DPR_TT_FORM_OPTIONS | Optionen (Name/Wert-Paare) (sortiert nach Name; unique) | 20050509 | |||
| 4 | EV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050509 | |||
| 5 | IR_FORM_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FORM_MANAGER | Development Projects: Formular-Manager | 20070507 | |||
| 6 | IV_NOTES | Call by reference | Type reference (TYPE) | BOOLE_D | X: Parameter zu Notizendruck | 20070418 | |||
| 7 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20050509 | |||
| 8 | IV_SCENARIO | Call by reference | Type reference (TYPE) | STRING | Scenario | 20120903 | |||
| 9 | IV_STATUS_REPORT | Call by reference | Type reference (TYPE) | DPR_TV_FORM_STAT_REPORT | Formular als Projektstatusbericht verwenden | 20050606 |
Method GET_PRINT_PARAMETERS on class CL_DPR_API_FORMS_SERVICES has no exception.
Method PRINT_PREVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PDF_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20050509 | ||||
| 2 | EV_PDF_DATA_SIZE | Call by reference | Type reference (TYPE) | I | 20050509 | ||||
| 3 | IR_ADD_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Additional Data Reference | 20120903 | |||
| 4 | IR_FORM_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FORM_MANAGER | Development Projects: Formular-Manager | 20050509 | |||
| 5 | IT_OPTIONS | Call by reference | Type reference (TYPE) | DPR_TT_FORM_OPTIONS | Optionen (Name/Wert-Paare) (sortiert nach Name; unique) | 20050509 | |||
| 6 | IV_FORM_NAME | Call by reference | Type reference (TYPE) | TDSFNAME | Smart Forms: Formularname | 20050509 | |||
| 7 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050509 | |||
| 8 | IV_NOTES | Call by reference | Type reference (TYPE) | BOOLE_D | X: Notizendruck | 20070419 | |||
| 9 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20120903 |
Method PRINT_PREVIEW on class CL_DPR_API_FORMS_SERVICES has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |