Free Resource

SAP AI Glossary

Plain-language definitions of AI terms — with real SAP examples. No coding background required.

A

Agent / AI Agent

AI that takes a sequence of actions — not just answers questions.

SAP

An invoice-processing agent calls SAP APIs to check POs, GRs, and tolerances — then releases or escalates automatically.

A2A (Agent-to-Agent)

Multiple specialised AI agents collaborating on a complex task.

SAP

A coordinator agent delegates to a Finance agent and an MM agent, then combines their findings into a procure-to-pay analysis. SAP's BTP AI architecture supports A2A natively.

API (Application Programming Interface)

How software systems talk to each other.

SAP

SAP's BAPIs, OData services, and RFCs are all APIs. When AI connects to SAP data, it does so through an API.

C

Context Window

How much text an LLM can hold in mind at once — your entire conversation plus any documents shared.

SAP

Pasting a large ABAP dump or a long transport log can exceed the context window. The AI may truncate or miss earlier parts of the conversation.

E

Embeddings

Text converted into numbers (vectors) that represent its meaning — enabling semantic search.

SAP

Your SAP procedures document gets split into chunks, each chunk gets an embedding, and those embeddings are stored in a vector database. The AI retrieves relevant chunks by meaning, not just keyword match.

F

Fine-tuning

Training an LLM further on your specific data to make it better at specific tasks.

SAP

A fine-tuned SAP model trained on thousands of SAP Notes would know SAP terminology more deeply. Less common than RAG — fine-tuning is expensive and requires stable, high-quality training data.

H

Hook

A function that runs before or after an event to add custom logic — intercept, validate, enrich.

SAP

A pre-execution hook on an invoice-release agent checks: is the variance within auto-release tolerance? If not, the hook blocks the action and forces human approval. Analogous to BAdIs in ABAP.

L

LLM (Large Language Model)

The AI system that understands and generates text.

SAP

SAP Joule is a product layer built on top of LLMs. Claude (Anthropic) and GPT-4 (OpenAI) are the underlying models. SAP AI Core can host and run LLMs inside your BTP landscape.

M

MCP Server (Model Context Protocol)

A universal connector that exposes your SAP system's data and actions to any AI agent via a standard protocol.

SAP

An ABAP MCP server exposes SAP function modules as AI-callable tools. A CAP MCP server exposes BTP services. Any MCP-compatible AI agent (Claude, Joule, etc.) can then call your SAP system through these tools.

P

Prompt

Your instruction or question to an AI.

SAP

"Explain document splitting in SAP FI" — that's a prompt. The quality of your prompt directly affects the quality of the AI's answer.

R

RAG (Retrieval-Augmented Generation)

AI that retrieves relevant documents before generating an answer — grounding responses in your actual data.

SAP

Before answering "What is our intercompany invoicing process?", a RAG system retrieves your internal SOP from the document store, then generates an answer based on your actual procedure — not generic SAP theory.

S

System Prompt

Hidden instructions that define how an AI behaves — its role, rules, and constraints.

SAP

Joule's behaviour is shaped by a system prompt written by SAP engineers. The AI Assistant on this platform has a system prompt that tells it to be an SAP expert and stay on topic.

T

Token

The AI's unit of text — roughly ¾ of a word. LLMs process and generate tokens, not characters or words.

SAP

AI APIs are priced per token. A long SAP ABAP error trace is thousands of tokens — understanding this helps you use AI tools cost-effectively.

Tool Use / Function Calling

The mechanism that lets AI agents call external systems — defined functions with names, descriptions, and parameters.

SAP

An agent with a tool called `post_fi_document` can call BAPI_ACC_DOCUMENT_POST in SAP. The tool definition tells the AI what the function does, what parameters it needs, and what it returns.

C

Client

The top-level, self-contained unit in an SAP system with its own data.

SAP

You log on to a specific SAP client (a 3-digit number); master and transactional data are separated by client.

Company Code

The smallest org unit for which a full set of accounts can be produced for external reporting.

SAP

Each legal entity is usually one SAP FI company code, identified by a 4-character key.

Controlling Area

The org unit that structures internal management accounting.

SAP

One SAP controlling area can span multiple company codes that share a chart of accounts for CO.

P

Plant

An operational unit that makes goods or provides services within a company.

SAP

