[sap-abap] Passing data from abap to mssql server
Posted by
Admin at
|
Share this post:
|
0 Comments
| | Posted by C R on Aug 16 at 11:52 PM |
Dear experts,
I need to pass data from abap program to mssql server.For this i have created connection thro dbco.
I am trying with native sql ,but not able to get the connection.
my native sql is.
DATA: CON_NAME LIKE DBCON-CON_NAME VALUE 'BIW'.
EXEC SQL.
??CONNECT TO :con_name AS 'C1'
ENDEXEC.
for this am always getting sy-subrc value = 4.
i am working with ECC 5.0.
Could anyone please help me for this issue.
__.____._ I need to pass data from abap program to mssql server.For this i have created connection thro dbco.
I am trying with native sql ,but not able to get the connection.
my native sql is.
DATA: CON_NAME LIKE DBCON-CON_NAME VALUE 'BIW'.
EXEC SQL.
??CONNECT TO :con_name AS 'C1'
ENDEXEC.
for this am always getting sy-subrc value = 4.
i am working with ECC 5.0.
Could anyone please help me for this issue.
Copyright © 2009 CEB Toolbox, Inc. and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
Share Knowledge About SAP Scripting. Join the New Discussion Group
View this thread online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion