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 IXML 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 GC_HTML_AWR Constant Public Type reference (TYPE) STRING 'HTML' Answers from HTML form 20070622
2 GC_PDFXML_AWR Constant Public Type reference (TYPE) STRING 'XML' Answers from PDF - XML 20070622
3 GC_PDF_AWR Constant Public Type reference (TYPE) STRING 'PDF' Answers in PDF 20070622
4 GC_UNKNOWN_AWR Constant Public Type reference (TYPE) STRING 'U' Unknown answer 20070622
5 MC_XML_HIDDEN_NODE_NAME Constant Protected Type reference (TYPE) STRING 'sub_hidden_fields' Hidden node name 20070612
6 MC_XML_IN_DUMMY Constant Protected Type reference (TYPE) STRING 'onInputProcessingDUMMY' Input field name - on input processing dummy 20070613
7 MC_XML_OUT_DUMMY Constant Protected Type reference (TYPE) STRING 'onInputProcessing%28DUMMY%29' Output field name - on input processing dummy 20070613
8 MC_XML_PLUS Constant Protected Type reference (TYPE) STRING '%2B' instead of plus symbol 20070614
9 MC_XML_PREF_SEP_ Constant Protected Type reference (TYPE) STRING '_sep_' separator 20070612
10 MC_XML_PREF_SUB_ Constant Protected Type reference (TYPE) STRING 'sub_' Part of node name 20070612
11 MC_XML_SLASH Constant Protected Type reference (TYPE) STRING '%2F' slash 20070612
12 MC_XML_SPACE Constant Protected Type reference (TYPE) STRING '+' instead of space symbol 20070614
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Class constructor 20070612
2 GET_ANSWER_TYPE Instance method Public Method Get the Questionnaire Answer type 20070612
3 PDF2STR Instance method Public Method Convert PDF answers to HTML answers 20070612
4 XML2STR 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 Importing IO_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Document Interface for BCS 20070612
2 Importing IV_PART_NUMBER Call by reference Type reference (TYPE) I Document part number 20070612
3 Returning RV_ANSWER_TYPE Value transfer Type reference (TYPE) STRING Answer type 20070612
# Exception Resumable Description Created on
1 CX_UWS_PDF_INTERNAL_ERROR 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 Importing IT_PDF Call by reference Type reference (TYPE) SOLIX_TAB GBT: SOLIX as Table Type 20070612
2 Returning RV_ANSWERS Value transfer Type reference (TYPE) STRING HTML answers 20070612
# Exception Resumable Description Created on
1 CX_UWS_PDF_INTERNAL_ERROR Exception class for internal errors in PDF transformation 20070622
2 CX_UWS_PDF_PDF2XFD_ERROR Exception class for pdf to xfd transformation errors 20070622
3 CX_UWS_PDF_XFD2ATT_ERROR Questionnaire answer transformation errors 20070622

Method XML2STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANSWERS_XML Call by reference Type reference (TYPE) STRING Answers in XML 20070612
2 Returning RV_ANSWERS Value transfer Type reference (TYPE) STRING Answers in string 20070612
# Exception Resumable Description Created on
1 CX_UWS_PDF_INTERNAL_ERROR Exception class for internal errors in PDF transformation 20070622
2 CX_UWS_PDF_XFD2ATT_ERROR Exception class for que to xft transformation errors 20070622
History
Last changed by/on SAP  20070911 
SAP Release Created in 700