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: 

simple question on smartform

Former Member
0 Kudos

Hello All,

I am new to SMARTFORMS. Somebody please help me in creating a simple smartform.

I need to create a smartform for RESERVATION PICK LIST. I just need to pass the reservation number (RKPF-RSNUM) as import parameter in form interface. I need to read the line items (RESB data) and display the line item data along with the reservation no on the form output.

Where do I write select statements?

How do I format the layout for line items in a table form? and ......

what does <b>LOOP, TABLES and PROGRAM LINES</b> do?

Thanks in advance....

Chandni Reddy

2 REPLIES 2

Former Member
0 Kudos

Hi Chandni,

There are two ways in which you can do the coding in Smartforms. Either you can code within the particular smartform itself or you can create a simple print program which passes the data to the smartform , which will print the data in the corresponding alignment and format you have defined in it.

It is always recommended to create a separate print program in which you will do all the coding .

You can go through these documents which I have uploaded...

http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf

http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf

http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms...

http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf

http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt

Regards,

SP.