HiI have 1 internal table on the page of the bsp, and a pushbotton (GeraProj) to execute a code with some commands.The internal table is filled with a select on the OnCreat and it is shown allowing to change some cells of the grid.But now the problem...
Hi! I need to change the value, as shown below, but the new value is lost. How can I get the new value? (BY BSP ) I am developing with MVC and CLASS ITERATOR. Thank you!
Hi!When I access 'build apps' through 'Subaccount: trial - Instances and Subscriptions' a window opens with the message 'Welcome Trail' and I cannot log in to obtain the service. I´ve already to access the link 'https://community.sap.com/t5/technol...
Hi! I included a column to display icon but I have a problem with the presentation. The icons are not displayed correctly.Thanks!The attached shows the logic used.Class ITERATORMethod : IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START WHEN ...
Hi! I solved the problem.Creating a Subclass of CL_HTMLB_TEXTVIEWSince CL_HTMLB_TEXTVIEW is an SAP class, you cannot create a new one with the same name.What you can do is create a subclass to extend functionality.DATA: lo_textview TYPE REF TO zcl_ht...
Fabio! What do you mean by BSP? Where is the code? Which events are you using? How is the context bound to the table?What are the node details? Is lost when exactly?Could I help you?
HI!I found the solution to the problem.I changed the code shown above. WHEN 'CONTROL'. ASSIGN COMPONENT p_column_key OF STRUCTURE <fs> TO <l_field>. if <l_field> is assigned . wf_text = <l_field> . ...