Skip to main content
Version: 1.x

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?

readonly optional accountGroup: string

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

SAP account group for the vendor.


country

readonly country: string

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

ISO 3166-1 alpha-2 country code.


name

readonly name: string

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

Vendor company name.


taxId?

readonly optional taxId: string

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

Tax identification number.