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 saves blank key fields

Karan_Chopra_
Active Participant
0 Likes
2,253

I have a table namd ZMM_ZPRMSEL

it has few fields and 3 fields are key fields but when i save data thru SM30 it saves those key fields as blank if i enter data onle in non-key field without giving error which shud not happen

I have a table namd ZMM_ZPRMSEL

it has few fields and 3 fields are key fields but when i save data thru SM30 it saves those key fields as blank if i enter data onle in non-key field without giving error which shud not happen

5 REPLIES 5
Read only

Former Member
0 Likes
1,198

Blank values are saved as the Initial Values column for these fields is set.

Check table definition in SE11 or SE12.

3rd column is for Initial values. Remove the checks. Blank values will not be allowed.

Read only

Karan_Chopra_
Active Participant
0 Likes
1,198

when i check the key field column it automatically checks the initial value column for those fields on activation

Read only

Karan_Chopra_
Active Participant
0 Likes
1,198

plz help

Read only

Karan_Chopra_
Active Participant
0 Likes
1,198

is anybody there to help me on this

Read only

Former Member
0 Likes
1,198

The SM30 screen of the table ZMM_ZPRMSEL must be created in a Z function group.

Add your validations in the module pool program of the screen.

You can change the Z function group the way you want.