错误消息Parent objects have not been downloaded

简介: 错误消息Parent objects have not been downloaded

Keyword

ERP, BOM, BOMHED, BOMITM, SMOF0_READ_SMOFSUBINT, CRM_BOM_ERP_CHECK_FOR_FATAL


I am researching relationship BOMHED.

I have created the following download request in tcode R3AR2 to try to download a BOM from ERP:


image.png


When I perform request download, I meet with the following error message:


image.png


I go to tcode R3AC1 to check the parent tab of adapter object BOM_ERP. To my surprise, there is no parent information maintained.


image.png


Compare the parent setting for OBJCL:


image.png


So where are the parent information Materials, Equipment and Function locations mentioned in the error message coming from?

I debug the request download program itself to know the answer.

Then in sub routine check_parent of function module CRM_BOM_ERP_CHECK_FOR_FATAL, I found out that the parent of BOM_ERP is set dynamically according to the table name maintained in download request. In my case, it is material.


image.png


The parent check will only pass if the status of parent object is D ( finished ).


image.png


In my case, the download status of MATERIAL is R ( running )


image.png


This status could be found in tcode R3AM1:


image.png


After I fix the error of MATERIAL itself and repeat request download of BOM_ERP, the error message disappears.

image.png

相关文章
|
6月前
|
Web App开发 存储 自然语言处理
如何解决 SAP UI5 错误消息 - Could not find any translatable text for key appTitle
如何解决 SAP UI5 错误消息 - Could not find any translatable text for key appTitle
50 1
|
11月前
|
API 数据库
SearchContextMissingException: No search context found for id [xx] 问题排查
SearchContextMissingException: No search context found for id [xx] 问题排查
106 0
|
Linux
解决办法:error: <item> inner element must either be a resource reference or empty.
解决办法:error: <item> inner element must either be a resource reference or empty.
209 0
|
Android开发
【错误记录】Tinker 热修复示例运行报错 ( patch receive fail: /storage/emulated/0/patch_signed_7zip.apk, code: -2)
【错误记录】Tinker 热修复示例运行报错 ( patch receive fail: /storage/emulated/0/patch_signed_7zip.apk, code: -2)
399 0
【错误记录】Tinker 热修复示例运行报错 ( patch receive fail: /storage/emulated/0/patch_signed_7zip.apk, code: -2)
SAP MM 执行事务代码MRRL报错-No message was found for partner 100065 company code 0001-
SAP MM 执行事务代码MRRL报错-No message was found for partner 100065 company code 0001-
SAP MM 执行事务代码MRRL报错-No message was found for partner 100065 company code 0001-
如何处理SAP gateway service使用过程中遇到的400 error - invalid key predicate type for guid
如何处理SAP gateway service使用过程中遇到的400 error - invalid key predicate type for guid
225 0
如何处理SAP gateway service使用过程中遇到的400 error - invalid key predicate type for guid
|
Java Android开发
如何处理Eclipse错误消息 The declared package does not match the expected package
如何处理Eclipse错误消息 The declared package does not match the expected package
227 0
如何处理OData错误消息Property XX at offset XX is invalid
如何处理OData错误消息Property XX at offset XX is invalid
299 0
如何处理OData错误消息Property XX at offset XX is invalid
如何处理错误消息Query XXX is invalid or contains errors
如何处理错误消息Query XXX is invalid or contains errors
138 0
如何处理错误消息Query XXX is invalid or contains errors

热门文章

最新文章