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

Reg: Smart forms and print programs

prabhu_s2
Active Contributor
0 Likes
947

Hi

I would like to locate the print programs and the corresponding smart forms. say for invoice we have a smart form available and how to track the print program for it. pls advise.

thkx

Prabhu

8 REPLIES 8
Read only

alex_m
Active Contributor
0 Likes
915

U can find through NACE or use table TNAPR.

Read only

prabhu_s2
Active Contributor
0 Likes
915

that happens only when the print progm and smart form is linked thru NACE. Mibne is new requirement to use smart form for invoice but unable to decie which print program to use. we have std print program for the invoice script. like that do we have anything in invoice smart form?

Read only

Former Member
0 Likes
915

hi Prabu,

We have a standard print program for Invoice which is RLB_INVOCE.

Please Close this thread if when u r problem ise solved

Regards

Naresh Reddy K

Read only

prabhu_s2
Active Contributor
0 Likes
915

hi Naresh

Thkx. Can tyou tell me the source to identifing the print preogram for other smartforms like PO etc

Read only

Former Member
0 Likes
915

go to transaction NACE -


>select application type ex- ef fpr po--->click on output type->select output type ex- neu for po->click on processing routine leftside-->now u come to the table control here u c smartform name script name or attach driver program

Read only

0 Likes
915

Hi,

For finding the print program of a smartform,TNAPR is the table name.

Ex:

PGNAM:SAPFM06P

SFORM:LB_BIL_INVOICE

TNAPR table Processing programs for output

Useful for output types.

TTFXP -Selection list of print programs will also be used for finding print program

You will get SD and MM related forms in TNAPR table FI related forms will be there in T001F table.

Read only

Former Member
0 Likes
915

Hi Prabhu,

You can track the Program through mainintaing table TNAPR. TNAPR is the table which is having entries for "Processing Programs for output".

Here you have fields like

pgnam - Program Name

sform - Smartform Name

fonam - Script Name

kschl - Output type

Here,You can maintain form against a program name.

Hope you are clear.

Regards,

Siddhesh Sanghvi.

Read only

prabhu_s2
Active Contributor
0 Likes
915

not anwsered. but thks for ur replies