The Function Module RSD_ODSO_COMP_DIALOG (Dialog zum Vergleichen / Auswählen von ODS-Objekt Eigenschaften) is a standard Function Module in SAP ERP and is part of the function group RSDG_ODSO within the package RSD.
Function Module | RSD_ODSO_COMP_DIALOG |
Short Text | Dialog zum Vergleichen / Auswählen von ODS-Objekt Eigenschaften |
Function Group | RSDG_ODSO |
Package | RSD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ENABLE_SELECT | TYPE | RS_BOOL | RS_C_FALSE | - 'X'. Auswahl von Items erlaubt |
I_SHOW_DIFF_ONLY | TYPE | RS_BOOL | RS_C_TRUE | - X: Nur Unterschiede anzeigen |
I_S_ODSO1 | TYPE | RSD_S_ODSO | Eigenschaften des ODS Objektes1 | |
I_S_ODSO2 | TYPE | RSD_S_ODSO | Eigenschaften des ODS Objektes2 | |
I_TEXT_COLUMN1 | TYPE | STRING | Überschrift Spalte 1 | |
I_TEXT_COLUMN2 | TYPE | STRING | Überschrift Spalte 2 | |
I_TH_ODSO_IOBJ_PRO1 | TYPE | RSDO_TH_ODSO_IOBJ_PRO | ODS Objekt1 spezifische InfoObjecteigenschaften (Tabelle) | |
I_TH_ODSO_IOBJ_PRO2 | TYPE | RSDO_TH_ODSO_IOBJ_PRO | ODS Objekt2 spezifische InfoObjecteigenschaften (Tabelle) | |
I_T_INDX_IOBJ1 | TYPE | RSD_T_ODSO_INDX_IOBJ | Liste von InfoObjects in ODS-Index1 | |
I_T_INDX_IOBJ2 | TYPE | RSD_T_ODSO_INDX_IOBJ | Liste von InfoObjects in ODS-Index2 | |
I_T_ODSO_ATR_NAV1 | TYPE | RSDO_T_ODSO_ATR_NAV | Tabelle von Navigationsattributen im ODS Objekt1 | |
I_T_ODSO_ATR_NAV2 | TYPE | RSDO_T_ODSO_ATR_NAV | Tabelle von Navigationsattributen im ODS Objekt2 | |
I_T_ODSO_INDX1 | TYPE | RSD_T_ODSO_INDX | Liste von ODS-Indizes1 | |
I_T_ODSO_INDX2 | TYPE | RSD_T_ODSO_INDX | Liste von ODS-Indizes2 | |
I_T_ODSO_IOBJ1 | TYPE | RSDO_T_ODSO_IOBJ | Tabelle von InfoObjects im ODS1 | |
I_T_ODSO_IOBJ2 | TYPE | RSDO_T_ODSO_IOBJ | Tabelle von InfoObjects im ODS2 | |
I_T_ODSO_PRO1 | TYPE | RSD_T_ODSO_PRO | Eigenschaften von InfoObjects im ODS Objekt1 (n.f. requested) | |
I_T_ODSO_PRO2 | TYPE | RSD_T_ODSO_PRO | Eigenschaften von InfoObjects im ODS Objekt2 (n.f. requested) | |
I_T_TXT1 | TYPE | RSO_T_TXT | Texte eines ODS Objektes1 (in mehreren Sprachen) (n.f. reques | |
I_T_TXT2 | TYPE | RSO_T_TXT | Texte eines ODS Objektes2 (in mehreren Sprachen) (n.f. reques | |
I_WITH_DIALOG | TYPE | RS_BOOL | RS_C_TRUE | -' ' ohne Dialog (nur Nachrichten) |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_SUBRC | TYPE | SYSUBRC | Return Code | |
C_T_MSG | TYPE | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANCEL | Abbruch |