2024 Jun 18 3:41 PM - edited 2024 Jun 20 1:34 PM
Hey there!
How do I add attachments to a freight order and how do I read them?
in R/3 ECC attachments have been added via Generic Object Services (GOS).
After I added an attachment to a freight order, there is no data stored in table SRGBTBREL. Therefore I think that a different technique is used here.
Meanwhile we figured out that the freight order seems to be programmed using the BOPF. Can someone confirm this?
What Business Object is used for the freight order?
What to do to read, add or delete attachments of the freight order?
Thanks for any hint or advice!
Cheers
~Enno
2024 Jun 18 3:45 PM
Generally speaking, S/4HANA continues working with GOS a lot...
2024 Jun 18 4:11 PM
But in this case there is no data stored in table SRGBTBREL when adding an attachment. Therefore I think that a different technique is used here.
2024 Jun 18 4:51 PM
2024 Jun 18 4:59 PM
Thanks for your hint. I already checked table SRGBTBREL after adding an attachment. there are no additional entries... 🙄
2024 Jun 19 1:27 PM
2024 Jun 19 7:50 AM
SQL trace or SAT to make sure what's going on...
2024 Jun 19 1:13 PM
That's what we are doing but it's a complicated and time-consuming process so I hoped for specific hints or even code-snippets...