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: 
Read only

attach archive link into GOS

Former Member
0 Likes
778

Hi Guru's

In T code fkkinvdoc_disp there is no functionality to attach document any how we have

added that functionality by GOS using class  cl_gos_manager  in implicit enhancement class

handle toolbar of the t code.

My requirement is : I have to pull archieve links from SAP TM system into SAP ECC and attach

this archieve link into the GOS  created in tcode fkkinvdoc_disp against each invoice.

When user see the Attachment list this list should display all the attachement fetched from SAP TM system and also created by GOS in ECC system.

Please suggest me how should i attach this archieve link . I tried by Many function module and classes

  but didn't got the desired output .

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
611

Solved Myself.

Hi Guru's

In T code fkkinvdoc_disp there is no functionality to attach document any how we have

added that functionality by GOS using class  cl_gos_manager  in implicit enhancement class

handle toolbar of the t code.

My requirement is : I have to pull archieve links from SAP TM system into SAP ECC and attach

this archieve link into the GOS  created in tcode fkkinvdoc_disp against each invoice.

When user see the Attachment list this list should display all the attachement fetched from SAP TM system and also created by GOS in ECC system.

Please suggest me how should i attach this archieve link . I tried by Many function module and classes

  but didn't got the desired output .

Thanks in advance

1 REPLY 1
Read only

Former Member
612

Solved Myself.