cancel
Showing results for 
Search instead for 
Did you mean: 

Problem adding lines in UDO Form

Former Member
0 Kudos

Hi,

I've created an UDO object (Header and Lines) and a new custom Form to handle data on it (lines are

edited in a matrix object).

Everything works fine except one small issue:

- To add new data to my UDO form, I have to make it in 2 steps: define header and add it to SBO; then edit

new record added and define line data in my UDO form.

If I try to define both header and line data at the same time, I get the following error when I press the 'Add' button in the UDO form:

"Cannot insert the value NULL into column 'DocEntry', table XXXX"

Do I have to manually set this column in the UDO Header? If so, how do I set it?

Regards,

Manuel Dias

Accepted Solutions (0)

Answers (1)

Answers (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Did you use UDO form generator to create the form ?

Former Member
0 Kudos

No, I've just coded the form myself.

Regards,

Manuel Dias