VA11 — Create Customer Inquiry
VA11 creates a customer inquiry, an SD presales document (type IN) that records a customer's request for pricing or availability information without any commitment. It has no delivery or billing relevance by default and exists purely as a reference document that a follow-up quotation or sales order can copy from through standard copy control.
This page covers VA11, the transaction for creating a customer inquiry in the SD presales chain. It focuses on why inquiries are frequently misconfigured or skipped, how to diagnose missing pricing or item category determination, and how the document sits relative to quotations and orders in the document flow.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,110 words
What it does
VA11 creates a sales document of type IN, the customer inquiry. It captures what a customer is asking about - materials, quantities, indicative pricing - before any commercial commitment exists. The structural fact that causes most confusion is that an inquiry is not delivery relevant and not billing relevant by design. Nothing downstream fires automatically when it is saved; it just sits in the document flow as a source that a quotation (VA21) or order (VA01) can reference and copy from via copy control. Many implementations never use VA11 at all and start the sales cycle directly at the quotation or order, so when it does appear it is usually because someone wants a formal presales pipeline record, or because a test is validating copy control and pricing determination for the earliest document type in the chain.
When it is used
In a full presales-to-cash process, the inquiry sits before the quotation and the sales order. It is used where a company wants a documented, reportable trail of customer requests that have not yet become binding, typically for high-value or configurable products where the customer wants indicative pricing first. A consultant reaches for VA11 mainly during testing: verifying that item categories, pricing procedures, and copy control are correctly determined for the earliest possible entry point in the sales chain, or reproducing a defect that only shows up when a quotation or order is created with reference to an inquiry. Outside of testing, day-to-day users rarely touch it unless the business explicitly runs a presales tracking process; most O2C flows in production start at the quotation or order transaction instead.
How to use it
- Call VA11 and select the sales document type, normally IN unless a customer-specific presales type has been configured.
- Enter sales organization, distribution channel and division to fix the sales area.
- Enter the sold-to party; if the field rejects it, the customer is not extended to that sales area.
- Enter validity dates for the inquiry if the document type requires them.
- Add material line items with requested quantities.
- Check that item categories and pricing conditions populate correctly on the item overview screen.
- Save; note the document number returned, which is a VBTYP 'A' document.
Key fields
- VBAK - header data for the inquiry document, including document type, sales area, and VBTYP.
- VBAP - item data: material, order quantity, item category, plant.
- VBKD - business data at header and item level: pricing date, payment terms, incoterms.
- VBEP - schedule line data, present but not relevant for delivery or ATP confirmation in a pure inquiry.
- Pricing condition tables (accessed through the standard condition technique) - store the determined price and discount conditions attached to the document.
How to prove it in the data
In SE16, open VBAK and filter on VBTYP = 'A' and AUART equal to the inquiry document type, plus VKORG to scope to the relevant sales organization. Take the resulting VBELN values and join against VBAP to confirm item categories and quantities, and against VBKD to check pricing date and terms. If a follow-up quotation is expected but missing, check VBFA (document flow) filtered on VBELV equal to the inquiry number and VBTYP_N equal to the quotation type to see whether the reference link was actually created.
ECC vs S/4HANA
VA11 continues to work unchanged on S/4HANA; the underlying document type IN and its role as a non-billing, non-delivery presales document have not been restructured. There is no dedicated Fiori app that replaces the inquiry transaction directly; SAP's newer sales apps focus on quotations and orders, so presales inquiry handling in S/4HANA implementations that still use it remains largely SAP GUI based.
Common pitfalls
- Sales area not maintained: the sold-to party field is accepted but the item screen throws an error or the document cannot be priced, because the customer master has not been extended (XD01/VD01) to the sales org, distribution channel and division combination used on VA11. Check the customer master sales area extension before anything else.
- Item category not determined: the material's item category group combined with the inquiry document type and any usage indicator does not resolve to a valid item category. This shows as a blank or error on the item category field on the item overview and points to a missing entry in the item category determination table for document type IN, not a master data problem.
- No pricing on the document: pricing conditions come back empty even though the same material prices correctly on a sales order. This usually traces to the document pricing procedure assigned to document type IN in VOV8 not matching the customer pricing procedure on the customer master, so the pricing procedure determination key never resolves. Confirm with VK13 whether a condition record even exists for the combination being used.
- Follow-up document does not inherit data: creating a quotation or order with reference to the inquiry produces an empty item list or drops pricing conditions. This is a copy control configuration gap between the inquiry and the target document type, not a data entry mistake on the inquiry itself.
- Incompleteness confusion: an inquiry can be saved incomplete because it carries no billing or delivery relevance, which looks alarming to someone used to sales orders blocking on incompleteness. Check the incompleteness procedure assigned to the document type before assuming this is a defect.
Whose problem this is
This is functional SD territory: document type configuration, item category determination, pricing procedure assignment and copy control all live in SD customizing owned by the SD consultant. ABAP involvement is limited to custom pricing routines or user exits if the business has extended standard determination logic. A good handover includes the document number, the sales area used, and whether the failure is on save, on pricing, or on the follow-up document copy.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/va11ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.