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

Data Element

Former Member
0 Likes
639

I need to create field numm with length 4 type char as assignment number

is there a data element that i can use ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
607

Hi,

Please try data element NUMC4.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
607

hi,

Make use of <b>CHAR04</b> domain...

Message was edited by:

Santosh Kumar Patha

Read only

Former Member
0 Likes
607

CHAR4

Read only

Former Member
0 Likes
608

Hi,

Please try data element NUMC4.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
607

Hi Megan,

You can use either CHAR4 or NUMC4.

Thanks,

Srinivasa

Read only

Former Member
0 Likes
607

hi,

Else create a zfield data element with CHAR04 domain and make use of the same

Regards,

Santosh

Read only

Former Member
0 Likes
607

You can even use the direct type instead of using data element. Click on the button Direct type in the menu above the field definitions while creating the table.