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

IDOC triggering

Former Member
0 Likes
782

Hi guys,

I am working on IDOC to FILE sceanrio, Where is whenevr production Order is getting created(CO01) or changed (CO02), and deleted..an IDOC should get triggerd and that would be used in PI and converted to Flat file and sent to File system.

Message type used is LOIPRO01..and i am extending standard idoc with 12 more fileds.

while searching in SDN i came to know that For message type LOIPRO, there is no change pointers.Why is that so??

1.What would be the best technique to trigger this extended IDOC LOIPRO01(Production Order related).?

2. How do i trigger this 12 extended fileds and popula

Your reply is very much appreciated.

Thanks

Toufeeqh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
576

Hi,

I am not sure if change pointers exists for LOIPRO message type or not.

we extedned the LOIPRO01 by adding new segment and triggering extended IDoc from a report program.

ZXLOIU02 - you can populate your new fields in this exit.

Regards,

Suresh

1 REPLY 1
Read only

Former Member
0 Likes
577

Hi,

I am not sure if change pointers exists for LOIPRO message type or not.

we extedned the LOIPRO01 by adding new segment and triggering extended IDoc from a report program.

ZXLOIU02 - you can populate your new fields in this exit.

Regards,

Suresh