SAP ABAP Class /IPRO/CL_WML_ASSEMBLED_DOC (Assembled document)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-DOB (Application Component) Document Builder
     /IPRO/PROGS (Package) programs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IPRO/CL_WML_DOCUMENT Document text object 20060821
Properties
Class /IPRO/CL_WML_ASSEMBLED_DOC  
Short Description Assembled document    
Super Class /IPRO/CL_WML_DOCUMENT Document text object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IPRO/PROGS   programs 
Created 20060821   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/CL_WML_ASSEMBLED_DOC has no forward declaration.
Interfaces
Class /IPRO/CL_WML_ASSEMBLED_DOC has no interface implemented.
Friends
Class /IPRO/CL_WML_ASSEMBLED_DOC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_INDEX Instance attribute Private Type reference (TYPE) TT_INDEX 20090326
2 MT_INDEX Instance attribute Private See coding index for parallel processing 20090326
3 MV_CONTENT Instance attribute Private Type reference (TYPE) /IPRO/CONTENT Content name 20080404
4 MV_DOCSL Instance attribute Private Type reference (TYPE) /IPRO/DOCSL Document Selection 20080508
5 M_ADD_CLAUSE_TO_SECTION_XSLT Instance attribute Private Type reference (TYPE) STRING '/IPRO/WML_ADD_CLAUSE_TO_SECTION_XSLT' 20060827
6 M_ADD_CONTRACT_DOC_XSLT Instance attribute Private Type reference (TYPE) STRING '/IPRO/WML_ADD_CONTRACT_DOC' 20070404
7 M_ADD_DOCUMENT_ID_XSLT Instance attribute Private Type reference (TYPE) STRING '/IPRO/WML_ADD_DOCUMENT_ID_XSLT' 20061108
8 M_ADD_SECTION_TO_DOC_XSLT Instance attribute Private Type reference (TYPE) STRING '/IPRO/WML_ADD_SECTION_TO_DOC_XSLT' 20060827
9 M_OVERLAY Instance attribute Private Object reference (TYPE REF TO) /IPRO/CL_WML_OVERLAY Overlay for WordML clauses/docs 20070625
10 M_PG_BREAK_ON_SECTION Instance attribute Private Type reference (TYPE) SEU_BOOL Boolean 20060821
11 M_RCV_JOBS Instance attribute Private Type reference (TYPE) INT1 reveiving parallel processes 20090326
12 M_SECTION_STYLE Instance attribute Private Type reference (TYPE) STRING 20060825
13 M_SHOW_SECTION_TITLES Instance attribute Private Type reference (TYPE) SEU_BOOL Boolean 20060821
14 M_TEMPLATE_NAME Instance attribute Private Type reference (TYPE) STRING 20060827
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CLAUSE Instance method Public Method Add clause 20060827
2 ADD_CLAUSES_TO_DOC Instance method Public Method Add clauses to document. 20070504
3 ADD_CLAUSE_TO_SECTION Instance method Private Method Add clause to section 20060821
4 ADD_CONTRACT_DOC Instance method Public Method Add contract doc tag 20070404
5 ADD_DOC_ID_TO_ASSM_DOC Instance method Private Method Add doc number custom property to assembled document 20061107
6 ADD_SECTION Instance method Public Method Add section to section list 20060821
7 ADD_SECTION_TO_DOC Instance method Private Method Add section to assembled document 20060821
8 ADD_TABLE_OF_CONTENTS Instance method Public Method Add table of contents 20070704
9 ASSEMBLE Instance method Public Method Assemble the document 20060821
10 CONSTRUCTOR Instance method Public Constructor Constructor 20060827
11 GET_ADD_CLAUSE_TO_SECTION_XSLT Instance method Public Method Get add clause to section transformation 20060827
12 GET_ADD_SECTION_TO_DOC_XSLT Instance method Public Method Get add section to document transformation 20060827
13 GET_OVERLAY Instance method Public Method Get overlay 20070625
14 GET_PG_BREAK_ON_SECTION Instance method Public Method Get page-break-on-section flag 20060821
15 GET_SECTIONLIST Instance method Public Method Get section list 20060821
16 GET_SECTION_STYLE Instance method Public Method Get section style 20060827
17 GET_SHOW_SECTION_TITLES Instance method Public Method Get show-section-titles flag 20060821
18 GET_TEMPLATE_NAME Instance method Public Method Get template (overlay) name 20060827
19 HANDLE_ANNOTATION_TAGS Instance method Public Method Update all the WORDML Annotation tag IDs in the document 20081124
20 HANDLE_IMAGES_OF_DOC Instance method Public Method Update all the Image ID in the document 20080313
21 HANDLE_TRANSFORMATION_ERROR Instance method Public Method Adds the error message to the application log and output doc 20090415
22 PUT_FILLINS_INTO_DOC Instance method Private Method Put fillins into assembled document 20070802
23 SAVE Instance method Public Method Save assembled document 20060821
24 SET_ADD_CLAUSE_TO_SECTION_XSLT Instance method Public Method Set add clause to section transformation 20060827
25 SET_ADD_SECTION_TO_DOC_XSLT Instance method Public Method Set add section to document transformation 20060827
26 SET_OVERLAY Instance method Public Method Set overlay 20070625
27 SET_PG_BREAK_ON_SECTION Instance method Public Method Set page-break-on-section flag 20060821
28 SET_SECTIONLIST Instance method Public Method Set section list 20060821
29 SET_SECTION_STYLE Instance method Public Method Set section style 20060827
30 SET_SHOW_SECTION_TITLES Instance method Public Method Set show-section-titles flag 20060821
31 SET_TEMPLATE_NAME Instance method Public Method Set template (overlay) name 20060827
32 TRANSFO_RESULT Instance method Public Method callback for parallel processing 20090326
Events
Class /IPRO/CL_WML_ASSEMBLED_DOC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_INDEX Private See coding 20090326 begin of tT_INDEX, index type i, output type xstring, END OF tt_index
Method Signatures

