Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

The table YOTCD_OTM_INB_PO is where all the OTM related data is getting stored.

It is used for 1 PO 1 Shipment,as well as 1 PO multiple shipment.


The data is stored against each Order release number(ORN) which is generated each time a
processing from OTM happens.

YOTCT_10581_VEND table:

YOTCT_I10581_OTM
To update the GI/GR Flag table, YOTCT_I10581_OTM, the tables YOTCD_OTM_INB_PO and
YOTCT_10581_VEND are used in the current program logic.

Program: YOTCO_I10581_PGR_PGI_FLAG_OTM

Functionality: This table is used to store GI,GR statuses sent to OTM with send, failed, resend status
against the type of document is being processed like SO,PO,STO.Any document with Failed status as
per program logic can be resend for processing or manually processed.
The data from the custom tables are also being passed in the standard tables like EKKO and LIKP. (As
per FS OTC_IDD010581_FS_PGI PGR Flag To OTM)

Program: YOTCO_I10581_PGR_PGI_FLAG_OTM

As per current architecture with OTM all the custom tables are used to store data sent/received
to/from OTM.

To use standard tables to store all the data which are currently used by custom tables new fields
needs to be added in various standard tables but would also need detailed program logic analysis,
so that the current functionalities are not missed when mapping to standard tables.

Fields from Table YOTCT_I10581_OTM which can be added to EKKO to record the same GR
information are:

Status of the record STATUS


Sent Date SENT_DATE
Sent Time SENT_TIME
Change Date CHANGE_DATE
Change Time CHANGE_TIME
User Name AENAME
Total Weight BTGEW
External ID 1 BOL
Method of ship MOS
Document Category DOC_CAT

Field in EKKO common to YOTCT_I10581_OTM is

 Goods Receipt

YOTCT_10581_VEND
For table YOTCT_10581_VEND: If all the vendors can do multiple GRs, then there is no need to
maintain this table. Accordingly, program logic needs to be enhanced.

Currently there are vendors who have been maintained for OTM Model A and B. So similarly, if there
are no constraints from OTM end and the same vendor can do single/multiple GR, then accordingly
this table data need not to be maintained and accordingly code logic can be modified. So that any
vendor can be used for one/multiple GR.
Vendor OTM OTM Model Description
Model
000200014 A 1PO 1 GR
4
000200014 B 1PO Multiple GR
4
000203488 A 1PO 1 GR
7
000203488 B 1PO Multiple GR
7
000203523 A 1PO 1 GR
0
000203523 B 1PO Multiple GR
0
000203577 A 1PO 1 GR
0
000203577 B 1PO Multiple GR
0
000203836 A 1PO 1 GR
0
000203836 B 1PO Multiple GR
0
000207270 A 1PO 1 GR
6
000207270 B 1PO Multiple GR
6
000207298 A 1PO 1 GR
1
000207298 B 1PO Multiple GR
1

You might also like