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

help in smart forms

Former Member
0 Likes
586

hallow everyone.

i use smart form fir my firset time.

i buield a report program that call to smart form.in buield in se11 structre for my internal table and i put it export tab and it working well (bring data).

like that <b>export</b>.

<b>score_tab like yhr_score_str</b>

i dont now if its o.k. <b>or </b>i have to declare it in <b>tables tab</b>

the problem now is that i wont in the smart form in the main page <b>create table</b>

and i dont now to put data for the internal table

i try after create table <b>loop wa_score_tab into score_tab</b>.

and i have error .

i dont now how to do it.

if i have to decleare new table and where .

and if in my <b>score tab</b> i have <b>all</b> the data.

regards

1 ACCEPTED SOLUTION
Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
551

Hi Antonio,

I have not been able to understand the problem you are facing. If possible, paste the code, perhaps, i can find the error.

Thanks and regards,

Ravi.

4 REPLIES 4
Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
552

Hi Antonio,

I have not been able to understand the problem you are facing. If possible, paste the code, perhaps, i can find the error.

Thanks and regards,

Ravi.

Read only

0 Likes
551

hi ravi

i try to explain short

i have a report that call 2 sf and in my report i have intrnal table (score_tab)with data i bring.

in the sf i wont to create new table that bring data from my intrnal table (score_tab) what is the best why that i can do that.

regards

Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
551

Hi Antonio,

I got your problem. I have not worked with Smart Forms for over a year. I ll try to find out the solution to your problem.

Please check the link, probably this document might be of help:-

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

I am sorry for i was not of much help but let me see how can i help you here.

Thanks and regards,

Ravi.

Message was edited by:

Ravi Prakash

Read only

raviprakash
Product and Topic Expert
Product and Topic Expert
0 Likes
551

FYI:-

For tables, know that:

· The application data is selected in the application program and transferred to the form using the form interface.

· In contrast to the template node, the table node has another tab called the Data tab. On this tab, you enter the internal table whose data is to be output. The data is read to a work area in

row format.

· The table layout is determined using row types (same for templates).

· A header area (for table headers), main area (for items of the table), and footer area (for whole sums, or similar) are table output areas. Table rows are created as subnode of these areas.