Skip to end of banner
Go to start of banner

MDLP Note 2023_03_2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Document History

Version

Changes

Effective Date

1.0

First approved version

3Keys MDLP Add-On Note 2023_03_2

27-Jul-2023

1. Overview

This document describes changes in the 3Keys MDLP connector ABAP part.

2.    Description

New functionality for Russia MDLP connector implemented to support manual signature approach via SAP GUI and Crypto Pro SSF software installed on the user local PC. Combined scenario with non-resident, resident MDLP cabinet with manual signature and without manual signature are supported.

In case of manual signature scenario token is stored at MDLP Connector Java part and updated from transaction /K3T/RU_MONITOR by user. MDLP system interaction works automatically if connector has active token and wait if token is expired until token renewed by the user.

Prerequisite of manual signature are the following:

  • Crypto Pro SSF software installed on the user local PC

  • Crypto Pro setup refer to the configuration guide

  • In case Java part use HTTPs the binding shall be created for new Web services

New transaction /K3T/RU_SSF_C - “Russia MDLP Certificate assignment” created to maintain certificate assignment to the user and configuration ID.

New field “Signature required” added to transaction /K3T/RU_CONF node Configuration ID to activate the manual signature for the Configuration ID. The field “User approval” shall be active to stop message in status ‘01’ and wait for the user Approval in the transaction /K3T/RU_MONITOR.

The following corrections implemented into transaction /K3T/RU_MONITOR:

  • New menu “Manual Signature” with option “Update Token” added to the program toolbar. If token is still active update token option will be provided via confirmation Popup to update token

  • Approval button logic corrected to send selected report using manual signature. Additional popup window appears to execute manual signature via SAP GUI and Crypto Pro SSF integration, before sending the signed report to the connector java part.

  • The check of the valid MDLP token added to the MDLP Message menu buttons like “Display message XML” “Display Response XML” etc.

The check of the valid MDLP token added to the following transactions:

  • /K3T/RU_MDLP_SN_INFO Russia MLDP serial number info

The following corrections implemented into program /K3T/RU_MDLP_DISPATCHER:

  • report manual signature filter - reports with manual signature configurations will not be send to MDLP system by program (only using approval button via transaction /K3T/RU_MONITOR)

The following corrections implemented into program /K3T/RU_MDLP_IN (Inbound message processing):

  • report manual signature filter - reports with manual signature configurations will be processed only in case active token exists for configuration

  • API methods will be used to receive information for reports with manual signature from MDLP independently of system customizing (This correction works at inbound processing modules, for example, Function module /K3T/RU_AIF_IN_SCN will receive hierarchy information using API method not by using 210 / 220 XML message)

The following corrections implemented into transaction /K3T/RU_OMS_TOKEN - Russia OMS token:

  • report manual signature filter - OMS token for manual signature configurations will not be updated by program if program is executed on background mode (only dialog mode)

  • manual signature - If OMS token for manual signature configuration need to be updated additional popup window appears to execute manual signature to sign authorisation data via SAP GUI and Crypto Pro SSF integration. After signature data is send to MDLP Connector Java part and token is updated at ATTP system

New Web service interfaces created at Java (called from ABAP part using proxy classes):

  • /K3T/CO_RU_GET_OMS_AUTH

  • /K3T/CO_RU_MDLP_CHECK_TOKEN

  • /K3T/CO_RU_MDLP_REQ_SIGNED

  • /K3T/CO_RU_MDLP_UPDATE_TOKEN

  • /K3T/CO_RU_UPDATE_OMS_TOKEN

New RFC interfaces created at Java (called from ABAP part using RFC function modules):

  • /K3T/RU_GET_OMS_AUTH - Get Auth string for signature for OMS token (manual signature)

  • /K3T/RU_MDLP_CHECK_TOKEN - Russia MDLP Get token for Config ID

  • /K3T/RU_MDLP_REQ_SIGNED - Russia MDLP send message (manual signature)

  • /K3T/RU_MDLP_UPDATE_TOKEN - Russia MDLP Update token for Config ID

  • /K3T/RU_UPDATE_OMS_TOKEN - Get new token from OMS (manual signature)

3.    Solution

Import related transport request.

3.1    Correction instruction ATTP 3.0

Transport request

Description / Dependencies

A1DK900550

3Keys MDLP Add-On 3.0 Note 2023_03_02

Required transport A1DK900498

3.2    Correction instruction ATTP 3.1

Transport request

Description / Dependencies

A2DK900608

3Keys MDLP Add-On 3.1 Note 2023_03_02

Required transport A2DK900519

3.3    Correction instruction ATTP 3.2

Transport request

Description / Dependencies

A3DK900186

3Keys MDLP Add-On 3.2 Note 2023_03_02

Required transport A3DK900132

4.    Recommendation

For customers without activation manual signature:

  • Regression test for outbound and inbound messages (1031x, 6xxx)

Complete process testing for customers with active manual signature process.

5.    Source code objects

Short description

Program

Object type

Object name

  • No labels