Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

search term in batch input

Former Member
0 Likes
304

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

1 REPLY 1
Read only

Former Member
0 Likes
253

what is the BDC field u are using ?

<b>G_SUCH_STRING</b> is what ?

Regards

Prabhu