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

reg:data dicitionary

Former Member
0 Likes
515

HI Experts,

iam having one doubt that is iam having one table in database, but not in data dictionary.can i use the table in program.

Thanks & Regards,

N.Narasimha Rao.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Hi,

You can only use the table that is defined through Data Dictionary i.e SE11.

If you have created a table in Some Different Database and want to Acccess that you can not do that.

SAP can not recognize that.

Regards,

Sujit

HI Experts,

iam having one doubt that is iam having one table in database, but not in data dictionary.can i use the table in program.

Thanks & Regards,

N.Narasimha Rao.

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hii!

You cannot use this table in your program because its definition is not present in Data dictionary.

Regards

Abhijeet

Read only

Former Member
0 Likes
490

Hi,

You can only use the table that is defined through Data Dictionary i.e SE11.

If you have created a table in Some Different Database and want to Acccess that you can not do that.

SAP can not recognize that.

Regards,

Sujit

Read only

Former Member
0 Likes
489

Answer is no.

you have to create replica of that table in SE11.than you can use in program.

Amit.