Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

Required dms images into table contro url button.

$
0
0

When i retrieving images from dms by using CV120_DOC_CHECKOUT_VIEW FM its not giving any link in background, same FM i used in another mail program its working fine in foreground mode, kindly give the solution to get images in background . The image url i need to display in table in webdynpro , when user click "VIEW IMAGE" button i need to show corresponding images,

the below is my code in FM,

 

          gse_cout_def-kpro_use = 'X'.

           gse_cout_def-comp_get = 'X'.

 

           gse_doc_file-dappl = wa_fxtn-dappl.

           gse_doc_file-langu = 'EN'.

 

           gse_phio-lo_objid         = wa_objid-lo_objid.

           gse_phio-ph_objid         = wa_phyid-prop08.

*          gse_phio-ph_index         = lv_index.

*          gse_phio-lo_index         = lv_index.

           gse_phio-filename         = wa_fxtn-filename.

           gse_phio-active_version   = 'X'.

           gse_phio-delete_flag      = 'X'.

           gse_phio-protected        = 'X'.

           gse_phio-default_langu    = 'X'.

           gse_phio-file_id          = wa_phyid-file_id.

           gse_phio-storage_cat      = 'ZC_CKD'.

 

           PS_FRONTEND-FRONTEND_TYPE = ''.

           PS_FRONTEND-HOSTNAME      = 'SAPHTTPA'.


CALL FUNCTION 'CV120_DOC_CHECKOUT_VIEW'

             EXPORTING

               ps_cout_def = gse_cout_def

               pf_tcode    = ''

               ps_doc_file = gse_doc_file

               ps_draw     = gse1_draw

               ps_phio     = gse_phio

               PS_FRONTEND  = PS_FRONTEND

             IMPORTING

               pfx_file    = gve_file

             EXCEPTIONS

               error       = 1

               OTHERS      = 2.


Viewing all articles
Browse latest Browse all 3667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>