2018 Mar 16 7:27 AM
Hi Friends ,
I have a requirement , In a Z Transaction need to attach multiple files with different extensions.
I have tried class cl_gos_document_service to create and display with Radio Buttons in a demo report it is working.
Please help me for the attachments how to incorporate in Ztransactions screen . With Create, edit, display, and list events .
Thank you .
Ponrajasekharan
2018 Mar 16 8:26 AM
Just define (if not already done) a Z_object in BOR with interface IFGOSASERV redefine GOSAddObjects. Then create an instance of cl_gos_manager in your z-transaction reference to your Z-BOR, you can select allowed services in the constructor method, so can handle display/update mode and/or authorizations yourself, and no adaptatoin of any dynpro should be required. (Use search tool, there is a document describing the process)
2018 Mar 16 8:26 AM
Just define (if not already done) a Z_object in BOR with interface IFGOSASERV redefine GOSAddObjects. Then create an instance of cl_gos_manager in your z-transaction reference to your Z-BOR, you can select allowed services in the constructor method, so can handle display/update mode and/or authorizations yourself, and no adaptatoin of any dynpro should be required. (Use search tool, there is a document describing the process)
2018 Mar 16 8:37 AM
I'm Unable to open the Microsoft Word file.
Can you attach with PDF format.
Thank You .
Ponrajasekharan
2018 Mar 16 8:47 AM
2018 Mar 16 9:30 AM
Hi Raymond
While doing the 5th point ,
'5. Position on method GOSAddObjects and press F6 (redefine). Insert the following code:''
Where to insert the code ?
Thank You .
Ponrajasekharan
2018 Mar 16 10:08 AM
2018 Mar 22 1:39 PM
2018 Mar 16 8:59 AM