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

Change in VBAP through append structure

Former Member
0 Likes
1,309

Hi,

I add the new fields in existing append structure on tale VBAP.

Initially i provide them the data type as Char with length 20.

Similarly i added the fields in user exit on scree 8459 to add fields on screen.

Until this eveything was working fine.

Then my functional consultant ask me to delete one field from structure and change the length of other data types to 40 characters.

I done this changes but when i go to activate that append structure its giving me error that certan structures in which it is been used are not adjusted and activated.

What should be the problem.

What should i do to solve the problem.

Suggest me the solution if any.

Regards,

Deepak.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
860

Hi

First delete those new fields from the screen .

Remove them from VBAP.

then go to se14 adjust the database.

Now add the new fields in the table.

That should work.

Regards

Neha

5 REPLIES 5
Read only

Former Member
0 Likes
860

You can try adjusting the tables using SE14 - Database Utility.

Regards

Karthik D

Read only

0 Likes
860

The table is not adjusted through SE14 - Database Utlity.

Its showing me that Runtime Object and Transparent table are different and not consistent.

Can i delete the runtime object?

The domains which i ave changed are also not geing activated.

Suggest me the node of problem and solution also.

Read only

0 Likes
860

Hi,

In Append Structure dialog box, are you seeing your structure status as active?

Regards

Karthik D

Read only

Former Member
0 Likes
861

Hi

First delete those new fields from the screen .

Remove them from VBAP.

then go to se14 adjust the database.

Now add the new fields in the table.

That should work.

Regards

Neha

Read only

Former Member
0 Likes
860

Answered