Interface: VendorMasterData
Defined in: src/intents/types.ts:230
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:238
SAP account group for the vendor.
country​
readonlycountry:string
Defined in: src/intents/types.ts:234
ISO 3166-1 alpha-2 country code.
name​
readonlyname:string
Defined in: src/intents/types.ts:232
Vendor company name.
taxId?​
readonlyoptionaltaxId:string
Defined in: src/intents/types.ts:236
Tax identification number.