- 浏览: 404259 次
- 性别:
- 来自: 上海
文章分类
最新评论
-
yiming163:
thank you!
eCATT, LSMW in detail -
泡泡蓝:
把WITH INCLUDES.改成 WITH ANALYSI ...
User Exits,Customer Exits,BAdI and BTE -
泡泡蓝:
王弈争 写道泡泡蓝 写道SCAN ABAP-SOURCE SO ...
User Exits,Customer Exits,BAdI and BTE -
王弈争:
泡泡蓝 写道SCAN ABAP-SOURCE SOURCETA ...
User Exits,Customer Exits,BAdI and BTE -
jgtang82:
泡泡,我没遇到你所说的问题呀
User Exits,Customer Exits,BAdI and BTE
Purchase order output (ORDERS and ORDCHG)
1. In the purchase order you provide one or several items with a deletion indicator. Why are these indicators not transferred via IDoc?
Deleted items are only issued with IDoc type ORDCHG. Perhaps you selected the wrong ME10 process code for the output of change messages in the partner profile. To set the partner profile correctly, consider the following question.
2. In the partner profiles for the ORDERS outgoing message, the change message was also entered.
IDoc type ORDCHG is available for the output of changes. Define the following data for the respective partner in the initial parameters:
◇application : EF
◇message type : enter the corresponding value here
◇transaction code : ME11 (is linked to IDOC_OUTPUT_ORDCHG)
◇change message : X
3. More fields are listed in the IDoc definition (WE60) than are transferred with ORDERS/ORDCHG. Why?
The order IDoc only transfers the data necessary for the creation of a sales order in the receiving system. If this data should not suffice, you can add the missing information to the IDoc using the customer function EXIT_SAPLEINM_002 or EXIT_SAPLEINM_011.
Remember that this information must also be processed on the input side correspondingly.
4. Why are not all partner roles issued from the purchase order in the segment E1EDKA1 or E1EDPA1?
Several address segments (E1EDKA1 or E1EDPA1) can be issued in the IDoc that are distinguished by qualifier values (in the PARVW field), that is, the value of the qualifier determines the contents of the data entered , for example, 'AG' means "Ordering party". The allowed values of the qualifier are defined in the values list of the domain (here EDIF3035).
Incidentally, the qualifier values in the IDoc output of the purchase order are the same as the corresponding German partner roles in the purchase order.
The IDOC_OUTPUT_ORDERS and IDOC_OUTPUT_ORDCHG function modules usually only issue the following three partners:
- Ordering party with qualifier value AG (only E1EDKA1)
Data: Organizational data (purchasing organization, telephone number ...), customer number for the vendor, if these are maintained in the vendor master (in the LFB1-EIKTO field) - Vendor with qualifier value LF (only E1EDKA1)
Data: Vendor number, organizational data (sales organization, telephone number ...), global location number - Goods recipient with qualifier value WE (E1EDKA1 and E1EDPA1)
Data: Address data in accordance with SADR structure (alternatively from the plant address/address master or manual address), plant number, customer number (if a third-party purchase order)
If the goods recipient is maintained differently on the items, it is not issued at header level (segment E1EDKA1), but at item level (E1EDPA1); however, header segments and item segments may be issued, see Note 406313.
A different ordering address may be issued in the purchase order printout.
For this, you can define the partner 'BA' (ordering address), for example; the data for this partner is printed instead of the data for the ordering party. In the IDoc, an additional address segment E1EDKA1 is issued with the qualifier 'BA' that contains the vendor number of the different ordering addresses. An additional entry is required in the partner profile (Transaction WE20) for the partner role 'BA' and the respective partner.
From a technical point of view, when ordering addresses are different, the partner role is transferred from the message record (database table NAST, field PARVW) and the value is not checked against the value table of domain EDIF3035.
As a result of this, an E1EDKA1 segment is issued with the 'LS' qualifier when the partner type 'LS' (instead of 'LI') is used in the partner profile (Transaction WE20).
The data in the purchase order IDoc should be used for creating or changing a sales order in inbound processing; no further address data is usually required for that.
Nevertheless, if this is necessary, we refer you to the customer exits (SAP enhancement MM06E001).
1. In the purchase order the system issues error message VN032, which indicates that the partner profile is not correct.
In most cases, the error message is correct. Compare the data constellation specified in the error message with those you maintained in Transaction WE20. If these should differ, adjust them accordingly.
2. The system issues error message VD561 during the output of purchase orders (Partner nnn is not an EDI partner)
See Note 389713.
3. The system displays error message ME760 when you output purchase order change using EDI.
See Notes 310004 and 117450.
4. The header and item texts defined in the purchase order are not output at all or only in part (ORDERS and ORDCHG).
Check in Table T166K (Header texts) and T166P (Item texts) whether there is a corresponding entry for the combination of transaction, document type, object and text ID, as only then are the texts output in the IDoc. See Notes 446008, 410989 and 446208.
5. During the output of the texts, the system only issues 70 characters instead of 72 characters in segments E1EDPK2 and E1EDKP2 (ORDERS and ORDCHG).
Also refer to Notes 410989, 446008 and 446280.
6. After you change a purchase order or contract, no EDI message is output. Error ME760 is listed in the processing log of the message.
When processing changes, table T166C is checked and analyzed in the EDI environment, just as is the case in the print output. This information will only be issued if the changed field exists in table T166C. See also Notes 310004 and 512700.
7. Which user exits are available in purchasing for the IDoc output of purchase orders using ORDERS and ORDCHG?
You can use Transaction CMOD with SAP enhancement MM06E001 to find the user exits (you can also find them in the object navigator in the XM06 function group), for example, the following exits are relevant:
- a) EXIT_SAPLEINM_012 -> Customer enhancement for configuration (table APPL)
- b) EXIT_SAPLEINM_013 -> Customer enhancement for changing material configuration data
- c) EXIT_SAPLEINM_001 -> Customer enhancements for enhancing the control record
- d) EXIT_SAPLEINM_002 -> Customer enhancements for data segments
- e) EXIT_SAPLEINM_011 -> Final customer enhancement
You can find an example of the programming of the exit 002 using Note 313925.
8. Are the components of a subcontracting item also output in ORDERS or ORDCHG?
You cannot output purchase order components in the ORDERS or ORDCHG IDoc.
9. Can I also create a purchase order with message category ORDERS?
You can only generate a purchase order from an ORDRSP message if you use the VMI Scenario (Vendor Managed Inventory). The distribution of purchase orders (ALE) using the message category ORDERS is not supported in the R/3 standard system. However, you can create purchase orders via the message categories PORDCR (as of SAP R/3 4.0B) and PORDCR01 (as of SAP R/3 4.70). For this purpose, read the FAQ Note 582221.
Order confirmations (ORDRSP)
10. The vendor sends a price change that can be accepted automatically. The IDoc is updated but the purchase order is not updated with the confirmed price.
Prerequisites for the use of the price update are:
a) Condition types EDI1 and EDI2 must be maintained in the condition schema.
b) The price transfer must be activated in the confirmation control key (Transaction OMGZ).
11. In the confirmation control key, you can set a tolerance of 99,99 % for the overrun or shortfall of the confirmed price. However, a higher tolerance should be accepted.
A larger tolerance in the confirmation control key is currently not possible for technical reasons. However, you can change these fields with the help of customer function EXIT_SAPLEINM_009 and then increase the fields accordingly.
12. The vendor sends an order acknowledgement and cancels one or several items of a purchase order (Rejection). The IDoc cannot be updated.
See Notes 66192 and 890812 for more information.
13. In the order acknowledgement, you want to accept every confirmed quantity, how can you do this?.
The quantity check occurs in subroutine QUANTITY_CHECK (Include LEINMF2E).For this, use the tolerance limits from the purchase order item for the GR/IR control (ME21/22/23) or the 'Delivery' tab page (ME21N), to calculate the maximum or minimum quantity. For maximum over delivery you can set the indicator in EKPO-UEBTK (maximum over delivery) in the purchase order.
If you confirm quantity = 0, you must consider the FAQ for "Rejection". If you want the under delivery tolerance (EKPO-UNTTO) to be larger than 99.9%, you need to modify QUANTITY_CHECK.
14. You want to confirm partial deliveries with an ORDRSP message. Why does the system always issue error message ME794 here?
In the scenario of the order confirmation the inbound processing expects that the quantity transferred in message ORDERS is indeed transferred. If no quantity check should occur, refer to the question above.
15. With an ORDRSP message the system issues error message ME794.
Check if segment E1EDP20 exists in the incoming IDoc. This segment is necessary to receive the confirmed quantity. If the segment is not in the IDoc, the system calculates with quantity 0. If this covers the 'Rejection' case, refer to the questions on 'Rejection'.
16. In an order acknowledgment, you confirm several items, and an error occurs for one item. Why does the system not update the other items?
Such a system response is not provided in the IDoc inbound processing. The IDoc is only updated if all data has been processed without errors (the all or nothing principle applies here).
17. In the definition of the confirmation control key in Customizing (OMGZ) for order acknowledgements (ORDRSP), the flag for the goods receipt assignment (T163G-WEZUO) has also been set. You receive confirmations for purchase orders via ORDRSP and you subsequently post the corresponding goods receipt. However, the vendor now sends a new confirmation for the same purchase order which overwrites the data in the confirmation overview. Why?
Due to technical reasons, defining an order acknowledgment with a goods receipt assignment is not supported. If the vendor sends a second confirmation, the system deletes the existing confirmation and replaces it with the new one, even if a goods receipt has already been posted. Read also Note 494377 on this issue.
18. Which customer functions are available in IDOC_INPUT_ORDRSP?
- a) EXIT_SAPLEINM_018 -> Customer enhancement for changing the currency
- b) EXIT_SAPLEINM_007 -> Import IDOC segment
- c) EXIT_SAPLEINM_009 -> Customer enhancement for tolerance change
- d) EXIT_SAPLEINM_014 -> Customer enhancement for price tolerances
- e) EXIT_SAPLEINM_015 -> Customer enhancement for vendor material change
- f) EXIT_SAPLEINM_005 -> Customer enhancement for order acknowledgment before postin
- g) EXIT_SAPLEINM_008 -> Customer Enhancement for final activities
19. Which settings are necessary to ensure that prices are copied from the ORDRSP to the purchase order item?
Consider the attachment of this note. In the attachment, all steps for standard price schema RM0000 are documented.
20. You have defined your own different message types (for example, ZNEW and ZCHG) for messages ORDERS and ORDCHG. After the output of message ORDERS one or several items are provided with a deletion indicator in the purchase order. Why are these not transferred with the IDoc for message ORDCHG and why does this only occur with the first change message?
The program for the IDoc output of message ORDCHG uses the same logic as is used for printing purchase order changes. For the print output, the system only considers changes that have occurred since the time of the last correct message output with the same message type (for example, ZCHG). If you use a different message type for the change message, then this time is initial (no time interval can be determined). In this case the program response is as during the new printout but deleted items are not issued (it does not make sense to send the vendor a new purchase order with deleted items).
All of the subsequent change messages are issued correctly, because the program can determine a time interval between the existing message (for example, ZCHG) and the new message (for example, ZCHG) to evaluate the purchase order change documents.
Use the same message type (for example, ZORD) for the ORDERS and ORDCHG messages.
21. Can you also process EDI purchase order confirmations for scheduling agreements and contracts?
EDI confirmations with the ORDRSP message category are only possible for purchase orders.
For scheduling agreements, see Consulting Note 810340.
22. Is it possible to eliminate IDoc-segments in the outgoing purchase order (messages ORDERS, ORDCHG) by means of an IDoc view?
As of Release 4.6 it is possible to hide header and item texts in the IDoc with the help of an IDoc view (see also the release notes for Release 4.6A). Other purchase order data cannot be excluded from the IDoc output.
23. Is it possible to output IDoc conditions in the outgoing purchase order (messages ORDERS, ORDCHG)?
As of Release 4.6 it is possible to output header and item conditions. However, this is only possible if you use an IDoc view (see also the release notes for Release 4.6A).
发表评论
-
Trigger batch job via background event
2010-08-02 17:44 10091. Use transaction SM64 to crea ... -
Folder used for importing PreDeliverred XI Content
2010-05-26 11:30 843X:\usr\sap\S31\SYS\global\xi\re ... -
XI Case Study - IDoc to IDoc
2010-05-01 16:46 906In this scenario we are sending ... -
XI Case Study - IDoc to File - File to File
2010-05-01 16:45 1258IDoc to File 1. http://www.sap ... -
XI/PI: SAP XI Troubleshooting Guide
2010-05-01 00:59 1887http://www.riyaz.net/blog/xipi- ... -
Runtime Workbench
2010-04-24 23:52 10991. Component Monitoring Integ ... -
Runtime - Integration Server - Pipeline Services
2010-04-24 23:31 926Pipeline Services 1. Messages ... -
Runtime - Integration Server - Adapter Engine & Adapter Framework
2010-04-24 22:39 11371. From the XI architecture, we ... -
IDoc related process programs
2010-04-22 17:52 1336Status Process Progr ... -
PI 7.0 & 7.1 Mapping - Blogs,Articles,Wiki,Code Samples and Videos Collections
2010-04-20 10:21 2232http://wiki.sdn.sap.com/wiki/di ... -
How to guides - XI for NW 2004 - ERP Genie.com
2010-04-20 10:15 1261http://www.erpgenie.com/sap/n ... -
(转)XI的配置命名规范
2010-04-17 22:33 1097SLD命名规范Product ... -
Design Time - Integration Repository - Message Mapping
2010-04-17 22:05 1211Type of Mapping Program 1. Mes ... -
SII - SAP® Information Interchange - SAP's New EDI Solution
2010-04-01 17:07 1121http://www.sdn.sap.com/irj/scn/ ... -
Generic Object Service and Relationship Service
2009-11-18 12:30 1744What is Generic Object Service: ... -
Master Data Message Types / IDoc Types
2009-11-02 14:55 1882Link: http://www.erpgenie.co ... -
Changing an IDoc Status
2009-11-02 12:49 1194We can use SAP standard program ... -
Number range or current number of IDoc/other objects - SNRO
2009-10-21 15:01 1128Transaction: SNRO 1. Input Obj ... -
SPAU & SPDD
2009-08-07 11:29 3803SAP Help Reference: http://help ... -
Job cancelled after system exception ERROR_MESSAGE
2009-03-27 15:49 1863https://www.sdn.sap.com/irj/scn ...
相关推荐
Volume Purchasing Program (VPP) 是VMware提供的一种批量购买计划,旨在奖励其客户并最大化他们在VMware软件上的投资。VPP通过让客户在两年滚动期间降低VMware软件的所有权总成本,鼓励客户参与并从中受益。该计划...
最后上传,不是能不能用,是看你会不会用....再启动scktsrv.exe,再编译客户端项目purchasing,然后运行,配置连接.即可运行. 最好不要在DELPHI IDE中直接执行. 自动邮件和传真功能没有开发完成.有兴趣的朋友可以自已开发.
Oracle电子商务套件中的采购模块(Oracle EBS Purchasing)是一个强大的工具,用于管理企业的采购流程。这个模块是整个Oracle电子商务套件的一个组成部分,后者是一套集成的业务应用程序,旨在帮助企业自动化其关键...
【标题】:“Intercompany Purchasing” 【描述】:“Intercompany purchasing and sales”涉及到的是企业内部不同子公司或部门之间的采购和销售活动。这种交易模式在大型企业集团中常见,旨在优化资源分配,降低...
Amazon product co-purchasing network metadata数据集大小为200M
根据提供的文件信息,本文将详细介绍标题《Aspects of rational insurance purchasing》(理性购买保险的方面)以及描述中提及的保险和金融影响的知识点。此外,通过【部分内容】中给出的信息,我们会对Jan Mossin...
in-app-purchasing-1.0.3.jar亚马逊内购LIB
标题中的“Purchasing”指的是采购管理,这是企业运营中非常关键的一个环节,涉及寻找供应商、谈判合同、订单处理、库存管理和支付等流程。在IT领域,尤其在供应链管理(SCM,Supply Chain Management)系统中,...
这里我们关注的是"Amazon product co-purchasing 商品数据.zip"文件,它包含的商品数据是亚马逊平台上的一个关键元素,揭示了消费者的购物行为和商品间的关联性。这个压缩包可能包含了大量的CSV或JSON文件,这些文件...
Oracle Purchasing 11i XML Transaction Delivery Setup Guide 是一份针对Oracle Corporation的Oracle Purchasing模块的详细指南,专注于11.5.8版本的XML交易交付设置。此文档旨在帮助用户配置和管理Oracle ...
### SAP MM Purchasing – 关键知识点详解 #### 一、SAP MM Purchasing 概述 SAP MM Purchasing(采购)是SAP系统中Materials Management(物料管理,简称MM)模块的重要组成部分。该模块主要负责处理企业的外部...
sap SCM521_Pricing in Purchasing
1. 职位理解:Country Purchasing Manager是跨国公司中负责特定国家或地区采购管理的高级职位,通常需要管理多个工厂或分公司的采购活动,确保供应链的有效运行。 2. 专业领域:从描述中可以看出,这位专业人士在...
### SAP Purchasing (MM-PUR)模块详解 #### 概述 SAP系统中的Purchasing(MM-PUR)作为Materials Management(MM)模块的重要组成部分,涵盖了从供应商选择到发票验证的所有采购活动。该模块与SAP系统的其他部分...
Unity Purchasing是Unity引擎提供的一个官方插件,它简化了与各个应用商店(包括iOS App Store)的IAP系统的交互过程。 要使用Unity Purchasing,首先需要确保你的Unity项目已经配置了正确的目标平台,即设置为iOS...
《Windows Phone 8 应用内购买(In-App Purchasing)技术详解》 Windows Phone 8 开发者在创建应用程序时,为了增加收入流或提供增值服务,常常会引入应用内购买功能。本教程将深入探讨Windows Phone 8平台上的In-App...
SAP SCM200 - Supply Chain Planning overview
标题“QP ADVANCED PRICING PURCHASING SETUP”指的是在采购过程中对Oracle采购模块进行高级定价配置的过程。高级定价功能允许企业为采购产品设置复杂的定价策略,这在多变的市场环境和高度竞争的行业中尤其重要。...
"Purchasing Application(修改版)" 是一个经过更新的采购应用程序,它包含了数据库功能,意味着该软件能够管理和处理与采购流程相关的数据。开发者提到数据库稍后会上传,这表明该应用可能依赖特定的数据库结构来...