Application Development 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: 

regarding language table

Former Member
0 Kudos

what are language dependent tables,are those examples for generic buffering

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

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

3 REPLIES 3

uwe_schieferstein
Active Contributor
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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

Former Member
0 Kudos

solved