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 CREATION WITH KEY FIELDS

Former Member
0 Likes
460

Hi all.

I have an issue in 'table creation' and 'maintainence of that table'.

I am creating a table with 42 fields,with 5 fields as key fields..for this one I am creating a table maintainence generator.In this maintainence those 5 key fields are comming in display(grey)mode.remaining in changble mode.

my issue is that,they want to get the display(grey) mode in the 'maintainence of table' for the 32 fields.for that one I had given those 32 fields as key fields.But system giving a syntax error that the key length specified is grater than the standard.THE LENTH OF THE TOTAL FIELDS(32) IS AROUND 200 CHARACTERS.

what is the maximum key length.

is there any other method to solve this issue.

Thanks in advance.

Regards,

Eswar

3 REPLIES 3
Read only

srinivas_akiri
Active Participant
0 Likes
437

Hi,

By default the key fields will be in grey mode, all other fields will display in normal color.

if you want to display the other fields in grey mode

you need to open the table maintaince screen and double click on the screen.( se11 - > utilities -> table maintaince generator -> maintain screen -> screen no )

then change the property of the required field as display only.

no need to make that field as key field.

Read only

Former Member
0 Likes
437

Hello Eswar,

For making table maintenance display only, use Authorization object 'S_TABU_DIS',Field 'Authorization Group' and value '03'. While generating table maintenace, create an Authorization Group.

Thanks,

Venu

Read only

Former Member
0 Likes
437

Hi ,

I had encountered similar requirement. What I had done was in the Function Group of the Maintenance generator , you will find includes which are related to process before out put and process after input . You can add your code there as required and grey out the fields .

Please note that you can change these includes without any access key and they are transportable. You need to do little bit of debugging execise to get the correct place where you have to put your code.

Pls reward if useful.

Laxman Nayak.