For a BDC upload you need to write a program which created BDC sessions.
Steps:
1.Work out the transaction you would use to create the data manually.
2.Use transaction SHDB to record the creation of one material master data.
3. Save the recording,and then go back a screen and go to the overview.
4.Select the recording and click on Edit - Create Program.Give the program a Z name and select transfer from recording.
5.Edit the program. You will see that all the data you entered is hard -coded into the program. You need to make the following changes.
a. After the start-of-selection,call ws_upload to upload the file (the excel file needs to be saved as TAB separated)
b.After the open-group,Loop on the uploaded data. For each line,perform validation checks on the data,then modify the perform bdc_field
commands to use the file data.
c.After perform bdc_transaction,add the endloop.
Execute the program.It will have options to create a batch session or to process directly.
These are all my finds. Might be it will be useful to you.
posted on 2008-12-11 10:24 scott 阅读(1060)
评论(0) 编辑 收藏