scott
SAP

导航

<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
统计
  • 随笔 - 3
  • 文章 - 0
  • 评论 - 0
  • 引用 - 0
Cached @ 2025/4/26 5:03:13Control ASP.skins_blue_controls_blogstats_ascx

留言簿(0)

随笔分类

随笔档案

文章档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

Cached @ 2025/4/26 5:03:13Control ASP.skins_blue_controls_singlecolumn_ascx
 

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)  编辑 收藏
Comments
标题
姓名
主页
内容 
  登录  使用高级评论  Top 订阅回复  取消订阅
[使用Ctrl+Enter键可以直接提交]