KK~SAP

KK's Blog

  博客中心 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 登录 ::
  39 随笔 :: 1 文章 :: 4 评论 :: 1 Trackbacks
Cached @ 2025/6/13 14:57:41Control ASP.skins_cogitation_controls_blogstats_ascx
<2025年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

留言簿(0)

随笔档案

文章档案

搜索

最新评论

  • 1. SAP资料下载
  • SAP下载网,
    SAP资料共享网站,完全免费
    资料全由网友共享,大家共享,大家下载
  • --SAP99
  • 2. re: 信用管理理论及其在SAP中的应用
  • Yeah. My MSN is nyf425@hotmail.com.
  • --nyf425
  • 3. about bapi
  • 1BAPI鐨勪紭鐐? bapi鏄潰鍚戝璞$殑璁捐; bapi鏄浐瀹氱殑,涓鑸笉鑳戒慨鏀? bapi鍙互琚玸ap鍐呴儴閮ㄤ欢鍜岄潪sap绋嬪簭浣跨敤; bapi鐨勬垚鍔熷拰閿欒淇℃伅濮嬬粓閫氳繃RETURN杩斿洖; ...
  • --Neosun.Digger.SAP
  • 4. re: 信用管理理论及其在SAP中的应用
  • That's great. It's really hard to accept the Credit Management concept and map with the SAP System in the detail. You gave me a big help. Do you have any IM account, such as MSN?
  • --Dave
  • 5. re: SAP名词解释
  • Clearly help to understand my confuse.
    Great
  • --柚子Nan

阅读排行榜

评论排行榜

Cached @ 2025/6/13 14:57:41Control ASP.skins_cogitation_controls_singlecolumn_ascx

sapFunctions.Connection = sapConnection
Set sapMaterialUpd = sapFunctions.Add(”Z_SD_BAPI_SALES_DATA_UPD”)
With sapMaterialUpd
’set exports
     .Exports(”PA_GLPUPDLEVEL”) = “S”
     .Exports(”PA_VKORG”) = “FI14″
‘append table row
     .Tables(”IT_SALES_DATA_UPD”).AppendRow
     .Tables(”IT_SALES_DATA_UPD”)(1, “VKORG”) = “FI14″
     .Tables(”IT_SALES_DATA_UPD”)(1, “MATNR”) = “W_3100″
     .Tables(”IT_SALES_DATA_UPD”)(1, “DATBI”) = “99991231″
     .Tables(”IT_SALES_DATA_UPD”)(1, “DATAB”) = “20041231″
     .Tables(”IT_SALES_DATA_UPD”)(1, “KBETR”) = “2222″
     .Tables(”IT_SALES_DATA_UPD”)(1, “KONWA”) = “EUR”
End With
 
‘call the function module
If sapMaterialUpd.Call() = True Then
    ‘do something with the return tables here…Else
    Debug.Print sapMaterialUpd.Exception
End If

分享按钮发布于: 2007-10-27 08:59 nyf425 阅读(1652) 评论(0)  编辑 收藏

评论

标题
姓名
主页
内容 
  登录  使用高级评论  Top 订阅回复  取消订阅
[使用Ctrl+Enter键可以直接提交]