CALL_CNA SAP Method Trigger CNA









Below is documentation, parameters and attributes of ABAP Method CALL_CNA within SAP class /SCMB/CL_CNA_DRV. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /SCMB/CL_CNA_DRV into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method CALL_CNA can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method CALL_CNA

.

NameTypeData TypeDescriptionDefault Value
IT_AI_DRV_ABSENCEImportingTYPE
/SCMB/DRV_CNA_ABSENCE_T
Table Type CNA data for Driver Absence
IT_AI_DRV_AVAILImportingTYPE
/SCMB/DRV_CNA_AVAIL_T
Table Type CNA data for Driver Availability
IT_AI_DRV_HEADImportingTYPE
BUP_BUT000_T
BP: General data I
IT_AI_DRV_QUALIImportingTYPE
/SCMB/DRV_CNA_QUALI_T
Table Type CNA data for Driver Qualification
IT_AI_DRV_SHIFT_ASSIGNImportingTYPE
/SCMB/DRV_CNA_SHIFT_SEQ_T
Table Type CNA data for Driver Shift Sequence Assignments
IT_BI_DRV_ABSENCEImportingTYPE
/SCMB/DRV_CNA_ABSENCE_T
Table Type CNA data for Driver Absence
IT_BI_DRV_AVAILImportingTYPE
/SCMB/DRV_CNA_AVAIL_T
Table Type CNA data for Driver Availability
IT_BI_DRV_HEADImportingTYPE
BUP_BUT000_T
BP: General data I
IT_BI_DRV_QUALIImportingTYPE
/SCMB/DRV_CNA_QUALI_T
Table Type CNA data for Driver Qualification
IT_BI_DRV_SHIFT_ASSIGNImportingTYPE
/SCMB/DRV_CNA_SHIFT_SEQ_T
Table Type CNA data for Driver Shift Sequence Assignments



Exceptions of Method CALL_CNA

This method does not have any exceptions

Example ABAP coding


DATA: lv_IT_AI_DRV_ABSENCE TYPE /SCMB/DRV_CNA_ABSENCE_T,
lv_IT_AI_DRV_AVAIL TYPE /SCMB/DRV_CNA_AVAIL_T,
lv_IT_AI_DRV_HEAD TYPE BUP_BUT000_T,
lv_IT_AI_DRV_QUALI TYPE /SCMB/DRV_CNA_QUALI_T,
lv_IT_AI_DRV_SHIFT_ASSIGN TYPE /SCMB/DRV_CNA_SHIFT_SEQ_T,
lv_IT_BI_DRV_ABSENCE TYPE /SCMB/DRV_CNA_ABSENCE_T,
lv_IT_BI_DRV_AVAIL TYPE /SCMB/DRV_CNA_AVAIL_T,
lv_IT_BI_DRV_HEAD TYPE BUP_BUT000_T,
lv_IT_BI_DRV_QUALI TYPE /SCMB/DRV_CNA_QUALI_T,
lv_IT_BI_DRV_SHIFT_ASSIGN TYPE /SCMB/DRV_CNA_SHIFT_SEQ_T,
lv_other TYPE c.

CALL METHOD /SCMB/CL_CNA_DRV=>CALL_CNA(
EXPORTING
IT_AI_DRV_ABSENCE = lv_IT_AI_DRV_ABSENCE
IT_AI_DRV_AVAIL = lv_IT_AI_DRV_AVAIL
IT_AI_DRV_HEAD = lv_IT_AI_DRV_HEAD
IT_AI_DRV_QUALI = lv_IT_AI_DRV_QUALI
IT_AI_DRV_SHIFT_ASSIGN = lv_IT_AI_DRV_SHIFT_ASSIGN
IT_BI_DRV_ABSENCE = lv_IT_BI_DRV_ABSENCE
IT_BI_DRV_AVAIL = lv_IT_BI_DRV_AVAIL
IT_BI_DRV_HEAD = lv_IT_BI_DRV_HEAD
IT_BI_DRV_QUALI = lv_IT_BI_DRV_QUALI
IT_BI_DRV_SHIFT_ASSIGN = lv_IT_BI_DRV_SHIFT_ASSIGN ).

Links to Related Class(s)

/SCMB/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!