SAP ABAP Class CL_UWS_FORM_HELPER_PDF (PDF Questionnaire answers transf.)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-SUR (Application Component) Web Survey
⤷
UWS_SURVEY_FORM (Package) Form-Based Web Services: Questionnaires
⤷
⤷
Properties
| Class | CL_UWS_FORM_HELPER_PDF | |
| Short Description | PDF Questionnaire answers transf. | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UWS_SURVEY_FORM | Form-Based Web Services: Questionnaires |
| Created | 20070612 | SAP |
| Last change | 20070911 | 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 CL_UWS_FORM_HELPER_PDF has no interface implemented.
Friends
Class CL_UWS_FORM_HELPER_PDF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'HTML' | Answers from HTML form | 20070622 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'XML' | Answers from PDF - XML | 20070622 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'PDF' | Answers in PDF | 20070622 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'U' | Unknown answer | 20070622 | ||
| 5 | Constant | Protected | Type reference (TYPE) | STRING | 'sub_hidden_fields' | Hidden node name | 20070612 | ||
| 6 | Constant | Protected | Type reference (TYPE) | STRING | 'onInputProcessingDUMMY' | Input field name - on input processing dummy | 20070613 | ||
| 7 | Constant | Protected | Type reference (TYPE) | STRING | 'onInputProcessing%28DUMMY%29' | Output field name - on input processing dummy | 20070613 | ||
| 8 | Constant | Protected | Type reference (TYPE) | STRING | '%2B' | instead of plus symbol | 20070614 | ||
| 9 | Constant | Protected | Type reference (TYPE) | STRING | '_sep_' | separator | 20070612 | ||
| 10 | Constant | Protected | Type reference (TYPE) | STRING | 'sub_' | Part of node name | 20070612 | ||
| 11 | Constant | Protected | Type reference (TYPE) | STRING | '%2F' | slash | 20070612 | ||
| 12 | Constant | Protected | Type reference (TYPE) | STRING | '+' | instead of space symbol | 20070614 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Class constructor | 20070612 | |
| 2 | Instance method | Public | Method | Get the Questionnaire Answer type | 20070612 | |
| 3 | Instance method | Public | Method | Convert PDF answers to HTML answers | 20070612 | |
| 4 | Instance method | Public | Method | Convert XML answer to HTML answer | 20070612 |
Events
Class CL_UWS_FORM_HELPER_PDF has no event.
Types
Class CL_UWS_FORM_HELPER_PDF has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UWS_FORM_HELPER_PDF has no parameter.
Method CONSTRUCTOR on class CL_UWS_FORM_HELPER_PDF has no exception.
Method GET_ANSWER_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS | Document Interface for BCS | 20070612 | |||
| 2 | IV_PART_NUMBER | Call by reference | Type reference (TYPE) | I | Document part number | 20070612 | |||
| 3 | RV_ANSWER_TYPE | Value transfer | Type reference (TYPE) | STRING | Answer type | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for internal errors in PDF transformation | 20070622 |
Method PDF2STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PDF | Call by reference | Type reference (TYPE) | SOLIX_TAB | GBT: SOLIX as Table Type | 20070612 | |||
| 2 | RV_ANSWERS | Value transfer | Type reference (TYPE) | STRING | HTML answers | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for internal errors in PDF transformation | 20070622 | ||
| 2 | Exception class for pdf to xfd transformation errors | 20070622 | ||
| 3 | Questionnaire answer transformation errors | 20070622 |
Method XML2STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ANSWERS_XML | Call by reference | Type reference (TYPE) | STRING | Answers in XML | 20070612 | |||
| 2 | RV_ANSWERS | Value transfer | Type reference (TYPE) | STRING | Answers in string | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for internal errors in PDF transformation | 20070622 | ||
| 2 | Exception class for que to xft transformation errors | 20070622 |
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in | 700 |