cancel
Showing results for 
Search instead for 
Did you mean: 

customizing standard smartforms

Former Member
0 Kudos

Hi...

How to customize standard smartforms...?

for ex..

for invoice, the smartform is.. LB_BIL_INVOICE and the print program is RLB_INVOICE ...in abap editor i opended this.....

how to see the output..how to customize it...

plz guide me..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

it depends upon customization u required, like if u only want not to Display some fields OR Text on existing one then .

You need to customised SF only , No need to change Driver Prog.

but if u want to display extra fields on SF from some new table which ur driver program is not using till now then u have to make changes to Driver program also .

be care ful while doing changes in Driver Prog.

if have any prob. revart .

reward if helpful.

Answers (2)

Answers (2)

Former Member

Hi,

You may also make use of transaction NACE for the customization.

Regards,

Renjith Michael.

Former Member
0 Kudos

Hai,

You have to copy these standard objects to Z* objects and you should modify them.

Example: Copy LB_BIL_INVOICE to ZLB_BIL_INVOICE and change as of requirement.

To see the output:

tcode: VF03

Type your Invoice number

Choose Billing document->Issue Output To->Screen.

Output Type: RD00.

Execute.

Note: For this your invoice number should be customized with this output type.

Configuring output type to your invoice number.

Goto VF02.

Type your invoice number and Enter

Choose Goto -> Header -> Output

Give RD00 in Output type, Print output in Medium, En in Language and press Enter

Give your printer name in Logical destinition and Your Smartform name in Form.

Back

Save

If you want to create a new Output type for your Smartform.

Go to NACE tcode.

Choose V3 Billing and click on Output Types button

Go to Change Mode

Click on New entries

and create your Output type.

To give parameters for this you can check output type RD00.

Former Member
0 Kudos

Hi. sachin...

I am practising by myself..just i am trying to see the standard smart forms and their output.....i copied them in z...and ...for example...i copied lb_bil_invoice smart form and rlb_invoice driver program..how to see the sample output...do i need to run the tcodes VF03....? IF That is the case....what data i need to give..so that i can see the output ?

"To see the output:

tcode: VF03

Type your Invoice number----


how to giv this......

Choose Billing document->Issue Output To->Screen.

Output Type: RD00.

Execute."

thro menu..i see one output...but if i change logo and something ..what i must do...

giv some idea....

how to fill up VF02,VF03....any correct combination of data?

if output comes ...how to check whether its ok..?

Edited by: Raji A on Jan 10, 2008 10:38 AM

Former Member
0 Kudos

hi

tell me wat is ur requirement ?

do u have any assignment ?

describe that , i'll try to help u.