Skip to Content
0
Former Member
Dec 05, 2006 at 01:37 PM

search term in batch input

51 Views

Hallow I doing an batch input and in the search term it bring the word just with 10 cahr and the word larger then that the search term is empty did anyone have an idea how to solve it because it work with word less then 10 letter this is my batch input

CALL FUNCTION 'YHR_VENDOR_BI'

EXPORTING

  • CTU = 'X'

mode = 'A'

  • UPDATE = 'S'

  • GROUP =

  • USER =

  • KEEP =

  • HOLDDATE =

  • NODATA = '/'

lifnr_001 = itab-company_code

ktokk_002 = 'Z001'

anred_003 = 'Company'

name1_004 = itab-company_name

<b>sortl_005 </b> = itab-company_name

land1_006 = 'IL'

spras_007 = 'HE'

stceg_008 = itab-osek_morsh

IMPORTING

subrc = sucsses_messege

TABLES

messtab = returen_messege.

PERFORM write_message.

ENDLOOP.

Any suggestion ?thankes for your time