viktor_rudomyotkin
Employee
Employee
Member since ‎03-29-2010

User Statistics

  • 47 Posts
  • 5 Solutions
  • 77 Kudos given
  • 15 Kudos received

User Activity

Hello Experts!I have a question to the number of decimal places in the field PO Quantity in the transaction ME21N. I'm using a unit of measure which allows only one decimal place. This is maintained in the table T006 in the field DECAN. Unfortunately...
Hi experts!I'm using the cl_gui_cfw=>set_new_ok_code method to set a new ok code within an event handler for a toolbar function (cl_gui_toolbar). Unfortunately it's not possible to set the function type of the new ok code, like 'E' = Exit-Command. Th...
Hi Experts,I have a really difficult question. I'm trying to find some information how to mark fields of a column in the ALV (cl_gui_alv_grid) as requierd fields. It's not neccessary that alv does check whether the field is filled or not. It's impor...
Hi,I have a toolbar in a custom container with some buttons and separators between them. Corresponding to the current mode (change or display) I want to display or hide the save button and a separator which isolates the save button from other buttons...
Hi,is there a standard functionality for unecaping of HTML entities in ABAP? I have a string which contains for example "&lt;". I wont convert it to "<" character. There is a method ESCAPE_HTML in the class CL_HTTP_UTILITY, but there is not any metho...