I have a scenario where i had to map file data to a Z rfc in R/3.
but i am new to java language ...can any one help me..
My source File field is :
EDI_DC40 2DELVRY02RCVCONN
<b>E2EDL20 xxxxx</b>
E2EDL24 field1 field2
E2EDL24 field1 field2
E2EDL24 field1 field2
E2EDL24 field1 field2
EDI_DC40 2DELVRY03RCVCONN
<b>E2EDL20 yyyyyy</b>
E2EDL24 field1 field2
EDI_DC40 2DELVRY03RCVCONN
<b>E2EDL20 zzzz</b>
E2EDL24 field1 field2
E2EDL24 field1 field2
and My Targetdaat in RFC import parameter is of table type will be :
xxxxx field1 field2
xxxxx field1 field2
xxxxx field1 field2
xxxxx field1 field2
yyyyyy field1 field2
zzzz field1 field2
i am not able to achive it by till now..
Regards
ajay Pant