A plant in SAP represents a factory, warehouse, or branch, keyed by 4 characters.

S

Storage Location

A place where stock is physically kept within a plant.

SAP

Inventory in SAP MM is tracked by plant and storage location.

P

Purchasing Organization

The unit responsible for procurement and purchasing terms.

SAP

An SAP MM purchasing organization is assigned to company codes and plants to procure materials.

S

Sales Organization

The top unit responsible for selling and distributing products.

SAP

An SAP SD sales organization is responsible for sales, returns, and liability.

D

Distribution Channel

The route through which products reach customers, such as wholesale or retail.

SAP

SAP SD combines distribution channel with sales org and division to form a sales area.

Division

A product line or grouping of related products and services.

SAP

SAP SD uses division as part of the sales area to organize products.

S

Sales Area

The combination of sales organization, distribution channel, and division.

SAP

Every SAP SD sales order is processed within one sales area.

B

Business Area

An org unit for internal segment reporting across company codes.

SAP

SAP FI business areas allow segment statements, though many now use profit centers.

P

Profit Center

An area of responsibility for which profit is measured.

SAP

SAP profit center accounting reports internal profit and loss for segments.

C

Cost Center

A unit where costs are incurred and collected.

SAP

A department such as IT or HR is set up as a cost center in SAP CO.

Credit Control Area

The org unit that manages customer credit limits.

SAP

SAP checks the customer credit limit against the credit control area during order entry.

S

Shipping Point

The physical location from which deliveries are sent.

SAP

SAP SD determines a shipping point to process outbound deliveries.

V

Valuation Area

The level at which material stock is valued, usually the plant.

SAP

SAP MM material valuation is set at plant or company-code level by configuration.

M

Master Data

Core, relatively static business data reused across many transactions.

SAP

Material, vendor, and customer masters are SAP master data, distinct from documents.

T

Transactional Data

Data created by day-to-day business documents and events.

SAP

Purchase orders and invoices are SAP transactional data posted against master data.

M

Material Master

The central record holding all information about a material.

SAP

The SAP material master has views for accounting, purchasing, sales, MRP, and more.

V

Vendor Master

The record holding all information about a supplier.

SAP

In SAP S/4HANA the vendor master is represented by the business partner.

C

Customer Master

The record holding all information about a customer.

SAP

In SAP S/4HANA the customer master is represented by the business partner.

B

Business Partner

The single master-data object for customers and vendors in S/4HANA.

SAP

SAP S/4HANA replaces separate customer and vendor masters with one business partner using roles.

G

G/L Account

An account in the general ledger used to record financial postings.

SAP

Every SAP FI posting hits at least one G/L account from the chart of accounts.

R

Reconciliation Account

A G/L account that mirrors sub-ledger postings automatically.

SAP

SAP FI updates the reconciliation account whenever you post to a vendor or customer.

C

Cost Element

A classification of costs and revenues in Controlling.

SAP

SAP CO primary cost elements link to G/L accounts; secondary ones are used only in CO.

A

Activity Type

A measurable service a cost center provides, used to allocate cost.

SAP

SAP CO uses activity types such as machine hours to charge costs to receivers.

B

Bill of Material

A structured list of the components needed to make a product.

SAP

SAP PP uses a BOM with a routing to plan and cost production.

R

Routing

The sequence of operations and work centers to manufacture a product.

SAP

An SAP PP routing defines operations, times, and work centers.

W

Work Center

A place where production operations are carried out.

SAP

SAP PP routings reference work centers that hold capacity and costing data.

P

Purchasing Info Record

A record linking a material to a vendor with price and terms.

SAP

SAP MM uses the info record to default price and lead time into purchase orders.

C

Condition Record

Stored data that drives pricing, discounts, taxes, or freight.

SAP

SAP SD and MM read condition records during pricing to determine amounts.

P

Pricing Procedure

The ordered set of condition types that calculates a price.

SAP

SAP SD pricing procedures combine base price, discounts, surcharges, and taxes in sequence.

G

General Ledger

The central record of all financial postings for external reporting.

SAP

The SAP FI general ledger consolidates sub-ledger activity into financial statements.

S

Sub-ledger

A detailed ledger for a specific area such as AP, AR, or assets.

SAP

SAP FI sub-ledgers post in real time to reconciliation accounts in the general ledger.

A

Accounts Payable

