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

Problem in Saving Custom field data in Activity screen

Former Member
0 Likes
556

Hi all,

I added two custom fields for the Network activity screen for transaction cj20n. I am using Enhancement CNEX0008 in order to add custom fields to the screen. I appended those two custom fields to the AFVU table and i named those screen fields as AFVU-zfield1 and AFVU-zfield2. Now i am trying to enter data and save it but the AFVU table is not updating. There are two function exists provided in the enhancement. I am trying to do move corresponding in the function exit but i am unable to find the structure or table to do that.

Any help on this issue.

Thanks in advance

Hi all,

I added two custom fields for the Network activity screen for transaction cj20n. I am using Enhancement CNEX0008 in order to add custom fields to the screen. I appended those two custom fields to the AFVU table and i named those screen fields as AFVU-zfield1 and AFVU-zfield2. Now i am trying to enter data and save it but the AFVU table is not updating. There are two function exists provided in the enhancement. I am trying to do move corresponding in the function exit but i am unable to find the structure or table to do that.

Any help on this issue.

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
436

When i am in debug mode i am able to see my screen fields afvu-zfield1 and afvu-zfield2. But when i try to code those fields in my program and when i try to compile its giving me error that afvu-zfield1 and afvu-zfield2 does'nt exist. I am unsure where i am doing mistake. Any help.

Edited by: ben on Mar 24, 2008 4:33 AM