‎2007 Sep 08 10:58 AM
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
‎2007 Sep 08 11:31 AM
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
‎2007 Sep 08 11:15 AM
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
‎2007 Sep 08 11:31 AM
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