‎2007 Sep 27 7:28 AM
Hi All,
how to add fields to standard tables, is it possible by using structures.
‎2007 Sep 27 7:37 AM
there are two types of structures to add fields into database tables.
create a structure with the fields and add the structure to the dbtable using
<b>.include <struc></b>. this can be done only to the dbtables which are created by us i.e ztables.
But, The only way to change the standard tables is <b>.APPEND <struc></b>
This APPend structure should always be at the end with out disturnbing the original field order.
But there is one constaraint, for standard tables in which there is a field of type "LONG", those tables can never be appended or changed. The reason is: .APPEND should always be at the end and "long" type field should also be at the end. so, there will be a conflict. so, standard tables with "long" data type field can never be appended.
‎2007 Sep 27 7:29 AM
u can create the structure and hen add it using .APPEND or .INCLUDE TO THAT STANDARD TABLE.
‎2007 Sep 27 7:30 AM
Hi,
first try to create one structure with nessasary fileds,
then go to mara table,
select append structure on the application too bar,
provide ur structrure there and save,activate.
like this u can fields to sap standard tables.
Thanks,
Reward If Helpful.
‎2007 Sep 27 7:33 AM
‎2007 Sep 27 7:37 AM
there are two types of structures to add fields into database tables.
create a structure with the fields and add the structure to the dbtable using
<b>.include <struc></b>. this can be done only to the dbtables which are created by us i.e ztables.
But, The only way to change the standard tables is <b>.APPEND <struc></b>
This APPend structure should always be at the end with out disturnbing the original field order.
But there is one constaraint, for standard tables in which there is a field of type "LONG", those tables can never be appended or changed. The reason is: .APPEND should always be at the end and "long" type field should also be at the end. so, there will be a conflict. so, standard tables with "long" data type field can never be appended.
‎2007 Sep 27 7:39 AM
Hi Srini,
U can use Append structure and includes to add fields to the standard tables.
Regards
Lalit
‎2007 Sep 27 7:49 AM
Hi,
is it possible to add fields to the database view, my problem is some one created a data base view by using the tables QMIH,QMEL,ILOH, now i have to add a field,pls tell me how can i do it.