Menu

SAP Function Module RP_TAXREP_DETERMINE_SETS

Filling sub- and mainsets for combination to fill in tax reporter

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module RP_TAXREP_DETERMINE_SETS (Filling sub- and mainsets for combination to fill in tax reporter) is a standard Function Module in SAP ERP and is part of the function group RPTR within the package PBAS.

Technical Information

Function Module RP_TAXREP_DETERMINE_SETS
Short Text Filling sub- and mainsets for combination to fill in tax reporter
Function Group RPTR
Package PBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ABKRS LIKE QPU21-ABKRS Payroll subunit
ENDDA LIKE QPU21-ENDDA Until when entries should be generated
MOLGA LIKE T001P-MOLGA '10' Country modifier
TAXAU LIKE QPU21-TAXAU Tax authority
TAXTY LIKE QPU21-TAXTY Tax form group
TIMUN LIKE QPU21-TIMUN Time unit of tax reporter
TXCMP LIKE QPU21-TXCMP Tax company

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I51T6 LIKE QPU21 Table with sub- and mainset of combo to fill

Exceptions

This function module does not define any Exceptions.