Application Development and Automation 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: 
Read only

smart forms

Former Member
0 Likes
668

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645
8 REPLIES 8
Read only

Former Member
Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
645

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.

Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
646