Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module SCMS_HTTP_CREATE

Former Member
0 Likes
891

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

1 REPLY 1
Read only

kamesh_g
Contributor
0 Likes
511

Hi Ammu

I am facing same problem .I f you have answer for this question .Please share the code .

Thanks

kamesh