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: 

REUSE_ALV_FIELDCATALOG_MERGE : Displays old fields only

uppu_narayan
Active Participant
0 Kudos

Hi,

I have added couple of fields to local structure but that doesn't get displayed in the field catalog. Any idea on how to clear the buffer. Tried using the report program

BALVBUFDEL and BCALV_BUFFER_DEL_SHARED

Regards,
Narayan

1 REPLY 1

0 Kudos

Hi,

SAP Buffers can be reset with below commands :

  1. /$SYNC - Resets the buffers of the application server
  2. /$CUA - Resets the CUA buffer of the application server
  3. /$TAB - Resets the TABLE buffers of the application server
  4. /$NAM - Resets the nametab buffer of the application server
  5. /$DYN - Resets the screen buffer of the application server
  6. /$ESM - Resets the Exp./ Imp. Shared Memory Buffer of the application server
  7. /$PXA - Resets the Program (PXA) Buffer of the application server.
  8. /$OBJ - Resets the Shared Buffer of the application server.