2007 Jun 05 6:35 AM
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
2007 Jun 05 7:10 AM
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.
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
2007 Jun 05 6:41 AM
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....
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
2007 Jun 05 7:07 AM
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
2007 Jun 05 6:44 AM
Hi
Have a look on the link:
<b>http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail</b>
Regards,
Sree
2007 Jun 05 7:10 AM
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.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |