Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version

Changes

Effective Date

1.0

First approved version

01-Feb-2023

2.0

Updated with RN 2024_03

01-Aug-2024

3.0

Updated with RN 2024_04

01-Nov-2024

 

Table of Contents


About This Guide

...

Additional Parameters section:

  • Inbound messages: Select inbound messages

  • Outbound messages: Select outbound messages

  • Maximum Hits: Maximum amount messages to be selected

...

  • ALV Grid standard buttons to filter, to sort, to search displayed data, changing layout, printing

  • Refresh: Refresh messages related to the selected header

  • CEDM Message: Menu of functions for the selected message includes:

    • Display Document Summary JSON: Request document summary JSON online from CEDM and display to the user

    • Download Document Summary JSON: Request document summary JSON online from CEDM and store as file

    • Display Document Details JSON: Request document details JSON online from CEDM and display to the user

    • Download Document Details JSON: Request document details JSON online from CEDM and store as file

    • Display Msg XML: Request XML online from CEDM and display to the user

    • Download Msg XML: Request XML online from CEDM and store as file

    • Reset processing status: Remove processing status to request processing status again from CEDM

    • Repeat message sending: Send message again to CEDM

    • Get response now: Get response for report immediately

  • Message AIF: Menu of functions for the selected message includes:

    • Display Message JSON: Display AIF message

    • Download Message JSON: Download AIF message

    • Message AIF: Show AIF transaction

    • Display processing log: Display application log

  • Special functions: extra functions

    • Update Objects CEDM status: Update CEDM status for message objects

    • Accept document: Accept inbound CEDM document at CEDM system

    • Reject document: Reject inbound CEDM document at CEDM system

    • Reset Event Extensions: Delete Event additional properties to Retrigger message and fill data using Missing Data function

...

Result data display with ALV grid. Due to technical reasons value of fields REQUEST, RESPONSE, PATH is shortened on display to get detail information double click is supported. To get full list export file option is available.

Process inbound documents from CEDM system program /K3TKZ/EDO_DOC_IN

The process inbound documents from CEDM system program /K3TKZ/EDO_DOC_IN is used to process inbound CEDM documents uploaded from CEDM to SAP ATTP.

After executing program /K3TKZ/EDO_DOC_IN, the screen will be displayed with following selection parameters:

  • CEDM Document Type: CEDM document type (for example “0010” - Act of acceptance)

  • CEDM Configuration ID: Configuration ID assigned to the CEDM document

  • Document Internal item ID: CEDM document GUID assigned to the message by ATTP

  • Server error response codes: Response codes to be parsed by program as server errors

  • Stop after failed attempts: Stop program execution after server error series

After executing the transaction, depending on selection screen values:

  • The program downloads inbound documents from last Run date till current date time and store message into inbound message table with status “02”-Initially received

  • Program read inbound documents with status “02”-Initially received

  • The program updates the status of the inbound message

  • The program downloads header, detail and codes for each inbound document with status received and transfers this message to SAP AIF for further processing.

The following steps executed:

  • create /K3TKZ/EDO_MONITOR entry

  • run specific logic given in the customizing for inbound document processing

  • create reporting events for inbound document

Change time for Kazakhstan CEDM inbound message check transaction /K3TKZ/EDO_CHG_RUN

The timestamp of the last successful inbound message download from CEDM stored in the SAP ATTP. This timestamp can be adjusted with transaction /K3TKZ/EDO_CHG_RUN.

After executing transaction /K3TKZ/EDO_CHG_RUN, the screen will be displayed with following selection parameters:

  • CEDM Configuration ID: Configuration ID assigned to CEDM Run Date

  • Set new time manually (radio button)

  • Date: new date for inbound document check

  • Time: new time for inbound document check

  • Calculate new time (radio button): Calculate new date time based on current date time minus specified days

  • Subtract days from today: Number of days to calculate new date for inbound document check

  • Display actual values (radio button): Display current values of dates for inbound document check

  • Test run (no update):

After executing the transaction, date for inbound document check is updated and execution log is displayed.

If Checkbox Test run is activated no update is performed.