The function that manages what a company owes its vendors.

SAP

SAP FI-AP records vendor invoices and payments against vendor accounts.

Accounts Receivable

The function that manages what customers owe the company.

SAP

SAP FI-AR records customer invoices, payments, and dunning.

Asset Accounting

The sub-ledger that manages fixed assets and their depreciation.

SAP

SAP FI-AA tracks acquisition, depreciation, and retirement of fixed assets.

D

Document Type

A two-character key that classifies an accounting document.

SAP

SAP FI document types such as KR (vendor invoice) control number ranges and allowed accounts.

P

Posting Key

A two-digit key that controls how a line item is posted.

SAP

SAP FI posting keys set debit or credit and the account type for each line.

S

Special G/L Indicator

A flag that posts items like down payments separately from normal items.

SAP

SAP FI uses special G/L indicators to show advances on alternative reconciliation accounts.

D

Document Splitting

A new G/L feature that splits postings by dimension such as profit center.

SAP

SAP new G/L document splitting produces balanced statements at segment level.

O

Open Item Management

Tracking individual items until they are cleared.

SAP

SAP FI marks vendor, customer, and some G/L accounts for open item management so items can be matched.

C

Clearing

Matching debit and credit items so they offset to zero.

SAP

SAP FI clearing links an invoice with its payment to mark both as settled.

D

Dunning

The process of reminding customers about overdue payments.

SAP

SAP FI dunning generates reminder letters based on dunning levels and overdue items.

P

Payment Terms

The agreed timing and discounts for settling an invoice.

SAP

SAP defaults payment terms from the master record to calculate due dates and cash discounts.

H

House Bank

A bank where the company holds accounts, defined in SAP.

SAP

SAP FI links house banks to the payment program for outgoing payments.

T

Tax Code

A key that determines the tax rate and accounts for a transaction.

SAP

SAP FI tax codes drive input and output VAT calculation and posting.

W

Withholding Tax

Tax deducted at source from a payment to a vendor.

SAP

SAP FI calculates and posts withholding tax on vendor payments where required.

E

Exchange Rate

The conversion factor between two currencies.

SAP

SAP stores exchange rates centrally for foreign-currency postings and valuation.

L

Leading Ledger

The primary ledger that applies group accounting principles.

SAP

SAP new G/L uses a leading ledger (often 0L) plus non-leading ledgers for local rules.

F

Field Status Group

Controls which fields are required, optional, or hidden when posting.

SAP

SAP FI field status groups govern data entry on G/L postings.

R

Recurring Entry

A template that posts the same document on a schedule.

SAP

SAP FI recurring entries automate repeated postings such as rent.

A

Accrual

Recognizing expense or revenue before the cash movement.

SAP

SAP FI accrual and deferral postings align costs and revenues to the correct period.

F

Foreign Currency Valuation

Revaluing open items and balances at period-end rates.

SAP

SAP FI foreign currency valuation posts unrealized gains and losses.

U

Universal Journal

The single S/4HANA table that merges FI and CO line items.

SAP

The SAP S/4HANA universal journal (table ACDOCA) unifies the general ledger, CO, and more.

P

Parked Document

A document saved for review before it is posted.

SAP

SAP FI parked documents let one user enter and another approve before posting.

V

Validation

A rule that checks postings against conditions and blocks errors.

SAP

SAP FI validations enforce business rules at document entry.

S

Substitution

A rule that automatically replaces field values during posting.

SAP

SAP FI substitutions derive or correct values such as profit center automatically.

C

Controlling

Internal management accounting for planning and monitoring costs.

SAP

SAP CO covers cost centers, internal orders, product costing, and profitability analysis.

I

Internal Order

A temporary cost collector for a specific job or event.

SAP

SAP CO internal orders gather costs for activities like a campaign, then settle them.

P

Profitability Analysis

Analyzing profit by market segments such as product or region.

SAP

SAP CO-PA reports contribution margins by characteristics like customer and product.

Product Costing

Calculating the cost to produce a material.

SAP

SAP CO product costing uses the BOM and routing to build a standard cost estimate.

A

Assessment

Allocating costs from senders to receivers using secondary cost elements.

SAP

SAP CO assessment cycles distribute overhead from cost centers to receivers.

D

Distribution (CO)

Allocating primary costs while keeping the original cost element.

SAP

