mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Merge pull request #546 from christian1020-94/issue545
Unnecessary "no description" error deleted #545
This commit is contained in:
commit
ffed1cf31c
|
@ -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 ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user