ADBC_QUERY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ADBC_QUERY into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: SCHEMA = Database Schema
Selection Text: TABNAME = Table Name
Selection Text: CON_NAME = D .
Text Symbol: 001 = Column Name
Text Symbol: 002 = Data Type
Text Symbol: 003 = Length
Text Symbol: 004 = Dec
Text Symbol: 005 = DDIC Type
Text Symbol: 006 = Dict.Length
Text Symbol: 007 = Max. Output Length per Column
Text Symbol: 008 = AggFun
Text Symbol: 009 = Maximum Number of Hits
Text Symbol: 010 = Maximum Row Width
Text Symbol: 011 = Selection of Table Fields
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_SQL_STRING_DISPLAY CALL FUNCTION 'DB_SQL_STRING_DISPLAY' EXPORTING stmt_str = cv_sql * STMT_LEN = 0 * START_POS = 1 line_size = gv_line_sz with_frame = 'X'.
DB_SQL_STRING_DISPLAY CALL FUNCTION 'DB_SQL_STRING_DISPLAY' EXPORTING stmt_str = lv_sql * STMT_LEN = 0 * START_POS = 1 line_size = gv_line_sz with_frame = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADBC_QUERY - ADBCQUERY ADBC_QUERY - ADBCQUERY ADBC_DEMO_QUAINT - Quaint Demo Program for the Use of the ADBC API ADBC_DEMO_QUAINT - Quaint Demo Program for the Use of the ADBC API ADBC_DEMO_METADATA - Demo Program for Accessing Database Metadata via ADBC ADBC_DEMO_METADATA - Demo Program for Accessing Database Metadata via ADBC