Application Development 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: 

Mapping Fields in OREDERS05

Former Member
0 Kudos

Hi,

I need to map the following fields of VBAP/VBAK to the segment fields in idoc type ORDERS05.

Purchase Order Type VBAK-BSARK

Material Entered VBAP-MATWA

Order Quantity VBAP-KWMENG (Idoc Segment and field will be E2EDP01-MENGE, but which is the correct Qualifier to use?)

If anyone has come across such mapping along with the appropriate qualifier, can you please help me?

Thanks

Sneha

2 REPLIES 2

birendra_chatterjee
Active Participant
0 Kudos

Hi Sneha,

If you are using idoc type 'ORDERS05' then following is the mapping-

1) Purchase Order Type VBAK-BSARK => E1EDP02-BSARK, ( QUALF = '044' ).

2) Material Entered VBAP-MATWA => E1EDP19-IDTNR ( QUALF = '013' ).

3) Order Quantity VBAP-KWMENG => E1EDP01-MENGE, no qualifier required.

Regards,

Birendra

0 Kudos

Thanks Birendra.