Web Dynpro Select Options

Getting started ... Alles für einen gelungenen Start.

Web Dynpro Select Options

Postby Asmin3192 » Wed Apr 17, 2013 7:10 am

Hallo,
ich habe in einem Webdynpro eine Select Options mit dem Flugmodell als Beispiel. Für das Feld CARRID, also die Fluggesellschaft, bekomme ich die Wertehilfe mit dem folgenden Parameter einfach nicht deaktiviert. Auch im Context habe ich den Wertehilfe-Modus deaktiviert.
Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. i_value_help_type = if_wd_value_help_handler=>co_prefix_none
GeSHi ©


Das komplette Coding für das eine Feld sieht so aus:

Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. rt_range_table = wd_this->m_handler->create_range_table( i_typename = 'S_CARR_ID' ).
  2.   wd_this->m_handler->add_selection_field(
  3.                 i_id = 'CARRID'
  4.                 i_obligatory = lv_abap_bool
  5.                 it_result = rt_range_table
  6.                 i_value_help_type = if_wd_value_help_handler=>co_prefix_none
  7.                 i_tooltip = lv_tooltip
  8.                 ).
GeSHi ©


Kann mir jemand sagen was ich falsch mache?
Asmin3192
.
.
 
Posts: 5
Joined: Mon Mar 04, 2013 9:06 am

Return to ABAP® für Anfänger

Who is online

Users browsing this forum: No registered users and 23 guests