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:

错误消息Parent objects have not been downloaded

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

错误消息Parent objects have not been downloaded

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

错误消息Parent objects have not been downloaded

Compare the parent setting for OBJCL:

错误消息Parent objects have not been downloaded

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.

错误消息Parent objects have not been downloaded

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

错误消息Parent objects have not been downloaded

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

错误消息Parent objects have not been downloaded

This status could be found in tcode R3AM1:

错误消息Parent objects have not been downloaded

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

错误消息Parent objects have not been downloaded

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
错误消息Parent objects have not been downloaded

相关文章:

  • 2021-09-19
  • 2021-05-30
  • 2021-09-16
  • 2021-09-09
  • 2021-06-09
  • 2021-11-15
  • 2021-06-20
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
相关资源
相似解决方案