‎2006 May 18 9:12 AM
hi
i am new to smartforms
i am trying with smart forms. but i am unable to upload the data.
i called the function module ssf_function_module_name
and used the function module which generated at the
time of activating smartforms.
i declared an internal tab in form interface .
but i am not getting.
pls any body give me a detailed steps to do this.
thanks in advance.
Email: ktino_gk@yahoo.com
‎2006 May 18 11:53 AM
‎2006 May 18 9:20 AM
have sent you some documents.
http://www.sap-img.com/smartforms/smart-006.htm
http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
check it for step by step process...
Message was edited by: kishan negi
‎2006 May 18 9:36 AM
Hi George,
The internal table type(structure) that you are using in the form interface should exist in the data dictionary. Or if you are using standard SAP tables the you have to use LIKE(instead of TYPE).
Check the following links...
http://help.sap.com/saphelp_erp2005/helpdata/en/9b/e3b0d9c2a711d3b558006094192fe3/frameset.htm
http://www.allsaplinks.com/smartform_example.html
Thanks and Regards,
Bharat Kumar Reddy.V
‎2006 May 18 9:43 AM
Hi
For passing some table to Smartform , its better to declare it as data type in Types Node of Global data , then use program lines to fetch the data and append it into that table .
regards
Siddharth
‎2006 May 18 9:45 AM
HI,
send u some docs.
also chk following links:
Smartforms
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
http://www.sap-img.com/smartforms/sap-smart-forms.htm
rgds,
latheesh
‎2006 May 18 9:50 AM
Hi
Use FM fm_name ( Pass internal table in this )
and pass this FM in SSF_FUNCTION_MODULE_NAME.
Declare an internal table f same type in form interface of global settings.
regards
Kishor
‎2006 May 18 10:45 AM
Hi tino,
u will find a step by step process to create smartforms in the below links:
sap.ionelburlacu.ro/sap0/sapsf001.htm - 3k
www.sapgenie.com/abap/smartforms_detail.htm
regards,
keerthi.
‎2006 May 18 11:45 AM
Hi Tino,
welcome to sdn.
first of all check the variables which u defined in the smartform that is, while defining the variables in the smartform different windows u should go with edit mode and not only that u should add the varibles with add command in edit mode
next check r u properly retriving the data into the internal table.
try to debug the smartform by putting a break point in the print program where u r retrieving the data
i think it would be helpful for u
Regards,
Naveen
‎2006 May 18 11:53 AM