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