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

WIZARD FOR TABLE CONTROL DOCUMENTS REQUIRED

Former Member
0 Likes
559

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

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).

4 REPLIES 4
Read only

Former Member
0 Likes
512

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).

Read only

Former Member
0 Likes
511

Does any one have a good document on table control wizard

Thanks

Read only

0 Likes
511

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

Read only

Former Member