SAP CL_ISU_ADD_CONVERSION OO Class - Additional (non GDT) conversion methods









CL_ISU_ADD_CONVERSION 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_ISU_ADD_CONVERSION including details of:

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



Method list of CL_ISU_ADD_CONVERSION 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
ADDRESS_INBOUNDInbound mapping of ADDRESSPublic
CALL METHOD cl_isu_add_conversion=>ADDRESS_INBOUND...more details

ADDRESS_OUTBOUNDOutbound mapping of ADDRESSPublic
CALL METHOD cl_isu_add_conversion=>ADDRESS_OUTBOUND...more details

DEX_CONTROL_INBOUNDInbound mapping method from the header to DEX_CONTROLPublic
CALL METHOD cl_isu_add_conversion=>DEX_CONTROL_INBOUND...more details

DEX_CONTROL_OUTBOUNDOutbound mapping from DEX_CONTROL to the headerPublic
CALL METHOD cl_isu_add_conversion=>DEX_CONTROL_OUTBOUND...more details

PREMISE_ADD_ADDRESS_INBOUNDInbound mapping of additional address dataPublic
CALL METHOD cl_isu_add_conversion=>PREMISE_ADD_ADDRESS_INBOUND...more details

PREMISE_ADD_ADDRESS_OUTBOUNDoutbound mapping of additional address dataPublic
CALL METHOD cl_isu_add_conversion=>PREMISE_ADD_ADDRESS_OUTBOUND...more details

PROCESSING_CONDITIONS_INBOUNDInbound mapping for Processing conditionsPublic
CALL METHOD cl_isu_add_conversion=>PROCESSING_CONDITIONS_INBOUND...more details

PROCESSING_CONDITIONS_OUTBOUNDOutbound mapping for Processing conditionsPublic
CALL METHOD cl_isu_add_conversion=>PROCESSING_CONDITIONS_OUTBOUND...more details



CL_ISU_ADD_CONVERSION 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
CO_ADD_INFO_TXTConstant'ADDITIONAL_INFORMATION_TEXT'LIKE
STRING
Public
CO_AD_BLDNGConstantName of ABAP Dictionary Object'AD_BLDNG'LIKE
DDOBJNAME
Public
CO_AD_CITY1ConstantName of ABAP Dictionary Object'AD_CITY1'LIKE
DDOBJNAME
Public
CO_AD_STREETConstantName of ABAP Dictionary Object'AD_STREET'LIKE
DDOBJNAME
Public
CO_BUILDING_IDConstant'BUILDING_ID'LIKE
STRING
Public
CO_CITY_NAMEConstant'CITY_NAME'LIKE
STRING
Public
CO_CL_ISU_ADD_CONVERSIONConstant'CL_ISU_ADD_CONVERSION'LIKE
STRING
Private
CO_COUNTRY_CODEConstant'COUNTRY_CODE'LIKE
STRING
Public
CO_COUNTRY_NAMEConstant'COUNTRY_NAME'LIKE
STRING
Public
CO_DISTRICT_NAMEConstantName of ABAP Dictionary Object'DISTRICT_NAME'LIKE
DDOBJNAME
Public
CO_EIDESWTMDHOUSENRConstantName of ABAP Dictionary Object'EIDESWTMDHOUSENR'LIKE
DDOBJNAME
Public
CO_FLOOR_IDConstant'FLOOR_ID'LIKE
STRING
Public
CO_HOUSE_IDConstant'HOUSE_ID'LIKE
STRING
Public
CO_LAND1ConstantName of ABAP Dictionary Object'LAND1'LIKE
DDOBJNAME
Public
CO_LANDX50ConstantName of ABAP Dictionary Object'LANDX50'LIKE
DDOBJNAME
Public
CO_RECEIVERConstant'Recepient'LIKE
STRING
Public
CO_REGIONConstantName of ABAP Dictionary Object'REGION'LIKE
DDOBJNAME
Public
CO_REGION_CODEConstant'REGION_CODE'LIKE
STRING
Public
CO_REGION_NAMEConstant'REGION_NAME'LIKE
STRING
Public
CO_ROOM_IDConstant'ROOM_ID'LIKE
STRING
Public
CO_SENDERConstant'Sender'LIKE
STRING
Public
CO_STREET_NAMEConstant'STREET_NAME'LIKE
STRING
Public
GDT_MOREELEMENTSAVAILABLEConstant'MoreElementsAvailableIndicator'LIKE
STRING
Public
GDT_QUERYHITSMAXNUMBERConstant'QueryHitsMaximumNumberValue'LIKE
STRING
Public
GDT_RETURNEDQUERYHITSNUMBERConstant'ReturnedQueryHitsNumberValue'LIKE
STRING
Public
GDT_UNLIMITEDHITSINDICATORConstant'UnlimitedQueryHitsIndicator'LIKE
STRING
Public


Links to Related Class(s)

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