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: 

predefined form layout

Former Member
0 Kudos
146

predefined form layout for the quotation?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
111

Hi,

Pls go with V/30 t code and select see the output types. Then u choose the quotation and select processing routine. There u can see the which form is for quotation.

If helpful reward it.

2 REPLIES 2

Former Member
0 Kudos
111

1. The standard program for invoice is RLB_INVOICE.

2. Standard SmartForm is LB_BIL_INVOICE.

3. RLB_INVOICE passes a table with the structure LBBIL_INVOICE to the smart form.

4. If you intend you make your own smart form for an invoice, make a copy of LBBIL_INVOICE (so that your own SF would have the same interface)

5. In your own smart form if you dont want the custom design at, just delete all nodes.

6. Go to the transaction V/40, choose the output type 'RD00 - Invoice' and double click on 'processing routines' in the box on the left side. You can replace the standard smart form with your own newly created one.

7. The important thing here is that if you want to utilize the standard data extraction program RLB_INVOICE you have to keep the interface in line with it.

8. Under normal circumstances you wouldnt need to make your own data extraction program because RLB_INVOICE provides an awful lot of data through the structure LB_BIL_INVOICE.

**************************

Pls check these links from SAP help...

http://help.sap.com/saphelp_46c/helpdata/en/44/f50ac5ea3b11d194dc0000e83dd751/frameset.htm

http://help.sap.com/saphelp_46c/helpdata/en/f6/feeb47b535d1118b3f0060b03ca329/frameset.htm

http://help.sap.com/saphelp_46c/helpdata/en/44/f50abcea3b11d194dc0000e83dd751/frameset.htm

Former Member
0 Kudos
112

Hi,

Pls go with V/30 t code and select see the output types. Then u choose the quotation and select processing routine. There u can see the which form is for quotation.

If helpful reward it.