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

dynamic IDoc generation!!

Former Member
0 Likes
633

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

2 REPLIES 2
Read only

Former Member
0 Likes
460

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

Read only

Former Member
0 Likes
460

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