SAP CO distribution reallocates costs such as rent across cost centers.

S

Settlement

Transferring collected costs from an order to a final receiver.

SAP

SAP CO settles internal or production orders to cost centers, assets, or CO-PA.

O

Overhead

Indirect costs applied to cost objects via rates.

SAP

SAP CO costing sheets apply overhead percentages to materials and orders.

S

Standard Cost Estimate

The planned cost of a product released as the standard price.

SAP

SAP CO marks and releases a standard cost estimate to value inventory.

V

Variance

The difference between planned and actual cost.

SAP

SAP CO calculates production variances such as price and quantity variances at period-end.

W

Work in Process

The value of unfinished production at period-end.

SAP

SAP CO calculates WIP for production orders not yet fully delivered.

M

Materials Management

The SAP area covering procurement and inventory.

SAP

SAP MM handles purchasing, goods movements, and invoice verification.

P

Procurement

The end-to-end process of acquiring goods and services.

SAP

SAP MM procure-to-pay spans requisition, purchase order, goods receipt, and invoice.

Purchase Requisition

An internal request to procure materials or services.

SAP

SAP MM purchase requisitions can be converted into purchase orders after release.

Purchase Order

A formal order to a vendor to supply goods or services.

SAP

The SAP MM purchase order drives goods receipt and invoice verification.

O

Outline Agreement

A longer-term purchasing arrangement such as a contract or scheduling agreement.

SAP

SAP MM outline agreements set terms that release orders draw against.

G

Goods Receipt

The posting that records receipt of goods into stock.

SAP

SAP MM goods receipt increases inventory and creates material and accounting documents.

Goods Issue

The posting that records goods leaving stock.

SAP

SAP MM goods issue reduces inventory for consumption, delivery, or scrapping.

M

Movement Type

A three-digit key that classifies a goods movement.

SAP

SAP MM movement types such as 101 control account determination and stock updates.

I

Inventory Management

Tracking stock quantities and values in real time.

SAP

SAP MM inventory management records every movement by material, plant, and storage location.

Invoice Verification

Checking vendor invoices against POs and goods receipts.

SAP

SAP MM logistics invoice verification performs three-way matching before posting to AP.

M

Moving Average Price

A material price that updates with each receipt.

SAP

SAP MM updates the moving average price automatically as goods arrive at varying costs.

S

Standard Price

A fixed material price used for valuation.

SAP

SAP MM values stock at standard price and posts differences to variance accounts.

Split Valuation

Valuing the same material differently by criteria such as origin.

SAP

SAP MM split valuation separates value by valuation type, for example in-house versus external.

M

Material Type

A grouping that controls how a material behaves.

SAP

SAP material types such as ROH (raw) and FERT (finished) drive views and accounts.

V

Valuation Class

A key that links materials to G/L accounts for postings.

SAP

SAP MM account determination uses the valuation class to find inventory and offset accounts.

R

Release Strategy

An approval workflow for requisitions and purchase orders.

SAP

SAP MM release strategies require sign-off based on value and other characteristics.

C

Consignment

Vendor-owned stock held at your site until it is used.

SAP

SAP MM consignment posts liability only when consignment stock is withdrawn.

S

Subcontracting

Sending components to a vendor who returns a finished item.

SAP

SAP MM subcontracting POs track components provided and the assembly received.

B

Batch

A quantity of material produced together and managed as a unit.

SAP

SAP batch management tracks attributes and shelf life for batch-managed materials.

S

Safety Stock

A buffer quantity kept to cover demand variability.

SAP

SAP MRP plans to keep stock above safety stock to avoid shortages.

R

Reorder Point

The stock level that triggers replenishment.

SAP

SAP reorder-point planning creates a procurement proposal when stock drops below the point.

S

Stock Transfer

Moving stock between plants or storage locations.

SAP

SAP MM stock transfers move inventory within or across plants with the right movement types.

Sales and Distribution

The SAP area covering selling, shipping, and billing.

SAP

SAP SD spans order-to-cash from inquiry through invoice.

Sales Order

A customer request to deliver goods or services at agreed terms.

SAP

The SAP SD sales order drives delivery, billing, and availability checks.

I

Inquiry

A customer request for information before ordering.

SAP

SAP SD inquiries capture interest and can become quotations.

Q

Quotation

A binding offer of goods or services at stated terms.

SAP

