指定主机IP、数据库名即可。 二...:ZHS16GBK 格式如下:ORCL.WORLD:ZHS16GBK 四、链接MaxDB数据库执行事务码DBCO,点新条目按钮,填写如下图所示信息MaxDB 是SAP自己的数据库,这个连接则是 个人常用ABAP Tcode ADBC_TEST_CONNECTION测试数据库是否连接成功(具体文档: MG技术文档-S4连接数据库
I want to query an external oracle database from an abap program... I went to transaction DBCO. I did fill in password user and name but i don't know what to put in DBCON_ENV. shouldn't I need to specify an ip, a port ... Thanks for your help. regards,Know the answer? Help...
SAP Managed Tags ABAP Development Hi ALL , I am facing the problem here. please help me out in this. i am trying to connce to the external database MSS, i made all the entries in the DBCO t-code and writing the follwoing native sql statement. EXEC SQL. CONNECT TO 'AAJ' AS 'V...
I try connect external database to sap. For it, i found the transaction DBCO. I configured this and don't connect. In transaction "ST04" response with: "-- ERROR ADBC database error (16) occurred" With code response that db isn't online: exec sql. set connection: 'dbsql' endexec...