Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

add/ read attachments of freight order

EnnoWulff
Active Contributor
1,898

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

7 REPLIES 7

Sandra_Rossi
Active Contributor
0 Kudos
1,888

Generally speaking, S/4HANA continues working with GOS a lot...

0 Kudos
1,873

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.

0 Kudos
1,854

Look at tables such as 

  • TOA01, TOA02, TOA03 - Link tables
  • SRGBTBREL - Relationships in GOS Environment

0 Kudos
1,820

Thanks for your hint. I already checked table SRGBTBREL after adding an attachment. there are no additional entries... 🙄

0 Kudos
1,748

And in the other tables (TOA01, etc.)

Sandra_Rossi
Active Contributor
1,775

SQL trace or SAT to make sure what's going on...

0 Kudos
1,751

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...