SAP CL_ISU_BUSINESS_PARTNER OO Class - IS-U Business Partner









CL_ISU_BUSINESS_PARTNER 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_BUSINESS_PARTNER 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_BUSINESS_PARTNER 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
CHECKTransfers and Checks EntriesPublic
CALL METHOD cl_isu_business_partner=>CHECK...more details

CLOSEEnds the ProcessingPublic
CALL METHOD cl_isu_business_partner=>CLOSE...more details

CREATETransfers Data for Generating a Business PartnerPublic
CALL METHOD cl_isu_business_partner=>CREATE...more details

FILL_WORKAREAMaintains the Internal TablesPrivate
CALL METHOD cl_isu_business_partner=>FILL_WORKAREA...more details

FREE_ALLReleases the Instances Again, for Performance ReasonsPublic
CALL METHOD cl_isu_business_partner=>FREE_ALL...more details

GET_ADDRESS_BY_NUMBERProvides the Address for the Address NumberPublic
CALL METHOD cl_isu_business_partner=>GET_ADDRESS_BY_NUMBER...more details

GET_ADDRESS_PROPERTYProvides the Value of an Address AttributePublic
CALL METHOD cl_isu_business_partner=>GET_ADDRESS_PROPERTY...more details

GET_ALL_PAYMENT_PROPERTIESSupplies All Bank DataPublic
CALL METHOD cl_isu_business_partner=>GET_ALL_PAYMENT_PROPERTIES...more details

GET_ALL_PROPERTIESSupplies All Addresses and All Data for the Business PartnerPublic
CALL METHOD cl_isu_business_partner=>GET_ALL_PROPERTIES...more details

GET_CCARD_PROPERTYSupplies the Value of an Attribute for a Credit CardPublic
CALL METHOD cl_isu_business_partner=>GET_CCARD_PROPERTY...more details

GET_FAX_PROPERTYSupplies the Value of an Attribute for a Fax NumberPublic
CALL METHOD cl_isu_business_partner=>GET_FAX_PROPERTY...more details

GET_MAIL_PROPERTYSupplies the Value of an Attribute for an E-Mail AddressPublic
CALL METHOD cl_isu_business_partner=>GET_MAIL_PROPERTY...more details

GET_MAIN_ADDRESSSupplies the Standard AddressPublic
CALL METHOD cl_isu_business_partner=>GET_MAIN_ADDRESS...more details

GET_NAMESupplies the Name of the Business PartnerPublic
CALL METHOD cl_isu_business_partner=>GET_NAME...more details

GET_NEW_TEMP_ADDRNUMSupplies a Temporary Address NumberPublic
CALL METHOD cl_isu_business_partner=>GET_NEW_TEMP_ADDRNUM...more details

GET_PAYMENT_PROPERTYSupplies the Value of an Attribute for a Payment CardPublic
CALL METHOD cl_isu_business_partner=>GET_PAYMENT_PROPERTY...more details

GET_PHONE_PROPERTYSupplies the Value of an Attribute for a Telephone NumberPublic
CALL METHOD cl_isu_business_partner=>GET_PHONE_PROPERTY...more details

GET_PROPERTYSupplies the Value of an Attribue for the Business PartnerPublic
CALL METHOD cl_isu_business_partner=>GET_PROPERTY...more details

INITIALIZE_ALLTotal InitializationPublic
CALL METHOD cl_isu_business_partner=>INITIALIZE_ALL...more details

LOADMaintains the Internal Tables at an Existing PartnerPrivate
CALL METHOD cl_isu_business_partner=>LOAD...more details

OPENOpens the Processing of the Business PartnerPublic
CALL METHOD cl_isu_business_partner=>OPEN...more details

SAVESaves the Business Partner DataPublic
CALL METHOD cl_isu_business_partner=>SAVE...more details

SELECTInternally Generates and Instance of CL_ISU_BUSINESS_PARTNERPublic
CALL METHOD cl_isu_business_partner=>SELECT...more details

SET_ADDRESS_PROPERTYSets the Value of an Attribute for an AddressPublic
CALL METHOD cl_isu_business_partner=>SET_ADDRESS_PROPERTY...more details

SET_CCARD_PROPERTYSets the Value of an Attribute for a Credit CardPublic
CALL METHOD cl_isu_business_partner=>SET_CCARD_PROPERTY...more details

SET_FAX_PROPERTYSets the Value of an Attribute for a Fax NumberPublic
CALL METHOD cl_isu_business_partner=>SET_FAX_PROPERTY...more details

SET_IDENTIFICATION_PROPERTYSets Identification Properties for Business PartnerPublic
CALL METHOD cl_isu_business_partner=>SET_IDENTIFICATION_PROPERTY...more details

SET_INDEPENDENT_FAX_PROPERTYSets the Attribute Value for an Address-Independ. Fax NumberPublic
CALL METHOD cl_isu_business_partner=>SET_INDEPENDENT_FAX_PROPERTY...more details

