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

adding custom date field using transaction OXK3 - User Defined Coding Block

Former Member
0 Likes
1,710

Hi,

I was assigned a task to add a date field on OXK3 to include on the FI screens a custom date i'm following this steps:

[http://wiki.sdn.sap.com/wiki/display/ERPFI/Coding+Block]

However it seems it is only generating for char and numc data type.

right now i use a char data type and have and input search help for a date but it is just a quick fix and still will cause some issue. how can we add custom fields aside from data type char or numc on OKX3?

I am also wondering, since it created its own domain, can i change that to a type dats? or would it cause an issue?

Thank you.

cz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

Hi,

I think only CHAR and NUM data types are allowed in OXK3, not possible to assign dats.

Thanks,

Shailaja Ainala.

2 REPLIES 2
Read only

Former Member
0 Likes
852

Hi,

I think only CHAR and NUM data types are allowed in OXK3, not possible to assign dats.

Thanks,

Shailaja Ainala.

Read only

0 Likes
851

Thanks...

What i did is just change the domain only to include the conversion routine that is similar to date field.

i didn't change the type.