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

Problem in adding fields in ADRC

0 Likes
1,086

We are finding problem in adding and deleing fields n ADRC. We have added few fields to ADRC however when we are adding same through Append structure and adjust its giving problem.

We are suspecting field created in data dictionary but not added in database (Oracle).

Please let us know your views and suggest proceeding further.

7 REPLIES 7
Read only

Former Member
0 Likes
1,027

Hi

Which problem?

Max

Read only

0 Likes
1,027

W are unable to retrive ADRC and its giving short dump.

Read only

0 Likes
1,027

Did you missed to perform 'Activate and Adjust' step from 'Database Utility' menu in SE11 after modification?

Read only

0 Likes
1,027

Ok

Second question

Which dump?

You should give us more information

Max

Read only

0 Likes
1,027

Its activated however issue still persistes and getting short dump.

Read only

0 Likes
1,027

We are suspecting field created in data dictionary but not added in database (Oracle).

So let's make sure:

Check ABAP dictionary in SE11.

Check Oracle dictionary in sqlplus:

sqlplus <schema>/<password>

describe ADRC

Read only

0 Likes
1,027

Use database utility SE14, when you activate it it should automatically created at database level.