‎2006 Oct 30 1:44 PM
Hi ,
am using SCMS_HTTP_CREATE (CRM) in my program.
call function 'SCMS_HTTP_CREATE'
exporting
crep_id = c_crep_id
comp_id = w_filename1
length = w_filesize
importing
doc_id_out = w_doc_id
tables
data = t_filecontent
exceptions
bad_request = 1
unauthorized = 2
forbidden = 3
conflict = 4
internal_server_error = 5
error_http = 6
error_url = 7
error_signature = 8
error_parameter = 9
others = 10.
Earlier it was returning 'w_doc_id'.
But now it doesnt. Please help me in solving this issue.
Thanks,
Ammu
‎2011 Apr 20 3:56 PM
Hi Ammu
I am facing same problem .I f you have answer for this question .Please share the code .
Thanks
kamesh