Fonction SAP CACS00_RFC_CASE_CHECK - Check Commission Case

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
IFGL_RETURN_MSSGS BOOLEAN_FLG C 1 'X' X Return messages? ('X' Return messages)
I_CASE CACS00_CAS u 586 Reported Commission Case (See Documentation)

Paramètre Reférence Type Long. Description
E_CASE CACS00_CAS u 586 Reported Commission Case (See Documentation)
E_FLG_ERROR CACSCASEERROR C 1 Does commission case contain errors?
E_FLG_REJECTED CACSCASEREJECT C 1 Reject commission case?

Paramètre Reférence Long. Facultatif Description
C_ACTIVITY CACS00_ACT 92 X Reported Case Activities
C_BUNDLE CACS00_BDL 181 X Rebundling Order for Triggering Subobjects
C_INVESTIGATION CACS00_INV 100 X Reported Participants in Participation
C_LINES CACS00_LIN 207 X Reported Variances (Special Commission) for the Case
C_LOGENTRIES CACS_S_BUFFLOG 304 Collection of all Messages
C_OBJECTDATA CACS00_OBJ 140 X Reported Object Descriptions of Activities
C_PARTICIPATION CACS00_PAR 32 X Reported Participation in the Case
C_RELATIONS CACS00_REL 71 X Reported Relationships Among Participants

Functionality
Reports a commission case to the commission system.
You can specify the processing type used for reporting a commissioncase using I_WORKMODE and I_WORKTYPE (e.g. "Create case" simulation).You can use existing commission cases as templates (I_REFERENCE_COPY)and/or you can add a new knowledge status (I_CHANGE_CASE) of acommission case.
The commission case data is reported to the inbound tables I_CASE,I_PARTICIPATION, I_INVESTIGATION, I_ACTIVITY, I_OBJECTDATE and I_LINES.This results in the commission document being returned in the E_DOC_*tables and a processing log C_LOGENTRIES.

Further information
Use the CACS_MESSAGE_SHOW function module to display single messagesfrom the C_LOGENTRIES return table.