BusinessPartner

Business partner header entity (A_BusinessPartner)

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
BusinessPartner string Business partner number
BusinessPartnerCategory string Business partner category (1=Person, 2=Organization, 3=Group)
BusinessPartnerFullName string Full name of the business partner
BusinessPartnerGrouping string Business partner grouping
BusinessPartnerName string Business partner name
FirstName string First name (for person category)
LastName string Last name (for person category)
OrganizationBPName1 string Organization name line 1
OrganizationBPName2 string Organization name line 2
SearchTerm1 string Search term 1
SearchTerm2 string Search term 2
BusinessPartnerIsBlocked boolean Central block flag
Language string Language key
CreationDate string Date when the business partner was created
LastChangeDate string Date of last change
LastChangedByUser string User who last changed the record
IsNaturalPerson string Natural person flag
IsFemale boolean Female indicator
IsMale boolean Male indicator
TradingPartner string Trading partner company ID
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-businesspartner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BusinessPartner",
  "title": "BusinessPartner",
  "type": "object",
  "description": "Business partner header entity (A_BusinessPartner)",
  "properties": {
    "BusinessPartner": {
      "type": "string",
      "maxLength": 10,
      "description": "Business partner number"
    },
    "BusinessPartnerCategory": {
      "type": "string",
      "maxLength": 1,
      "description": "Business partner category (1=Person, 2=Organization, 3=Group)"
    },
    "BusinessPartnerFullName": {
      "type": "string",
      "maxLength": 81,
      "description": "Full name of the business partner"
    },
    "BusinessPartnerGrouping": {
      "type": "string",
      "maxLength": 4,
      "description": "Business partner grouping"
    },
    "BusinessPartnerName": {
      "type": "string",
      "maxLength": 81,
      "description": "Business partner name"
    },
    "FirstName": {
      "type": "string",
      "maxLength": 40,
      "description": "First name (for person category)"
    },
    "LastName": {
      "type": "string",
      "maxLength": 40,
      "description": "Last name (for person category)"
    },
    "OrganizationBPName1": {
      "type": "string",
      "maxLength": 40,
      "description": "Organization name line 1"
    },
    "OrganizationBPName2": {
      "type": "string",
      "maxLength": 40,
      "description": "Organization name line 2"
    },
    "SearchTerm1": {
      "type": "string",
      "maxLength": 20,
      "description": "Search term 1"
    },
    "SearchTerm2": {
      "type": "string",
      "maxLength": 20,
      "description": "Search term 2"
    },
    "BusinessPartnerIsBlocked": {
      "type": "boolean",
      "description": "Central block flag"
    },
    "Language": {
      "type": "string",
      "maxLength": 2,
      "description": "Language key"
    },
    "CreationDate": {
      "type": "string",
      "format": "date",
      "description": "Date when the business partner was created"
    },
    "LastChangeDate": {
      "type": "string",
      "format": "date",
      "description": "Date of last change"
    },
    "LastChangedByUser": {
      "type": "string",
      "maxLength": 12,
      "description": "User who last changed the record"
    },
    "IsNaturalPerson": {
      "type": "string",
      "maxLength": 1,
      "description": "Natural person flag"
    },
    "IsFemale": {
      "type": "boolean",
      "description": "Female indicator"
    },
    "IsMale": {
      "type": "boolean",
      "description": "Male indicator"
    },
    "TradingPartner": {
      "type": "string",
      "maxLength": 6,
      "description": "Trading partner company ID"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-sales-and-distribution-sd-businesspartner"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.