PREPARSE_E1WXX01 SAP Method Preparse of customer segment with EMSE enhancements
Below is documentation, parameters and attributes of ABAP Method PREPARSE_E1WXX01 within SAP class /DSD/CL_EMSE_BADI_HELPER_ME. 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 /DSD/CL_EMSE_BADI_HELPER_ME 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 PREPARSE_E1WXX01 can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method PREPARSE_E1WXX01
.| Name | Type | Data Type | Description | Default Value |
| IS_CONTROL_EDIDD | Importing | TYPE EDIDD | Data record (IDoc) | |
| IS_E1CTHD01 | Importing | TYPE /DSD/HH_E1CTHD01 | Control Data Header | |
| IV_TOUR_ID | Importing | TYPE /DSD/ME_TOURID | DSD Connecter: Tour ID |
Exceptions of Method PREPARSE_E1WXX01
TOUR_UPLOADED -Example ABAP coding
DATA: lv_IS_CONTROL_EDIDD TYPE EDIDD,
lv_IS_E1CTHD01 TYPE /DSD/HH_E1CTHD01,
lv_IV_TOUR_ID TYPE /DSD/ME_TOURID,
lv_other TYPE c.
CALL METHOD /DSD/CL_EMSE_BADI_HELPER_ME=>PREPARSE_E1WXX01(
EXPORTING
IS_CONTROL_EDIDD = lv_IS_CONTROL_EDIDD
IS_E1CTHD01 = lv_IS_E1CTHD01
IV_TOUR_ID = lv_IV_TOUR_ID ).
Links to Related Class(s)
/DSD/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects