Application Development and Automation 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: 
Read only

Maintenance View Events

Former Member
0 Likes
544

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

1 REPLY 1
Read only

Former Member
0 Likes
473

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