‎2009 Mar 17 5:51 AM
hi all,
now we are using member id as key field in one table but we must use member id key field in another table with same member id duplicate.
is it possible.
suresh maniarasu
‎2009 Mar 17 5:59 AM
‎2009 Mar 17 6:01 AM
Yes...its possible when declaring the field in other table give the same dataelement for field name...
that is used by member id.
Further set relationships if required.
Regards,
Gurpreet
‎2009 Mar 17 9:35 AM
Hi Suresh,
It is possible to have the same field in two different table.
When you create the field in the second table, use the same data element as that of the first table field. Hence you will have the same properties for both the table fields.
Hope this clears the doubt.
‎2009 Mar 17 9:45 AM
Hi.... This is Basic question. jst check MARA, MARC, MARD. in this tables MATNR is Primary key.
Regards,
KP.
‎2009 Mar 18 10:47 AM
Hi Suresh
You can use the same field name in two different tables. In order to obtain the same properties and attributes for the two fields, define them with the same data elements.
You can check for the same in your system where VLCVEHICLE and VLCHISTORY have the common field VGUID. Also, you can look for some other examples in Material Master tables.
Hope this helps.
Regards
Harsh
‎2009 Mar 18 11:18 AM
Hi,
Yes you can use the same fields as key fields in more than two tables, but make sure to create the relationship between the two tables if requried using this key.(only if required)
Pooja
‎2009 Mar 19 6:43 AM
Yes possible..No doubts in that.
You can proceed!
Regards,
K.Sibi
‎2009 Mar 25 7:17 AM
Hi,
Yes you can have the same field in two different tables. As we have the same primarykey MATNR in our standard tables. If your query is solved award pointd and close the question.
Regards,
Pavan.
‎2009 Mar 25 8:54 AM
yes it is possible there is no doubt abt it,
for ex: ebeln (po doc) is in ekko ekpo and eket.
Regards
‎2009 Mar 30 9:29 AM
Hi,
Yes it is certainly possible.
You can use same field with the same data element as a key field in more than two tables.