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

Table BSID Partly active.

Former Member
0 Likes
1,859

table BSID is partly active, does it affect the contents of the table.

when i read from bsid, for few customers i am getting all entries, for others i am getting few entries when i compare it with table bseg.

is it because of the table being partly active ? please suggest.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,527

Use Tcode - SE14, specify the table and click on Adjust and activate button.

Regards,

Joan

table BSID is partly active, does it affect the contents of the table.

when i read from bsid, for few customers i am getting all entries, for others i am getting few entries when i compare it with table bseg.

is it because of the table being partly active ? please suggest.

9 REPLIES 9
Read only

Former Member
0 Likes
1,527

Hi Kumar,

What changes have you made to the table. Why is the state partly active ?

Some dependent objects have not been activated. This can cause serious errors.

Regards

Read only

JoffyJohn
Active Contributor
0 Likes
1,527

In tcode : se14 adjust the database.

Read only

Former Member
0 Likes
1,527

Hi:

use T/code SE14 : database utility to activate it completely

Regards

Shashi

Read only

Former Member
0 Likes
1,528

Use Tcode - SE14, specify the table and click on Adjust and activate button.

Regards,

Joan

Read only

0 Likes
1,527

Upgradation is going on. might be that is the reason it is partly active. i just want to know, do i get all the value from the database or may miss some entries form database...

Read only

0 Likes
1,527

Hi Kranthi,

Table being Partly Active will result in DUMP.

When you Activate it I think you will get some Errors/Warning.Please Go through them

Secondly is any Append Structure used for this Table?If Yes just make sure that it is Active.

Finally Go to

Utilities->Database Object->Database Utility and there do Activate and adjust Database.

I think this should suffice.

If not,then get back to us with the further problem that you are facing

Rahul.

Read only

0 Likes
1,527

Yes Kranthi if upgradation on table is going on then this isthe only reason the status is partly active moreover this will definetly result in short dump whenever you try to access the table .You surely wont get the all the values or any values as whenever compiler execute the statement where database access is done it will result in the dump.

Please let the upgradation complete and then use the table moreover if you are appending some strucutre then first activate the structure through se11 ,then activate the table and finally adjust the table through se14.

If still table status doesnot change then contact the basis team for the same.

Pooja

Read only

Former Member
0 Likes
1,527

hello,

first check whether any fields has been included in APPEND STRUCTURE.suppose any fields has been added then do check .. activate. then activate the table. after this goto SE14. click on activate & adjust database.

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
1,527

Hi,

Please try to activate it ; you might get some errors..check through that.

Append or include structure might not be activate.

Activate and adjuct the data base .

Thanks.