Application Development 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: 

Issue with SCMS_HTTP_CREATE

kamesh_g
Contributor
0 Kudos

Hi

I am using FM 'SCMS_HTTP_CREATE' to archive file .My code is like below and lt_content is having binary format data .

CALL FUNCTION 'SCMS_HTTP_CREATE'

EXPORTING

crep_id = 'ZH'

  • comp_id = 'data'

mimetype = 'PDF'

length = lv_length

IMPORTING

doc_id_out = lv_doc_id

TABLES

data = lt_content

EXCEPTIONS

OTHERS = 10.

IF sy-subrc <> 0.

endif.

but Here this FM is not importing Docu.id and subrc = 10 . is there any restrictions on length and any exporting paramters .

If any one worked on this FM. Please reply back ,

Thanks

kamesh

1 REPLY 1

kamesh_g
Contributor
0 Kudos

Hi

This is becuase of HTTP server is down ,Now I cam able to check . Closing the thread .

Thanks

kamesh