SAP ABAP Class /IPRO/CL_FILLINS (Gets fillin values for XSL extension)
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_FILLINS  
Short Description Gets fillin values for XSL extension    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IPRO/PROGS   programs 
Created 20040622   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/CL_FILLINS has no forward declaration.
Interfaces
Class /IPRO/CL_FILLINS has no interface implemented.
Friends
Class /IPRO/CL_FILLINS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CELL_CURRENCY Static Attribute Private Type reference (TYPE) STRING 20041020
2 MS_CELL_UOM Static Attribute Private Type reference (TYPE) STRING 20041020
3 MS_COLHDR_IDX Static Attribute Private Type reference (TYPE) I 20041020
4 MS_COLIDX Static Attribute Private Type reference (TYPE) I 20041019
5 MS_COLWIDTH_IDX Static Attribute Private Type reference (TYPE) I 20041020
6 MS_FILLINS Static Attribute Private Type reference (TYPE) /IPRO/TT_FILLINS Table of /IPRO/S_FILLIN fillins 20040622
7 MS_ROWIDX Static Attribute Private Type reference (TYPE) I 20041019
8 MS_TABLE Static Attribute Private Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20041019
9 MS_TABLE_COLS Static Attribute Private Type reference (TYPE) I 20041019
10 MS_TABLE_ROWS Static Attribute Private Type reference (TYPE) I 20041019
11 MS_TABLE_WIDTH Static Attribute Private Type reference (TYPE) I 20041019
Methods
# Method Level Visibility Method type Description Created on
1 FIND_FILLIN Static method Public Method Find fillin value from MS_FILLINS based on fillin name 20070221
2 FIND_TABLE_FILLIN Static method Public Method Find fillin value from MT_TABLE_VALUES based on table name 20100930
3 GET_CELL_CURRENCY Static method Public Method Returns currency of current cell 20041020
4 GET_CELL_UOM Static method Public Method Returns unit-of-measure of current cell 20041020
5 GET_CELL_VALUE Static method Public Method Get the value of a cell in a table 20041019
6 GET_COLS_OF_TABLE Static method Public Method Return the number of columns of a table 20041019
7 GET_COLUMN_NAME Static method Public Method Returns name of column 20041020
8 GET_COLUMN_WIDTH Static method Public Method Returns width of column 20041020
9 GET_CURRENCY Static method Public Method Get currency 20040715
10 GET_FILLINS Static method Public Method Get all document fillins 20040622
11 GET_FILLINS_AS_XML Static method Public Method Return fillins as XML 20060925
12 GET_FILLINS_AS_XML1 Static method Public Method Return fillins as XML 20070112
13 GET_ROWS_OF_TABLE Static method Public Method Return the number of rows of a table 20041019
14 GET_TABLE Static method Public Method Get reference to table variable by name 20041019
15 GET_TABLE_WIDTH Static method Public Method Return the width of the table 20041020
16 GET_TYPE Static method Public Method Returns type of fillin -- variable type 20041020
17 GET_UOM Static method Public Method Get unit of measure 20041011
18 GET_VALUE Static method Public Method Gets fillin value of document using name of variable 20040622
19 REFRESH_CONTEXT Static method Public Method Refresh DocB DOCUMENTDATA context node w/ fillin data 20070224
20 RESET_COLUMN_INDEX Static method Public Method Reset column header index back to 1 20060925
21 SET_FILLINS Static method Public Method Update the document data tree with new fillin values 20070220
22 SET_VALUE Static method Public Method Sets value of a fillin 20041026
Events
Class /IPRO/CL_FILLINS has no event.
Types
Class /IPRO/CL_FILLINS has no local type.
Method Signatures

Method FIND_FILLIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RET Value transfer Type reference (TYPE) INT4 Natural number 20070221
2 Exporting EV_VALUE Value transfer Type reference (TYPE) STRING 20070221
3 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20070221

Method FIND_FILLIN on class /IPRO/CL_FILLINS has no exception.

