Application Development 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: 

My report must be triggered when a new RFQ is created

Former Member
0 Kudos
104

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

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

3 REPLIES 3

former_member223537
Active Contributor
0 Kudos
78

Hi,

Check for available user exits & call the program in the user exit.

Best regards,

Prashant

0 Kudos
78

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

Former Member
0 Kudos
79

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