Menu

SAP Function Module CACS00_CASE_READ_BY_BUSOBJS

Provisionsfall von DB lesen (über ext. Bus.Obj.ID)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 CACS00_CASE_READ_BY_BUSOBJS (Provisionsfall von DB lesen (über ext. Bus.Obj.ID)) is a standard Function Module in SAP ERP and is part of the function group CACS00_CASE_GET within the package CACSCC.

Technical Information

Function Module CACS00_CASE_READ_BY_BUSOBJS
Short Text Provisionsfall von DB lesen (über ext. Bus.Obj.ID)
Function Group CACS00_CASE_GET
Package CACSCC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IFLG_ACTIVE_ONLY TYPE BOOLEAN_FLG SPACE Pro Fall nur aktive Version? (X - nur aktive)
IFLG_COMPLETED_ONLY TYPE BOOLEAN_FLG SPACE Boolsche Variable (X-true, space-false)
IFLG_CONSISTENT_ONLY TYPE BOOLEAN_FLG SPACE Boolsche Variable (X-true, space-false)
IFLG_FAILED_ONLY TYPE BOOLEAN_FLG SPACE Boolsche Variable (X-true, space-false)
IFLG_INVALID TYPE BOOLEAN_FLG SPACE Pro Fall die ältere Versionen? (X - ältere)
IFLG_PENDING_ONLY TYPE BOOLEAN_FLG SPACE Boolsche Variable (X-true, space-false)
IFLG_VALID TYPE BOOLEAN_FLG 'X' Pro Fall die neueste Version? (X - neueste)
I_BUSOBJ_TYPE TYPE CACSBUSOBJTYP Typ des Geschäftsobjekts
I_BUSOBJ_VERS TYPE CACSVERSIONLONG Version des Geschäftsobjekts (SPACE - alle)
I_BUSOBJ_VERSDATE TYPE CACSVERSDATE SPACE Startdatum Versionsbeginn der Suche

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
E_CASE LIKE CACS00_CAS Provisionsfall
I_BUSOBJ_ID LIKE CACS_S_BUSOBJ_ID_RG ID der Geschäftsobjekte
I_STATUS LIKE CACS_S_STATUS Status (als Einzelwert-Aufzählung)

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_CASE_FOUND Kein Provisionsfall entsprach der Auswahl