Show TOC

Using ContextsLocate this document in the navigation structure

 Contexts are obsolete and should not be used. Contexts were introduced in Release 4.0 for high-performance access to frequently required data. Since the introduction of ABAP Objects for Release 4.5, contexts have not been developed further. Since Release 6.40, contexts can be replaced by shared objects .

Contexts are objects within ABAP Workbench that enable you to store details about the relationships between data. You use them in your ABAP programs to derive data which is dependent on a small number of key fields.

Contexts allow you to

  • store processing logic from application programs in context programs, reducing the complexity of the application.
  • make better use of recurring logic.
  • use buffering to improve system performance.

What is a Context?

Context Builder in ABAP Workbench

Using Contexts in ABAP-Programs

Hints for Working with Contexts