KUNNR_ADDITIONAL_HANDLING_POST SAP Method BAdI definition for Customers (Post)









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

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


Parameters of Method KUNNR_ADDITIONAL_HANDLING_POST

.

NameTypeData TypeDescriptionDefault Value
BADI_PROCESS_FLAGImportingTYPE
/DSD/ME_BADI_FLAG
DSD Connector: Flag for BAdI
CUSTOMER_HEADERChangingTYPE
/DSD/ME_CUSTOMER_HEADER_T
Mobile DSD: Customer Header structure
CUSTOMER_ITEMChangingTYPE
/DSD/ME_CUSTOMER_ITEM_T
DSD Connector: customer item
CUSTOMER_SAChangingTYPE
/DSD/ME_CUSTOMER_SA_T
DSD Sales area dependent customer master data
CUSTOMER_TAXChangingTYPE
/DSD/ME_CUSTOMER_TAX_T
DSD Connector: Customer Tax
ENHANCEMENT_001ChangingTYPE
/DSD/ME_ENHANCEMENT_T
DSD Connector: Enhancement (table type)
ENHANCEMENT_002ChangingTYPE
/DSD/ME_ENHANCEMENT_T
DSD Connector: Enhancement (table type)



Exceptions of Method KUNNR_ADDITIONAL_HANDLING_POST

This method does not have any exceptions

Example ABAP coding


DATA: lv_BADI_PROCESS_FLAG TYPE /DSD/ME_BADI_FLAG,
lv_CUSTOMER_HEADER TYPE /DSD/ME_CUSTOMER_HEADER_T,
lv_CUSTOMER_ITEM TYPE /DSD/ME_CUSTOMER_ITEM_T,
lv_CUSTOMER_SA TYPE /DSD/ME_CUSTOMER_SA_T,
lv_CUSTOMER_TAX TYPE /DSD/ME_CUSTOMER_TAX_T,
lv_ENHANCEMENT_001 TYPE /DSD/ME_ENHANCEMENT_T,
lv_ENHANCEMENT_002 TYPE /DSD/ME_ENHANCEMENT_T,
lv_other TYPE c.

CALL METHOD /DSD/IF_EX_ME_BAPI=>KUNNR_ADDITIONAL_HANDLING_POST(
EXPORTING
BADI_PROCESS_FLAG = lv_BADI_PROCESS_FLAG
CHANGING
CUSTOMER_HEADER = lv_CUSTOMER_HEADER
CUSTOMER_ITEM = lv_CUSTOMER_ITEM
CUSTOMER_SA = lv_CUSTOMER_SA
CUSTOMER_TAX = lv_CUSTOMER_TAX
ENHANCEMENT_001 = lv_ENHANCEMENT_001
ENHANCEMENT_002 = lv_ENHANCEMENT_002 ).

Links to Related Class(s)

/DSD/IF_...
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!