Skip to content

Commit

Permalink
new tr. ZAQO
Browse files Browse the repository at this point in the history
  • Loading branch information
bizhuka committed Mar 29, 2022
1 parent f4dea06 commit 9ed789a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/zaqo.tran.xml
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_TRAN" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<TSTC>
<TCODE>ZAQO</TCODE>
<PGMNA>ZAQO_EDITOR3</PGMNA>
<DYPNO>1000</DYPNO>
<CINFO>gA==</CINFO>
</TSTC>
<TSTCC>
<TCODE>ZAQO</TCODE>
<S_WEBGUI>1</S_WEBGUI>
<S_WIN32>X</S_WIN32>
<S_PLATIN>X</S_PLATIN>
</TSTCC>
<TSTCT>
<SPRSL>E</SPRSL>
<TCODE>ZAQO</TCODE>
<TTEXT>Edit quick options</TTEXT>
</TSTCT>
</asx:values>
</asx:abap>
</abapGit>
2 changes: 1 addition & 1 deletion src/zcl_aqo_helper.clas.abap
Expand Up @@ -519,7 +519,7 @@ METHOD is_in_editor.

" If also check old UI
IF iv_any = abap_true AND
( lv_tcode = 'ZAQO_VIEWER_OLD' OR lv_tcode = 'ZAQO_EDITOR_OLD' ).
( lv_tcode = 'ZAQO_VIEWER_OLD' OR lv_tcode = 'ZAQO_EDITOR_OLD' OR lv_tcode = 'ZAQO' ).
rv_ok = abap_true.
ENDIF.
ENDMETHOD.
Expand Down

1 comment on commit 9ed789a

@bizhuka
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new tr. code ZAQO

image

Please sign in to comment.