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

Regarding smartforms

Former Member
0 Likes
769

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.

6 REPLIES 6
Read only

Lakshmant1
Active Contributor
0 Likes
719

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

Read only

0 Likes
719

Look at table TNAPR.

The driver program for RVINVOICE01 is RVADIN01.

Read only

Former Member
0 Likes
719

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

Read only

Former Member
0 Likes
719

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

Read only

Former Member
0 Likes
719

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.

Read only

0 Likes
719

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