Skip to Content
0
Former Member
Dec 07, 2006 at 04:07 PM

f4if_field_value_request

45 Views

hi,

can anyone help me how to replace the below code with the function module f4if_field_value_request:

getfields-tabname = 'COWB_COMP'.

getfields-fieldname = 'WERKS'.

getfields-index = x_cursl.

APPEND getfields.

updfields-tabname = 'COWB_COMP'.

updfields-fieldname = 'LGORT'.

updfields-index = x_cursl.

APPEND updfields.

helpinfo-tabname = 'T001L'.

helpinfo-fieldname = 'LGORT'.

CALL FUNCTION 'HELP_VALUES_GET_EXTEND'

EXPORTING

display = x_display

dyname = 'SAPLCOWB'

dynumb = sy-dynnr

fieldname = helpinfo-fieldname

tabname = helpinfo-tabname

shrink = yx

TABLES

getfields = getfields

updfields = updfields

EXCEPTIONS

OTHERS = 1.

Valid help will be rewarded.

keerthi.