Quantcast
Viewing all articles
Browse latest Browse all 1255

Proxy in scheduled state

Hi All,

 

I am calling a OB proxy from my report programming. The call has been succesful. However when i check in SXMB_MONI t-code , it shows in scheduled state. When i checked the queue and repreocessed all went fine. Please help me in identifying what could be the issue?

 

This is the piece of code i have written to call proxy

 

 

 

 

TRY.

     
CALL METHOD l_proxy->Custom_CRM_Orders_OB

       
EXPORTING

         
OUTPUT = wa_custom_ob1.

     
commit work.

   
CATCH CX_AI_SYSTEM_FAULT.

     
DATA: l_Fault TYPE REF TO CX_AI_SYSTEM_FAULT.

     
CREATE OBJECT l_fault.

     
write :/ l_FAULT->ERRORTEXT.

 
endtry.

Regards

Chandrakant


Viewing all articles
Browse latest Browse all 1255

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>