Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Part #2

NOTE

: I had to break this weblog up into two parts because I see to have hit some sort of size limitation somewhere.  My weblog kept getting cutoff at a certain point.  The following is a link to part one.



Download Link

Now you can download the code and screen shots here.

function z_e_rfc_user_hv_exit.

*"----


""Local interface:

*"  EXPORTING

*"     VALUE(IDATA) TYPE  ZES_USER_ADDR_TBL

*"     VALUE(KEY_FIELD) TYPE  STRING

*"     VALUE(VALUE_FIELD) TYPE  STRING

*"     VALUE(DISP_FIELDS) TYPE  STRING_TABLE

*"----


  select * from user_addr into table idata.

  sort idata by bname.

  key_field = 'BNAME'.

  value_field = 'NAME_TEXTC'.

  field-symbols:

Already I am thinking about what I want to do with version 3.0.  I have been considering adding some of the Personalization functionality that Ulli Hoffmann described in weblogs over the past few weeks.  It is interesting to see how development tips from different members starts to come together here on SDN.

7 Comments