Doubt in script(Unknown symbol)

Hi,
I am gettin error in scripts(Unknown symbol l_vtweg).
In print program I have used this variable.
select single vtweg from dic table into l_vtweg
        where cond.
then y I am geting this error? any idea plz?
Regards
Divakar

Runtime errors occur if the declared data type is unknown; if the length of the declared data type does not match the type of the assigned field and if the alignments are incompatible.
Regards
Vivek
reward points if this helps

Similar Messages

  • Doubts in scripts

    Hi,
    I am gettin error in scripts(Unknown symbol l_vtweg).
    In scripts i declared as &L_VTWEG&
    In print program I have used this variable.
    select single vtweg from dic table into l_vtweg
    where cond.
    then y I am geting this error? any idea plz?
    Regards
    Divakar

    hi,
    Debug the script and check. SE71->utilities-Activate Debugger. In most of the cases, check for variables names as they are case senstive.
    Regards,
    Richa.

  • SAPSCRIPT :error "unknown symbol adrc-name1"

    Hi everyone,
    In my driver program, i have fetched data in adrc.
    In the sapscript, i have written "&WA_ADRC-NAME1& " in the editor.
    While checking the texts, i get the error "Unknown symbol WA_ADRC-NAME1.
    Please suggest,
    Thanks in Advance.
    Regds,
    Arpita

    Thats just because this fielld is not defined in the script with the DEFINE statement. You are using the work area directly to display the field.
    This will come for all the fields not declared in the script.
    This will not put any impact on your script.
    Regards,
    Amit
    Reward all helpful replies.

  • Message Unknown symbol

    hi all,
    I am working on script related to PO. 
    in SAP PC editor some of fields from table ekpo are working but for
    some fields this message is coming  Unknown symbol WA_EKPO-MTART WA_EKPO-TXZ01 ETC
    I Just doing TEXT-CHECK
    Query  is  why for some fields this  is showing like this message but same time other are working
    Thanks

    regarding my query code syntex is 
    /E   EL
    IT   <K>      Material &WA_EK
    /:   IF &WA_EKPO-REVLV& NE ' '
    =    /&WA_EKPO-REVLV&
    /:   ENDIF
    /*    &EKPO-MATNR&
    /:   IF &WA_EKPO-TXZ01& NE ' '
    =    <K> &WA_EKPO-TXZ01&
    /:   ENDIF
    here   Unknown symbol is &WA_EKPO-TXZ01&
    except this code     
    /:   IF &WA_EKPO-TXZ01& NE ' '
    =    <K> &WA_EKPO-TXZ01&
    /:   ENDIF
    all is working fine.
    when i remove WA like EKPO-TXZ01 script is showing no message but not picking data for EKPO-TXZ01
    thanks

  • Unknown Symbol SKIP_IND

    I'm getting an error Unknown symbol. See Below:
    Number of errors: 1        
    /: IF &SKIP_IND& = 'X'.    
        Unknown symbol SKIP_IND 
    /: ENDIF.                  
    CL ,,&WA_ITCHAR-ATNAM&,,&WA_ITCHAR-ATWRT&
    Other variables defined work fine. This variable isn't recognized and doesn't pass a value. Code is below:
    (Definition in FZ06PTOP)
    DATA: skip_ind(1) TYPE c.    " Indicates SAP Script to print blank line
    (From form in FZ06PF02_AUSGABE_POS)
          LOOP AT ichar
            INTO wa_itchar.
            IF SY-TABIX = 1.
              skip_ind = 'X'.
            ELSE.
              CLEAR skip_ind.
            ENDIF.
            CALL FUNCTION 'WRITE_FORM'
                  EXPORTING ELEMENT = 'MATL_CHAR_LN'
                  EXCEPTIONS OTHERS = 01.
          ENDLOOP.
    (From ZMEDRUCK within element 'MATL_CHAR_LN')
    /E MATL_CHAR_LN                           
    /: IF &SKIP_IND& = 'X'.                   
    /: ENDIF.                                 
    CL ,,&WA_ITCHAR-ATNAM&,,&WA_ITCHAR-ATWRT& 
    Does anyone know what needs to be done?
    Thanks,
    Gary M. Fee

    HI Gary,
    that was a good question... i am also not sure abt the correct answer but i believe the write_form carry only structures than variables.
    if u dont want to add a skip_ind field in internal table ichar then u can use subroutine in script.
    <b>/: perform test in program zprogram
    /: USING &WA_ICHAR-ATNAM&
    /: changing &skip_indi&
    /: endperform
    in program..
    DATA COUNT TYPE I.
    form test TABLES tab_in STRUCTURE itcsy
    tab_out STRUCTURE itcsy.
    DATA : skip_ind type boolean.
    READ TABLE tab_in WITH KEY 'WA_ICHAR-ATNAM'.
    IF sy-subrc = 0.
    COUNT = COUNT + 1.
    IF COUNT = 1.
    SKIP_IND = 'X'.
    READ TABLE tab_out WITH KEY 'SKIP_INDI'.
    IF sy-subrc = 0.
    tab_out-value = SKIP_IND.
    ENDIF.
    MODIFY tab_out INDEX sy-tabix.
    ELSE.
    CLEAR SKIP_IND.
    ENDIF.
    ENDFORM.</b>
    Pls close the thread if problem is solved, and reward to all helpful answers.
    Regards
    SAB

  • An Unknown Symbol !! Does Anyone See This Icon On The Status Bar ?

    Hello Everyone;
    I Have a SonyEricsson T650i with IRANCELL Network , After Months Yesterday night an unknown symbol turns on , on the status bar. you can see it in the picture...
    I Try To Turn Off And On The Phone many times but No Changes.
    I Never seen this symbol before and I Tried to google it for all sonyericsson symbols and i can't find anything.
    I have downloaded the T650i's User Guid and there's nothing special about this too.
    If you know something about this please help me , its very important to me.
    please attach a link for more information.
    thanks
    PaSHa
    Attachments:
    22022011020.jpg ‏134 KB

    The icon you see is indicating that a handsfree is connected to the phone. If you have not connected a handsfree and still get this icon I suggest that you update the phone software using the Update Service program. If you have not installed Update Service on your PC, you can download it from here.
    www.sonyericsson.com/updateservice
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Unknown Symbols

    Hi,
    While processing some files, we do encounter some unknown symbols which due to this XI doesn't process the files.
    It was a hard task for us to check each individual line item to look for any unusual symbols.
    I spent one hour to check a file of 10000 records by splitting and executing it in XI.
    Is there any easy way of finding these unknown symbols or some interpreters to do this.
    We have a .csv files which had these symbols.
    Regards
    Krish

    Hi Krish,
    As already prateek mentioned until unless you know in which encoding they fall into you can make a decision. So based upon a few characters see in wihch encoding they are falling and use it accordingly.
    Regards,
    ---Satish

  • HP Deskjet 3052A printing English in unknown symbols

    I was using my HP Windows 7 Home Premium Laptop to search a web site for a schedule of events. I tried to print the schedule and when the printing was complete, the schedule that I viewed in English was printed in some unknown symbols.  I printed it a second time after disconnecting and reconnecting the printer. I printed the English version again, this time it was in a different set of unknown symbols. HELP!  
    I have not tried to print anything in several weeks. My printer was working fine before.

    Hello ECM310,
    Welcome to the HP Forums!
    I understand when you try to print a schedule of events, it prints out with symbols. I will do my best to assist you! How is this printer connected? Wireless or USB?
    Could you try printing from Notepad on your computer to verify if you're experiencing this different symbols?
    I would recommend following this HP document on Continuous Pages of Strange or Garbled Characters Print in Windows. (This is only for a USB connection.)
    Please post your results, as I will be looking forward to hearing from you.
    I worked on behalf of HP.

  • [SOLVED] Unknown symbol usb_serial_*

    Hi,
    I'm trying use a module that serializes wishbone protocol over usb... The point is that I have added this module in Ubuntu distros without problems, but my Arch box is complaining:
    [16028.668549] usb 4-3: new high-speed USB device number 10 using ehci-pci
    [16028.795091] cdc_acm 4-3:1.0: This device cannot do calls on its own. It is not a modem.
    [16028.795135] cdc_acm 4-3:1.0: ttyACM0: USB ACM device
    [16069.350014] wishbone_serial: Unknown symbol usb_serial_generic_open (err 0)
    [16069.350026] wishbone_serial: Unknown symbol usb_serial_generic_close (err 0)
    [16069.350046] wishbone_serial: Unknown symbol usb_serial_deregister_drivers (err 0)
    [16069.350055] wishbone_serial: Unknown symbol usb_serial_register_drivers (err 0)
    well, all this calls are indeed in the kernel src linux/drivers/usb, but I don't see that the archlinux this usb-serial driver has...
    Could you tell me if I'm right?
    and current installation:
    Linux MrWork 3.9.8-1-ARCH #1 SMP PREEMPT Thu Jun 27 21:37:31 CEST 2013 x86_64 GNU/Linux
    Last edited by bradomyn (2013-07-08 09:04:37)

    The
    depmod -a
      did the trick.
    man depmod wrote:
    Depmod creates a "Makefile"-like dependency file, based on the symbols it finds in the set of modules mentioned on the command line or from the directories specified in the configuration file. This dependency file is later used by modprobe to automatically load the correct module or stack of modules.
    /sbin/depmod -a
    somewhere in the rc-files in /etc/rc.d, so that the correct module dependencies will be available immediately after booting the system. Note that the option -a is now optional.

  • Photosmart printer - pink screen with unknown symbols

    After what may have been a power surge,  my Photosmart 470 photo printer screen has turned pink with two unknown symbols.  Unplugging sometimes returns to a normal screen but no functions, and then returns to the pink screen.

    Hi northco,
    Welcome to the HP Forums!
    I noticed that your HP Photosmart 470 photo printer screen has turned pink with two unknown symbols. Sometimes it will take you to the normal screen, but it will still not function. I am happy to help!
    Please try the solutions within this guide. The HP Printer Won't Turn On or Respond When the Power Button is Pressed.
    Hope these solutions help, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • ThinkPad T500, HDAPS: tp_smapi: Unknown symbol thinkpad_*

    I followed the guide at http://wiki.archlinux.org/index.php/HDAPS, but didn't get further than the tp_smapi section:
    # modprobe tp_smapi
    FATAL: Error inserting tp_smapi (/lib/modules/2.6.28-ARCH/extra/tp_smapi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    # dmesg | tail -n5
    thinkpad_ec: cannot claim IO ports 0x1600-0x161f... consider using force_io=1.
    tp_smapi: Unknown symbol thinkpad_ec_unlock
    tp_smapi: Unknown symbol thinkpad_ec_invalidate
    tp_smapi: Unknown symbol thinkpad_ec_read_row
    tp_smapi: Unknown symbol thinkpad_ec_lock
    # ll /sys/devices/platform/smapi
    ls: cannot access /sys/devices/platform/smapi: No such file or directory
    # ll /dev/js
    ls: cannot access /dev/js: No such file or directory
    What's wrong?

    The module thinkpad_ec has to be loaded before you can use tp_smapi,
    but it refuses to load on your system becaue it can't claim certain IO ports.
    You can force thinkpad_ec to claim the ports with modprobe thinkpad_ec force_io=1,
    and to make it permanent you can add options thinkpad_ec force_io=1 to /etc/modprobe.d/options.
    Edit: I have to tell thinkpad_ec to force claiming the ports on my system as well (Lenovo ThinkPad X200)
    and so far I haven't had any problems with it, but there's no guarantee it'll work on your system. Just try.
    Last edited by csstaub (2009-03-21 13:46:47)

  • Asusfan 0.5.0 - Unknown symbol __udivdi3

    Hi,
    as of recently my fan control driver for my asus a8jp laptop stopped working,
    looking for a cure I found there is a new version @ googlecode, I compiled but it gives me "Unknown symbol __udivdi3"
    does anyone have a clue what this could mean ?
    http://pastebin.com/m507f5b7c
    would be the 0.5.0 source code

    birdspider wrote:does anyone have a clue what this could mean ?
    As I met the same problem, Google tells me that this is a 64/32 bit thing. Change the line
    tmp = (out_obj.integer.value-2732)/10;
    to
    tmp = ((unsigned long)(out_obj.integer.value-2732))/10;
    in asus_fan.c.
    HTH

  • [solved] thinkpad_acpi : Unknown symbol in module

    Hello,
    Recently I have problem with thinkpad_acpi which dont load anymore :
    1:07 thomas@laptom ~% sudo modprobe thinkpad_acpi
    FATAL: Error inserting thinkpad_acpi (/lib/modules/2.6.35-ARCH/kernel/drivers/platform/x86/thinkpad_acpi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    zsh: exit 1 sudo modprobe thinkpad_acpi
    and dmesg says :
    thinkpad_acpi: Unknown symbol snd_ctl_add (err 0)
    thinkpad_acpi: Unknown symbol snd_card_register (err 0)
    thinkpad_acpi: Unknown symbol snd_card_free (err 0)
    thinkpad_acpi: Unknown symbol snd_ctl_new1 (err 0)
    thinkpad_acpi: Unknown symbol snd_ctl_boolean_mono_info (err 0)
    thinkpad_acpi: Unknown symbol snd_ctl_notify (err 0)
    thinkpad_acpi: Unknown symbol snd_card_create (err 0)
    But I can't if it came with my kernel update or my recent migration to OSS
    1:07 thomas@laptom ~% uname -a
    Linux laptom 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 19:57:05 UTC 2010 i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
    If you have any suggestion, please let me know
    thanks
    Last edited by Eidos (2010-11-06 16:31:02)

    I got the same problem here. I'm running arch64 on a X201 (linux 3.0).
    "modprobe thinkpad_acpi" and dmesg give me exactly the same as Eidos already wrote (see above).
    What I tried: reinstall the kernel (stock one from core). Effect: modprobe works! But, sadly, after next boot the same error occurs! Reinstalling will work again, but that's not the way to go, is it?
    I don't know what to do... Can someone help?

  • Elements 11 - Unknown Symbol on Image

    What does the five sided figure [shape] at the bottom right hand corner of an image mean?

    Can you post a screenshot? You will need to come to the forum to do that. Here's the URL for this thread, then click the camera icon above the message reply area to attach the screenshot:
    Elements 11 - Unknown Symbol on Image

  • IPhone4S display unknown symbol when use USSD

    please when i used iPhone4S display unknown symbol when use USSD ???
    NOT : i dont know why cose as same time i have iphone 4 and used same carrier but  its WORK FINE AND show ussd

    iPhones no officially support USSD but I can sure it is support USSD because my friend's iPhone is work with USSD.
    I and my friend using same carrier same iPhone4S same codes,no JB but my friend's iPhone is work with USSD,only my iPhone cannot work with USSD.
    Thank for all answer,no need answer for me already because I just now send to apple store,they check is phone problem,so now claim warranty,need to wait 2 week to get back new iPhone =.="

Maybe you are looking for

  • How to set up reverse proxy to allow user access portal site from internet

    Hi all, I have installed 10g(10.1.2.0.2) AS on same machine(single IP for both mid and infra with different users respectively). there is a DMZ on which windows IIS is working through which we need to redirect the request to application server such t

  • Enq: HW - contention

    hi in my spreport i am getting this enq problem pls tell me how to solve this. Top 5 Timed Events Avg %Total ~~~~~~~~~~~~~~~~~~ wait Call Event Waits Time (s) (ms) Time buffer busy waits 1,480,241 1,024,132 692 64.5 enq: HW - contention 142,929 389,7

  • 500 Internal Server Error OracleJSP: JSP Error: Exception:java.lang.NullPoi

    500 Internal Server Error OracleJSP: JSP Error: Request URI:/ForecastVsActualWithProgressBarWebApp/htdocs/forecastvsactualportlet/processing.jsp Exception: java.lang.NullPointerException at java.net.URLClassLoader$1.run(URLClassLoader.java:190) at ja

  • How to calculate TPC-C in oracle?

    I need to define a infra-estruture for a client usign Oracle8i, then I want to calculate the TCP-C on the my system (Health-care), but i don't know how to do this. Any sugestions? Thanks, Paulo Garcia Junior [email protected]

  • Split view layout

    I have only accomplished this by accident, and can't figure out how it happened, but can someone tell me how to have all of my split view windows show my movement at the same time so I don't have to keep stopping and starting as I switch viewing angl