Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module HR_CREATE_DDS_AK_A (HR-AT: Erstellen von Datensätzen(WV) zum Datenaustausch mit SV-Trägern) is a standard Function Module in SAP ERP and is part of the function group RPSA within the package PC03.
Function Module | HR_CREATE_DDS_AK_A |
Short Text | HR-AT: Erstellen von Datensätzen(WV) zum Datenaustausch mit SV-Trägern |
Function Group | RPSA |
Package | PC03 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATUM | LIKE | T5A1K-BEGDA | SY-DATUM | Datum zu dem die Datensätze erstellt wer |
TEST | LIKE | T5A1O-TESTK | 'X' | erstellte Sätze als Testfälle kennzeichnen |
USER | LIKE | T5A1O-UNAME | SY-UNAME | User-Name (Ersteller) |
UZEIT | LIKE | T5A1O-UZEIT | SY-UZEIT | Erstellungszeit |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CREATED | TYPE | I | Anzahl erstellter Sätze | |
OVERFLOW | TYPE | I | Anzahl erstellter Sätze mit Feld-Überlauf |
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 |
---|---|
LFD_NR_OVERFLOW | Tabelle T5A1o: keine Lfd. Nr. frei |
T5A1K_ERROR | Tabelle T5A1K nicht konsistent. |
T5A1M_ERROR | Tabelle T5A1M nicht konsistent. |
T5A1O_ENQUE_FAILED | Tabelle T5A1o konnte nicht gesperrt werden |