cancel
Showing results for 
Search instead for 
Did you mean: 

Dictionary Data type String specification

former_member189354
Contributor
0 Kudos

Hello All,

   I create a table with set of fields where a field name with name "XYZ" of type String is one of them. As per requirement the application may or may not pass value to this field. I haven't checked Not Null for "XYZ" as it may be null for some cases. When I am checking the my app field "XYZ" is expecting a value if not its gets dump/error. How to set properties for this field. Can any body help me on this please.

Thank you,

Mallikarjuna Rao Malisetti

Accepted Solutions (0)

Answers (1)

Answers (1)

HAL9000
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am sorry, but I don't understand your question.

What are you talking about? ABAP coding? Java coding? Using JCo or something else? Or is it about defining new types in the DDIC?

Please give us some more info. A little example usually helps most.

Best regards,

Stefan

former_member189354
Contributor
0 Kudos

Hi Stefan,

     Thank you for your time, this was resolved now. I am talking about Java Data Dictionary where I came to know that SAP JPA will not convert empty space string to null automatically where we need to handle this at entity level.

Thank you,

Mallikarjuna Rao Malisetti