Application Development 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: 

Smartforms

Former Member
0 Kudos

Hi,

Where can i get a list of SAP supplied smartforms?. I need to customize the payroll check smartform. Please help.

Thanks,

Sandeep

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to transaction code SMARTFORMS, do F4 help on the "Form" field. This will give you a list of all Smartforms in your system.

Regards,

Rich Heilman

Manohar2u
Active Contributor
0 Kudos

You can get form SMARTFORMS transaction.

Press F4 to list all the availbale list.

Regds

Manohar

Former Member
0 Kudos

I tried that but i couldnt find the right one for printing checks. What is the name of that smartform?

Thanks,

Sandeep

0 Kudos

THere may not be a standard form for printing checks. In my 46c system, it is only implemented as a sapscript.

Regards,

Rich Heilman

Former Member
0 Kudos

Hai Sandeep

check the following Code

1.Go to transaction SMARTFORMS.

2.Enter the smartforms name.

3.Go to menu smartforms - > copy(Ctrl + F5).

4.Enter Form name which you want to copy in source object

and your 'Y' formname in target object.Press enter your SAP

created form will be copied to your 'Y' forname.

1. copying is simple.

2. But at the same time, some configuration

is required by the functional consultant

so that this Y smartform opens,

(instead of the original smartform)

, when we want to view invoice thru

VF02, VF03 tcode.

3. Copying

a) use tcode smartforms

b) enter the original smartform name

c) press COPY button application toolbar

or CTRL + F5

1. One is for Invoice (SD Module)

2. LB_BIL_INVOICE.

You will create a YLB_BIL_INVOICE form.The print program for this

form is RLB_INVOICE.If you have any change in layout other than

the current YLB_BIL_INVOICE.Make the changes in this form.

1.Go to Nace transaction.

2.Select V3 Billing.Press output type (F5).

3.Select the ouptut type RD00.Press processing routine.

4.Press change(ctrl + F1) and enter print program and your

y program in the processing routines.Save it.Now execute your application.

Regards

Sreeni