SAP ABAP Class IF_MASS_SPSH_TABFLD_ASSGN (Interface for assignm. of spreadsheet col. and table fields)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MASS_SPSH_TABFLD_ASSGN Assignment of spreadsheet columns and table fields 20120911
Properties
Class IF_MASS_SPSH_TABFLD_ASSGN  
Short Description Interface for assignm. of spreadsheet col. and table fields    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120904   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_MASS_SPSH_TABFLD_ASSGN has no forward declaration.
Interfaces
Class IF_MASS_SPSH_TABFLD_ASSGN has no interface implemented.
Friends
Class IF_MASS_SPSH_TABFLD_ASSGN has no friend class.
Attributes
Class IF_MASS_SPSH_TABFLD_ASSGN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN Instance method Public Method 20120917
2 ASSIGN_TAB Instance method Public Method 20120918
3 CHECK_ANY_FIELD_ASSIGNED Instance method Public Method 20121002
4 CHECK_FIELDS_ASSIGNED Instance method Public Method 20120928
5 GET_ASSIGNED_SHEETNAME Instance method Public Method 20120911
6 GET_ASSIGNED_TABNAME Instance method Public Method 20120914
7 GET_ASSIGNMENT Instance method Public Method 20120911
8 GET_FIELDLIST Instance method Public Method 20120911
9 GET_REVERSE_ASSIGNMENT Instance method Public Method 20120914
10 IS_EMPTY Instance method Public Method 20120913
11 IS_STATIC_ASSGN_ALLOWED Instance method Public Method 20121214
12 UNASSIGN Instance method Public Method 20120917
13 UNASSIGN_TAB Instance method Public Method 20121002
Events
Class IF_MASS_SPSH_TABFLD_ASSGN has no event.
Types
Class IF_MASS_SPSH_TABFLD_ASSGN has no local type.
Method Signatures

Method ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_COLUMN 20120917
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120917
3 Importing IV_SHEETNAME Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120917
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120917

Method ASSIGN on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method ASSIGN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SHEETNAME Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120918
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120918

Method ASSIGN_TAB on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method CHECK_ANY_FIELD_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20121002
2 Returning RV_ASSIGNED Value transfer Type reference (TYPE) ABAP_BOOL 20121002

Method CHECK_ANY_FIELD_ASSIGNED on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method CHECK_FIELDS_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_FIELDS 20120928
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120928
3 Returning RV_ASSIGNED Value transfer Type reference (TYPE) ABAP_BOOL 20120928

Method CHECK_FIELDS_ASSIGNED on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method GET_ASSIGNED_SHEETNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120911
2 Returning RV_SHEETNAME Value transfer Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120911

Method GET_ASSIGNED_SHEETNAME on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method GET_ASSIGNED_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SHEETNAME Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120914
2 Returning RV_TABNAME Value transfer Type reference (TYPE) TABNAME 20120914

Method GET_ASSIGNED_TABNAME on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method GET_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COLUMN Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_COLUMN 20120911
2 Exporting EV_SHEETNAME Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120911
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120911
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120911

Method GET_ASSIGNMENT on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method GET_FIELDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120911
2 Importing IV_UNTIL_COL Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_COLUMN 20120924
3 Returning RT_FIELDLIST Value transfer Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_FIELDS 20120918

Method GET_FIELDLIST on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method GET_REVERSE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120914
2 Exporting EV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120914
3 Importing IV_COLUMN Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_COLUMN 20120914
4 Importing IV_SHEETNAME Call by reference Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_NAME 20120914

Method GET_REVERSE_ASSIGNMENT on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EMPTY Value transfer Type reference (TYPE) ABAP_BOOL 20120913

Method IS_EMPTY on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method IS_STATIC_ASSGN_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20121214

Method IS_STATIC_ASSGN_ALLOWED on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method UNASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120917
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20120917

Method UNASSIGN on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.

Method UNASSIGN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20121002

Method UNASSIGN_TAB on class IF_MASS_SPSH_TABFLD_ASSGN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in