‎2014 Aug 26 6:38 AM
Dear Experts,
I was solving load on expensive SQL Statements. And i got to know that the program name is LATP2FR1. when searched i found that the main program for this is SAPLATP2 in that we have LATP2F0R. in that Include Program LATP2FR1.
I just wanted to know the Standard T-code, Triggering this program.
Thanks,
Arati
‎2014 Aug 26 7:33 AM
Hi Arati,
Place a break point in the program LATP2FR1 and in the debugger check the call stack.
I think you must be able to get the calling program.
Hope this helps.
Cheers,
Ravi.
‎2014 Aug 26 6:49 AM
SAPLATP2 is not a program rather a function pool. And the same is not assigned to any transactions. To check you can follow the process below -
Go to SE38 and perform an where used list on SAPLATP2.
Best Regards
Abhinab
‎2014 Aug 26 7:04 AM
Hi Abhinab,
Thanks for your reply.
I went to se38 and checked but i am not getting any t-codes or programs associated with it.
The problem is, in order to reduce the load, we need to trigger the program once.
And i dont know the t-code.
Kindly help.
Thanks and Regards,
Arati
‎2014 Aug 26 7:26 AM
Include LATP2FR1 mentioned by you refers to database read on reservation. So you may try looking on the tocdes below -
MB21
MB25
MBVR
MB23
MB24
‎2014 Aug 26 7:51 AM
Hi Abhinab,
Thanks for your reply. i will trigger these t-codes.
Regards,
Arati
‎2014 Aug 26 7:07 AM
the include which you have mentioned contains access to view "ATP_RESB" which is related to reservations.
‎2014 Aug 26 7:33 AM
Hi Arati,
Place a break point in the program LATP2FR1 and in the debugger check the call stack.
I think you must be able to get the calling program.
Hope this helps.
Cheers,
Ravi.
‎2014 Aug 26 7:59 AM
HI Ravi,
As per your suggestion, i will place break point in LATP2FR1. can you please explain how to call stack.
Regards,
Arati
‎2014 Aug 26 8:02 AM
Go to Desktop2 in New debugger. You can see the call stack in the right side of the debugger.
Abhinab