Hi,
We recently migrated our documents from an external content location into the SAP content server. Previously we had link to the documents which would return the latest released version through a custom web interface. I am trying to reconfigure this interface, or replace it by using SAP shortcuts since the actual URL to the original of a document seems to be impossible to get to and use without WebDynPro. Anyways, This particular *.sap shortcut file takes me directly into the specified document record through CV03n when coded like this:
[System]
Name=P31
Description=_ P31 - Enterprise Resource Planning (ERP) Production
Client=360
[User]
Name=My Login ID
Language=EN
[Function]
Title=
Command=*CV03N DRAW-DOKNR = 100M0156 ; DRAW-DOKAR = CDG ; DRAW-DOKTL = 000 ; DRAW-DOKVR = 00 DYNP_OKCODE= ONLI
Type=Transaction
[Configuration]
GuiSize=Normal Window
Reuse=1
The problem is that it is for a specific version of a document only. Is it possible to code it such that it takes me into the DIR for the current version (released version) for a document instead?
Is there a way to change the command to use CV04N instead and then execute the search in CV04n to show me the "Document List After Selection"? If I replace CV03n with CV04n in the above code it doesn't work as I expect it to. Any help or pointers on how I can code shortcuts like this is appreciated.
Thanks,
Joseph