SAP ABAP Class /IPRO/CL_WML_FILLIN_VALUE (Manage DocB fillins)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-DOB (Application Component) Document Builder
     /IPRO/PROGS (Package) programs
Properties
Class /IPRO/CL_WML_FILLIN_VALUE  
Short Description Manage DocB fillins    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IPRO/PROGS   programs 
Created 20060919   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/CL_WML_FILLIN_VALUE has no forward declaration.
Interfaces
Class /IPRO/CL_WML_FILLIN_VALUE has no interface implemented.
Friends
Class /IPRO/CL_WML_FILLIN_VALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CMODIF Static Attribute Private Type reference (TYPE) /IPRO/CMODIF Cmodif 20070514
2 M_CONTENT Static Attribute Private Type reference (TYPE) /IPRO/CONTENT Content 20070320
3 M_CURSOR_IDX Static Attribute Private Type reference (TYPE) I Cursor index for fillin table 20070220
4 M_FILLINS Static Attribute Public Type reference (TYPE) /IPRO/TT_FILLINS Table of /IPRO/S_FILLIN fillins 20070219
5 M_TYPES Static Attribute Private Type reference (TYPE) /IPRO/TT_VARB_TYPE Table type for variable pair 20070320
6 M_XML Static Attribute Public Type reference (TYPE) STRING fillin XML data 20060919
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FILLIN Static method Public Method Add simple fillin to fillins table 20070220
2 CLEAR_FILLINS Static method Public Method Delete all fillin values 20070627
3 GET_CELL_CURRENCY Static method Public Method Get cell currency of table fillin variable 20060919
4 GET_CELL_UM Static method Public Method Get cell unit of measure of table fillin variable 20060919
5 GET_CELL_VALUE Static method Public Method Get cell value of table fillin variable 20060919
6 GET_CELL_VALUE1 Static method Public Method Get cell value based on row and column name 20060928
7 GET_COLS_OF_TABLE Static method Public Method Get count of columns of table fillin variable 20060919
8 GET_CURRENCY Static method Public Method Get currency of simple fillin 20060919
9 GET_FILLIN_DATA_FRM_DOC Static method Public Method Get fillin XML data from Document Builder document 20060925
10 GET_ROWS_OF_TABLE Static method Public Method Get count of rows of table fillin variable 20060919
11 GET_STATUS Static method Public Method Get variable status: active, draft, inactive 20070514
12 GET_TYPE Static method Public Method Get type of fillin variable 20060919
13 GET_TYPE1 Static method Public Method Get type out of context of particular DocB document 20070320
14 GET_UM Static method Public Method Get unit-of-measure of simple fillin 20060919
15 GET_VALUE Static method Public Method Get value of simple fillin 20060919
16 HAS_ALTERNATES Static method Public Method Determines whether a clause has alternates 20070521
17 IS_ALTERNATE Static method Public Method Determines whether a clause is an alternate 20070521
18 NEXT_FILLIN Static method Public Method Get next fillin in iteration 20070220
19 SET_CMODIF Static method Public Method Set CMODIF for a variable 20070514
20 SET_CONTENT Static method Public Method Set content 20070320
21 START_ITERATION Static method Public Method Setup for iteration: GET_NEXT_SIMPLE_VALUE() 20070219
Events
Class /IPRO/CL_WML_FILLIN_VALUE has no event.
Types
Class /IPRO/CL_WML_FILLIN_VALUE has no local type.
Method Signatures

Method ADD_FILLIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20070220
2 Importing IV_VALUE Value transfer Type reference (TYPE) STRING 20070220

Method ADD_FILLIN on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method CLEAR_FILLINS Signature

Method CLEAR_FILLINS on class /IPRO/CL_WML_FILLIN_VALUE has no parameter.
Method CLEAR_FILLINS on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_CELL_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Value transfer Type reference (TYPE) INT4 Column of table fillin variable cell 20060919
2 Importing IV_NAME Value transfer Type reference (TYPE) STRING Table fillin variable name 20060919
3 Importing IV_ROW Value transfer Type reference (TYPE) INT4 Row of table fillin variable cell 20060919
4 Returning RV_CURRENCY Value transfer Type reference (TYPE) STRING Currency of table fillin variable cell 20060919

