The Function Module HR_CREATE_DDS_DATASET_A (HR-AT: Erstellen von Datensätzen 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_DATASET_A |
Short Text | HR-AT: Erstellen von Datensätzen 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 |
ESIMU | TYPE | XFELD | ' ' | X' - Simulationsmodus (kein Update in T5A1O) |
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 | |
REF_I5A1O | CLASS | DATA | Referenz auf aktuell neu erstellte Sätze in T5A1O |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DDS_BG | LIKE | Lohnzettel SV (Beitragsgrundlagenmeldung) | ||
DDS_BN | LIKE | Beitragsnachweisungen | ||
DDS_EF | LIKE | Erstattungsanträge (obsolet) | ||
DDS_SM | LIKE | Schwerarbeitsmeldungen | ||
DDS_VM | LIKE | Versichertenmeldungen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
IF_VIOLATED_CONDITION | Schnittstelle ungültig versorgt |
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 |