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 PVSDBCMP_PV_READ_BY_CRIT (Varianten nach Kriterien lesen) is a standard Function Module in SAP ERP and is part of the function group PVSDBCMP within the package CPPECMP_APPL.
Function Module | PVSDBCMP_PV_READ_BY_CRIT |
Short Text | Varianten nach Kriterien lesen |
Function Group | PVSDBCMP |
Package | CPPECMP_APPL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_AENNR_SEL | TYPE | PPENV_AENNR_SEL_TAB | Selektionstabelle für Änderungsnummern | |
IT_CHNGBY_SEL | TYPE | PPET_CHNGBY_SEL_TAB | Selektionstabelle für Änderer | |
IT_CHNGDAT_SEL | TYPE | PPET_CHNGDAT_SEL_TAB | Selektionstabelle für Änderungsdatum | |
IT_CLASS_SEL | TYPE | PPET_CLINT_SEL_TAB | Selektionstabelle für Klassen | |
IT_CMPID | TYPE | PPENV_CMPID_TAB | Tabelle für Materialien | |
IT_CREABY_SEL | TYPE | PPET_CREABY_SEL_TAB | Selektionstabelle für Anleger | |
IT_CREADAT_SEL | TYPE | PPET_CREADAT_SEL_TAB | Selektionstabelle für Anlegedatum | |
IT_PNAME_SEL | TYPE | PPET_PNAME_SEL_TAB | Selektionstabelle für PVS-Knoten | |
IT_PVCTYPE_SEL | TYPE | PPET1_PVCTYPE_SEL_TAB | Selektionstabelle für PVCTYPE's | |
IT_PVNAME_SEL | TYPE | PPET_POSVAR_SEL_TAB | Selektionstabelle für PVS-Varianten | |
IV_COUNT_FLG | TYPE | C | PPET_FALSE | Nur Anzahl der Treffer bestimmen |
IV_MSG_OPT | TYPE | PPET_MSG_OPT | 'A' | Nachrichtenbehandlung im iPPE |
IV_PNODID_FLG | TYPE | C | PPET_FALSE | Knoten-ID's lesen |
IV_PVCMPP_FLG | TYPE | C | PPET_FALSE | PVCMPP-Sätze lesen |
IV_PVCMPR_FLG | TYPE | C | PPET_FALSE | PVCMPR-Sätze lesen |
IV_PVCMPV_FLG | TYPE | C | PPET_FALSE | PVCMPV-Sätze lesen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_PNODID | TYPE | PPET_PNODID_LI_TAB | ID's der PVS-Knoten | |
ET_POSVID | TYPE | PPET_POSVID_LI_TAB | ID's der Varianten | |
ET_PVCMP | TYPE | PPET1_PVCMP_LI_TAB | Historienverwaltung | |
ET_PVCMPD | TYPE | PPET1_PVCMPD_LI_TAB | Zeitabhängige Attribute | |
ET_PVCMPP | TYPE | PPET1_PVCMPP_LI_TAB | Positionsattribute | |
ET_PVCMPR | TYPE | PPET1_PVCMPR_LI_TAB | Ersetzung zeitabhängige Attribute | |
ET_PVCMPV | TYPE | PPET1_PVCMPV_LI_TAB | Rohteildaten | |
EV_COUNT | TYPE | I | Anzahl Treffer |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | Allgemeiner Fehler |