SAP SD quotations can be copied into sales orders.

D

Delivery

The document that controls picking, packing, and goods issue.

SAP

SAP SD outbound deliveries trigger goods issue and update inventory.

B

Billing Document

The invoice or credit memo created from a delivery or order.

SAP

SAP SD billing posts revenue and receivables to FI.

C

Condition Type

A pricing element such as a price, discount, or tax.

SAP

SAP SD condition types combine in the pricing procedure to calculate net value.

I

Item Category

A control key that determines how an order line behaves.

SAP

SAP SD item categories decide whether a line is billed, delivered, or free of charge.

S

Schedule Line

The part of an order line that holds delivery dates and quantities.

SAP

SAP SD schedule lines drive availability checks and requirements.

A

Availability Check

Confirming whether stock can be delivered on the requested date.

SAP

SAP SD ATP checks stock and incoming supply to confirm delivery dates.

C

Credit Management

Controlling customer credit exposure during sales.

SAP

SAP blocks or warns on orders that exceed the customer credit limit.

I

Incoterms

Standard international terms defining delivery responsibilities.

SAP

SAP SD stores Incoterms on orders to govern freight and risk transfer.

R

Returns

Processing goods sent back by a customer.

SAP

SAP SD returns orders trigger return deliveries and credit memos.

O

Output Determination

Deciding which documents are issued and how.

SAP

SAP output determination uses condition records to print or send documents.

P

Partner Function

A role a business partner plays, such as sold-to or ship-to.

SAP

SAP SD partner functions separate who orders, pays, and receives goods.

R

Rebate

A discount paid to a customer based on sales volume over time.

SAP

SAP SD rebate agreements accrue and settle volume-based discounts.

P

Production Planning

The SAP area for planning and executing manufacturing.

SAP

SAP PP covers demand management, MRP, and production orders.

M

Material Requirements Planning

Calculating what to make or buy, how much, and when.

SAP

SAP MRP nets demand against stock and supply to create planned and purchase proposals.

P

Production Order

The document authorizing and tracking a manufacturing job.

SAP

SAP PP production orders collect costs and confirm operations in discrete manufacturing.

Planned Order

A preliminary procurement or production proposal from MRP.

SAP

SAP planned orders are converted to production orders or purchase requisitions.

C

Capacity Planning

Comparing required and available capacity at work centers.

SAP

SAP PP capacity planning levels load to avoid bottlenecks.

B

Backflush

Automatically issuing components when production is confirmed.

SAP

SAP PP backflushing posts component consumption at confirmation instead of manually.

D

Demand Management

Defining the planned independent requirements that drive MRP.

SAP

SAP PP demand management enters the production plan as PIRs.

P

Production Version

A valid combination of BOM and routing for making a material.

SAP

SAP PP production versions define which BOM and routing apply to a material.

Q

Quality Management

The SAP area for inspections, defects, and quality control.

SAP

SAP QM integrates inspection lots into procurement, production, and sales.

I

Inspection Lot

A request to inspect a quantity of material.

SAP

SAP QM creates inspection lots at goods receipt or production for results recording.

U

Usage Decision

The accept or reject decision that closes an inspection lot.

SAP

SAP QM usage decisions move stock to unrestricted, blocked, or returns.

P

Plant Maintenance

The SAP area for maintaining technical assets.

SAP

SAP PM manages notifications, work orders, and preventive maintenance.

M

Maintenance Order

The document that plans and tracks a maintenance job.

SAP

SAP PM maintenance orders collect labor, materials, and costs for repairs.

F

Functional Location

A place in a plant where a technical task is performed.

SAP

SAP PM functional locations structure assets hierarchically.

E

Equipment

An individual physical asset tracked for maintenance.

SAP

SAP PM equipment master records hold history and technical data.

W

Warehouse Management

The SAP area for managing stock at bin level.

SAP

SAP WM and EWM control putaway, picking, and transfers within a warehouse.

S

Storage Bin

The smallest location where stock is stored in a warehouse.

SAP

SAP WM tracks quantities down to the storage bin.

T

Transfer Order

The document that directs warehouse stock movements.

SAP

SAP WM transfer orders execute putaway and picking instructions.

P

Project System

The SAP area for planning and controlling projects.

SAP

SAP PS structures projects with WBS elements and networks.

W

WBS Element

