mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
19 lines
412 B
ABAP
19 lines
412 B
ABAP
interface ZIF_EXCEL_BOOK_VBA_PROJECT
|
|
public .
|
|
|
|
|
|
data VBAPROJECT type XSTRING read-only .
|
|
data CODENAME type STRING read-only .
|
|
data CODENAME_PR type STRING read-only .
|
|
|
|
methods SET_VBAPROJECT
|
|
importing
|
|
!IP_VBAPROJECT type XSTRING .
|
|
methods SET_CODENAME
|
|
importing
|
|
!IP_CODENAME type STRING .
|
|
methods SET_CODENAME_PR
|
|
importing
|
|
!IP_CODENAME_PR type STRING .
|
|
endinterface.
|