Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field mapping

Former Member
0 Likes
558

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.

1 REPLY 1
Read only

Former Member
0 Likes
448

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.