‎2007 Jun 28 6:51 AM
Hi,
I need to develop a program where i will enter<b> idoc type and input file</b> and based on that IDoc needs to be created for the perticular excel file entered...
it should work for all new idocs generated in the system.,...
catch is which segment should be filled for which line item of excel file ?
any pointers on the same would be appreciated...
Regards
Gunjan
‎2007 Jun 28 7:14 AM
Gunjan,
I guess this is exactly what the subsystem does Gentran will envy you.
Which message type is this about?
Orders? delivery?
Thanks
Ganesh.S
‎2007 Jun 28 7:21 AM
Hi,
You can populate the batch segment via user exits in inbound IDoc standard function module. Please search any user exits available inside the FM.
If you use custom function module for IDoc posting then you can loop thru the data segment data and find the appropriate segment that you want to populate/modify.
<b>Reward points</b>
Regards