2007 Jun 14 6:59 PM
Hi,
I have to develop a smartform and I kno the procedure to declare internal tables in smartform ie thru form interface.
But I want to create a Work area and instead of passign fields like &it_ekko-ebeln&,
i want to pass it like &wa_ekko-ebeln& for both header information and main table info.
So what is the procedure to do it. How to interact with program then?
Hi,
I have to develop a smartform and I kno the procedure to declare internal tables in smartform ie thru form interface.
But I want to create a Work area and instead of passign fields like &it_ekko-ebeln&,
i want to pass it like &wa_ekko-ebeln& for both header information and main table info.
So what is the procedure to do it. How to interact with program then?
2007 Jun 14 7:07 PM
Hi,
Look at the link
http://myweb.dal.ca/hchinni/sap/smartforms_home.htm
refer these.
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....
Regards
Ashok
2007 Jun 14 7:09 PM
like how you use tables interface for passing internal tables you can use import for passing work area from your program.
If you want to loop an internal inside the smartform to display &wa_itab-f1& then you have to use a Table or Loop element in ur window in the smartform.
Thanks.
Message was edited by:
mg s
2007 Jun 14 7:10 PM
Hello,
You need to create a LOOP PROCESS in the smartform, in this Loop to add the IT and assign with work area,
Regards,
DLC
2007 Jun 14 7:22 PM
Simple Example Program and it has all kind of information
Program : SF_EXAMPLE_01
Smartform : SF_EXAMPLE_01
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |