SAP Managed Tags: ABAP Development Hi Freinds, I am working on with ALV-OOPS,i just want to know the follwoing things as given below using OOPS ALV 1) Interactive report what are the asosciated methods. 2) Displaying header for ALV in OOPS. Can you help me on it. Regards DineshRe...
SAP Managed Tags: ABAP Development Hi , you can create a methode some thing like the below one by using class interface cl_salv_table METHODS: set_top_of_page CHANGING co_alv TYPE REF TO cl_salv_table. and can implement the same as below to achive your header.sample info for your ...
1. Exactly..:) I have 3 containers to display the result in 3 ALVs and each ALV grid has its own toolbar. And the user is able to change the layout for each grid. Yes there are 3 different ALV instances. 2. I will try as per your suggestion and will let you know..:) If an...
SAP Managed Tags: ABAP Development I need to use a variant on selection, it should have the fuctionality like Get a default variant,Provide F4 help, existence check , save the variant in OOPs ALV . Similar to REUSE_ALV_VARIANT_DEFAULT_GET ...
CLASSlcl_applicationDEFINITION.PUBLICSECTION.METHODS:handle_node_double_clickFOREVENTnode_double_clickOFcl_gui_alv_gridIMPORTINGe_column es_row_no sender,..CREATEOBJECTgrid1...CALLMETHODgrid1->set_table_for_first_display...CREATEOBJECTgrid2...CALLMETHODgrid2->set_table_for_first_display...CLASSlcl...
Solved: Hi ABAP Gurus, Acutally i dnt have any knowledge on OOPs concepts, i have an object i.e. ALV Grid Control using OOPs concepts.. hope tht sumone will help to get
SAP Managed Tags: ABAP Development Hi, I am trying to make a field editable on the ALV Tree display. I could create an editable check box. But could not make a field Editable. I have made EDIT = 'X' in the fieldcatalog for the particular field. but it is not working. Please hel...
SAP Managed Tags: ABAP Development Hi All, Hope all are doing fine!!! Is it possible to display block alv using OOPS ,,,if so then any examples would be highly appreciated actually i have to display 2 headers in blocked alv ...is it possible using ooops concept?? Any helpful answers...
SAP Managed Tags: ABAP Development I need to display Table header in ALV using Oops. I need to data from 8 fields which I get in the run time of the program. I am new to Oops ALV, I have done a similar thing in normal ALV but not in oops. Detailed info required, Custom ...
SAP Managed Tags: ABAP Development I have following requirements, Displaying ALV grid output with most of the fields editable. Validations on data entered for each fields,for error messages Query : I want to make all the fields except the field in ERROR in display only mode similar to case...