09 2010 档案
SRM PO传到ECC后,价格变成0
摘要:Issue:因为业务需求,在某些采购组织下,需要去掉GR,IR indicator.可以在BADI - bbp_ecs_po_out_badi实现该需求.但将PO传到ECC后.发现SRM端虽然仍是net price,但在ECC端则价格为0..如果在SRM端更改价格, 则会产生RZ20 error...Please enter net price.ECC端的错误代码是06215此问题出现在客户升级了... 阅读全文
posted @ 2010-09-30 13:54 懒芒果 阅读(1514) 评论(0) 推荐(0)
如何在BAPI中建立测试数据
摘要:直接在BAPI中手动输入测试数据显然又费时间又不现实.使用程序FBGENDAT可以实现测试目的.Troubleshooting for BAPI problems is difficult if the parameters transferred to the interface are not completely available as a test data record. This i... 阅读全文
posted @ 2010-09-29 13:46 懒芒果 阅读(1018) 评论(0) 推荐(0)
如何对MM Document的字段进行隐藏/显示/必输/可选
摘要:目标:将me21n中的storage location字段隐藏1. 首先把断点设在FMMEX_FELDAUSWAHL2. 进入需要更改字段的文件,如ME21N..断点会停留进入Debug取得I_AUSWAHL0至I_AUSWAHL6的值.解释一下这些字段的含义:o AUSWAHL0: contains the key for the transaction codeo AUSWAHL1: contains the key for the activity type (AKT + V/H/A; where V = Change, H = Create, A = Display)o AUSWAHL 阅读全文
posted @ 2010-09-28 09:34 懒芒果 阅读(948) 评论(0) 推荐(0)
call structure中的两个参数
摘要:81 BYPASS_OUTB_HANDLER X Fixed Value82 BYPASS_INB_HANDLER X Fixed ValueSRM uses inbound handler to handle OCI Data from the catalog, it is used to make the Code page Conversion, HTML Tag Encoding and Decoding.For SRM MDM applications it is very recommended to deactivate the inbound and outbound hand 阅读全文
posted @ 2010-09-24 15:18 懒芒果 阅读(894) 评论(0) 推荐(0)
SRM Catalog的一些重要table及report
摘要:Table:/CCM/D_CTLG_REQ: Catalog Header Table for Locks/CCM/D_UPD_STATE: Status of Update/CCM/D_VIEW_OB_R: Table for Catalog View - Catalog View Item Relationships/CCM/D_PUB_ST: Status Table for Catalo... 阅读全文
posted @ 2010-09-24 15:01 懒芒果 阅读(863) 评论(1) 推荐(0)
Plan Driven Procurement I
摘要:Issue:After creating PR with item category(ex:L) and try to transfert PR to SHC, it can't be done.Answer:[Standard function(this can be transferrd from PR in MM to SHC in SRM)]:Standard (0)D:Service (9)S:Third Party (5)B:Limit (1) ==> Yes it is standard supported item category[Not Standard fu 阅读全文
posted @ 2010-09-24 14:24 懒芒果 阅读(663) 评论(1) 推荐(1)