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.

Similar Messages

  • Error "unknown symbol lookup_one_len_nd" on boot

    I've just built a new 2.6.22 kernel using the ABS method from the wiki along with the config file taken from the stock 2.6.22 pacman kernel (the one from /proc/config.gz).
    All built ok and the modules installed but on reboot I get the following error:
    reiserfs: Unknown symbol lookup_one_len_nd
    kinit: Cannot open root device hda5(3,5)
    kinit: init not found!
    Kernel panic
    My root partition is reiserfs and I've checked that there is a resierfs module in the new modules directory.
    The only mention that I can find about this error refers to a patch which adds a new struct to fs/namei.c .
    I didn't think I would need to patch the standard kernel sources just to get them to boot.
    Can anyone help?

    Thank you for the comment fphillips. Reinstalling GTK2, which I tried earlier, doesn't seem to have any effect.
    I had an error with Pacman, which I thought I fixed, but may be the real source of my aforementioned error.
    When I (re)installed a package I was receiving the following error:
    error: could not open file /var/lib/pacman/local/glibc-2.12.1-2/depends
    I created a new file copied from another Arch Linux install, which removed the error, but may not have removed the problem.
    Oddly readelf -s /usr/lib/libgdk-x11-2.0.so.0|grep g_source_set_name returns nothing on my functioning netbook, but returns the same output from your post on my broken laptop.
    Last edited by filam (2010-10-17 10:30:22)

  • 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

  • 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

  • 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)

  • [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?

  • File Error:Unknown File.

    I am getting a "File Error:Unknown file" when i try and save my project. So i am not able to save any changes i make to my project. any thoughts?

    Try FILE>Save Project As.
    does that work?
    Shane

  • "File error: unknown file" upon movie import

    Got a DVD. Extracted the footage with Mac the ripper. Created an mp4 file with Handbrake. It plays fine in Quicktime at 720 by 480 and 23.98 FPS. I've tried importing it into FCP and I get the error, "File error: unknown file". FCP sequence presents are 24 FPS...I've also tried switching it to 23.98 FPS. I've re-encoded the movie in Quicktime to a .mov file with "DV/DVCPRO - NTSC" compression and it still will not import. Any suggestions?

    Tried making an AVI in Handbrake. Handbrake just froze everytime and it would never finish.
    I should also note that FFMpeg did not like the footage either and would not convert it to a file of any kind.
    So I put the DVD into a consumer DVD player and used my Panasonic DVX100B camera to record the footage in VCR mode. The tape turned out fine.
    BUT...
    I am trying to capture the footage from another low end Canon camera. Usually there is no problem. However, with this particular footage from this cursed DVD, I get a "general error" when I try to capture the footage in FCP.
    No matter what file format or media is used, this footage will not import into FCP. It must be watermarked to not like FCP.
    Any further suggestions???

  • File Error: Unknown File when trying to render a Motion Lower third

    I'm getting this: "File Error: Unknown File" when trying to render a Lower third made in the Motion tab. I'm using FCP 6.0.6 and haven't had any issues with this before. It seems to work fine if there is just text, but as soon as I apply any effect, like a drop shadow, I get that error message.
    Thanks,
    Joe

    What's the exact format of the video you're working with and the exact specification the sequence you're editing in?

  • File Error - Unknown file when trying to import from HDD camera

    I recently purchased a Panasonic SDR-H80 and am trying to get my widescreen footage into FCP. I converted the .MOD files to .m4v files in Handbrake, and they play and look fine in the Finder. However, when I try to move them into FCP, I get a dialog that says "File Error - Unknown file." I'm not sure what I'm doing wrong here. Can anybody help?

    I converted the .MOD files to .m4v files in Handbrake .... I'm not sure what I'm doing wrong here
    What you're doing wrong is using Handbrake and trying to use .m4v files in FCP. Neither is the correct process in preparing for editing.
    Try using MPEG Streamclip and a format that actually works natively in FCP. .m4v is a final delivery format- not for editing. A search on this forum would have revealed that to you in a matter of seconds: http://discussions.apple.com/search.jspa?objID=c206&search=Go&q=handbrake
    -DH

  • File Error: Unknown File, Cannot Save

    I hope this is only a matter of healthy file management, but I'm quite confused and hope someone can clear this up into something of a simple science. On the otherhand, could this be a LIMITATION of FCP?
    -Have been editing a sequence from a larger film on a second computer. That sequence has been worked on over several days and saved (of course). However, upon saving last night, was an error message: "File error: Unknown File" and the project could not be saved.
    -This is quite possibly due to the fact that both the media and project files have been copied over the network to the first computer where the master project is being assembled.
    -HOWEVER, no media files claimed to be offline, everything was editable AND the FILE WOULD NOT SAVE through multiple attempts
    -ALSO, the other open project WOULD NOT SAVE either (its files where never moved or otherwise tampered with. It was a small and entirely local operation).
    -SAVING was finally accomplished ONLY by saving the project file to the LOCAL HD rather than the EXTERNAL DRIVE where the MEDIA and PROJECT FILES originated and had been previously saved to.
    -All other attempts to save to the EXTERNAL were met with the message "FILE ERROR: UNKNOWN FILE" This compromised saving process resulted in the loss of all work, edits, etc. on the LESSER and EXCLUSIVELY local project.
    -AFTER saving to the LOCAL HD, the project COULD BE once again saved to the EXTERNAL HD. This flow seemed very strange to me.
    -Has anyone else encountered this problem, and what can I correct in my processes to avoid this.
    --*Also, the First computer encountered the same problems at the same time, after both EDITING & SAVING had taken place since the last FILE COPYING. Again, work was lost.
    Thanks for any help you can offer.
    G5 Dual 2 GHz PowerPC   Mac OS X (10.4.5)   1.5 GB ram

    Do people search this forum at all?!?
    Check your project for CMYK files.
    Search this forum for General Error.
    This was discussed about 90 minutes ago.

  • File Error: Unknown File when saving

    I tried to save my project to the drive I've been working in and saving all day. And all of a sudden Im getting a new error: File Error: Unknown File. What's that all about? It saved fine to another drive.

    km@ms, Welcome to the forums.
    You have posted in a topic started by someone else in the pro video discussions.
    While someone here may well have an answer for you, it would be far better to ask your question as it's own topic. As a rule, you will receive an answer much sooner.
    Here is a link to the general discussion category for Mac OS X 10.4:
    http://discussions.apple.com/category.jspa?categoryID=177
    Here is the link to the "Pages" forum. http://discussions.apple.com/forum.jspa?forumID=1191
    While your issue is unrelated to that software product, you stand a better chance of finding someone familiar with Quark and .eps files there.

  • File Error: Unknown File - when doing save as

    yet another variation on the file problems i am having.
    opened an aotosave file and tried to 'Save project as",
    wont do it, reports "File error: unknown file"
    the same error i get often when trying to "save as" the original,
    and the same error i get if i make a copy of the FCP file in the finer, open it and try to save it, it wont do it.....
    so with the main sequence in my project getting lost ("not found"),
    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    i am now working really scared, when it loses the main sequence again (1 hour), the latest backup that might work could be anything from 1 - 5 days old, who knows, and there goes days of work...
    ======================================
    FCP6
    HDV captures.
    Main sequence is prores render.
    Files and media on one 750G drive in the Mac Pro box.
    deleted all render files yesterday, now only about 15 there.
    changed MP3 tracks to aif.
    have done FCP resue often
    have done permissions
    have upgraded to 10.4.10

    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    Except that this issue is almost always totally unrelated to FCP at all.
    Paulo has dome great anecdotal advice but this is usually a fiel permissions problem. No idea how it gets changed but you can run Disk Utility and repair permissions. Do it twice. then Get Info on your drive and see what the privileges are. Do the same for your FCP projects folders. Get info on your FCP project file itself.
    You need to get this figured out before you invest any more time in editing.
    bogiesan

  • File Error:  Unknown file.  - Importing problem

    I recently had some problems getting my FCP 5.0.4 to launch. To make a long story short someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5. I found this a little odd because I've had this computer for over six months and have been running FCP the whole time without a single problem. Since funds are tight and I don't have the money upgrade I did some troubleshooting to see if I could make it work again.
    I did remember that I had recently moved some of my older quicktime codecs into my library/quicktime folder and when I removed them I was able to launch and run FCP.
    Now when I try to import files I'm getting a "File Error: Unknown file" error message. I am able to view all the quicktimes and am only able to import a few quicktimes. I have quicktimes from the last six years that I'm trying to import so there's a good variety of different codes that were used. But I am able to watch all of the quicktimes via Quicktime.
    Any suggestions why I might be getting this problem? Any way to fix this without upgrading? Thanks

    *I recently had some problems getting my FCP 5.0.4 to launch.*
    The reason is because that version of for PPC Macs, and you have an Intel Mac.
    *Someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5*
    It doesn't matter which OS version is running. You need an Intel/UB version of FCP to run on a Intel Mac.
    *Any way to fix this without upgrading?*
    It's not a problem. It's an incompatibility. Because you have run it for some time without an incident is incidental to its incompatibility.

  • "File Error: Unknown File" when rendering

    Hi,
    When attempting to render any clip I get a "File Error: Unknown File". Help?
    I'm using FCP 6.0.5 with video content from a Canon consumer HD camera.
    Thank you,
    Tim Moore

    switch the location of your render files and see if that helps. I had this happen week before last and it drove me crazy (crazier) I switched scratch disks and met deadline. Now it all behaves like it never happened. some bit stuck somewhere, that took the machine being off for a while to cure

Maybe you are looking for

  • How do I share my iTunes Library

    Hi, I was wondering if anybody can tell me how to fully share my iTunes library with other accounts on the one mac. Recently my boyfriend got an iPod Shuffle and obviously wants to put music on it. He did used to have his own login so he could change

  • SELECT OPTION in logical database PNP

    Hi, when i use ligical database PNP and i'm entering a range in personnel number, in which variables is that stored? The select option in pnppernr, but this one is initial in start-of-selection and get event. Is there any othe structure containing th

  • Child table linked to what Parent?

    Hello, As I am learning db management, I am at a point where I am totally lost and I feel I am getting nowhere with Google. What I am doing is deleting a field from Table_A, it tells me ORA-02292: Integreity Constraint <random.table_B_FK2> violated -

  • ISight with Core Solo Mini

    Hello, I wonder if someone knows the answer to this. My mother is in L.A. and I am in New York, and I want to get her a Mac mini Core Solo and an iSight camera so she can talk to me and my family (her grand kids). Would a base model Core Solo be able

  • Why do .3ds files need to be realigned? *see screenshot

    The objects are not properly aligned.  I see this with many .3ds models.