hi have created a bsp program in local object and i m not getting error,but now i have crated this program in packege , so when ever i uploding image in page every time getting this error , please help me
The following error text was processed in the system: *Sending of dynpro SAPLSTRD 0300 not possible: No window system type specified* Exception Class *CX_SY_SEND_DYNPRO_NO_RECEIVER* Error Name *DYNPRO_SEND_IN_BACKGROUND* Program *SAPLSTRD * Include *LSTRDU30 * Line *186*
i m uploading image using code not manually and using htmlb:fileupload tab.
getting here at this point
*upload new file INTO MIME OBJECTS
o_mr_api->put(
EXPORTING
i_url = lv_url
i_content = lv_xstring
i_suppress_package_dialog = 'X'
i_new_loio = l_loio
EXCEPTIONS
parameter_missing = 1
error_occured = 2
cancelled = 3
permission_failure = 4
data_inconsistency = 5
new_loio_already_exists = 6
is_folder = 7
OTHERS = 8 ).
Thanks