Idoc Jobs.docx

  • December 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Idoc Jobs.docx as PDF for free.

More details

  • Words: 159
  • Pages: 4
1. Initialize script - Like setting data format, Setting the path for Source files Choosing the jobs to execute or not by specifying Y/N

1

2. Conditional flow - to execute job/segment Y/N

Data Flows: First to map source fields to target fields (write to Template table) Data Flow to Validate - The source fields are validated here, doing Lookups for data validation, checking the source data for mandatory fields and validating the Format of the data; Writing all the passed records to one Template table and failed records to another Template table for further investigation.

2

3. Another script here to delete the invalid records (Delete the records from the _VALID table that exist in the _INVALID table sql('DS_STG_OBJ_INIT','delete from SALESORDER_HEADERSEGMENT_VALID where DI_GENERATED_ROW_NUM in (select distinct DI_GENERATED_ROW_NUM from SALESORDER_HEADERSEGMENT_INV)'); 4. Data flow to Enrich the segment data 5. The above 4 steps are repeated for each Segment (IDOC). 6. Workflow/Data flow to generate IDOC:

3

4

Related Documents

Idoc Jobs.docx
December 2019 39
Idoc Transactions
August 2019 42
Idoc[1]
November 2019 43
Idoc Steps
May 2020 34
Idoc Ale
May 2020 27
Bapi Idoc Presentation
November 2019 23