Skip to content

Instantly share code, notes, and snippets.

View kgorin8's full-sized avatar

Kirill Gorin kgorin8

  • Moscow, Russia
View GitHub Profile
*&---------------------------------------------------------------------*
*& 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,
*&---------------------------------------------------------------------*
*& 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)'.