mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00
Unnecessary "no description" error deleted #545
This commit is contained in:
parent
7fce879051
commit
cb288beafd
|
@ -61,9 +61,9 @@ CLASS lcl_object_susc IMPLEMENTATION.
|
||||||
SELECT SINGLE * FROM tobct INTO ls_tobct
|
SELECT SINGLE * FROM tobct INTO ls_tobct
|
||||||
WHERE oclss = ms_item-obj_name
|
WHERE oclss = ms_item-obj_name
|
||||||
AND langu = mv_language.
|
AND langu = mv_language.
|
||||||
IF sy-subrc <> 0.
|
* IF sy-subrc <> 0.
|
||||||
* lcx_exception=>raise( 'TOBCT no english description' ).
|
* lcx_exception=>raise( 'TOBCT no english description' ).
|
||||||
ENDIF.
|
* ENDIF.
|
||||||
|
|
||||||
io_xml->add( iv_name = 'TOBC'
|
io_xml->add( iv_name = 'TOBC'
|
||||||
ig_data = ls_tobc ).
|
ig_data = ls_tobc ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user