Hi all,
i am migrating data from ECC to S4 content server and SAP suggested a report to use ,
while code is reaching to FM SCMS_AO_STATUS then its failing with Sy-SUBRC 1 and throwing error message HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
please help me with the solution.
Thanks
Vikash
* check if document is already online<br> call function 'SCMS_AO_STATUS'<br> exporting<br> arc_id = p_arc<br> doc_id = p_doc_id<br> importing<br> status = p_status<br> doc_type = p_doc_type<br>* ARCH_DATE =<br>* ARCH_TIME =<br>* MIMETYPE =<br>* TABLES<br>* COMPS =<br>* COMPSL =<br> exceptions<br> error_http = 1<br> error_kernel = 2<br> error_archiv = 3<br> error_config = 4<br> others = 5.<br> if sy-subrc <> 0.<br> message id sy-msgid type sy-msgty number sy-msgno<br> with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4<br> into p_status.<br> endif.<br>