‎2007 Sep 14 9:51 AM
Hello All,
Can you please tell me what is field maaping in Interface and to create sales order what are all the minimum fields that we need to map.
Thanks,
Devasing.
‎2007 Sep 14 10:06 AM
Hi,
You did nt specified what is interface method you are using.
Field mapping is used in various stages.
Case 1: ALE/IDoc
While developing an custom inbound function module, the idoc fileds has to be
mapped to the table fields where is has to be stored. For an custom outbound
function module vice versa.
Case 2:
If you are using any third party EDI tools like GENTRAN, Business Connector or SAP XI ... , you have to map the idoc fields to the respective out put fields.
3. If you are using BDC/LSMW , you have to map the internal table fields to transaction fields.
In your case to create a sales order, You can check the mandatory fileds by creating a saled order using VA01. In general you need to map
***************************************
Header Details
***************************************
HEADER-DOC_TYPE
HEADER-SALES_ORG
HEADER-DISTR_CHAN
HEADER-DIVISION
HEADER-REQ_DATE_H
HEADER-DATE_TYPE
***************************************
Item Details
***************************************
I_ITEM-ITM_NUMBER
I_ITEM-MATERIAL
I_ITEM-PLANT
I_ITEM-STORE_LOC
I_ITEM-TARGET_QTY
I_ITEM-SEQ_NO
I_ITEM-TARGET_QU
But you should remember some of the fields may vary depending on the customization settings on your system.