‎2010 Dec 03 10:49 AM
Hello All,
My requirement is, i am going to track the details of development capturing the Development number, Development Description, Estimates, Maarket, Functional Owner, technical owner, Delivery date and along with that I want to upload the functional specification and technical specification, test results word documents and store in the program/ trasaction.
So that, the user can see the link to these word documents and once he clicks on those, he will get the option of downloading those.
I have completed the first part of capturing the details about the development, however struggling with the document uploading requirement.
Please suggest me the approach in this regard.
Thanks.
Anuja.
‎2010 Dec 03 11:04 AM
Hi,
Take a look at transaction CV01N. You can create SAP documents linked to files (for example a word doc) which are stored on your content server.
Regards.
Nicolas
‎2010 Dec 03 11:13 AM
Hi,
Thanks for the reply.
I have checked the transaction CV01N, However in my program screen itself i want to have the F4 help for the document which needs to be uploaded from the presentation server like browse button and then attach button which will attach that document to the perticular development as its detail.
This functionality is similar to our e-mails... in which we attach the attachment with browse and attach buttons.
Please help.
Thanks.
Regards
Anuja.
‎2010 Dec 03 11:17 AM
Use FM F4_FILENAME :
*----------------------------------------------------------------------*
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
*----------------------------------------------------------------------*
CALL FUNCTION 'F4_FILENAME'
EXPORTING
field_name = 'P_FILE'
IMPORTING
file_name = p_file.
‎2010 Dec 03 11:22 AM
Hi,
Thanks.
And for attaching that attachment what function module i should use.
I hope i am clear with the requirement or do u want to me to elaborate it.
Thanks.
Regards
‎2010 Dec 03 12:26 PM
I think FM BAPI_DOCUMENT_CREATE2 should meet your requirement.
‎2011 Jan 27 9:44 AM
‎2011 Jan 27 9:44 AM
‎2011 Jan 28 4:21 AM
Dear Anuja,
Please have look at this lik.
[http://wiki.sdn.sap.com/wiki/display/HOME/DocumentManagementSystems]
Gven by Nayan Kurup in SDN wiki.
Regards,
Madhu.