‎2006 Aug 28 5:10 PM
hI ALL,
cAN ANYBODY SEND ME DOCUMENTS RELATED TO TABLE CONTROL USING WIZARD.i NEED TO CREATE A TABLE IN WHICH I WOULD FILL THE TABLE WITH AND WHEN I SAVE IT I NEED THE ZTABLE TO BE UPDATED .
cAN ANYBODY SEND ME SOME DOCUMENTS REGARDING HOW TO USE WIZARD.
mY EMAIL ID :
KAJOLSINDI@YAHOO.COM
tHANKS IN ADVANCE
‎2006 Aug 28 5:17 PM
Here is a small document related to table controls.
http://help.sap.com/saphelp_nw04/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm
If your requirement is to just update a single Z table you need not write a custom program. You can use the Table Maintenance Generator (SM30).
‎2006 Aug 28 5:17 PM
Here is a small document related to table controls.
http://help.sap.com/saphelp_nw04/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm
If your requirement is to just update a single Z table you need not write a custom program. You can use the Table Maintenance Generator (SM30).
‎2006 Aug 29 3:45 PM
Does any one have a good document on table control wizard
Thanks
‎2006 Aug 29 4:48 PM
Hi Kajol,
I was searching online and came with this short steps from this link:
http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/dialogprogramcall-dump-725857#
(1) drag the table control (with wizard) on the full screen. (2) press continue. (3) enter the name of your table control (any name you want) (4) press continue (5) select 'internal table' (6) enter name of your internal table (the one that contains data to be displayed for table control) (7) press continue (8) fields of your itab will be displayed then, select the fields you want to be seen on your table control (9) continue pressing 'continue' until complete button is shown (10) press 'complete'.
I tried giving database table name instead of internal table at point number (6).
Also, did you go thru this link:
http://help.sap.com/saphelp_nw04/helpdata/en/6d/150d67da1011d3963800a0c94260a5/content.htm
Hope this will be of some help to you.
Regards,
Vivek
‎2006 Aug 29 5:07 PM