Interface: VendorMasterData
Defined in: src/intents/types.ts:239
Input data for creating a vendor master record (MM-MK / LO-MD).
Sap Module
MD
Business Context
Vendor master data creation.
Example
import type { VendorMasterData } from '#intents/types.js';
const vendor: VendorMasterData = { name: 'Acme GmbH', country: 'DE' };
Properties
accountGroup?
readonlyoptionalaccountGroup:string
Defined in: src/intents/types.ts:247
SAP account group for the vendor.
country
readonlycountry:string
Defined in: src/intents/types.ts:243
ISO 3166-1 alpha-2 country code.
name
readonlyname:string
Defined in: src/intents/types.ts:241
Vendor company name.
taxId?
readonlyoptionaltaxId:string
Defined in: src/intents/types.ts:245
Tax identification number.