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: 

NAST TO FORM

Former Member
0 Kudos

HI,

I have completed smartform now i need to write a routine which catches values

from nast and gives it to print program,so that we finally configure form in NACE

any clues

sample code for this what could be parameters for this routine and all

2 REPLIES 2

Former Member
0 Kudos

Hi Mitesh,

You have to create a print program to populate the data into Smart form.

Fetch the all the required data for the required parameters defined in form interface and assign them to Form Interface Parameters in the Call Function of Smartform.

In NACE, select the proper application and click on output types button, In the process routines you have to assign the Print Program to Smartform.

Go through below links which will help you

Here is a link which will teach you step by step

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

More links

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

Step by Step creation of Smartforms

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

How to trace smartform

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Regards,

Satish

Former Member
0 Kudos

I have smart form ready.....

am having print program that passes to form interface...

My question is when we take input form NAST(SE11,DATABASE TABLE)

THAT IS to configure output by FAX EMAIL EDI bla bla

i need to create subroutine which captures values from NAST and passes to print program.