mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Small correction to ZDEMO_EXCEL16 to not throw an error when image can't be found at c:\Program Files\SAP\FrontEnd\SAPgui\wwi\graphics\W_bio.bmp.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@90 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
64e0062571
commit
440c384cdb
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-16"?>
|
||||
<PROG NAME="ZDEMO_EXCEL16" VARCL="X" SUBC="1" CNAM="VONDRUSKA" CDAT="20100914" UNAM="BCUSER" UDAT="20101224" VERN="000059" RSTAT="T" RMAND="001" RLOAD="E" FIXPT="X" SDATE="20101224" STIME="122147" IDATE="20101224" ITIME="122147" UCCHECK="X">
|
||||
<PROG NAME="ZDEMO_EXCEL16" VARCL="X" SUBC="1" CNAM="VONDRUSKA" CDAT="20100914" UNAM="BCUSER" UDAT="20101224" VERN="000061" RSTAT="T" RMAND="001" RLOAD="E" FIXPT="X" SDATE="20101224" STIME="130357" IDATE="20101224" ITIME="130357" UCCHECK="X">
|
||||
<textPool>
|
||||
<language SPRAS="E">
|
||||
<textElement ID="R" ENTRY="abap2xlsx Demo: Drawings" LENGTH="24 "/>
|
||||
|
@ -90,8 +90,8 @@ START-OF-SELECTION.
|
|||
error_no_gui = 18
|
||||
OTHERS = 19.
|
||||
IF sy-subrc <> 0.
|
||||
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
|
||||
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
|
||||
* MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
|
||||
* WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
|
||||
ENDIF.
|
||||
|
||||
CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
|
||||
|
|
Loading…
Reference in New Issue
Block a user