‎2009 Mar 23 7:05 AM
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.
‎2009 Mar 23 7:15 AM
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!
‎2009 Mar 23 7:16 AM
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...
‎2009 Mar 23 7:16 AM
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.
‎2009 Mar 23 7:25 AM
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 ??
‎2009 Mar 23 9:18 AM
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?