Application Development 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: 

Version number revno not populated properly in EREV

katie_doody2
Participant
0 Kudos

Hi all, I have added some versioning code for outline agreements. The initial version creates properly but when I populate subsequent versions through the methods, the revno gets saved funny in the EREV table. It should be created as 00000001 but is created as below. I have tried to use the conversion routine to convert it to internal for this field and this made no difference. Any ideas on what I am doing wrong here?

1 REPLY 1

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hi,

Use FM CONVERSION_EXIT_ALPHA_INPUT to convert external->internal.

Thanks