‎2008 May 15 5:32 AM
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
‎2008 May 15 6:08 AM
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.
‎2008 May 15 6:08 AM
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.
‎2008 May 15 7:27 AM
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
‎2008 May 15 10:46 AM
hi,
Flat file format should be like the structure of Internal table.
Rgds
Umakanth