cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance standard table view - new columns and new rows

0 Kudos

Hi experts,

I have to enhance a table view. To be more accurate it is the result list in the incident search in SolMan 7.2: Component AIC_INCIDENT_S, View AIC_INCIDENT_S/IncidentSRL

I actually stuck to figure out what is the correct enhancement procedure. I have to insert extra lines in the search result and add a few new columns as well. The target is to create a new line per source document / follow-on document (1:n) and to add a few fields with information about the follow-on document.

Can somebody give me a hint where to start? Unfortunately I don't have much experience with the WebClient UI so I am afraid to choose the wrong track.

Thank you very much and best regards,

Florian

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Ricky,

thank you for your answer. I was able to add a new column but my problem is to populate the correct data. The requirement is to display the document flow. There should be an new line per key: incident + request for change + change document. The standard list only contains a line per incident.

But I am not sure where to create the new lines and how to store the different data per line. The search is performed in method PERFORM_SEARCH of class ZL_AIC_INCI_INCIDENTSR_IMPL.

Best regards,

Florian

former_member223320
Participant
0 Kudos

Hi Florian,

Please check the below link.. hope, it will give you an idea.

https://blogs.sap.com/2014/04/18/creating-a-custom-field-and-display-it-in-a-table-view/

-Ricky.