Question

  Asked: Mar 17 2008   4:09 AM GMT
  Asked by: ABAP PROGRAMMER


SAp SMARTFORMS


SAP development, Form Painter, SAP Smart Forms

How to call a function module in smartforms? And do we need to write a program to do that? If so after creating tables and forms using form painter what is the step to call func module?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



To call FM in smartform, the import and export parameter or tables of the Fm need to be pass in through the Form Interface.

Declare the global data type in Global Definition to used in the global scope. The FM can be code or call in the Initialization Tab in Global Definition.

If the Fm to be called is returning values, the values can be assign to the variable which declared in the Global Data Type and display through the Text in the Window.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SAP.

Looking for relevant SAP Whitepapers? Visit the SearchSAP.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register