CREATE_IDOC_ENH_INCLUDES SAP Method create include for idoc enh
Below is documentation, parameters and attributes of ABAP Method CREATE_IDOC_ENH_INCLUDES within SAP class CL_PROXY_WSDL2ABAP. 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_PROXY_WSDL2ABAP 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 directlyThe following technical details of method CREATE_IDOC_ENH_INCLUDES can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method CREATE_IDOC_ENH_INCLUDES
.| Name | Type | Data Type | Description | Default Value |
| PACKAGE | Importing | TYPE DEVCLASS | Package | |
| PREFIX | Importing | TYPE PRX_PREFIX | Proxy Generation: Prefix for Names of Proxy Objects | |
| T_PROXY | Changing | TYPE SPRX_T_PROXY_SORTED |
Exceptions of Method CREATE_IDOC_ENH_INCLUDES
This method does not have any exceptionsExample ABAP coding
DATA: lv_PACKAGE TYPE DEVCLASS,
lv_PREFIX TYPE PRX_PREFIX,
lv_T_PROXY TYPE SPRX_T_PROXY_SORTED,
lv_other TYPE c.
CALL METHOD CL_PROXY_WSDL2ABAP=>CREATE_IDOC_ENH_INCLUDES(
EXPORTING
PACKAGE = lv_PACKAGE
PREFIX = lv_PREFIX
CHANGING
T_PROXY = lv_T_PROXY ).
Links to Related Class(s)
CL_PROXY...Full list of available SAP object classes
Search for further information about these or an SAP related objects