Application Development 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: 

adding custom fields through SE51

Former Member
0 Kudos

Hi All!

This is with regards to adding custom fields through Se51 to standard screens.I had added custom field KNVV-ZZKVGR6 to the screen.

After drawing the text and I/O buttons.When I activate I am getting an syntax error saying Field KNVV-ZZKVGR6 is defined differently in screen (ABAP/4 field,Dictionary field).

What does this mean.

Also if i activate with a SAP standard field instead of the custom it is getting activated.

But for both the ways I could not able to see the output on the actual transaction.Also the new drawings which i am drawing are in brown color(different form the existing one)

Please advise.

regards

Praneeth

1 ACCEPTED SOLUTION

Former Member

Delete the added field on the screen painter and add once again and check whether it is again asking or not.

3 REPLIES 3

Former Member

Delete the added field on the screen painter and add once again and check whether it is again asking or not.

former_member188685
Active Contributor
0 Kudos

hi Praneeth,

what is the program name,screen number you are trying to modify..,and after appending the field <b>ZZKVGR6 to KNVV</b> , now go to table and choose menu <b>Utilities->Data base Utility-></b> now click on <b>Activate and Adjust the Data base</b>, then try to add the field.

and are you adding the field from Dictionary (i.e you have option Get From Dictionary in that give KNVV table name it will list the fields, choose zzkvgr6 from it, and place it in your screen.)

the exit which you are adding should be appropriate one

or else you won't get the desired results. what is the exit..

Regards

vijay

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

After adjusting the database using (SE14) , then check the table consistency with the system program RSDDCHECK.

if inconsistency exist in any one of the dependent structure , then activate that structure and again adjust the table.