A node in the work breakdown structure that collects budget and cost.

SAP

SAP PS WBS elements organize a project hierarchically for costing and reporting.

N

Network (PS)

The activities and dependencies that schedule a project.

SAP

SAP PS networks model project tasks, durations, and relationships.

H

Human Capital Management

The SAP area for managing employees and HR processes.

SAP

SAP HCM covers personnel administration, payroll, and time management.

I

Infotype

A structured record that stores a category of employee data.

SAP

SAP HCM infotypes such as 0008 (basic pay) hold time-dependent HR data.

O

Organizational Management

Modeling the company structure of units, positions, and jobs.

SAP

SAP HCM organizational management maps reporting lines and staffing.

P

Payroll

Calculating employee pay, deductions, and taxes.

SAP

SAP HCM payroll uses wage types to produce results and postings to FI.

Personnel Number

The unique identifier of an employee in HCM.

SAP

SAP HCM keys all employee data by personnel number.

A

ABAP

The programming language used to build and extend SAP.

SAP

SAP applications and custom developments are written in ABAP.

S

SAP GUI

The classic desktop client for accessing SAP systems.

SAP

Users enter transaction codes in the SAP GUI command field to run functions.

SAP Fiori

The modern, role-based web user experience for SAP.

SAP

SAP Fiori apps replace many classic transactions with responsive tiles in the launchpad.

S/4HANA

SAP next-generation ERP built on the HANA database.

SAP

SAP S/4HANA simplifies the data model and adds real-time analytics and Fiori.

SAP HANA

SAP in-memory database and application platform.

SAP

SAP HANA stores data in memory and columns for fast processing and analytics.

SAP ECC

The previous-generation SAP ERP, part of the Business Suite.

SAP

Many organizations are migrating from SAP ECC to S/4HANA.

T

Transport Request

A package of configuration or code changes moved between systems.

SAP

SAP transports carry changes from development through QA to production.

Transport Management System

The tool that controls moving transports across the landscape.

SAP

SAP TMS manages import queues and transport routes between systems.

I

Instance

A running SAP application server or system.

SAP

An SAP instance provides the work processes that serve users.

W

Work Process

A server task that executes user requests such as dialog or batch.

SAP

SAP dispatches requests to dialog, update, background, and other work processes.

D

Data Dictionary

The central repository of table, view, and type definitions.

SAP

The SAP ABAP Dictionary (DDIC) defines database objects used across programs.

T

Transparent Table

A database table that maps one-to-one to a physical table.

SAP

Most SAP application data lives in transparent tables you can read with SE16.

D

Data Element

A dictionary object defining the meaning and labels of a field.

SAP

SAP fields reference data elements for type, length, and documentation.

Domain

A dictionary object defining the technical attributes and value range of a field.

SAP

SAP data elements are based on domains that set type and allowed values.

I

Internal Table

A runtime table that holds rows in memory during program execution.

SAP

ABAP programs read database data into internal tables to process it.

B

BAPI

A standardized SAP method for external systems to access business objects.

SAP

SAP BAPIs such as BAPI_SALESORDER_CREATEFROMDAT2 let other systems create documents.

BAdI

An enhancement point to add custom logic without modifying SAP code.

SAP

SAP BAdIs let partners and customers extend standard processes cleanly.

U

User Exit

An older enhancement point for adding custom code to SAP programs.

SAP

SAP user exits predate BAdIs and are still found in classic modules.

I

IDoc

A standard SAP document format for exchanging data between systems.

SAP

SAP IDocs carry orders, invoices, and master data via EDI and ALE.

A

ALE

The SAP technology for distributing data between systems.

SAP

SAP ALE uses IDocs and message types to keep distributed systems in sync.

R

RFC

A protocol for calling functions in another SAP or external system.

SAP

SAP RFC enables system-to-system communication and underpins many integrations.

O

OData

A web protocol SAP uses to expose data to apps and the web.

SAP

SAP Fiori apps consume OData services to read and write business data.

C

CDS View

A modern SAP data model defined in code for analytics and apps.

SAP

SAP Core Data Services views push logic to HANA and power Fiori and embedded analytics.

A

ALV

The SAP reusable grid for displaying and manipulating lists.

SAP

SAP ALV reports let users sort, filter, and export tabular output.

S

Smart Forms

A graphical SAP tool for designing print and PDF forms.

