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: 

me5x new customer columns are not display in grid layout change

Former Member
0 Kudos

Hello All,

I have added new fields to CI_EBANDB ,

And while i'm searching new fields in me53n layout change field list , the new fields are not shown,

I've tryied to run : BCALV_BUFFER_DELETE for refreshing MEREQ3211GRID Buffer Table ,

and it seems it did something but I still cannot see the new fields.

Someone has an Idea how to refresh / reset ALV GRID layout fields list ?

Thanks,

Jenifer.

2 REPLIES 2

Former Member
0 Kudos

Hello Jenifer,

Try using BCALV_BUFFER_DEL_SHARED in additional to BCALV_BUFFER_DELETE,

also when running BCALV_BUFFER_DEL Program, try to first see the LIST ( checkbox ) and then uncheck LIST and select the checkbox ALL , the result of running the program should be empty list when checking the list checkbox again .

good luck!

Omri

raymond_giuseppi
Active Contributor
0 Kudos

Don't forget to also add your field names (with data element BAPIUPDATE) to CI_EBANDBX.

In a development system, use ok_code /$SYNC to refresh every buffer (26171) and execute report BALVBUFDEL as the buffering is not related to EBAN table but on some internal ALV tables.

Regards,

Raymond