‎2006 Sep 14 2:35 PM
hi guys,
i just want to know in which table RVINVOICE01 driver program is stored and what is the driver program for this.
i even wanted to know in which table driver program for pre defined smartforms LB_BIL_INVOICE AND LE_SHP_DELNOTE
is stored and also what is the driver program for both of these forms.
thanks for ur help.
‎2006 Sep 14 2:41 PM
Hi Pavan,
Check FM SAPSCRIPT_USELIST_LIST_PROGS or SAPSCRIPT_SELECT_PROGRAM for Sapscript and
check FM's SWF_FORMS_OF_PROGRAM_DISPLAY or SWF_FORMS_OF_PROGRAM_GET for smartforms.
Hope this helps
Thanks
Lakshman
‎2006 Sep 14 2:42 PM
Look at table TNAPR.
The driver program for RVINVOICE01 is RVADIN01.
‎2006 Sep 14 2:43 PM
In General the table which stores the names of the driver programs and layouts is stored in the TNAPR table.
BUt in some cases where the driver program is a standalone one, you cannot find the entry in tnapr.
Regards,
Ravi
‎2006 Sep 14 2:50 PM
Hi Pavan ,
Go to TNAPR table give the form name or smart form name
u will get attached driver program for corresponding form.
RVADIN01 is Driver program for form RVINVOICE01
Regards
‎2006 Sep 18 10:32 AM
hi guys,
thanks for your suggestions, but i really wanted to know where exactly driver programs for smart forms especially for forms " LB_BIL_INVOICE AND LE_SHP_DELNOTE
" is stored not sap scripts bcoz i knew tnapr consists of forms related to scripts.
information regarding this is kindly appreciated.
waiting for ur reply.
‎2006 Sep 18 10:43 AM
its TNAPR
just go to se11 .put table tnapr.
execute.
in output type just enter RD00(OUTPUT TYPE) now u find ur smartform name and driver program associated it.
OR also u can check it on transaction NACE