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

RC8 while transporting a Table

Former Member
0 Likes
1,717

Hello Expert,

I am facing an issue. In a custom table I change the search help of fields and transport the same. While transporting the table I am having RC8 and table is partially active to destination server. I know we can use FM DDIF_TABL_ACTIVATE to resolve such type of issue but I want to know why we are facing such type of problem.

Error message.

Custom table Name: ZCS_FSETBO_ARCH1

Activate dependent view /1SAP1/CNV_B2559

Field ZCS_FSETBO_ARCH1-ROWID does not exist

Key field ZCS_FSETBO_ARCH1-AUTYP missing. Specify maintenance status 'read only'.

Key field ZCS_FSETBO_ARCH1-PERNR missing. Specify maintenance status 'read only'.

Key field ZCS_FSETBO_ARCH1-VORNR missing. Specify maintenance status 'read only'.

Key field ZCS_FSETBO_ARCH1-ZSPMON missing. Specify maintenance status 'read only'.

Key field ZCS_FSETBO_ARCH1-Z_OBJID_STR missing. Specify maintenance status 'read only'.

View /1SAP1/CNV_B2559 was not activated

Please help me.

Regards

Swati

7 REPLIES 7
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,182

Are you using the view /1SAP1/CNV_B2559 also ? this is a generated view .

Read only

0 Likes
1,182

This view is generated by system while transporting,

Read only

0 Likes
1,182

Hi,

Usually when the table are added / deleted fiels entries, the table becomes partially active.

and while transporting you normally get these kind of errors.

We need to adjust the table in SE14 and then release.

Read only

0 Likes
1,182

Hello Expert,

To my understanding we do use se14 when there is some change in fields type(lenght increase/decrease) or add or remove any fields.

In this case also se14 required.Can you please confirm me that.

Regards

Swati.

Read only

0 Likes
1,182

Hi Swati,

It workled for me....may be it could help you in your scenrio too.,

Regards,

Vijaya

Read only

Former Member
0 Likes
1,182

solve by retransporting table.

Read only

Former Member
0 Likes
1,182

Check if in these table whether any field  is assign to any old TR before . if so , then release the older TR first then release these table afterward .

Thanks and Regards.