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

about table maintenance...

Former Member
0 Likes
726

Hi all,

I have created table Ztab1 for which i hv created check table table Ztab2 so that i can view entries in F4 help from table Ztab1 for specific one field...now i want to know is it possible to view entries of field from table Ztab1 without creating check table Ztab2??

For table Ztab2 i hv created maintenace view Zview...i wanna knw is it possible to maintain entries in table Ztab2 without creating maintenance view Zview?

Thnx.

5 REPLIES 5
Read only

Former Member
0 Likes
693

Hi,

With the table maitance only you can maintain the entries in those z-table.

other wise create a program for maintianng the table maintanance.

with-out check table the table vales can't appear in the ZTAB1...for the ZTAB2 filed..

Thanks!

Read only

Former Member
0 Likes
693

Hi,

A table can be filled with new entries only when table maintenance is allowed. In attributes you can find a checkbox for Table Maintenance. Just check it. And in menu bar.. utilities -> table maintenance generator... give the details and run it... Now you are ready to make entries... through SM30 t-code...

Goto SM30, give the table name and then say Maintain... and you can add entries to Ztab2...

Read only

Sm1tje
Active Contributor
0 Likes
693

Not sure If I understand correctly, but yesm you can also create a maintenance view for ZTAB2 itself and NOT via an additional maintenance view ZVIEW. Just go to your ZTAB2 table, and via menu

Utilities->maintenance generator a maintenance view is created.

Read only

Former Member
0 Likes
693

thnx for ur reply..

i want know whether is it possible to maintain entries in Ztable without creating maintenace view for it ??

another question...

I have one Ztable in which for specific field say PERNR(name of field) , when i'll see the contents of this field via SE11 or SE16, i want values to appear in PERNR field when i click F4. So my question is , do i need to make a check table for this ??

Read only

Former Member
0 Likes
693

hi,

without table maintainance u can maintain entries in the table.

and for second q.

have one Ztable in which for specific field say PERNR(name of field) , when i'll see the contents of this field via SE11 or SE16, i want values to appear in PERNR field when i click F4. So my question is , do i need to make a check table for this ??

u jst have to give data element like PERSNO then u will automatically get serch help .

no need to create any check table.

hope this wil help u?