CALL_QR_POPUP_RESA SAP Method of class /BCV/IWCI_WDC_CFG_POP_QR_RESA









Below is documentation, parameters and attributes of ABAP Method CALL_QR_POPUP_RESA within SAP class /BCV/IWCI_WDC_CFG_POP_QR_RESA. 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 /BCV/IWCI_WDC_CFG_POP_QR_RESA into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Instance

This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.

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

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


Parameters of Method CALL_QR_POPUP_RESA

.

NameTypeData TypeDescriptionDefault Value
IS_RESAImportingTYPE
/BCV/S_CFG_QUERY_RESATTR
IS_TRANS_KEYSImportingTYPE
/BCV/S_CFG_TRANS_KEYS
IT_INATTRImportingTYPE
/BCV/T_CFG_QUERY_INPUT_ATTR
IT_OUTATTRImportingTYPE
/BCV/T_CFG_QUERY_OUTPUT_ATTR
IT_RESAImportingTYPE
/BCV/T_CFG_QUERY_RESATTR
IV_FIELD_READONLYImportingTYPE
WDY_BOOLEAN
IV_KEY_READONLYImportingTYPE
WDY_BOOLEAN



Exceptions of Method CALL_QR_POPUP_RESA

This method does not have any exceptions

Example ABAP coding


DATA: lo_class TYPE REF TO /BCV/IWCI_WDC_CFG_POP_QR_RESA.
DATA: lv_IS_RESA TYPE /BCV/S_CFG_QUERY_RESATTR,
lv_IS_TRANS_KEYS TYPE /BCV/S_CFG_TRANS_KEYS,
lv_IT_INATTR TYPE /BCV/T_CFG_QUERY_INPUT_ATTR,
lv_IT_OUTATTR TYPE /BCV/T_CFG_QUERY_OUTPUT_ATTR,
lv_IT_RESA TYPE /BCV/T_CFG_QUERY_RESATTR,
lv_IV_FIELD_READONLY TYPE WDY_BOOLEAN,
lv_IV_KEY_READONLY TYPE WDY_BOOLEAN,
lv_other TYPE c.

CALL METHOD lo_class=>CALL_QR_POPUP_RESA(
EXPORTING
IS_RESA = lv_IS_RESA
IS_TRANS_KEYS = lv_IS_TRANS_KEYS
IT_INATTR = lv_IT_INATTR
IT_OUTATTR = lv_IT_OUTATTR
IT_RESA = lv_IT_RESA
IV_FIELD_READONLY = lv_IV_FIELD_READONLY
IV_KEY_READONLY = lv_IV_KEY_READONLY ).

Links to Related Class(s)

/BCV/IWC...
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!