Skip to main content

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?​

readonly optional accountGroup: string

Defined in: src/intents/types.ts:238

SAP account group for the vendor.


country​

readonly country: string

Defined in: src/intents/types.ts:234

ISO 3166-1 alpha-2 country code.


name​

readonly name: string

Defined in: src/intents/types.ts:232

Vendor company name.


taxId?​

readonly optional taxId: string

Defined in: src/intents/types.ts:236

Tax identification number.