Menu

SAP Function Module CACS00_CASE_READ_BY_BUSCASE

Read Commission Case from DB (Using Ext. Business Transaction ID)

The Function Module CACS00_CASE_READ_BY_BUSCASE (Read Commission Case from DB (Using Ext. Business Transaction 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_BUSCASE
Short Text Read Commission Case from DB (Using Ext. Business Transaction 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 Only active version per transaction (X - active only)
IFLG_COMPLETED_ONLY TYPE BOOLEAN_FLG SPACE Boolean Variables (X-true, space-false)
IFLG_CONSISTENT_ONLY TYPE BOOLEAN_FLG SPACE Boolean Variables (X-true, space-false)
IFLG_FAILED_ONLY TYPE BOOLEAN_FLG SPACE Boolean Variables (X-true, space-false)
IFLG_INVALID TYPE BOOLEAN_FLG SPACE The older versions for each case? (X - Older)
IFLG_PENDING_ONLY TYPE BOOLEAN_FLG SPACE Boolean Variables (X-true, space-false)
IFLG_VALID TYPE BOOLEAN_FLG 'X' The latest version for each case? (X - Newest)
I_BUSOBJ_ID TYPE CACSBUSOBJID Business Object ID
I_BUSOBJ_TYPE TYPE CACSBUSOBJTYP Type of Business Object
I_BUSOBJ_VERS TYPE CACSVERSIONLONG Version of Master Data or Customizing Object
I_REM_BUSCASE_ID TYPE CACSTRIBUSCASEID Business Transaction ID
I_REM_BUSCASE_TYP TYPE CACSTRIBUSCASTYP Business Transaction Category

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 Commission Case
I_STATUS LIKE CACS_S_STATUS Status (Listed in Single Values)

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_CASE_FOUND No commission case found that matched selection