Configuring Consignment Document Types, Item Categories, and Stock Determination
Details how consignment order types, item categories, schedule line categories, and special stock valuation are configured and linked together to drive correct document flow and inventory postings.
Explanation
Once the business process for consignment is understood, the SD consultant must configure the technical building blocks that make the four consignment steps behave correctly in the system. Configuration centers on four coordinated areas: sales document types, item categories, schedule line categories, and special stock/valuation settings, all of which must align consistently for each consignment step. Standard SAP delivers dedicated sales document types for each consignment step, typically labeled Consignment Fill-Up, Consignment Issue, Consignment Pick-up, and Consignment Returns in the standard client. Each document type carries its own item category determination logic (via item category group on the material master, combined with the sales document type and possibly item usage) so that, for example, a material flagged with a consignment-relevant item category group automatically proposes the correct item category when placed on each of the four order types. Item categories for consignment carry specific control indicators: - The fill-up item category is generally not relevant for pricing and not relevant for billing, but is relevant for delivery and schedule line processing, since its only function is to move stock physically to the customer without financial value. - The issue item category is billing-relevant and pricing-relevant, since ownership genuinely transfers and the customer must be invoiced. - The pick-up item category is again non-billing, reversing the stock movement from customer special stock back to plant stock. - The returns item category is billing-relevant (credit memo process) since it reverses a prior sale. Schedule line categories tied to these item categories determine whether the schedule line triggers a delivery, whether it does an availability check against special stock (rather than plant unrestricted stock), and which movement type is used for the goods issue or goods receipt in MM. For fill-up, the movement type posts stock into the vendor's consignment stock at the customer (special stock), still valuated on the vendor's books, typically without immediately affecting a G/L account differently until issue occurs, since ownership hasn't changed. For issue, the movement type both reduces the special stock quantity and generates the accounting document that recognizes cost of goods sold and, via billing, revenue and receivables. Availability checks for consignment issue orders must be configured to check against consignment special stock at that specific customer, not general plant stock, otherwise the system might confirm quantities that don't physically exist at that customer's location, or fail to confirm quantities that do exist there but are recorded separately. Integration with MM is essential: goods movements for consignment fill-up and pick-up are tracked through inventory management using special stock indicators, and materials management reporting (stock overview transactions) must be used to see how much consignment stock sits at each customer, separate from plant-owned stock. On the FI side, only the issue and returns steps generate accounting documents affecting revenue, COGS, and receivables; fill-up and pick-up are typically statistically tracked in inventory but should not hit revenue accounts. In S/4HANA, the underlying stock category concepts and special stock reporting remain conceptually similar to ECC, though embedded analytics and Fiori apps for stock overview provide better real-time visibility into consignment stock by customer. Consultants moving from ECC to S/4HANA should verify that any custom reports built against older aggregate tables are validated against the newer data model exposure, and should not assume identical custom report performance without testing, since the underlying table structures for stock quantities have changed in S/4HANA compared to classic ECC. Troubleshooting common issues requires checking three things in sequence: whether the item category was determined correctly for the order type/material combination, whether the schedule line category is driving the expected delivery and movement type, and whether the special stock quantity actually exists at the customer (verified via stock overview) before an issue order is created.
Real project scenario
During an S/4HANA implementation for an industrial equipment distributor, the SD team configured four custom order types derived from standard consignment templates, each mapped to specific item categories and schedule line categories. During testing, consignment issue orders failed availability checks even though fill-up had physically moved stock to the customer, because the schedule line category was checking plant unrestricted stock instead of customer special stock. The consultant corrected the availability check configuration and re-validated using stock overview reporting filtered by customer and special stock indicator before sign-off.
Common mistakes
โข Copying a standard order sales document type for consignment issue without correctly linking it to an item category that is genuinely billing-relevant. โข Configuring availability checks to use general plant stock instead of customer-specific special stock for consignment issue. โข Overlooking that fill-up and pick-up movement types should not generate revenue-impacting FI documents, and inadvertently mapping them to G/L accounts meant for sales postings. โข Failing to test the pick-up scenario separately from returns, since both look similar on the surface but use different item categories and billing relevance. โข Not validating special stock visibility for the sales/customer service team after go-live, leaving them unable to answer basic 'how much consignment stock does this customer have' questions.
Best practices
โข Always confirm item category determination tables are correctly filtering on item category group, document type, and usage for each of the four consignment steps. โข Set up separate schedule line categories for fill-up/pick-up (non-billing, special stock movement) versus issue/returns (billing-relevant) rather than reusing generic ones. โข Explicitly test availability check behavior against customer-specific special stock before go-live, using representative test customers with known consignment quantities. โข Coordinate with FI/MM teams to confirm G/L account determination only triggers financially for issue and returns, not for fill-up and pick-up. โข In S/4HANA projects, validate custom or legacy consignment stock reports against the current data model rather than assuming ECC-era report logic performs identically.
Interview angle
A common intermediate-level interview question is to walk through how item category determination differs across the four consignment document types and why fill-up/pick-up are not billing-relevant while issue/returns are. Interviewers may also probe whether the candidate understands that availability checks for consignment issue must reference special stock at the specific customer rather than general plant stock, since this is a frequent real-world configuration defect that experienced consultants are expected to catch during testing.