Ansicht
Dokumentation

SAPFKADB - CO Object: LDB accesses

SAPFKADB - CO Object: LDB accesses

CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Description

Central pool of routines for logical databases which use the CO object either completely or partially. This makes it possible to centrally manage access to CO object tables (COSP, COSS, COEP, COEJ) within a logical database.

Requirements

The extended syntax check introduced in Release 3.0 made it necessary to remove the PUT statements to an external location.

To use the routine pool in database access programs in 3.0, proceed as follows:

REPORT SAPDBXXY DEFINING DATABASE XXY.
...
INCLUDE FKADBI01. "Dummy Defines for all Put routinen in central pool
INCLUDE NNNNNNNN. "Special Defines for every CO object table in log.DB
INCLUDE SAPFKADB. "Central Put routine pool for the CO object
...

Caution! Enter Includes in the sequence specified!

Output

Example

Assume you have defined the following logical databases (XXY)

CSKS
COSP1
COVP12

The access program for COSP and COVP are to use the central Put routine pool.

The database access program is structured as specified above, whereby the INCLUDE NNNNNNNN must contain the following special Defines:

DEFINE PUT_COSP1.
PUT COSP1.
END-OF-DEFINITION.

DEFINE PUT_COVP12.
PUT COVP12.
END-OF-DEFINITION.

This reduces the conversion problems for people using Include SAPFKADB and means they only have to create an Include containing the special Defines for the appropriate logical database.

Special Defines have to be created for all tables which use the central Put routine pool to execute the put.






PERFORM Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1778 Date: 20240531 Time: 145628     sap01-206 ( 27 ms )