SAP ABAP Interface J_7L_ICONTROL (Generic Assignment in Dialog)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
IS-REA-COR (Application Component) Recycling Administration Core Functions
⤷
J7LR (Package) REA Core Functionality

⤷

⤷

Meta Relationship - Used By
Properties
Interface | J_7L_ICONTROL | |
Short Description | Generic Assignment in Dialog |
General Data
Package | J7LR | REA Core Functionality |
Created | 20061018 | SAP |
Last changed | 20100310 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | J7LR2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | J7LR3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface J_7L_ICONTROL has no interface.
Friends
Interface J_7L_ICONTROL has no friend.
Attributes
Interface J_7L_ICONTROL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an Item to the List | 20061018 |
2 | ![]() |
Instance method | Public | Method | Gets All Items from the List | 20061018 |
3 | ![]() |
Instance method | Public | Method | Gets Details for an Item | 20061031 |
4 | ![]() |
Instance method | Public | Method | Gets Item Number of Selected Item | 20061018 |
5 | ![]() |
Instance method | Public | Method | UNDO/REDO Function | 20061102 |
6 | ![]() |
Instance method | Public | Method | Removes an Item from List | 20061018 |
7 | ![]() |
Instance method | Public | Method | Determines Container for the Control | 20061018 |
8 | ![]() |
Instance method | Public | Method | Writes Details for an Item | 20061031 |
9 | ![]() |
Instance method | Public | Method | Sets Selected Item | 20070301 |
10 | ![]() |
Instance method | Public | Method | Refresh Content on Control | 20061120 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CONTENT_UPDATE | Instance Event (0) |
Public (2) |
Content Change | 20061102 |
2 | MEMORY_CHANGE | Instance Event (0) |
Public (2) |
Memory Change | 20061102 |
3 | SELECTION_CHANGE | Instance Event (0) |
Public (2) |
Change in Item Selection | 20061018 |
Types
Interface J_7L_ICONTROL has no local type.
Method Signatures
Method ADD_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_DETAILS | Call by reference | Type reference (TYPE) | ANY TABLE | Detailinformationen | 20061102 | ||
2 | ![]() |
IN_ITEM | Call by reference | Type reference (TYPE) | ANY | Einzufügende Position | 20061018 | ||
3 | ![]() |
IN_NO_FLUSH | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Kein Frontendupdate von Control | 20061031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Typenumwandlung | 20061018 |
Method GET_ALL_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_ITEMS | Call by reference | Type reference (TYPE) | ANY TABLE | Alle Positionen | 20061018 |
Method GET_ALL_ITEMS on Interface J_7L_ICONTROL has no exception.
Method GET_ITEM_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_ITEM | Call by reference | Type reference (TYPE) | ANY | Position für Details | 20061031 | ||
2 | ![]() |
O_DETAILS | Call by reference | Type reference (TYPE) | ANY TABLE | Detailinformationen | 20061031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Typenumwandlung | 20061031 |
Method GET_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_ITEM | Call by reference | Type reference (TYPE) | ANY TABLE | Ausgewählte Position | 20061030 | ||
2 | ![]() |
O_ITEM_NUMBER | Call by reference | Type reference (TYPE) | J_7LPOSITION_TAB | Positionsnummer | 20061018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Position ausgewählt | 20061018 |
Method MOVE_MEMORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_DIRECTION | Value transfer | Type reference (TYPE) | SIGN | + => REDO, -=> UNDO | 20061102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim verarbeiten der Eingabe | 20061102 |
Method REMOVE_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_ITEM_NUMBER | Value transfer | Type reference (TYPE) | I | Position, die entfernt werden soll | 20061018 | ||
2 | ![]() |
IN_NO_FLUSH | Value transfer | Type reference (TYPE) | CHAR1 | SPACE | Kein Frontendupdate von Control | 20061031 | |
3 | ![]() |
O_RETURN | Value transfer | Type reference (TYPE) | BOOLEAN | X=true => erfolgreich, -=false, space=unknown) | 20061018 |
Method REMOVE_ITEM on Interface J_7L_ICONTROL has no exception.
Method SET_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20061018 | ||
2 | ![]() |
IN_DND_HANDLER_AD | Call by reference | Object reference (TYPE REF TO) | J_7L_IDND | Drag&Drop Event handler für Hinzufügen | 20070302 | ||
3 | ![]() |
IN_DND_HANDLER_RM | Call by reference | Object reference (TYPE REF TO) | J_7L_IDND | Drag&Drop Event handler für Entfernen | 20070302 | ||
4 | ![]() |
IN_MODUS | Call by reference | Type reference (TYPE) | C | X=> Änderungsmodus, space => Anzeige | 20061019 | ||
5 | ![]() |
IN_PERSONAL_A | Call by reference | Type reference (TYPE) | J7LR3_PERSONAL_LINE | Personalisierung Artikel | 20071109 | ||
6 | ![]() |
IN_PERSONAL_V | Call by reference | Type reference (TYPE) | J7LR2_PERSONAL_LINE | Personalisierung Verpackung | 20071109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler beim Anlegen der Controls | 20061018 |
Method SET_ITEM_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_DETAILS | Call by reference | Type reference (TYPE) | ANY TABLE | Detailinformationen | 20061031 | ||
2 | ![]() |
IN_ITEM | Call by reference | Type reference (TYPE) | ANY | Position für Details | 20061031 | ||
3 | ![]() |
IN_NO_FLUSH | Value transfer | Type reference (TYPE) | CHAR1 | SPACE | Kein Frontendupdate von Control | 20061031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Typenumwandlung | 20061031 |
Method SET_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_ITEM | Call by reference | Type reference (TYPE) | ANY TABLE | Ausgewählte Position | 20070301 | ||
2 | ![]() |
IN_ITEM_NUMBER | Call by reference | Type reference (TYPE) | J_7LPOSITION_TAB | Positionsnummer | 20070301 | ||
3 | ![]() |
IN_NODE | Value transfer | Type reference (TYPE) | LVC_NKEY | Knotentabelle für Verbindung ALV-Tree und GIDNR | 20070301 | ||
4 | ![]() |
IN_NO_FLUSH | Value transfer | Type reference (TYPE) | CHAR1 | SPACE | Kein Frontendupdate von Control | 20070301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Position ausgewählt | 20070301 |
Method UPDATE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SOFT_UPDATE | Value transfer | Type reference (TYPE) | CHAR1 | 'X' | Aktualisierung ohne Neuaufbau | 20061121 |
Method UPDATE_CONTENT on Interface J_7L_ICONTROL has no exception.
Event Signatures
Event CONTENT_UPDATE Signature
Event CONTENT_UPDATE on Interface J_7L_ICONTROL has no parameter.
Event MEMORY_CHANGE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MEMORY_LINES | Exporting | Value transfer | Type reference (TYPE) | I | Anzahl der Zeilen im Memory | 20061102 | ||
2 | POINTER | Exporting | Value transfer | Type reference (TYPE) | I | Zeiger auf aktuelle Zeile im Memory | 20061102 |
Event SELECTION_CHANGE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IS_ITEM_SELECTED | Exporting | Value transfer | Type reference (TYPE) | BOOLEAN | X=true => Auswahl, -=false => Keine Auswahl, space=unknown) | 20061018 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 510 |