IMPORT_FROM_ZIP SAP Method Method to import flavors from a zip file









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

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


Parameters of Method IMPORT_FROM_ZIP

.

NameTypeData TypeDescriptionDefault Value
IV_FILENAMEImportingTYPE
FILE_TABLE
file_table
ET_DISTINCT_FLAVORSExportingTYPE
TV_FLAVOR
ET_IMPORTED_FLAVORSExportingTYPE
PRSNAS_T_FLAVORS_TEXT
personas imported flavors



Exceptions of Method IMPORT_FROM_ZIP

This method does not have any exceptions

Example ABAP coding


DATA: lv_ET_DISTINCT_FLAVORS TYPE TV_FLAVOR,
lv_ET_IMPORTED_FLAVORS TYPE PRSNAS_T_FLAVORS_TEXT,
lv_IV_FILENAME TYPE FILE_TABLE,
lv_other TYPE c.

CALL METHOD CL_PERSONAS_ADMIN=>IMPORT_FROM_ZIP(
EXPORTING
IV_FILENAME = lv_IV_FILENAME
IMPORTING
ET_DISTINCT_FLAVORS = lv_ET_DISTINCT_FLAVORS
ET_IMPORTED_FLAVORS = lv_ET_IMPORTED_FLAVORS ).

Links to Related Class(s)

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