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

abap

Former Member
0 Likes
411

if iam seeing the contents of adatabase table then after excution if it says like no data available means nothing is there in that table is it so

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

Hi rakhee,

1. It is not necessary.

2. BCOS

3. If that table is client-dependent table,

(MANDT as the first field),

4. Then probably,

it may have data for other client,

(and not to the logged in client)

5. The system usually (unlesss other wise specified),

provided only the data belonging to the logged in client.

regards,

amit m.

2 REPLIES 2
Read only

Former Member
0 Likes
390

Hi rakhee,

1. It is not necessary.

2. BCOS

3. If that table is client-dependent table,

(MANDT as the first field),

4. Then probably,

it may have data for other client,

(and not to the logged in client)

5. The system usually (unlesss other wise specified),

provided only the data belonging to the logged in client.

regards,

amit m.

Read only

gopi_narendra
Active Contributor
0 Likes
389

Yes, it means no data available

or if u have entered some field value and u get the message it means u dont have data in table related to the field values u entered.

Regards

- Gopi