Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

INSERT <db> CONNECTION (con) syntax

Former Member
0 Likes
627

Hello Expert,

I encountered this syntax INSERT <db> CONNECTION (con), which from i read is related to secondary database open SQL. My problem is, if this was executed in foreground, subrc is 0. But in background sy-subrc = 4. If i debug the job is 0. I'm clueless what's happening.

Help Please.

-zry

Hello Expert,

I encountered this syntax INSERT <db> CONNECTION (con), which from i read is related to secondary database open SQL. My problem is, if this was executed in foreground, subrc is 0. But in background sy-subrc = 4. If i debug the job is 0. I'm clueless what's happening.

Help Please.

-zry

3 REPLIES 3
Read only

Former Member
0 Likes
568

From F1:

Addition 2

... CONNECTION {con|(con_syntax)}

Note

This addition is for internal use only.
It cannot be used in application programs

Rob

Read only

0 Likes
568

Thanks Rob but i got the error from standard FM number_get_buffer

Read only

0 Likes
568

Well, that FM is neither documented nore released, so you're pretty well on your own.

You might do a 'where used' list to see if it gives you any hints.

Rob