Fonction SAP BAPI_BUPA_FS_CREATE_FROM_DATA - Create Business Partner-> Obsolete: See Documentation

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ACCEPT_ERROR BAPI4001_1-ACCEPT_ERR C 1 SPACE X Accept Regional Structure Check Errors with Warnings
ADDRESSDATA BAPIBUS1006_ADDRESS u 830 X Address Data
BUSINESSPARTNEREXTERN BAPIBUS1006_HEAD-BPARTNER C 10 X Business Partner Number
CENTRALDATA BAPIBUS1006_CENTRAL u 137 General Data
CENTRALDATAGROUP BAPIBUS1006_CENTRAL_GROUP u 84 X General Group Data
CENTRALDATAORGANIZATION BAPIBUS1006_CENTRAL_ORGAN u 203 X General Organization Data
CENTRALDATAPERSON BAPIBUS1006_CENTRAL_PERSON u 465 X General Data for Person
CHANGEDOCU BAPI_STR_BUPA_FS_CHANGE_DOCU-CHANGE_DOCU C 1 SPACE X Generate Change Documents; obsolete
DUPLICATE_MESSAGE_TYPE BAPIBUS1006_HEAD-CONTROLDUPLICATEMESSAGE C 1 X Accept Duplicate Check Errors with Warnings
PARTNERCATEGORY BAPIBUS1006_HEAD-PARTN_CAT C 1 Business Partner Category
PARTNERGROUP BAPIBUS1006_HEAD-PARTN_GRP C 4 X Business Partner Grouping
TESTRUN BAPI_FSBP_CENTRAL-TESTRUN C 1 SPACE X Switch to Simulation Mode for Write BAPIs

Paramètre Reférence Type Long. Description
BUSINESSPARTNER BAPIBUS1006_HEAD-BPARTNER C 10 Business Partner Number

Paramètre Reférence Long. Facultatif Description
ADDRESSDUPLICATES BAPIBUS1006_ADDRESS_DUPLICATES 67 X Address Duplicates
ADDRESSNOTES BAPIAD_REM 55 X Notes on Address
COMMUNICATIONNOTES BAPICOMREM 60 X Notes on Communication
COMMUNICATIONNOTESNONADDRESS BAPINOADCOMREM 60 X Notes on Address-Independent Communication Types
E_MAILDATA BAPIADSMTP 300 X E-Mail Addresses
E_MAILDATANONADDRESS BAPINOADSMTP 300 X Address-Independent E-Mail Addresses
FAXDATA BAPIADFAX 143 X Fax Numbers
FAXDATANONADDRESS BAPINOADFAX 143 X Address-Independent Fax Numbers
PAGADDRESSDATA BAPIADPAG 136 X Pager Numbers
PAGADDRESSDATANONADDRESS BAPINOADPAG 136 X Address-Independent Pager Numbers
PRTADDRESSDATA BAPIADPRT 40 X PRT Addresses
PRTADDRESSDATANONADDRESS BAPINOADPRT 40 X Address-Independent PRT Addresses
RETURN BAPIRET2 548 X Return Messages
RFCADDRESSDATA BAPIADRFC 69 X RFC Addresses
RFCADDRESSDATANONADDRESS BAPINOADRFC 69 X Address-Independent RFC Addresses
RMLADDRESSDATA BAPIADRML 63 X RML Addresses
RMLADDRESSDATANONADDRESS BAPINOADRML 63 X Address-Independent RML Addresses
ROLES BAPIBUS1006_ROLES 26 X Business Partner Role-> Obsolete
SSFADDRESSDATA BAPIADSSF 2391 X SSF Addresses
SSFADDRESSDATANONADDRESS BAPINOADSSF 2391 X Address-Independent SSF Addresses
TELEFONDATA BAPIADTEL 142 X Telephone Numbers
TELEFONDATANONADDRESS BAPINOADTEL 142 X Address-Independent Telephone Numbers
TELETEXDATA BAPIADTTX 72 X Teletex Numbers
TELETEXDATANONADDRESS BAPINOADTTX 72 X Address-Independent Teletex Numbers
TELEXDATA BAPIADTLX 72 X Telex Numbers
TELEXDATANONADDRESS BAPINOADTLX 72 X Address-Independent Telex Numbers
URIADDRESSDATA BAPIADURI 2219 X URI Addresses
URIADDRESSDATANONADDRESS BAPINOADURI 2219 X Address-Independent URI Addresses
X400ADDRESSDATA BAPIADX400 948 X X400 Addresses
X400ADDRESSDATANONADDRESS BAPINOADX400 948 X Address-Independent X.400 Addresses

Warnung
From Release 6.40 onwards a new concept is available forbusiness partner roles. The significance of business partnerroles (BP role) has partially changed.
As a result of these changes the business partner roles specified inthis method have not been processed correctly.
Use only the method FsCreateFromData2 (create business partner andadd BP roles) for the business object BusinessPartnerFS whencreating business partners. This is the only method that guarantees thatbusiness partner roles are updated correctly.
You will find more information on the new role concept in the releaseinformation business partner role (extended)
.

Description
This parameter contains the business partner numbers issued by thesystem.
You can find information on the meaning of the parameter in thecorresponding documentation for the data element: Business Partner Number.

