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

smartforms

Former Member
0 Likes
587

i have a internal table itab1 in my driver program contains two fields f1 type c and f2 type i. internal table itab1 is having 5 rows. i want this table to be passed to smartform through global interface. How do i do that without creating ztable same as structure of itab1? Is it must that while defining global interface we should refer to dictionary table?

Regards

Mohan

1 ACCEPTED SOLUTION
Read only

mahaboob_pathan
Contributor
0 Likes
570

hi Mohan,

u should create a structure of ztable.

it is must.other than that u can not get data from driver program.

maintain the structure of it in se11 and call it in smartform using field string

it will be easy.

other wise u can 't get all those 5 rows at atime.

regards,

pathan.

4 REPLIES 4
Read only

Former Member
0 Likes
570

hi Mohan

declare this table in the global definitions and dont forget to ACTIAVTE the smartform. After then

when u call the function module inj the driver program it will automatically ask u

to pass that table in the Tables fields.

refer to the link below for more details

http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g <b>(SAP link- helpful material )</b>

for Smartforms material

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

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

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

How to trace smartform

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

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

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

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

check most imp link

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

step by step good ex link is....

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

kindly get back to me if u face any problem.

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Message was edited by:

ravish goyal

Read only

0 Likes
570

Ravish,

we can define global data declarations. But when you try to assign that declared table to your internal table in global interface it is not recognised.

Mohan

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
570

Hi

Have a look on the link:

<b>http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail</b>

Regards,

Sree

Read only

mahaboob_pathan
Contributor
0 Likes
571

hi Mohan,

u should create a structure of ztable.

it is must.other than that u can not get data from driver program.

maintain the structure of it in se11 and call it in smartform using field string

it will be easy.

other wise u can 't get all those 5 rows at atime.

regards,

pathan.