2005 Oct 26 5:29 AM
Hi,
Can anyone share a sample code to implement the event 26 for Maintenace View.
Thanks
Salil
Hi,
Can anyone share a sample code to implement the event 26 for Maintenace View.
Thanks
Salil
2005 Oct 26 6:55 AM
Hi Salil,
Take a look at entries of table <b>TVIMF</b> for event 26 in SE16. I found two subroutines in standard sap delivered function groups which have implemented event 26.
The views are <b>V_T539J</b> and <b>V_T5W8P</b>.
I am giving you the subroutines below,
View <b>V_T539J</b>
Function Group <b>0PXR</b>
Include <b>L0PXRF01</b>
Subroutine <b>BEFORE_PRINT_539J</b>
View <b>V_T5W8P</b>
Function Group <b>RPW_WSP</b>
Include <b>LRPW_WSPO01</b>
Subroutine <b>ADD_SHORT_TEXT</b>
Take a look at the code inside these subroutines to understand how to implement..I think there are two main internal tables involved <b>vim_alv_fcat</b> (field catalog) and <b>alv_value_tab</b> (view data table).
Hope this helps..
Sri
Message was edited by: Srikanth Pinnamaneni