Method GET_CELL_CURRENCY on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_CELL_UM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Value transfer Type reference (TYPE) INT4 Column of table fillin variable 20060919
2 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of table fillin variable 20060919
3 Importing IV_ROW Value transfer Type reference (TYPE) INT4 Row of table fillin variable 20060919
4 Returning RV_UM Value transfer Type reference (TYPE) STRING Unit of measure of table fillin cell 20060919

Method GET_CELL_UM on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Value transfer Type reference (TYPE) STRING Column of table fillin cell 20060919
2 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of table fillin variable 20060919
3 Importing IV_ROW Value transfer Type reference (TYPE) STRING Row of table fillin cell 20060919
4 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Value of table fillin variable cell 20060919

Method GET_CELL_VALUE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_CELL_VALUE1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_NAME Value transfer Type reference (TYPE) STRING Name of the column in the row 20060928
2 Importing IV_ROW Value transfer Type reference (TYPE) STRING Row of the table 20060928
3 Importing IV_TABLENAME Value transfer Type reference (TYPE) STRING Name of the table 20060928
4 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Cell value 20060928

Method GET_CELL_VALUE1 on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_COLS_OF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of table fillin variable 20060919
2 Returning RV_COLS Value transfer Type reference (TYPE) INT4 Count of columns of table fillin variable 20060919

Method GET_COLS_OF_TABLE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of simple fillin variable 20060919
2 Returning RV_CURRENCY Value transfer Type reference (TYPE) STRING Currency of simple fillin variable 20060919

Method GET_CURRENCY on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_FILLIN_DATA_FRM_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DOC Value transfer Object reference (TYPE REF TO) /IPRO/IF_DOCUMENT Document Builder Document Interface 20060925

Method GET_FILLIN_DATA_FRM_DOC on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_ROWS_OF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of table fillin variable 20060919
2 Returning RV_ROWS Value transfer Type reference (TYPE) STRING Count of rows of table fillin variable 20060919

Method GET_ROWS_OF_TABLE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARB Value transfer Type reference (TYPE) STRING Name of variable 20070514
2 Returning RV_STATUS Value transfer Type reference (TYPE) STRING Status of variable 20070514

Method GET_STATUS on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of fillin variable 20060919
2 Returning RV_TYPE Value transfer Type reference (TYPE) STRING Type of fillin variable 20060919

Method GET_TYPE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_TYPE1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20070320
2 Returning RV_TYPE Value transfer Type reference (TYPE) STRING 20070320

Method GET_TYPE1 on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_UM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of simple fillin variable 20060919
2 Returning RV_UM Value transfer Type reference (TYPE) STRING Unit-of-measure of simple fillin variable 20060919

Method GET_UM on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of simple variable 20060919
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Value of simple variable 20060919

Method GET_VALUE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method HAS_ALTERNATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20070521
2 Returning RV_HAS_ALTERNATES Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20070521

Method HAS_ALTERNATES on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method IS_ALTERNATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20070521
2 Returning RV_IS_ALTERNATE Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20070521

Method IS_ALTERNATE on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method NEXT_FILLIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_FILLIN Value transfer Type reference (TYPE) /IPRO/S_FILLIN Contains a fillin 20070220

Method NEXT_FILLIN on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method SET_CMODIF Signature

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

Method SET_CMODIF on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT Value transfer Type reference (TYPE) /IPRO/CONTENT Content 20070320

Method SET_CONTENT on class /IPRO/CL_WML_FILLIN_VALUE has no exception.

Method START_ITERATION Signature

Method START_ITERATION on class /IPRO/CL_WML_FILLIN_VALUE has no parameter.
Method START_ITERATION on class /IPRO/CL_WML_FILLIN_VALUE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 300