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

GOS - Attachment list

Former Member
0 Likes
611

Hi,

All the physical documents (word, text , pdf) has been dumped into content repository (not manually & not thru sap ).

Now, through the RECN transaction when we give the company code & contract number and while clicking the (GOS)attachment list, it should display or list the no. of documents for this combination of company code & contract number.

Will this BAdi work GOS_SRV_SELECT ?

How can we attain this?

Thanks,

Raja

Hi,

All the physical documents (word, text , pdf) has been dumped into content repository (not manually & not thru sap ).

Now, through the RECN transaction when we give the company code & contract number and while clicking the (GOS)attachment list, it should display or list the no. of documents for this combination of company code & contract number.

Will this BAdi work GOS_SRV_SELECT ?

How can we attain this?

Thanks,

Raja

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
465

You can check it yourself. Put a breakpoint in the method GET_INSTANCE in the class CL_EXITHANDLER. Or Implement the BAdI GOS_SRV_SELECT and test it out.

Regards,

Naimesh Patel