Method FIND_TABLE_FILLIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Value transfer Type reference (TYPE) STRING Cell value 20100930
2 Importing IV_NAME Value transfer Type reference (TYPE) STRING Name of the table variable 20100930
3 Importing IV_TABLE_COLUMN Value transfer Type reference (TYPE) STRING Column ID 20100930
4 Importing IV_TABLE_ROW Value transfer Type reference (TYPE) STRING Row ID 20100930

Method FIND_TABLE_FILLIN on class /IPRO/CL_FILLINS has no exception.

Method GET_CELL_CURRENCY Signature

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

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

Method GET_CELL_UOM Signature

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

Method GET_CELL_UOM on class /IPRO/CL_FILLINS has no exception.

Method GET_CELL_VALUE Signature

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

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

Method GET_COLS_OF_TABLE Signature

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

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

Method GET_COLUMN_NAME Signature

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

Method GET_COLUMN_NAME on class /IPRO/CL_FILLINS has no exception.

Method GET_COLUMN_WIDTH Signature

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

Method GET_COLUMN_WIDTH on class /IPRO/CL_FILLINS has no exception.

Method GET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARB_NAME Call by reference Type reference (TYPE) /IPRO/VARB This data element defines Document Builder variables. 20040715
2 Returning RV_CURRENCY Value transfer Type reference (TYPE) STRING 20040715

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

Method GET_FILLINS 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) /IPRO/IF_DOCUMENT Document Number 20040622

Method GET_FILLINS on class /IPRO/CL_FILLINS has no exception.

Method GET_FILLINS_AS_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_XML Value transfer Type reference (TYPE) STRING Fillins as XML document 20060925

Method GET_FILLINS_AS_XML on class /IPRO/CL_FILLINS has no exception.

Method GET_FILLINS_AS_XML1 Signature

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

Method GET_FILLINS_AS_XML1 on class /IPRO/CL_FILLINS has no exception.

Method GET_ROWS_OF_TABLE Signature

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

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

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARB_NAME Call by reference Type reference (TYPE) /IPRO/VARB This data element defines Document Builder variables. 20041019
2 Importing PIO_TABLE Call by reference Object reference (TYPE REF TO) /IPRO/IF_DOCB_ATTRIBUTE Attribute 20100308

Method GET_TABLE on class /IPRO/CL_FILLINS has no exception.

Method GET_TABLE_WIDTH Signature

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

Method GET_TABLE_WIDTH on class /IPRO/CL_FILLINS has no exception.

Method GET_TYPE Signature

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

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

Method GET_UOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARB_NAME Call by reference Type reference (TYPE) /IPRO/VARB This data element defines Document Builder variables. 20041011
2 Returning RV_UOM Value transfer Type reference (TYPE) STRING 20041011

Method GET_UOM on class /IPRO/CL_FILLINS has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARB_NAME Call by reference Type reference (TYPE) /IPRO/VARB This data element defines Document Builder variables. 20040622
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20040622

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

Method REFRESH_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DOCUMENT Value transfer Object reference (TYPE REF TO) /IPRO/IF_DOCUMENT Document Builder Document Interface 20070224
2 Importing IO_DOCUMENTDATA_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070224

Method REFRESH_CONTEXT on class /IPRO/CL_FILLINS has no exception.

Method RESET_COLUMN_INDEX Signature

Method RESET_COLUMN_INDEX on class /IPRO/CL_FILLINS has no parameter.
Method RESET_COLUMN_INDEX on class /IPRO/CL_FILLINS has no exception.

Method SET_FILLINS Signature

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

Method SET_FILLINS on class /IPRO/CL_FILLINS has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILLIN_TYPE Call by reference Type reference (TYPE) STRING 20050317
2 Importing IV_FILLIN_VALUE Call by reference Type reference (TYPE) STRING 20041026
3 Importing IV_VARB_NAME Call by reference Type reference (TYPE) STRING 20041026

Method SET_VALUE on class /IPRO/CL_FILLINS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 100