0% found this document useful (0 votes)
19 views

Passing Data To The Smart Forms

To pass data from a driver program to a Smart Form, define a form interface with import parameters for the values to pass, such as material number and description from table MAKT. Create text fields in the main window prefixed with ampersands to display the imported parameters. Save, activate, and test the Smart Form by executing it and entering sample values.

Uploaded by

ExCute Grail
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Passing Data To The Smart Forms

To pass data from a driver program to a Smart Form, define a form interface with import parameters for the values to pass, such as material number and description from table MAKT. Create text fields in the main window prefixed with ampersands to display the imported parameters. Save, activate, and test the Smart Form by executing it and entering sample values.

Uploaded by

ExCute Grail
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Passing data to the Smart Forms

Scenario: Let us take a simple scenario of passing Material Number and Material description from Driver
program to the Smart Form.

Go to transaction SMARTFORMS and create a Smart Form.

To pass the values from the driver program to Smart Form, we need to define the form interface with the
parameters to be passed on.

Click on Global Settings  Form Interface.

Now define the import parameters for MATNR and MAKTX (From table MAKT)
Now create a Text in the Main window to display the above two parameters.

To add a field, we need to click on “Insert Field”.

Enter the field names between the ‘&’ (Ampersand) as shown below:
Similarly create for Description.

Save and Activate the Smart Form. Test run the Smart Form by clicking on Execute.
Enter the values as shown below and click on execute.

You might also like