Menu

SAP Function Module CP_CHK_OPR_CONS_SEQ_TCA71

Operation: check whether operations fit in sequence interval

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 CP_CHK_OPR_CONS_SEQ_TCA71 (Operation: check whether operations fit in sequence interval) is a standard Function Module in SAP ERP and is part of the function group CP80 within the package CP.

Technical Information

Function Module CP_CHK_OPR_CONS_SEQ_TCA71
Short Text Operation: check whether operations fit in sequence interval
Function Group CP80
Package CP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHKDATE TYPE STTAG SPACE Stichtag
DTAB_IMP LIKE RCLST Current record in dialog table
DTAB_PRE_IMP LIKE RCLST Predecessor record of dialog table
FLG_ROUT_MES_IMP LIKE TCA01-FLG_REF Check validity of header

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_ERROR LIKE TCA01-FLG_REF Indicator: Errors have been written
FLG_WARNING LIKE TCA01-FLG_REF Indicator: Warning messages have been written

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.