SAP

SAP Smart Forms generate output such as order confirmations without heavy coding.

SAPscript

The classic SAP tool for designing printed forms.

SAP

SAP SAPscript forms produce documents like invoices, often replaced by Smart Forms or Adobe Forms.

A

Adobe Forms

SAP interactive and print forms based on Adobe technology.

SAP

SAP Adobe Forms create high-fidelity PDF output and interactive forms.

B

Batch Input

A method to load data by simulating user transactions.

SAP

SAP batch input sessions post legacy data through standard screens.

Background Job

A task scheduled to run without user interaction.

SAP

SAP background jobs run reports and interfaces on a schedule via the batch system.

S

Spool

The SAP storage for output waiting to print or be viewed.

SAP

SAP spool requests hold report and form output for printing or download.

L

Lock Object

A mechanism that prevents simultaneous conflicting changes.

SAP

SAP enqueue locks stop two users from editing the same record at once.

A

Authorization Object

A definition of the fields checked to grant access to an action.

SAP

SAP authorization objects are combined in roles to control what users can do.

R

Role

A collection of authorizations assigned to users.

SAP

SAP roles built in PFCG grant menu access and authorizations.

A

Authorization

A permission to perform a specific action on specific data.

SAP

SAP authorizations are checked at runtime against the user profile.

T

Transaction Code

A short code that starts a specific SAP function or screen.

SAP

SAP transaction codes such as VA01 jump directly to a task.

F

Function Module

A reusable, callable block of ABAP logic with a defined interface.

SAP

SAP function modules are grouped in function groups and can be remote-enabled as RFCs.

E

Enhancement

A way to add custom behavior to standard SAP without modification.

SAP

SAP enhancement framework includes BAdIs, exits, and implicit enhancement points.

C

Customizing

Configuring SAP to fit business processes via the IMG.

SAP

SAP customizing in transaction SPRO sets up org structures, document types, and rules.

I

Implementation Guide

The guided tree of all SAP configuration activities.

SAP

The SAP IMG (transaction SPRO) organizes customizing by area.

S

Selection Screen

The input screen where users enter report parameters.

SAP

SAP reports present a selection screen to filter data before running.

Short Dump

A runtime error log produced when an ABAP program fails.

SAP

SAP short dumps are analyzed in transaction ST22 to diagnose program errors.

W

Where-Used List

A tool that finds where an object is referenced.

SAP

SAP developers use the where-used list to assess the impact of a change.

B

Business Technology Platform

SAP platform for extensions, integration, data, and AI.

SAP

SAP BTP hosts side-by-side apps, integration, and analytics around the core.

F

Fiori Launchpad

The single entry point that shows a user role-based app tiles.

SAP

SAP Fiori launchpad aggregates apps and KPIs for each user role.

M

Material Ledger

The SAP tool for actual costing and multi-currency valuation.

SAP

SAP material ledger is mandatory in S/4HANA and supports actual costing.

S

SAP Business Warehouse

SAP data warehousing and reporting platform.

SAP

SAP BW consolidates data from many sources for enterprise reporting.

G

Greenfield Implementation

A fresh S/4HANA build that redesigns processes from scratch.

SAP

A greenfield SAP project starts clean rather than carrying over old configuration.

B

Brownfield Conversion

A technical conversion of an existing system to S/4HANA.

SAP

A brownfield SAP migration keeps history and configuration while upgrading.

S

SAP Activate

SAP standard methodology for implementing S/4HANA.

SAP

SAP Activate guides projects through prepare, explore, realize, and deploy phases.

C

Central Finance

An S/4HANA deployment that consolidates postings from multiple systems.

SAP

SAP Central Finance replicates financial documents into one S/4HANA ledger.

M

Month-End Closing

The periodic process of finalizing the accounting period.

SAP

SAP month-end closing runs valuations, allocations, and reconciliations before locking the period.

Y

Year-End Closing

The annual process of closing the books and carrying balances forward.

SAP

SAP year-end closing carries forward balances and opens the new fiscal year.

A

Account Determination

Configuration that finds the right G/L accounts automatically.

SAP

SAP account determination derives inventory, revenue, and tax accounts during postings.

Go deeper with the full module

The AI for SAP Professionals module covers all these concepts with examples, scenarios, and exercises. Free for all users.

Start the free module →