Application Development and Automation 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: 
Read only

regarding language table

Former Member
0 Likes
758

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

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
619

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
620

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

Read only

amit_khare
Active Contributor
0 Likes
619

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

Read only

Former Member
0 Likes
619

solved