Method ADD_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CLAUSE Value transfer Object reference (TYPE REF TO) /IPRO/CL_WML_CLAUSE Clause text object 20060827

Method ADD_CLAUSE on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_CLAUSES_TO_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOC_SECTION_ORDER Call by reference Type reference (TYPE) NUMC4 TOC section order no. used incase of flexible doc generation 20080818

Method ADD_CLAUSES_TO_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_CLAUSE_TO_SECTION Signature

Method ADD_CLAUSE_TO_SECTION on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method ADD_CLAUSE_TO_SECTION on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_CONTRACT_DOC Signature

Method ADD_CONTRACT_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
# Exception Resumable Description Created on
1 /IPRO/CX_WML_TEXT_EXCEPTION Exception class for WordML 20070410

Method ADD_DOC_ID_TO_ASSM_DOC Signature

Method ADD_DOC_ID_TO_ASSM_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method ADD_DOC_ID_TO_ASSM_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Value transfer Object reference (TYPE REF TO) /IPRO/CL_WML_SECTION Document section 20060821

Method ADD_SECTION on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_SECTION_TO_DOC Signature

Method ADD_SECTION_TO_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method ADD_SECTION_TO_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ADD_TABLE_OF_CONTENTS Signature

Method ADD_TABLE_OF_CONTENTS on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method ADD_TABLE_OF_CONTENTS on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method ASSEMBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOC_SECTION_ORDER Call by reference Type reference (TYPE) NUMC4 TOC section order no. used incase of flexible doc generation 20080818
# Exception Resumable Description Created on
1 /IPRO/CX_WML_TEXT_EXCEPTION Exception class for WordML 20070410

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT Value transfer Type reference (TYPE) STRING 20060827
2 Importing IV_DOCSL Value transfer Type reference (TYPE) /IPRO/DOCSL Document Selection 20080508
3 Importing IV_TEMPLATE_NAME Value transfer Type reference (TYPE) STRING 20060827

Method CONSTRUCTOR on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_ADD_CLAUSE_TO_SECTION_XSLT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ADD_CLAUSE_TO_SECTION_XSLT Value transfer Type reference (TYPE) STRING 20060827

