STOCKLIST_BUILD SAP Method Creation of Stock Check









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

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


Parameters of Method STOCKLIST_BUILD

.

NameTypeData TypeDescriptionDefault Value
IS_ALV_ROW_DATAImportingTYPE
/ISDFPS/S_PE_MAT_M_ALV
Structure for Material Display in ALV for Mult. Pers. Equip.
IV_MTYPEImportingTYPE
/ISDFPS/MAT_TYPE
Material Category



Exceptions of Method STOCKLIST_BUILD

This method does not have any exceptions

Example ABAP coding


DATA: lv_IS_ALV_ROW_DATA TYPE /ISDFPS/S_PE_MAT_M_ALV,
lv_IV_MTYPE TYPE /ISDFPS/MAT_TYPE,
lv_other TYPE c.

CALL METHOD /ISDFPS/CL_GAF_PERSEQUI=>STOCKLIST_BUILD(
EXPORTING
IS_ALV_ROW_DATA = lv_IS_ALV_ROW_DATA
IV_MTYPE = lv_IV_MTYPE ).

Links to Related Class(s)

/ISDFPS/...
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!