Hello All,
On our production instances we are receiving this RAISE Exception - NO_VALID_DOCUMENT. From the Dump we received the info that RAISE statement in program CL_GUI_ALV_GRID===============CP raised this exception as this was not intercepted by a superior program in the hierarchy, processing was terminated.
An IDOC 1000000000 was successfully posted in our environemnt and when FB03 Txn code is used to check the document No. it gives a dump.
Would be glad if you can guide me to identify the issue.
Regards,
PSK
Further to my findings .....
in the Method SHOW_VIEW
case i_new_view.
when mc_fc_view_excel.
*... Switch to excel-view.
m_gui_type = m_gui_type_excel.
l_doc_url = is_alv_bds-uri.
if ( l_doc_url is initial ). " no excel-template selected/avail.
raise no_valid_document.
endif.
call method set_view_excel
exporting
i_doc_url = l_doc_url
exceptions
others = 1.
if sy-subrc ne 0.
raise new_view_not_supported.
endif.
But not sure what " no excel-template selected/avail. would be glad if pointers were provided.
Regs.
- PSK
Hi,
Anand writes:
...
there's an option on the application toolbar called "Editing Options".
Not in my system - 4.7 - 014
But you can customize it with TA <b>FB00</b> -> Doc.Display -> Document Overview
regards Andreas
Add a comment