‎2007 Mar 15 4:51 AM
what are language dependent tables,are those examples for generic buffering
‎2007 Mar 15 9:09 PM
Hello Govindu
Language-dependent tables are tables having a language field as part of the primary key, e.g.:
- table DD02L (SAP Tables)
- table <b>DD02T </b>(R/3 DD: SAP table texts) => has key field DDLANGUAGE
Regards
Uwe
‎2007 Mar 15 9:09 PM
Hello Govindu
Language-dependent tables are tables having a language field as part of the primary key, e.g.:
- table DD02L (SAP Tables)
- table <b>DD02T </b>(R/3 DD: SAP table texts) => has key field DDLANGUAGE
Regards
Uwe
‎2007 Mar 15 9:15 PM
Almost TEXT tables are language dependent.
This is the part of generic development of database only, so it will serve as a key to identify the data for the desired language.
Regards,
Amit
‎2007 Mar 16 4:16 AM