This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*&---------------------------------------------------------------------* | |
*& Include ZMM_PDF_PARSER | |
*& https://sapboard.ru/forum/viewtopic.php?f=13&t=51283 | |
*&---------------------------------------------------------------------* | |
* Текстовый элемент, загруженный из PDF | |
TYPES: BEGIN OF t_text_element, | |
num_element TYPE I, | |
num_page TYPE I, | |
X TYPE I, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*&---------------------------------------------------------------------* | |
*& Report ZDOWNLOAD_UPLOAD_SETUP | |
*&---------------------------------------------------------------------* | |
*& original from https://github.com/Keller-Michael/synchronize-SAP-GUI-favorites/ | |
*&---------------------------------------------------------------------* | |
REPORT zdownload_upload_setup. | |
TABLES sscrfields. | |
DATA gc_version TYPE text30 VALUE '2018.1-01 (19.03.2018)'. |
OlderNewer