Entering content frame

Using Contexts in ABAP Programs Locate the document in its SAP Library structure

Caution Contexts are obsolete and should not be used. Contexts were introduced for 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 Structure linkshared objects.

 

The following sections explain how to use contexts in your ABAP programs. As with logical databases, you will normally only need to use contexts supplied by SAP.

 

Finding and Displaying a Context

Creating an Instance of a Context

Supplying Context Instances with Key Values

Querying Data from Context Instances

 

 

 

 

Leaving content frame