SET_INDEPENDENT_MAIL_PROPERTYSets the Value of an Attribute for Address-Ind. E-Mail Addr.Public
CALL METHOD cl_isu_business_partner=>SET_INDEPENDENT_MAIL_PROPERTY...more details

SET_INDEPENDENT_TEL_PROPERTYSets the Value of an Attribute for an Address-Ind. Tel. No.Public
CALL METHOD cl_isu_business_partner=>SET_INDEPENDENT_TEL_PROPERTY...more details

SET_IND_SECTOR_PROPERTYSets the Value of an Attribute for an IndustryPublic
CALL METHOD cl_isu_business_partner=>SET_IND_SECTOR_PROPERTY...more details

SET_MAIL_PROPERTYSets the Value of an Attribute for an E-Mail AddressPublic
CALL METHOD cl_isu_business_partner=>SET_MAIL_PROPERTY...more details

SET_PAYMENT_PROPERTYSets the Value of an Attribute for a Payment CardPublic
CALL METHOD cl_isu_business_partner=>SET_PAYMENT_PROPERTY...more details

SET_PHONE_PROPERTYSets the Value of an Attribute for a Telephone NumberPublic
CALL METHOD cl_isu_business_partner=>SET_PHONE_PROPERTY...more details

SET_PREM_ADDR_PROPERTYTransfers the Premise AddressPublic
CALL METHOD cl_isu_business_partner=>SET_PREM_ADDR_PROPERTY...more details

SET_PROPERTYSets the Value of an Attribute for a Business PartnerPublic
CALL METHOD cl_isu_business_partner=>SET_PROPERTY...more details

SET_TAXNUM_PROPERTYSets the Value of an Attribute for a Tax IDPublic
CALL METHOD cl_isu_business_partner=>SET_TAXNUM_PROPERTY...more details



CL_ISU_BUSINESS_PARTNER 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
PARTNERIDInstance AttributeNumber of Business PartnerLIKE
EKUN_EXT-PARTNER
Public
P_AUTOInstance AttributeAuto DataLIKE
ISU01_PARTNER_AUTO
Private
P_CONTROLInstance AttributeControl Data for IS-U ClassesLIKE
ISU_OBJECT_CONTROL_DATA
Private
P_CREATE_DATAInstance AttributeStructure for Business Partner CreationLIKE
ISU_CREATE_DATA_BPARTNER
Private
P_EKUN_EXTInstance AttributeBusiness Partner: General Data (Read Transfer Structure)LIKE
EKUN_EXT
Private
P_INSTANCESStatic AttributeTable of InstancesLIKE
ISU_REF_BUSINESS_PARTNER_TAB
Private
P_KEYInstance AttributeBusiness Partner NumberLIKE
EKUN_EXT-PARTNER
Private
P_MAIN_ADDRInstance AttributeBusiness Partner AddressLIKE
CL_ISU_ADDRESS
Private
P_OBJInstance AttributeData for Business PartnerLIKE
ISU01_PARTNER
Private
P_T_ADDRESSInstance AttributeStandard Table for Structure BUS020_EXTLIKE
ISU_BUS020_EXT_TAB
Private
P_T_ADRTInstance AttributeRemarks on CommunicationLIKE
ISU_ADRT_TAB
Private
P_T_CCARDInstance AttributeStandard Table for Structure BUS0CC_DILIKE
ISU_CCARD_AUTO_TAB
Private
P_T_FAXInstance AttributeStandard Table for Structure ADR3LIKE
ISU_ADR3_TAB
Private
P_T_IDENTInstance AttributeSAP BP: Table Type for Transferring Identification DataLIKE
TTY_BUT0ID
Private
P_T_IND_FAXInstance AttributeStandard Table for Structure ADFAXLIKE
ISU_ADFAX_TAB
Private
P_T_IND_MAILInstance AttributeStandard Table for Structure ADSMTPLIKE
ISU_ADSMTP_TAB
Private
P_T_IND_SECTORInstance AttributeIndustry SectorsLIKE
ISU_BUT0IS_TAB
Private
P_T_IND_TELInstance AttributeStandard Table for Structure ADTELLIKE
ISU_ADTEL_TAB
Private
P_T_MAILInstance AttributeStandard Table for Structure ADR6LIKE
ISU_ADR6_TAB
Private
P_T_PAYMENTInstance AttributeStStandard Table for Structure BUS0BKLIKE
ISU_BUS0BK_TAB
Private
P_T_PHONEInstance AttributeStandard Table for Structure ADR2LIKE
ISU_ADR2_TAB
Private
P_T_PREMISE_ADDRInstance AttributePremise AddressesLIKE
ISU01_PARTNER_PREMISE_ADDR_T
Private
P_T_TAXNUMInstance AttributeTax NumbersLIKE
ISU_DFKKBPTAXNUM_TAB
Private


Links to Related Class(s)

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