Normally when we want to add a new column to an M3 program in panel B we use H5 script.
I am trying to find out if there is a standard way to add a new one without using H5 script. One example is with CMS080 for detailed panels.
The program I am working on is a transactional table so CMS080 is not allowed. However, if I check the view in CRS020 of that program I see fields that looks like virtual fields i.e. naming convention &FLD1 &FLD2. This made me think that maybe like CMS010 I can create an entry where I define the main table, related table and create a virtual field out of it so that I can use it in a view.
The exact scenario is that we have a program with a view that has customer number as column. We want to use that to get the customer name.