Hi Friends ,
in SRM we are creating a shopping cart where we attach the documents . these documents will be stored in document server . to open the attachments we are providing the URL to the vendor ,
the URL is as follows (example)
http://abcd1234.na.abc.com:8000/sap/ebp/docserver/500/Recall%20Invoice%207-25-08.pdf?attkget&KpId=48A087AB44B15472E10000009B7D1EDF&KpClass=BBP_L_DOC&sap-language=En&sap-client=500&sap-user=att-user&sap-password=att-user.
case 1: when we execute the above URL it is prompting for user id & passoword ( inspite of having the user id & password in it )
http://abcd1234.na.abc.com:8000/sap/ebp/docserver/500/Recall%20Invoice%207-25-08.pdf?attkget&KpId=48A087AB44B15472E10000009B7D1EDF&KpClass=BBP_L_DOC
case 2: when we execute the same above URL ( ie the same URL but w/o user id & paasword in in it)
we could able to open the document .
pls let me know , what could be the root cause for this .
regards
venga