2009 Jan 08 3:12 AM
Hi All,
I am using SAP PI interface , where i am writting a Report in ECC 6 (R/3) in which it should triggered automatically when a new RFQ is created and my report will start the interface , is there any method to do so , please help me in this
Thankingyou
Sridhar
2009 Jan 08 4:11 AM
Hi,
Purchase requisition has an enhancement MEREQ001 which has 10 function module exits defined.
EXIT_SAPLMEREQ_001 through EXIT_SAPLMEREQ_010.
Just check for the exit being triggered upon saving the requisition. In that exit you can call your report by submit statement or if a tcode has been defined than
by call transaction statement.
Hope this helps you in solving your query.
Regards,
Sachin
2009 Jan 08 3:13 AM
Hi,
Check for available user exits & call the program in the user exit.
Best regards,
Prashant
2009 Jan 08 3:14 AM
Yes fine , but not sure Abt the User exist exist for this , will please tell me any user exist for this
will be very help full
thankin you
2009 Jan 08 4:11 AM
Hi,
Purchase requisition has an enhancement MEREQ001 which has 10 function module exits defined.
EXIT_SAPLMEREQ_001 through EXIT_SAPLMEREQ_010.
Just check for the exit being triggered upon saving the requisition. In that exit you can call your report by submit statement or if a tcode has been defined than
by call transaction statement.
Hope this helps you in solving your query.
Regards,
Sachin