前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP SD模块-创建供应商主数据BAPI

SAP SD模块-创建供应商主数据BAPI

作者头像
matinal
发布2020-11-26 17:34:29
8030
发布2020-11-26 17:34:29
举报
文章被收录于专栏:SAP TechnicalSAP Technical

关于创建供应商主数据BAPI:SD_CUSTOMER_MAINTAIN_ALL的一点解释

as it has the same parameters, I have checked the code and could see, what I have to fill in for changing, inserting and deleting.

1:The table parameters starting with Y are for deleting data.

All lines which should be deleted, have to be filled in here.

The field KZ has to be space.

2:The table parameters starting with X are for inserting and changing data.

All new lines and the others, which should be changed, have to be filled in here.

The field KZ has to contain an 'I' for new data and an 'U' for changing existing data.

以下转自其他博客:

Y表放的原数据,标记设置为SPACE

X只放的新数据,标记设置为I(插入)或者U(更新)

旧:如果上传文件中客户的银行信息不存在,则去创建;存在的话,则不去管它。 新:如果客户有银行信息,则将银行信息删除掉,只维护本次上传文件中该客户的银行信息。 维护客户主数据所用到的函数是:SD_CUSTOMER_MAINTAIN_ALL table参数中有很多表,其中X打头代表要插入的数据,Y打头代表要删除的数据。

应该是一致的。

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2015-01-12 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档