Merge pull request #546 from christian1020-94/issue545

Unnecessary "no description" error deleted #545
This commit is contained in:
Lars Hvam 2017-01-19 07:54:46 +01:00 committed by GitHub
commit ffed1cf31c

View File

@ -61,9 +61,9 @@ CLASS lcl_object_susc IMPLEMENTATION.
SELECT SINGLE * FROM tobct INTO ls_tobct
WHERE oclss = ms_item-obj_name
AND langu = mv_language.
IF sy-subrc <> 0.
lcx_exception=>raise( 'TOBCT no english description' ).
ENDIF.
* IF sy-subrc <> 0.
* lcx_exception=>raise( 'TOBCT no english description' ).
* ENDIF.
io_xml->add( iv_name = 'TOBC'
ig_data = ls_tobc ).