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 with append structure

Former Member
0 Likes
451

Hi all,

I have appended two fields in structure VBKRED.

The two fields are now maintaining in VMK1 screen.

From that screen, Im generating a report.

The problem is the fileds are dispaying in the output, but the values are not printing.

can anyone pls let me know, whether I need to adjust the Structure. If so, how?

Regards,

Priya

2 REPLIES 2
Read only

Former Member
0 Likes
394

Fill all the newly appended fields in structure 'VBKRED', in the form routine 'USER_EXIT_FUELLEN_XVBKRED' in program 'DBKMVF02'.

Read only

former_member214857
Contributor
0 Likes
394

Hi Priya

You must check if screen fields contain exactly same name as fields in the structure, and if during screen load process, the structure has been filled with needed information.

Kind regards