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 data format for uploading

Former Member
0 Likes
556

Dear All,

When we record BDC after that we have to set data in text file in said format manualy for uploading. like if in bdc program on column at number 3 then we have to set that data at number 3 in text file.

I want to know can we export recorded format ( varient) directly like we are doing in SCAT.

Please reply.

Ashwani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

hi

yes we can do like this , but it is not recommended to do so, coz SCATT is a testing tool , and not used for data uploading .

the base of making flat file for data uploading is , ur internal table structure in BDC program , sequence of fields in ur internal table decide format of file .

like if ur ITAB is as

data : ITAB occurs 0 .

Date .

Time .

Name.

end of ITAB.

then flat file sequence will be like .

Date Time Name

reward if helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
520

hi

yes we can do like this , but it is not recommended to do so, coz SCATT is a testing tool , and not used for data uploading .

the base of making flat file for data uploading is , ur internal table structure in BDC program , sequence of fields in ur internal table decide format of file .

like if ur ITAB is as

data : ITAB occurs 0 .

Date .

Time .

Name.

end of ITAB.

then flat file sequence will be like .

Date Time Name

reward if helpful.

Read only

0 Likes
519

Dear Sachin,

I have uploaded data from SCAT also, but u can not upload conditional data from scat.

Here when you export varient from scat then it exported in same sequence as we did duing recording.

Try to search out this type of solution for me in BDC.

With Regrds

Ashwani

Read only

Former Member
0 Likes
519

hi,

Flat file format should be like the structure of Internal table.

Rgds

Umakanth