2016 Oct 06 11:35 AM
i want to insert null value in z-global table in the key field of table, is there any way to insert null value in the table and how can we recognize the null value in table.
Thanks in advance.
i want to insert null value in z-global table in the key field of table, is there any way to insert null value in the table and how can we recognize the null value in table.
Thanks in advance.
2016 Oct 06 11:51 AM
Hi,
Please un-mark the 'Initail Values' check-box besides 'Primary key' check box in the Fields tab in the database table.
Regards,
Rohan
2016 Oct 06 12:57 PM
2016 Oct 06 1:35 PM
Hi,
You can't put NULL values in a key field of a table in SAP.
If you unmark the checkbox initial values for a key field then it will only allow you to put in an initial value. A character field would still have initial values and not a non-value.
Kind regards, Rob Dielemans
2016 Oct 06 1:09 PM
Key fields are exception, they cannot have null value.
2016 Oct 06 1:41 PM
is their is any way to forcefully insert null value in key field or non key field, and how we recognize the null value in table
2016 Oct 07 6:18 AM
As Rob has already said. No, you can't do it.
Why do you want to?
2016 Oct 07 9:57 AM