‎2018 Nov 13 10:24 AM
Hi Experts,
How to find the list of function module,BAPI ,class which are used in particular TCODE.it will helpful for find the new bapi list ,which we face new tcode.could some one help me out?
‎2018 Nov 13 1:07 PM
Dear Vinayagam,
Kindly use t-code: BAPI
Above t-code can be used in all scenario as taken example below,
Example: Took "VA03" and also check BAPI related to VA03 or not using component.
1. Go to VA03 ->System->Status, double click on program on screen
2. After Program opened, Click on Goto->Object Directory Entry, Note the Package as we got "VA"
3. Double click on Package "VA", we will get Application component "SD-SLS"
4. Now go to t-code BAPI, as we are working with Sales, we can find the module listed left side.
5. Open the drill down for example taken, Sales & Distribution->Sales->SalesOrder and all available BAPI under it.
6. For verifying the right BAPI we can check the 3. line Application component "SD-SLS" with 5 line while double clicking SalesOrder "SD-SLS".
‎2018 Nov 13 1:07 PM
Dear Vinayagam,
Kindly use t-code: BAPI
Above t-code can be used in all scenario as taken example below,
Example: Took "VA03" and also check BAPI related to VA03 or not using component.
1. Go to VA03 ->System->Status, double click on program on screen
2. After Program opened, Click on Goto->Object Directory Entry, Note the Package as we got "VA"
3. Double click on Package "VA", we will get Application component "SD-SLS"
4. Now go to t-code BAPI, as we are working with Sales, we can find the module listed left side.
5. Open the drill down for example taken, Sales & Distribution->Sales->SalesOrder and all available BAPI under it.
6. For verifying the right BAPI we can check the 3. line Application component "SD-SLS" with 5 line while double clicking SalesOrder "SD-SLS".
‎2018 Nov 14 4:00 AM
Dear Sudarshan,
I will check and any thing needed comeback to you..
‎2018 Nov 28 6:54 AM
how to find the class(methods) based on tcode?