SAP ABAP Class CL_NHI_IMPORT_MULT_FILE_REQ (ImportMultipleFilesRequest)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-AHI (Application Component) Tools for ABAP and HANA Integration
⤷
SNHI_REPOSITORY_IMPORT (Package) Import

⤷

⤷

Properties
Class | CL_NHI_IMPORT_MULT_FILE_REQ | |
Short Description | ImportMultipleFilesRequest | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SNHI_REPOSITORY_IMPORT | Import |
Created | 20130809 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_NHI_IMPORT_MULT_FILE_REQ has no forward declaration.
Interfaces
Class CL_NHI_IMPORT_MULT_FILE_REQ has no interface implemented.
Friends
Class CL_NHI_IMPORT_MULT_FILE_REQ has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CE_NHI_ACTIVATION_MODE | 20130815 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BDATA_TABLE | 20130815 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'import' | 20130815 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'activationMode' | 20130815 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'autoActivate' | 20130815 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'contentProvided' | 20130815 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'fileList' | 20130815 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'forceRemove' | 20130815 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'onlyTestImport' | 20130815 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'session' | 20130815 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'tenant' | 20130815 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'fileList' | 20130815 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING_TABLE | 20130815 | |||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
18 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_NHI_INACTIVE_SESSION | 20130815 | |||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20130815 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Constructor | 20130815 | |
2 | ![]() |
Static method | Public | Method | 20130815 |
Events
Class CL_NHI_IMPORT_MULT_FILE_REQ has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | BDATA_TABLE | Public | See coding | 20130815 | bdata_table type standard table of xstring
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVATIONMODE | Call by reference | Object reference (TYPE REF TO) | CE_NHI_ACTIVATION_MODE | 20130815 | |||
2 | ![]() |
AUTOACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
3 | ![]() |
BDATA_LIST | Call by reference | Type reference (TYPE) | BDATA_TABLE | 20130815 | |||
4 | ![]() |
CONTENTPROVIDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
5 | ![]() |
FILELIST | Call by reference | Type reference (TYPE) | STRING_TABLE | 20130815 | |||
6 | ![]() |
FORCEREMOVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
7 | ![]() |
ONLYTESTIMPORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
8 | ![]() |
SESSION | Call by reference | Object reference (TYPE REF TO) | CL_NHI_INACTIVE_SESSION | 20130815 | |||
9 | ![]() |
TENANT | Call by reference | Type reference (TYPE) | STRING | 20130815 |
Method CONSTRUCTOR on class CL_NHI_IMPORT_MULT_FILE_REQ has no exception.
Method CREATE_IMPORT_MULT_FILE_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVATIONMODE | Call by reference | Object reference (TYPE REF TO) | CE_NHI_ACTIVATION_MODE | 20130815 | |||
2 | ![]() |
AUTOACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
3 | ![]() |
BDATA_LIST | Call by reference | Type reference (TYPE) | BDATA_TABLE | 20130815 | |||
4 | ![]() |
CONTENTPROVIDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
5 | ![]() |
FILELIST | Call by reference | Type reference (TYPE) | STRING_TABLE | 20130815 | |||
6 | ![]() |
FORCEREMOVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
7 | ![]() |
ONLYTESTIMPORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130815 | |||
8 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_NHI_IMPORT_MULT_FILE_REQ | 20130815 | |||
9 | ![]() |
SESSION | Call by reference | Object reference (TYPE REF TO) | CL_NHI_INACTIVE_SESSION | 20130815 | |||
10 | ![]() |
TENANT | Call by reference | Type reference (TYPE) | STRING | 20130815 |
Method CREATE_IMPORT_MULT_FILE_REQ on class CL_NHI_IMPORT_MULT_FILE_REQ has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |