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

BDC without files?

Former Member
0 Likes
631

Hello,

is it possible to use BDC without external files?

And if so, how? 🐵

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
607

Sure, no need for a file, you can simply get the data from the database in which the BDC program is running. Then simply pass the values to the PERFORM BDC* statements.

Regards,

Rich Heilman

5 REPLIES 5
Read only

Former Member
0 Likes
607

Can u elaborate this issue. Thanx

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
608

Sure, no need for a file, you can simply get the data from the database in which the BDC program is running. Then simply pass the values to the PERFORM BDC* statements.

Regards,

Rich Heilman

Read only

0 Likes
607

thanks!

do you know where i can read more about how to do this?

i'm using transaction LSMW and i have created a batch input recording. but then i always must specify the files.

Read only

0 Likes
607

Right, when working with LSMW, I think it will force the use of a file. If you do a recording using SHDB, you can then generate a progam, you can then copy and paste this code into your program.

Regards,

Rich Heilman

Read only

0 Likes
607

aha. thanks for the help!