on ‎2024 Aug 09 11:57 AM
Hi All,
Can anyone please help me on this.
I have a requirement to attach files to reversal FI document from the main document.
I can see the entries in TOA01 table. Apart from that i do not have any data. So i need the logic how to attach files to reversed document which are there in main document.
Note: I do not have entries in SRGBTBREL table.
Thanks,
Divya.
Request clarification before answering.
This is not a GOS (SRGBTBREL) case but an ArchiveLink scenario.
If attachments exist only in TOA01, they are ArchiveLink documents. To copy attachments from the original FI document (FB03) to the reversal document (FB08), you must use ArchiveLink APIs, not GOS logic.
Approach:
Read existing ArchiveLink connections of the original document using TOA01 / ArchiveLink function modules.
Create new ArchiveLink links for the reversal document with the same archive document IDs.
Standard ArchiveLink FMs/classes (e.g. ARCHIV_GET_CONNECTIONS / ARCHIV_CONNECTION_INSERT) can be used.
Since there are no SRGBTBREL entries, GOS is not involved here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 26 | |
| 20 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.