Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module REUSE_ALV_TRANSFER_DATA () is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_TRANSFER_DATA |
Short Text | |
Function Group | SALV |
Package | SLIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_KEYINFO | TYPE | SLIS_KEYINFO_ALV | Header/posit. table field links | |
IS_LAYOUT | TYPE | SLIS_LAYOUT_ALV | List Layout Specifications | |
IS_LINEINFO | TYPE | SLIS_LINEINFO | ?? | |
IS_LIST_SCROLL | TYPE | SLIS_LIST_SCROLL | Current list scroll status | |
IS_PRINT | TYPE | SLIS_PRINT_ALV | Print information | |
IT_EVENT_EXIT | TYPE | SLIS_T_EVENT_EXIT | Standard fcode exit requests table | |
IT_EXCEPT_QINFO | TYPE | SLIS_T_QINFO_ALV | Tabelle für Exception Quickinfo | |
IT_EXCLUDING | TYPE | SLIS_T_EXTAB | Table of inactive function codes | |
IT_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field Catalog with Field Descriptions | |
IT_FILTER | TYPE | SLIS_T_FILTER_ALV | Filter criteria for first list output | |
IT_SORT | TYPE | SLIS_T_SORTINFO_ALV | List output sort criteria | |
IT_SPECIAL_GROUPS | TYPE | SLIS_T_SP_GROUP_ALV | Grouping fields for column selection |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_KEYINFO | TYPE | KKBLO_KEYINFO | Header/posit. table field links | |
ES_LAYOUT | TYPE | KKBLO_LAYOUT | List Layout Specifications | |
ES_LINEINFO | TYPE | KKBLO_LINEINFO | ?? | |
ES_LIST_SCROLL | TYPE | KKBLO_LIST_SCROLL | ||
ET_EVENT_EXIT | TYPE | KKBLO_T_EVENT_EXIT | Standard fcode exit requests table | |
ET_EXCLUDING | TYPE | KKBLO_T_EXTAB | Table of inactive function codes | |
ET_FIELDCAT | TYPE | KKBLO_T_FIELDCAT | Field Catalog with Field Descriptions | |
ET_FILTER | TYPE | KKBLO_T_FILTER | List output filter criteria | |
ET_SORT | TYPE | KKBLO_T_SORTINFO | List output sort criteria | |
ET_SPECIAL_GROUPS | TYPE | KKBLO_T_SP_GROUP | Grouping fields for column selection |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.