CHECK_BW_MANDT SAP Method of class CL_RSTCO_200_UTILITIES









Below is documentation, parameters and attributes of ABAP Method CHECK_BW_MANDT within SAP class CL_RSTCO_200_UTILITIES. 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 CL_RSTCO_200_UTILITIES 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 CHECK_BW_MANDT can also be found below:

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


Parameters of Method CHECK_BW_MANDT

.

NameTypeData TypeDescriptionDefault Value
IO_PR_LOGImportingTYPE REF TO
CL_STCTM_LOG
Task Log
IV_EQ_CHECKImportingTYPE
ABAP_BOOL
IV_ODP_SETUPImportingTYPE
ABAP_BOOL
ES_MESSAGEExportingTYPE
BAPIRET2
Return Parameter
EV_BW_MANDTExportingTYPE
MANDT
Client
EV_BW_SETUPExportingTYPE
ABAP_BOOL
EV_ERRORExportingTYPE
ABAP_BOOL
EV_WARNINGExportingTYPE
ABAP_BOOL



Exceptions of Method CHECK_BW_MANDT

This method does not have any exceptions

Example ABAP coding


DATA: lv_ES_MESSAGE TYPE BAPIRET2,
lv_EV_BW_MANDT TYPE MANDT,
lv_EV_BW_SETUP TYPE ABAP_BOOL,
lv_EV_ERROR TYPE ABAP_BOOL,
lv_EV_WARNING TYPE ABAP_BOOL,
lv_IO_PR_LOG TYPE CL_STCTM_LOG,
lv_IV_EQ_CHECK TYPE ABAP_BOOL,
lv_IV_ODP_SETUP TYPE ABAP_BOOL,
lv_other TYPE c.

CALL METHOD CL_RSTCO_200_UTILITIES=>CHECK_BW_MANDT(
EXPORTING
IO_PR_LOG = lv_IO_PR_LOG
IV_EQ_CHECK = lv_IV_EQ_CHECK
IV_ODP_SETUP = lv_IV_ODP_SETUP
IMPORTING
ES_MESSAGE = lv_ES_MESSAGE
EV_BW_MANDT = lv_EV_BW_MANDT
EV_BW_SETUP = lv_EV_BW_SETUP
EV_ERROR = lv_EV_ERROR
EV_WARNING = lv_EV_WARNING ).

Links to Related Class(s)

CL_RSTCO...
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!