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 recording

Former Member
0 Likes
697

hi all

i have a requirement such that in BDC recording i need to take valuse from a file and put it up in the recording that was created by me in the se35 transaction...please help

vijay

hi all

i have a requirement such that in BDC recording i need to take valuse from a file and put it up in the recording that was created by me in the se35 transaction...please help

vijay

4 REPLIES 4
Read only

Former Member
0 Likes
670

Hi

Transfer ur recording to program. In ur program(se38), upload the file to an internal table. And pass the value in the internal table to ur recording by replacing the constant value with the internal table filed name.

Read only

Former Member
0 Likes
670

Hi,

Where is ur file store.

If it is on ur local M/C use

GUI_UPLOAD FM for filling internal table from flat file

if file is on Application Server use

open dataset & read dataset.

Regards

Gaurav

Read only

Former Member
0 Likes
670

hi alll

i need to crerate the program from SHDB...but anyways ur answers very helpful thank u....please look into my post as i have a problem again

vijay

Read only

Former Member
0 Likes
670

jj