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

Tcode based BAPI And Class

vinayagam_g
Explorer
0 Likes
1,129

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?

1 ACCEPTED SOLUTION
Read only

sudarshan_d29
Active Participant
0 Likes
1,005

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".

3 REPLIES 3
Read only

sudarshan_d29
Active Participant
0 Likes
1,006

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".

Read only

vinayagam_g
Explorer
0 Likes
1,005

Dear Sudarshan,

I will check and any thing needed comeback to you..

Read only

vinayagam_g
Explorer
0 Likes
1,005

how to find the class(methods) based on tcode?