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 Fields to VA05

Former Member
0 Likes
1,132

Hi

I added two fields to VA05, I already added the fields in VBMTVZ structure, and the fields have Data Element with titles for each field, and I added the code to the program V05TZZMO and the data are filled, but when I run the VA05 , I can not see the titles for this two new fields in the layout, I can see the fields but not the titles, do you think I'm missing any thing??.

Regards

Soraya

6 REPLIES 6
Read only

Former Member
0 Likes
872

when you are maintaining dataelements did you mentioned all titles like Short, Long , medium etc.

check they are in active state or not. I recently added , it s working for me.

Read only

0 Likes
872

Yes Data elements are Active and the structure too, and I filled short, middle and long text in them, thats why I don't know what would be missing.

Regards

Soraya

Read only

0 Likes
872

you add the fields to VBMTV not VBMTVZ .then it works.

Read only

0 Likes
872

But the VBMTVZ is the append structure of the VBMTV enhacements, I don't have to change the VBMTV directly that's why the VBMTVZ exists, If I modify the VBMTVZ the fields are added on the VBMTV structure.

Regards

Soraya

Read only

0 Likes
872

keep a break point in this program

RVREUSE_FORMS

at this function call and see your fields are picking or not.

call function 'REUSE_ALV_FIELDCATALOG_MERGE'

Read only

0 Likes
872

Hi, I checked this routine and in the code the fieldcat table have the fields and their description, don't you think it has to do with the variant??...

Regards

Soraya