SAP ABAP Class CL_CRM_BSP_ACCS_FIELDGROUP (Blueprint: Field Groups Access Class (Entity/Positions))
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
⤷
CRM_BSP_FRAME_SC_BLUEPRINT (Package) Controller Implementation: Blueprint

⤷

⤷

Properties
Class | CL_CRM_BSP_ACCS_FIELDGROUP | |
Short Description | Blueprint: Field Groups Access Class (Entity/Positions) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CRM_BSP_FRAME_SC_BLUEPRINT | Controller Implementation: Blueprint |
Created | 20020618 | SAP |
Last change | 20050214 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CRM_BSP_ACCS_FIELDGROUP has no interface implemented.
Friends
Class CL_CRM_BSP_ACCS_FIELDGROUP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 50 | Max. Size of Hierarchy Cache | 20020621 | |
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20021202 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_COLSQ | Cache Column Sequence | 20020814 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HEAD | Cache Header | 20020618 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HIER | Hierarchy Cache | 20020621 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_HTXT | Cache Header Texts | 20020618 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CACHE_ITEM | Cache Items | 20020618 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Return Column Name of Field Group Acc. to Defined Sequence | 20020801 |
2 | ![]() |
Static method | Public | Method | Read Field Group Entity | 20020618 |
3 | ![]() |
Static method | Public | Method | Field Group Data Incl. All Referenced Groups | 20020621 |
4 | ![]() |
Static method | Public | Method | Read All Items of a Field Group Entity | 20020618 |
5 | ![]() |
Static method | Public | Method | Read Field Group Items | 20020618 |
6 | ![]() |
Static method | Private | Method | INTERNAL: Read Column Sequence Acc. to Customizing | 20020814 |
7 | ![]() |
Static method | Private | Method | INTERNAL: Get Header of DB/Cache (E-Table) | 20020618 |
8 | ![]() |
Static method | Private | Method | INTERNAL: Get Header Text from DB/Cache (E-Table) | 20020618 |
9 | ![]() |
Static method | Private | Method | INTERNAL: Get Record from DB/Cache (S-/C-Table) | 20020618 |
10 | ![]() |
Static method | Public | Method | Delete Cache | 20020618 |
11 | ![]() |
Static method | Private | Method | INTERNAL: Bring Field Group Data Into Sequential Order | 20020816 |
12 | ![]() |
Static method | Private | Method | INTERNAL: Recursive Under Function of RESORT_FLATGROUP | 20020816 |
13 | ![]() |
Static method | Private | Method | INTERNAL: Bring Field Group Data Into Sequential Order | 20020801 |
14 | ![]() |
Static method | Private | Method | INTERNAL: Recursive Under Function of RESORT_HIERARCHY | 20020801 |
Events
Class CL_CRM_BSP_ACCS_FIELDGROUP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CACHE_COLSQ | Private | See coding | 20020814 | BEGIN OF ts_cache_colsq,
fieldgroup TYPE crmt_bsp_fieldgrp,
blview TYPE crmt_bsp_blview,
fldgrpvar TYPE crmt_bsp_fldgrpvar,
t_listcolc TYPE tt_listcolc,
END OF ts_cache_colsq
|
||
2 | TS_CACHE_HEAD | Private | See coding | Cache Header (Entry) | 20020618 | BEGIN OF ts_cache_head.
INCLUDE TYPE crmt_fieldgre_key AS keypart.
TYPES:
fieldgre_i TYPE crmt_fieldgre_i,
found TYPE boolean,
END OF ts_cache_head
|
|
3 | TS_CACHE_HIER | Private | See coding | Hierarchy Cache (Entry) | 20020621 | BEGIN OF ts_cache_hier,
fieldgroup TYPE crmt_bsp_fieldgrp,
blview TYPE crmt_bsp_blview,
fldgrpvar TYPE crmt_bsp_fldgrpvar,
langu TYPE sy-langu,
fieldgre TYPE crmc_fieldgre,
t_fieldgrp TYPE crmt_fieldgrp_tab,
t_fieldgre_i TYPE crmt_fieldgre_it,
t_fieldgre_t TYPE crmt_fieldgrp_t_tab,
t_fieldgrp_e TYPE crmt_bsp_fieldgrp_ext_tab,
first_fieldname TYPE fieldname,
returncode TYPE sy-subrc,
END OF ts_cache_hier
|
|
4 | TS_CACHE_HTXT | Private | See coding | Cache Header Texts (Entry) | 20020618 | BEGIN OF ts_cache_htxt.
INCLUDE TYPE crmt_fieldgre_key AS keypart.
TYPES:
langu TYPE sy-langu,
application TYPE crmt_bsp_appl,
blview TYPE crmt_bsp_blview,
fieldgre_t TYPE crmc_fieldgrp_t,
found TYPE boolean,
END OF ts_cache_htxt
|
|
5 | TS_CACHE_ITEM | Private | See coding | Cache Items (Entry) | 20020618 | BEGIN OF ts_cache_item,
fieldgroup TYPE crmt_bsp_fieldgrp,
blview TYPE crmt_bsp_blview,
fldgrpvar TYPE crmt_bsp_fldgrpvar,
t_fieldgrp_i TYPE crmt_fieldgrp_it,
END OF ts_cache_item
|
|
6 | TT_CACHE_COLSQ | Private | See coding | 20020814 | tt_cache_colsq TYPE HASHED TABLE OF ts_cache_colsq
WITH UNIQUE KEY fieldgroup blview fldgrpvar
|
||
7 | TT_CACHE_HEAD | Private | See coding | Cache Header (Table) | 20020618 | tt_cache_head TYPE HASHED TABLE OF ts_cache_head
WITH UNIQUE KEY keypart
|
|
8 | TT_CACHE_HIER | Private | See coding | Hierarchy Cache (Table) | 20020621 | tt_cache_hier TYPE HASHED TABLE OF ts_cache_hier
WITH UNIQUE KEY fieldgroup blview fldgrpvar langu
|
|
9 | TT_CACHE_HTXT | Private | See coding | Cache Header Texts (Table) | 20020618 | tt_cache_htxt TYPE HASHED TABLE OF ts_cache_htxt
WITH UNIQUE KEY keypart langu application blview
|
|
10 | TT_CACHE_ITEM | Private | See coding | Cache Items (Table) | 20020618 | tt_cache_item TYPE HASHED TABLE OF ts_cache_item
WITH UNIQUE KEY fieldgroup blview fldgrpvar
|
|
11 | TT_LISTCOLC | Private | See coding | 20020814 | tt_listcolc TYPE STANDARD TABLE OF crmc_listcolc
WITH DEFAULT KEY
|
Method Signatures
Method GET_COLUMN_SQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppenaufbau (wird IT_FIELDGRP_EXT ersetzen) | 20020816 | ||
2 | ![]() |
ET_COLNAMES_SEQ | Call by reference | Type reference (TYPE) | STRING_TABLE | Feldnamen-Abfolge gemäß priorisierter Quelle | 20020801 | ||
3 | ![]() |
ET_FIELDGRP_SEQ | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_SEQ | Feldabfolge gemäß Feldgruppentabelle | 20020801 | ||
4 | ![]() |
ET_LISTCOLC | Call by reference | Type reference (TYPE) | CRMT_LISTCOLC_TAB | Feldabfolge gemäß C-Tabelle | 20020819 | ||
5 | ![]() |
IT_FIELDATTRIB | Call by reference | Type reference (TYPE) | CRMT_BSP_OBJ_FIELDATTRIB_TAB | Dynamische Feldattribute der Anwendung zur Laufzeit | 20020820 | ||
6 | ![]() |
IT_FIELDGRP_EXT | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_TAB | Feldgruppenaufbau (falls initial -> wird selbst beschafft) | 20020801 | ||
7 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
8 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020801 | ||
9 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Wurzelfeldgruppe | 20020801 | ||
10 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020801 | ||
11 | ![]() |
IV_IGNORE_PERS | Call by reference | Type reference (TYPE) | BOOLEAN | Personalisierung nicht berücksichtigen | 20020814 | ||
12 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | Benutzer für Personalisierungsdaten | 20020816 |
Method GET_COLUMN_SQ on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method GET_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIELDGRE | Call by reference | Type reference (TYPE) | CRMC_FIELDGRE | Entität Feldgruppe | 20020618 | ||
2 | ![]() |
ES_FIELDGRE_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRE_I | Entität Feldgruppe + interne Felder | 20020618 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | |||
5 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Feldgruppe | 20020618 | ||
6 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020618 |
Method GET_HEAD on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method GET_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIELDGRE | Call by reference | Type reference (TYPE) | CRMC_FIELDGRE | Kopfdaten der Hauptfeldgruppe | 20020621 | ||
2 | ![]() |
ET_FIELDGRE_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRE_IT | Kopfdaten aller inkludierten Feldgruppen (inkl. Text) | 20020621 | ||
3 | ![]() |
ET_FIELDGRE_T | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_T_TAB | Textdaten aller inkludierten Feldgruppen (Kompatibilität) | 20020621 | ||
4 | ![]() |
ET_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppenaufbau | 20020621 | ||
5 | ![]() |
ET_FIELDGRP_EXT | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_TAB | Feldgruppenaufbau + Hierarchiestufe (sortierte Tabelle) | 20020621 | ||
6 | ![]() |
ET_FIELDGRP_SEQ | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_SEQ | Einträge aus ET_FIELDGRP_EXT in sequentieller Abfolge | 20020801 | ||
7 | ![]() |
EV_FIRST_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name des ersten Felds der Gruppe | 20020621 | ||
8 | ![]() |
EV_RETURNCODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Fehlercode | 20020621 | ||
9 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
10 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020621 | ||
11 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Wurzelfeldgruppe | 20020621 | ||
12 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020621 | ||
13 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020621 |
Method GET_HIERARCHY on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method GET_ITEM_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppe Detail | 20020618 | ||
2 | ![]() |
ET_FIELDGRP_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_IT | Standardtabelle zu CRMT_FIELDGRP_I | 20020618 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020618 | ||
5 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Feldgruppe | 20020618 | ||
6 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020620 | ||
7 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020618 |
Method GET_ITEM_ALL on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method GET_ITEM_ONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIELDGRP | Call by reference | Type reference (TYPE) | CRMC_FIELDGRP | Feldgruppenposition | 20020618 | ||
2 | ![]() |
ES_FIELDGRP_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_I | Feldgruppenposition + interne Felder | 20020618 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020618 | ||
5 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | ViewSwitch-Gruppe | 20020618 | ||
6 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020620 | ||
7 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache | 20020618 | |
8 | ![]() |
IV_SCREENPOS | Call by reference | Type reference (TYPE) | CRMT_BSP_SCREENPOSITION | Bildposition in Feldgruppentabelle | 20020618 |
Method GET_ITEM_ONE on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method LOAD_COLUMN_SQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COLNAMES_SEQ | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20020814 | ||
2 | ![]() |
ET_LISTCOLC | Call by reference | Type reference (TYPE) | CRMT_LISTCOLC_TAB | Standardtabelle zu CRMC_LISTCOLC | 20020819 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020814 | ||
5 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Feldgruppe | 20020814 | ||
6 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020814 |
Method LOAD_COLUMN_SQ on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method LOAD_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIELDGRE_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRE_I | Entität Feldgruppe + interne Felder | 20020618 | ||
2 | ![]() |
IS_FIELDGRE_KEY | Call by reference | Type reference (TYPE) | CRMT_FIELDGRE_KEY | Entität Feldgruppe - Schlüssel | 20020618 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
4 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | |||
5 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20020618 |
Method LOAD_HEAD on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method LOAD_HEAD_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_FIELDGRE_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRE_I | Entität Feldgruppe + interne Felder | 20020618 | ||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
3 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | 20050126 | |||
4 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20020618 |
Method LOAD_HEAD_TEXT on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method LOAD_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDGRP_I | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_IT | Standardtabelle zu CRMT_FIELDGRP_I | 20020618 | ||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | CRMT_BSP_APPL | 20050126 | |||
3 | ![]() |
IV_BLVIEW | Call by reference | Type reference (TYPE) | CRMT_BSP_BLVIEW | Sicht für UI-Darstellung | 20020618 | ||
4 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Feldgruppe | 20020618 | ||
5 | ![]() |
IV_FLDGRPVAR | Call by reference | Type reference (TYPE) | CRMT_BSP_FLDGRPVAR | Feldgruppenvariante | 20020620 | ||
6 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | R/3-System, aktuelle Sprache | 20020618 |
Method LOAD_ITEM on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method RESET_CACHE Signature
Method RESET_CACHE on class CL_CRM_BSP_ACCS_FIELDGROUP has no parameter.
Method RESET_CACHE on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method RESORT_FLATGROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppentabelle in seq. Reihenfolge | 20020816 | ||
2 | ![]() |
IT_FIELDGRP | Value transfer | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppentabelle | 20020816 | ||
3 | ![]() |
IV_FIELDGROUP | Value transfer | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Wurzelfeldgruppe | 20020816 |
Method RESORT_FLATGROUP on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method RESORT_FLATGROUP_R Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppe Detail | 20020816 | ||
2 | ![]() |
IT_FIELDGRP | Call by reference | Type reference (TYPE) | CRMT_FIELDGRP_TAB | Feldgruppe Detail | 20020816 | ||
3 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Wurzelfeldgruppe | 20020816 |
Method RESORT_FLATGROUP_R on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method RESORT_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDGRP_SEQ | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_SEQ | Standardtabelle zu CRMC_LISTCOLSEQC | 20020801 | ||
2 | ![]() |
IT_FIELDGRP_EXT | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_TAB | Tabellentyp für Detail Element | 20020801 |
Method RESORT_HIERARCHY on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
Method RESORT_HIERARCHY_R Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELDGRP_SEQ | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_SEQ | Standardtabelle zu CRMC_LISTCOLSEQC | 20020801 | ||
2 | ![]() |
IT_FIELDGRP_EXT | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP_EXT_TAB | Tabellentyp für Detail Element | 20020801 | ||
3 | ![]() |
IV_FIELDGROUP | Call by reference | Type reference (TYPE) | CRMT_BSP_FIELDGRP | Feldgruppe | 20020801 | ||
4 | ![]() |
IV_HIERARCHYLEVEL | Call by reference | Type reference (TYPE) | I | Hierarchieebene | 20020801 |
Method RESORT_HIERARCHY_R on class CL_CRM_BSP_ACCS_FIELDGROUP has no exception.
History
Last changed by/on | SAP | 20050214 |
SAP Release Created in | 310 |