‎2008 Jan 09 3:26 PM
Hi, can any one help me out!
How to Use condition statements like IF in Smartforms?
Your replies would be highly appreciated
Thanks in advance
‎2008 Jan 10 2:11 PM
Hi Kumar,
In smartforms when u double click a window,u get three tabs ina tablecontrol on the screen. those three tabs are :
General attributes
Output options and
conditions
when u click on conditions tab , u get columns for field name and comparision value.
There u can writr ur conditions like IF statement.
Hope this answer helps u
reward if useful
thanks and regards
suma sailaja pvn
‎2008 Jan 09 3:47 PM
Check out this help from SAP.
http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/0c1459d30111d3b568006094192fe3/frameset.htm
Regards,
Naimesh Patel
‎2008 Jan 10 8:02 AM
*PROGRAMMING FLOW :-*
When an SAP Smart Form template is created, a user creates the form layout, defines the required fields, conditions, and special programming instructions in the Smart Form template using the Smart Form Builder.
After the form design is complete, the form needs to be activated before it can be tested or accessed by the print programs.Activating the form initiates the generation of a function module that handles all of the forms processing.
This function module interacts with the application program/print program to create the output in the user-defined output media for the specified device.
In case of smart forms, we use 2 function modules for the processing of the smart form. To the first function module , we pass the name of the smart form as the import parameter. This then returns the name of the dynamically generated function module which will actually call the smartform.
For example :-
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
CALL FUNCTION '/1BCDWB/SF00000007'
‎2008 Jan 10 2:11 PM
Hi Kumar,
In smartforms when u double click a window,u get three tabs ina tablecontrol on the screen. those three tabs are :
General attributes
Output options and
conditions
when u click on conditions tab , u get columns for field name and comparision value.
There u can writr ur conditions like IF statement.
Hope this answer helps u
reward if useful
thanks and regards
suma sailaja pvn