cancel
Showing results for 
Search instead for 
Did you mean: 

Putting a link to URL in DMS

Former Member
0 Kudos

Hi

I am working on a web dynpro app and I need a bapi that can insert a URL address, rather

than a document, to the DMS.

Any idea?

Regards

Yuval

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183072
Active Participant
0 Kudos

Hi ,

If I understand correctly you want to open original from a link that is generated automatically.

If yes: you need to create first a link depending of the original type , dokar, doknr , doktl , dokvr.

For creating the url you can use function : 'WDY_CONTRUCT_URL' .

If you want to open the original from a link already generated, (only one original is relevant) , you can create an external window with the URL generated by function 'CV120_KPRO_CHECKOUT_TO_URL'

In Webdynpro you can use to create an external window ,  if_wd_window_manager , method create_external_window() .

Hope this helps..

former_member188883
Active Contributor
0 Kudos

Hi Yuval,

Please refer to available BAPI's as described in SAP note 766277 - Documentation for the BAPIs in document management

It has an attachment which can be referred for designing the solution.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi

I decided I'd use fm 'cv120_doc_checkin_from_url'.

But for some reason this does  not build the url in

the DMS.

Any idea?

rgds

yuval