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

script & BAPI

Former Member
0 Likes
518

Hi friends,

I need a help.

How to find driver programs for standard forms like medruk,Rvorder01 etc.

How to find BAPI function modules for perticular Transaction like vao1, mm01etc.

Regards,

satyam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
451

hi

driver program is linked to the sapscript in the transaction 'NACE'.

The entry coresponding to which is made in table TNAPR.

FOr BAPI, You can use the Trnasaction BAPI.There based on the module in which you are working you can navigate and find the business object linked to it.

Than double click on the business class and you can see a screen where method will be written.Click on the Plus adjacent to the method and can see al;l the methods linked to it.On clicking the method a pop up will come then click on the ABAP Tab you can see the the funtion module name.

Reward if helpful

Mohit

2 REPLIES 2
Read only

Former Member
0 Likes
451

Hi,

for your first question :

--> change the medruk with MEDRUCK

--> and find these programs in Table : TNAPR,

--> give the form name in field : FONAM

--> and display.

--> In PGNAM field, you can check the program name.

Reward points, if helpful,

Sandeep Kaushik

Read only

Former Member
0 Likes
452

hi

driver program is linked to the sapscript in the transaction 'NACE'.

The entry coresponding to which is made in table TNAPR.

FOr BAPI, You can use the Trnasaction BAPI.There based on the module in which you are working you can navigate and find the business object linked to it.

Than double click on the business class and you can see a screen where method will be written.Click on the Plus adjacent to the method and can see al;l the methods linked to it.On clicking the method a pop up will come then click on the ABAP Tab you can see the the funtion module name.

Reward if helpful

Mohit