Hi All,
One of my interface , I am using 2 message mapping under one OM.
First Mapping: PROXY Structure & Web service Request
Second Mapping : Web service Response and IDOC Structure
eg : PROXY Structure
A
B
C
D( this field we are not mapping with web service request)
WebService Request Structure
1A
2B
3C
IDOC Structure
AA
BB
CC
DD
in First Mapping : (Proxy structure and Web service Request)
A---->1A
B---->2B
C---->3C
In Second Mapping (Response from webservice to IDOC structure)
1A(Res)----->AA
2B(Res)----->BB
3C(Res)---->CC
D------------>DD (Now i want to create a IDOC Field DD based PROXY field D..
as per my requirement I wanted to map one PROXY field (say D) to one of IDOC Structure(say DD)
Could anyone suggest me on this ?
Note : In Realtime D is basically a Date which user entered in SAP Screen so same date i want to use in IDOC structure to post the VALID_FROM Date in PMX system.
Thanks in advance.