cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Forms

Former Member
0 Kudos

Hi All,

I am new to smart forms but i created one in which i have an internal table which has atleast 10 items but when i executing it it is taking only the last value! Can some one tell me how to work with loops and how to use the text editor in smart forms?

Thanks in advance.

regards,

Pavithra.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pavithra,

here is a link which will teach you step by step

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

More links

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

Step by Step creation of Smartforms

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

How to trace smartform

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

FAQs

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

also see

http://www.saptechnical.com/InterviewQ/interviewQ.htm

http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm

http://www.techinterviews.com/?p=198

http://www.techinterviews.com/?p=326

http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm

http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm

http://www.geekinterview.com/Interview-Questions/SAP-R-3/ABAP

http://sap.ittoolbox.com/documents/popular-q-and-a/abap-sample-interview-questions-3240

http://www.sap-img.com/abap/abap-interview-question.htm

http://www.allinterview.com/Interview-Questions/ABAP.html

check most imp link

http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html

Regards,

Eshwar

Former Member
0 Kudos

Hi,

have you created table within the main window? if not create table and table type and use the table loop it iwll display

Regards

Shiva

Former Member
0 Kudos

hI

IN THE MAIN WINDOW

UNDER TABLES THERE IS ONE TAB DATA

ENTER THE INTERNAL TABLE NAME

IT_VBRP TYPE ASSIGNING <FS>

<FS> IS FIELD SYMBOL

DECLARE THAT <FS> IN GLOBALDEFINATION

<FS> LIKE ZEMP_TABLE

Former Member
0 Kudos

hi naresh,

Thanks for answering but the thing is that i have done all that.Let me tell you the hierarchy. I have a main window under which i have created 3 loops, and in the data tab i have checked the itab thing and decladed it and also in the form interfaceunder global settings i have declared the 3 tables, but still it is not taking the values.

regards,

pavithra.