SAP CL_WLF_INVC_CONF_OUTPUT_MAP OO Class - Output Mapping for InvoiceConfirmation_Out









CL_WLF_INVC_CONF_OUTPUT_MAP is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_WLF_INVC_CONF_OUTPUT_MAP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_WLF_INVC_IN_MAPPING_OUT

Method list of CL_WLF_INVC_CONF_OUTPUT_MAP SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CONVERT_SOA_TO_WLF_PROTOCOLconvert SOA protocol to WLF protocolPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>CONVERT_SOA_TO_WLF_PROTOCOL...more details

GET_ADDRESS_DATA_OF_PARTNERSdelivers address data of partnersPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>GET_ADDRESS_DATA_OF_PARTNERS...more details

GET_BAPI_ADDR_VIA_ADDRNOdelivers address-data in BAPIADDR1Private
CALL METHOD cl_wlf_invc_conf_output_map=>GET_BAPI_ADDR_VIA_ADDRNO...more details

GET_BILLING_DOC_TYPE_DATAget the billing document type dataPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>GET_BILLING_DOC_TYPE_DATA...more details

GET_COMP_CODE_DATAget the company code dataPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>GET_COMP_CODE_DATA...more details

GET_MAPPING_ENGINEgets the mapping enginePrivate
CALL METHOD cl_wlf_invc_conf_output_map=>GET_MAPPING_ENGINE...more details

OUTPUT_MAPPINGoutput-mappingPublic
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING...more details

OUTPUT_MAPPING_ADDR_DATAoutput-mapping Address dataPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ADDR_DATA...more details

OUTPUT_MAPPING_ALL_ITEMSoutput-mapping of all itemsPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ALL_ITEMS...more details

OUTPUT_MAPPING_ALL_ITEMS_ERRORoutput-mapping of all items in case of errorPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ALL_ITEMS_ERROR...more details

OUTPUT_MAPPING_CURRENT_ITEMoutput-mapping current itemPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_CURRENT_ITEM...more details

OUTPUT_MAPPING_ERRORoutput-mapping in case of errorPublic
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ERROR...more details

OUTPUT_MAPPING_HEADERoutput-mapping HeaderPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_HEADER...more details

OUTPUT_MAPPING_HEADER_ADDRoutput-mapping Header Address dataPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_HEADER_ADDR...more details

OUTPUT_MAPPING_HEADER_ERRORoutput-mapping header in case of errorPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_HEADER_ERROR...more details

OUTPUT_MAPPING_ITEM_CONDoutput-mapping conditions of current itemPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ITEM_COND...more details

OUTPUT_MAPPING_ITEM_COND_DATAoutput-mapping of the current item condition dataPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ITEM_COND_DATA...more details

OUTPUT_MAPPING_ITEM_COND_KNUMVoutput-mapping conditions of current item (dep. from knumv)Private
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAPPING_ITEM_COND_KNUMV...more details

OUTPUT_MAP_CURRENT_ITEM_ERRORoutput-mapping current item in case of errorPrivate
CALL METHOD cl_wlf_invc_conf_output_map=>OUTPUT_MAP_CURRENT_ITEM_ERROR...more details



CL_WLF_INVC_CONF_OUTPUT_MAP attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AT_MAP_ENGINEInstance AttributeSorted Table of TY_MAPPING_INSTANCELIKE
TY_MAPPING_INSTANCE_STAB
Private
A_ERROR_OCCUREDInstance AttributeError occured' 'LIKE
SMT_BOOLEAN
Private
A_SMT_MAPPINGInstance AttributeMappingLIKE
SMT_MAP
Private
A_T001Instance AttributeCompany CodesLIKE
T001
Private
A_TMFKInstance AttributeAgency Business: Billing Document TypesLIKE
TMFK
Private
CO_MAPPING_OUTBDConstantMapping'CO_WLF_INVOICECRTCO'LIKE
SMT_MAP
Private
CO_MAPPING_OUTBD_ERRORConstantMapping'CO_WLF_INVOICECRTCO_ERROR'LIKE
SMT_MAP
Private
CO_MP_HEADERConstantMapping Step'HEADER'LIKE
SMT_MAPPING_STEP
Private
CO_MP_HEADER_ADDRESS_DATAConstantMapping Step'HEADER_ADDRESS_DATA'LIKE
SMT_MAPPING_STEP
Private
CO_MP_HEADER_ERRORConstantMapping Step'HEADER'LIKE
SMT_MAPPING_STEP
Private
CO_MP_ITEM_CONDConstantMapping Step'ITEM_COND'LIKE
SMT_MAPPING_STEP
Private
CO_MP_ITEM_DATAConstantMapping Step'ITEM_DATA'LIKE
SMT_MAPPING_STEP
Private
CO_MP_ITEM_ERRORConstantMapping Step'ITEM'LIKE
SMT_MAPPING_STEP
Private




CL_WLF_INVC_CONF_OUTPUT_MAP types

TY_MAPPING_INSTANCE - Structure with Instance of the Mapping Tool
TY_MAPPING_INSTANCE_STAB - Sorted Table of TY_MAPPING_INSTANCE

Links to Related Class(s)

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