Description
This parameter is only relevant if you also create address data whencreating the business partner.
With this parameter you control whether a message from the regionalstructure check is of the type:

  • E (error) or

  • W (warning)

  • In this parameter transfer the value X if messages issued are to bewarning messages.

    Value range
    X for the regional structure check will issue a message of type W(warning)
    ' ' for the regional structure check will issue a message of type E(error)

    Default
    ' ' for the regional structure check will issue a message of type E(error)

    Description
    This parameter contains address information for the SAP BusinessPartner.
    For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.
    You have to transfer values for the following fields:

    • COUNTRY (country key)
    • Value range
      The value range for this parameter is the same as the value range forthe structure component.

      Description
      This parameter contains the external business partner numbers that youassign to business partners when assigning external numbers.
      If you work with external number assignment then this parameter is arequired (mandatory) parameter.
      You can find information on the meaning of the parameter in thecorresponding documentation for the data element: Business Partner Number.

      Value range
      The value range of this parameter corresponds to the value range of thedomain of the data element.

      Description
      This parameter is a required (mandatory) parameter.
      It contains the general business partner data that is independent fromthe business partner category
      .
      For more information about the individual parameter fields, see therelevant data element documentation in the ABAP Dictionary.

      Value range
      The value range for this parameter corresponds with the value range forthe structure component.

      Description
      This parameter contains general data for business partners belonging tothe category Group.
      For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

      Value range
      The value range of this parameter corresponds to the value range of thestructure component.

      Description
      This parameter contains general data for business partners belonging tothe categoryOrganization.
      For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

      Value range
      The value range of this parameter corresponds to the value range of thestructure component.

      Description
      This parameter contains general data for business partners belonging tothe category Person
      .
      For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

      Value range
      The value range of this parameter corresponds to the value range of thestructure component.

      Description
      This parameter is obsolete and no longer has a function.
      The system generates change documents automatically.

      Value range

      Description
      You can find information on the meaning of the parameter in thecorresponding documentation for the data element: Output: Severity of error (N/SPACE-normal, E/F/A-error).
      With this parameter you can control which kind of message is to beissued during a duplicate check:

      • E (error) or

      • W (warning)

      • If the system issues message type E then it terminates processing.

        Default
        If no value is entered then message type E is used as default in thestandard system.

        Description
        This parameter is a required (mandatory) parameter.
        You can find information on the meaning of the parameter in thecorresponding documentation for the data element: Business Partner Category.

        Value range
        The value range of this parameter corresponds to the value range of thedomain of the data element.

        Description
        You can find information on the meaning of the parameter in thecorresponding documentation for the data element: Business Partner Grouping.

        Value range
        The value range of this parameter corresponds to the value range of thedomain of the data element.

        Description
        Switch that controls the generation of change documents (TRUE='X').

        Value range
        ' ': Do not write change document
        'X': Write change document

        Default
        ' ': Do not write change document

        Description
        In this parameter the system returns duplicate addresses that itidentified as being the same or similar when the current record wasentered.
        The field ADDRNUMBER contains the address numbers of the addresses thatwere identified as being the same or similar.
        If these addresses are personal addresses then the relevant personnumber is entered in the field PERSNUMBER.
        If the duplicate check tool supports the option, then the fieldPERCENTAGE contains the percentage showing how likely it is that theaddress record in question is a duplicate.
        For more information about the individual parameter fields, see therelevant data element documentation in the ABAP Dictionary.

        Description
        The table contains notes/comments on the addresses of a businesspartner.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP

        Dictionary.

        Description
        This parameter contains notes on the communication method for a businesspartner.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains notes on the address-independent communicationdata for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the e-mail addresses for abusiness partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent e-mailaddresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the fax numbers for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent faxnumbers for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains notes on the addresses for a business partner.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent pagernumbers for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the RFC addresses for a businesspartner in the Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent PRT(printer) addresses for a business partner in the Business AddressServices.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This table contains return messages from the method call.

        Description
        This parameter contains information on the RFC addresses for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent RFCaddresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the RML addresses for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent RMLaddresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Warnung
        From Release 6.40 onwards a new concept is available forbusiness partner roles. The significance of business partnerroles (BP role) has partially changed.
        As a result of these changes the business partner roles specified inthis method have not been processed correctly.
        SAP therefore recommends that you use only the methodFsCreateFromData2 (create business partner and add BP roles) forthe business object BusinessPartnerFS when creating businesspartners. This is the only method that guarantees that business partnerroles are updated correctly.
        You will find more information on the new role concept in the releaseinformation business partner role (extended).

        Description
        This parameter contains the business partner role (according to the roleconcept up to Release 620) for the business partner being created and apossible differentiation criterion.
        For more information about the individual parameter fields, see therelevant data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the SSF addresses for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent SSFaddresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the telephone numbers for abusiness partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent telephonenumbers for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the teletex numbers for abusiness partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent teletexnumbers for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the telex numbers for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        In this parameter you will find information on the address-independenttelex numbers for a business partner in Business Address Services.
        For information on the individual parameter fields, see the relevantdata element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the URI addresses for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent URIaddresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the X400 addresses for a businesspartner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.

        Description
        This parameter contains information on the address-independent X400addresses for a business partner in Business Address Services.
        For information on the individual parameter fields, see thecorresponding data element documentation in the ABAP Dictionary.