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 Options

Former Member
0 Likes
566

Hi,

When we generate the BDC program from SHDB, a dialog box will appear, asking the program name. Here there are

another options like

Field Contents

1. Read from file

2. Transfer from recording

Test Data

1. Create (Check Box)

2. File Name

Can anyone explain, what are these options for ?

Regards

Sabu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Hi Jose,

Welcome to SDN Jose...

Transfer from recording:

Choosing this would give you a code accepting the values that you;ve entered while creating the recording.

From File:

Choosing this option would generate a recorded code enabling you to choose a file and would enable you to fetch values from the file.

Now it depends on you as to which option u wanna choose... generally we perform BDC using the file. Hence we generate code using the file. Hence you would be able to do some alterations to the generated code, inorder to get your required code.

\[removed by moderator\]

Kiran

Edited by: Jan Stallkamp on Jun 10, 2008 1:37 PM

2 REPLIES 2
Read only

Former Member
0 Likes
431

Hi Jose,

Welcome to SDN Jose...

Transfer from recording:

Choosing this would give you a code accepting the values that you;ve entered while creating the recording.

From File:

Choosing this option would generate a recorded code enabling you to choose a file and would enable you to fetch values from the file.

Now it depends on you as to which option u wanna choose... generally we perform BDC using the file. Hence we generate code using the file. Hence you would be able to do some alterations to the generated code, inorder to get your required code.

\[removed by moderator\]

Kiran

Edited by: Jan Stallkamp on Jun 10, 2008 1:37 PM

Read only

Former Member
0 Likes
430

hi,

after you completed the recording , if you want the program for the recorded one, click on the name of your recording then click program in that

if you select the read from file : you will get the internal table

if transfer from recording is selected : internal table is not created.

thanks and regards