Method GET_ADD_CLAUSE_TO_SECTION_XSLT on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_ADD_SECTION_TO_DOC_XSLT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ADD_SECTION_TO_DOC_XSLT Value transfer Type reference (TYPE) STRING 20060827

Method GET_ADD_SECTION_TO_DOC_XSLT on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_OVERLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OVERLAY Value transfer Object reference (TYPE REF TO) /IPRO/CL_WML_OVERLAY Overlay for WordML clauses/docs 20070625

Method GET_OVERLAY on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_PG_BREAK_ON_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PG_BREAK_ON_SECTION Value transfer Type reference (TYPE) SEU_BOOL Boolean 20060821

Method GET_PG_BREAK_ON_SECTION on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_SECTIONLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SECTIONLIST Value transfer Type reference (TYPE) /IPRO/TT_SECTIONLIST Section list 20060821

Method GET_SECTIONLIST on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_SECTION_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SECTION_STYLE Value transfer Type reference (TYPE) STRING 20060827

Method GET_SECTION_STYLE on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_SHOW_SECTION_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SHOW_SECTION_TITLES Value transfer Type reference (TYPE) SEU_BOOL Boolean 20060821

Method GET_SHOW_SECTION_TITLES on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method GET_TEMPLATE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEMPLATE_NAME Value transfer Type reference (TYPE) STRING 20060827

Method GET_TEMPLATE_NAME on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method HANDLE_ANNOTATION_TAGS Signature

Method HANDLE_ANNOTATION_TAGS on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method HANDLE_ANNOTATION_TAGS on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method HANDLE_IMAGES_OF_DOC Signature

Method HANDLE_IMAGES_OF_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method HANDLE_IMAGES_OF_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method HANDLE_TRANSFORMATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELMNT Call by reference Type reference (TYPE) STRING Element name 20090415
2 Importing IV_TRANSFORMATION Call by reference Type reference (TYPE) CHAR30 Transformation name 20090415

Method HANDLE_TRANSFORMATION_ERROR on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method PUT_FILLINS_INTO_DOC Signature

Method PUT_FILLINS_INTO_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method PUT_FILLINS_INTO_DOC on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SAVE Signature

Method SAVE on class /IPRO/CL_WML_ASSEMBLED_DOC has no parameter.
Method SAVE on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_ADD_CLAUSE_TO_SECTION_XSLT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_CLAUSE_TO_SECTION_XSLT Value transfer Type reference (TYPE) STRING 20060827

Method SET_ADD_CLAUSE_TO_SECTION_XSLT on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_ADD_SECTION_TO_DOC_XSLT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_SECTION_TO_DOC_XSLT Value transfer Type reference (TYPE) STRING 20060827

Method SET_ADD_SECTION_TO_DOC_XSLT on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_OVERLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVERLAY Value transfer Object reference (TYPE REF TO) /IPRO/CL_WML_OVERLAY Overlay for WordML clauses/docs 20070625

Method SET_OVERLAY on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_PG_BREAK_ON_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PG_BREAK_ON_SECTION Value transfer Type reference (TYPE) SEU_BOOL Boolean 20060821

Method SET_PG_BREAK_ON_SECTION on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_SECTIONLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SECTIONLIST Value transfer Type reference (TYPE) /IPRO/TT_SECTIONLIST Section list 20060821

Method SET_SECTIONLIST on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_SECTION_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SECTION_STYLE Value transfer Type reference (TYPE) STRING 20060827

Method SET_SECTION_STYLE on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_SHOW_SECTION_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SHOW_SECTION_TITLES Value transfer Type reference (TYPE) SEU_BOOL Boolean 20060821

Method SET_SHOW_SECTION_TITLES on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method SET_TEMPLATE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEMPLATE_NAME Value transfer Type reference (TYPE) STRING 20060827

Method SET_TEMPLATE_NAME on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.

Method TRANSFO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CHAR32 Character field, 8 characters long 20090326

Method TRANSFO_RESULT on class /IPRO/CL_WML_ASSEMBLED_DOC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 300