[JITERA] Add SKJ030D01000SQL.map for納品検収状況照会
Created by: chi-jitera
Overview
This pull request introduces a new configuration file SKJ030D01000SQL.map that defines SQL queries for retrieving delivery inspection status information.
Changes
-
Added SKJ030D01000SQL.map:
- This XML configuration file includes the necessary structure to define SQL queries.
- It contains a single SQL query that retrieves values from the
M_KMKKBNCDtable based on specific conditions. - The query is designed to fetch the
VALUE1andKMK_KBNfields whereKMK_KBNis '10' andKMK_CDis '0'. - A comment is included to explain the purpose of the SQL query, which is to obtain the display period for the delivery inspection status from the item classification code master.
This addition is essential for the upcoming features that require access to the delivery inspection status data.