SAP · Schema

BusinessPartnerRole

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration

Properties

Name Type Description
BusinessPartner string Business partner number
BusinessPartnerRole string Role code (e.g., FLCU01=Customer, FLVN01=Vendor)
View JSON Schema on GitHub

JSON Schema

sap-s4hana-cloud-business-partner-business-partner-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BusinessPartnerRole",
  "type": "object",
  "properties": {
    "BusinessPartner": {
      "type": "string",
      "description": "Business partner number"
    },
    "BusinessPartnerRole": {
      "type": "string",
      "description": "Role code (e.g., FLCU01=Customer, FLVN01=Vendor)"
    }
  }
}