SBIS SAPPER - integration module for SAP

Материал из razgovorov.ru
Перейти к: навигация, поиск

General information

Список пакетов документов
Список полученных пакетов документов
Окно просмотра пакета

SBIS SAPPER is an integration module for SAP for the exchange of legal electronic documents via SBIS system.

SBIS SAPPER can:

  • send any XML electronic documents package from SAP;
  • check the status of sent electronic documents;
  • review and process incoming electronic documents;
  • create SAP electronic documents using SBIS incoming electronic documents.

Send a document from SAP

SBIS SAPPER contains ABAP program \SBIS\SAPPER with the help of which user can work with electronic documents in SAP interface.

User scenario (ideally, only two clicks):

  1. start the program
  2. select the document package type
  3. check the document packages to send
  4. click “Send”

Optional settings:

  1. document packages alternatives and their contents;
  2. document appearance (visualization);
  3. data acquisition method: printing program/ XML from Invoice Journal Russia / BAPI;
  4. shipping method: SDK, SBIS Connect, API, solution architecture allows sending via any EDM operator.

How it works:

You may set up the whole SBIS SAPPER menu without a change in ABAP code. Sales menu items describe options of document packages to send. Each item in this section describes the contents of a specific document package type. When user selects a menu item in Sales section, SBIS SAPPER receives a document list request from module settings and runs it. The request is written in a proper way to collect the relevant documents. As a result, user will see a list of packaged documents in the screen (for example, TORG-12 and tax invoice).

When you open a document package card (double click) or click to send, SBIS SAPPER calls a usual print program for each document package in electronic document generation mode.

Further, on the basis of the printing programs calculated data and mapping tables, it generates XML files of required formats. After the document package generation, it connects to SBIS COM object and sends and signs the documents (there are signature and no signature options).

This method works at any SAP with all types of documents and reports (does not depend on Invoice Journal functionality from Russian Add-on).

Sending via SBIS interface