Ansicht
Dokumentation

ABENAMDP_DB_CONNECTIONS - AMDP DB CONNECTIONS

ABENAMDP_DB_CONNECTIONS - AMDP DB CONNECTIONS

Addresses (Business Address Services)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

- Database Connections

An AMDP method is always implemented on the standard database. By default, the call is made using the standard connection. An optional service connection can be specified for an AMDP procedure implementation.

To specify the database connection explicitly, an input parameter with the predefined name connection can be declared for an AMDP procedure implementation. This parameter must be of type DBCON_NAME. When the AMDP method is called, the following values can be passed to the parameter to specify the database connection:

  • When the initial value or the value "DEFAULT" is passed, the standard connection is used.
  • When a name "R/3*name" is passed, which consists of the prefix "R/3*" (uppercase characters) and a user-defined name "name" (case sensitive), a service connection of this name to the standard database is used. The names "R/3*AMDP_SYNC" and "R/3*AMDP_ADBC" are exceptions. They are used by the AMDP framework itself.

All other names raise an exception.

Notes

  • The parameter connection cannot be used to implement the AMDP method.
  • The parameter connection cannot be used to specify connections to databases other than the standard database.
  • Service connections to the standard database are useful for performing operations in a database LUW that is independent of the LUW of the standard connection.

AMDP Method with Specified Service Connection






RFUMSV00 - Advance Return for Tax on Sales/Purchases   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3718 Date: 20240418 Time: 125657     sap01-206 ( 22 ms )