Required filed cannot found in m/03 transaction code

Hi  Sirs
I have to creat  a condition table with following fields: IN ides system
u2022     Vendor
u2022     Purchasing Organization
u2022     Material Group
u2022     Variant.
But on the Field Catlg. tab page I can not find this field ,I used transaction  code M/03 to creat a table
Regards
kailas  ugale

Hi,
You need to activate the same in the Field status variant of your GL Master.
If you feel its a required field, please make it mandatory field so that the system will not allow you to post without inputting value at this place.
Cheers
Raghu

Similar Messages

  • Parameter Transaction Code for Function Group based Tcodes

    Hi,
    I have created a function group for a single screen 1000 having only 2 screen fields with input/output enabled, one of them being a flag field. Have also created a Transaction code to point to the screen 1000.
    My requirement is to create another Tcode(Parameter Transaction Code) with the previous created Tcode and pass default values to the screens flag element. I have entered the below :
    Name of the screen field
    Value
    FLAG
    X
    Still i am not able to get the value of FLAG as X when i debug the program. I am confused what mistake have i done. It will be helpful if someone can guide on this. I know its simple and i believe me i have tried all possible ways to check my mistake. Couldn't find any.
    Thanks and Regards,
    Vadid Valiulla

    Yes, Basically i am calling TCODE1 from TCODE2.
    I am using the same Function Group and yes a global variable is defined for the screen fields.
    I actually do not want to go by the Parameter ID method. But still i can use it if that is easier. Currently there is no Parameter ID for the screen field as i wanted the Tcode2 also to be called independently.
    Thanks for your time Prakash
    Regards,
    Vadid

  • HT2729 Error: The Ipod cannot be synced.  The required filed can not be found.

    I am trying to sync my Ipod Nano. It is giving me an Error:  The Ipod can not by synced.  The required filed can not be found.

    Does this article help
    http://www.hightechdad.com/2011/04/22/how-to-fix-the-required-file-cannot-be-fou nd-error-when-syncing-an-iphone-or-ipod-touch/
    the ipod pictur cache is found here on Windows
    When you sync pictures to the iPod, your actual pix are not what gets loaded. A copy of the photo is created in a size and format that it knows will display well on the iPod. ( the format is "ithmb"?). These converted pix are stored in the iPod Photo Cache folder, and uploaded from there. Every folder you select to sync photos from will have an iPod Photo Cache folder at its top level.
    Files are kept there indefinitely, to save conversion time if you ever need them again. But those cache folders can really grow...if you know that you're never again going to need a bunch of photos on your iPod, you can delete the iPod Photo Cache folder from their parent folder. If you delete a cache folder that contains photos that are on your iPod, the cache will be rebuilt (provided the original files still exist).
    Read more: Hi, HOW do I view IPOD PHOTO CACHE on my Windows XP PC Alan - JustAnswer http://www.justanswer.com/computer/2id9q-hi-view-ipod-photo-cache-windows-xp-pc- alan.html#ixzz2Gjxtc65T

  • Why I cannot found "oracle.jbo.Transaction"

    I'm study jdeveloper 9.0.3 accord tutorials in help. When I learn the sample (tutorial-->Business Components Programmatic Client Tutorial), I met the problem. I finished the program according to the help step by step. But the program raise the error as follows:
    Project: batchclient.jpr
    D:\jdev903\BC4J\src\bc4jaddinsrc.zip!\oracle\jbo\domain\DomainInterface.java
    Error(14,19): cannot access class oracle.jbo.Transaction; file oracle\jbo\Transaction.class not found
    Error(50,47): class Transaction not found in interface oracle.jbo.domain.DomainInterface
    D:\jdev903\jdev\mywork\bcbatch\batchclient\src\bcbatch\Batch.java
    Error(45,1): class ApplicationModule not found in class bcbatch.Batch
    Error(45,28): variable Configuration not found in class bcbatch.Batch
    Error(46,1): class ViewObject not found in class bcbatch.Batch
    Error(47,1): class Key not found in class bcbatch.Batch
    Error(47,19): class Key not found in class bcbatch.Batch
    Error(48,1): class Row not found in class bcbatch.Batch
    Error(56,3): class Row not found in class bcbatch.Batch
    Notice:
    I can't found the oracle.jbo.Transaction. But I download the full version at the site of java.sun.com. Why?
    下面是我程序的源码:
    the source code is:
    package bcbatch;
    import oracle.jbo.*;
    import oracle.jbo.client.*;
    import oracle.jbo.domain.Number;
    import java.awt.Frame;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.UIManager;
    import java.awt.Dimension;
    import java.awt.Toolkit;
    public class Batch
    public Batch()
    Frame frame = new Frame1();
    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension frameSize = frame.getSize();
    if (frameSize.height > screenSize.height)
    frameSize.height = screenSize.height;
    if (frameSize.width > screenSize.width)
    frameSize.width = screenSize.width;
    frame.setLocation((screenSize.width - frameSize.width) / 2, (screenSize.height - frameSize.height) / 2);
    frame.addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    System.exit(0);
    frame.setVisible(true);
    public static void main(String[] args)
    if (args.length==0)
    show("Customer ID is required.");
    System.exit(0);
    ApplicationModule am_Ord = Configuration.createRootApplicationModule("OnlineOrders.OnlineOrdersModule", "OnlineOrdersModuleLocal");
    ViewObject vo=am_Ord.findViewObject("CustomersView1");
    Key custKey = new Key(new Object[] {args[0]});
    Row[] customersFound = vo.findByKey(custKey,1);
    //first argument of findByKey is the key; the second is the maximum number of rows to
    if (customersFound.length==0)
    show("Customer " + args[0] + " not found.");
    else
    Row row_Cust = customersFound[0];
    show("Customer");
    show("========");
    show("ID: " + row_Cust.getAttribute("CustomerId"));
    show("Email: " + row_Cust.getAttribute("CustEmail"));
    try
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    catch(Exception e)
    e.printStackTrace();
    new Batch();
    private static void show(String s)
    System.out.println(s);
    } // end show()

    It looks like your jpr (project) does not include the BC4J library.
    Select the project in your IDE, right-mouse click, select "Project Settings".
    Go to the "Libraries" panel, and shuttle over library named "BC4J Runtime."
    Thanks.
    Sung

  • Importing CD's to iTunes fail with "The required folder cannot be found"

    I have my iTunes library on an external drive.  Everything works fine, except that I cannot import CD's into iTunes.  When I try, I get the error "The required folder cannot be found".  My work around currently is to:
    1. Upfdate my preference for "iTunes Media Folder Location" to the standard location by clicking on the "Reset" button.
    2. Import the CD
    3. Copy the folder that it created with the songs to the correct location on the external disk
    4. Update the preference or Folder Location back to my external library location
    5. Double click on the first song where I get the message that it cannot be located
    6. Locate it manually, and iTunes then searches for the others and fix the location.
    This is extremely frustrating and impractical.  I am on the very latest release and it is still happening.  Does anyone know how to get around it? 

    I have the same problem as pyzaptys' with the exception that there is no My Music folder in the default location. I created one but the iTunes install cannot see it. I used the tweakui as suggested in the response to the original post but the app does not see the My Music folder in the special folders selections.
    I have tried many angles but to no avail.
    To pyzaptys: try these out:
    http://www.brightsolutions.com/wagora/w-agora/view.php?site=bs&bn=bs_software&ke y=1109784889&first=1127932569&last=1022869176
    http://forums.techguy.org/archive/t-402469.html

  • Error importing CD (required folder cannot be found)

    iTunes 10.6, running on a Mac Mini with OSX 10.6.8
    Hi all,
    A bit of backstory. Been using iTunes to manage my music collection for over 8 years. At one point, I moved my music off of a primary disk to an external disk, although perhaps oddly set up, in that the 'iTunes Music Library.xml' file was still local (under ~User/Music), and just the music files were external (under /Volumes/Media/Music).  When the iTunes Media directory structure upgrade happened, the only way I could access my music was to put a soft link from the Music folder to my external drive.
    For awhile now, I've been in a state where for the most part, I can listen to all of my music, but when I try to import a CD, I get the 'required folder cannot be found' error.
    Help!  Do I have to rebuild my file somehow?  Edit the xml file directly?
    Thanks so much.
    I'm happy to provide more information, such as the xml file, directory listings, etc..  I'm just not sure what's helpful.

    I have the same problem.  I recently moved my music from a Vista PC to a new Laptop with an external CD drive. It will copy one song from the CD and it will show in the Music file and then I get the message ' Error importing a CD - Folder not found'.  I must unplug the CD drive and plug it back in.  I have seen no fix for this problem.

  • I Tunes will not open on laptop - says required folder cannot be found

    Help - I havent been into ITunes for about 3 weeks - tried to open it and get the message 'The Itunes application could not be opened. The required folder cannot be found'
    Please help - I am not particularly PC literate but have tried uninstalling my security software incase this is causing the problem - but still cannot open my ITunes.
    I have also tried to repair ITunes having read another post - but it doesnt do anything - just comes up with an error message.
    I am scared to download a new version incase I lose all my songs etc.
    Any help would be appreciated

    Your music is stored on the computer in a folder independent of iTunes. The best place to start would be to update iTunes.

  • ITunes cannot sync to the AppleTV because of a problem on your computer.  The required file cannot be found.

    I have two first Gen Apple TV's and a new MAC Book Pro.  I have about 600GB of music and 40GB of photos located on an external hard drive (Western Digital).  In the past, I have not run into any issues when syncing music or photos. Recently, I get an error message "iTunes cannot sync to the AppleTV because of a problem you your computer.  The required file cannot be found."  I noticed this after I added a few folders to my photo folder, which the AppleTV is pointed to for accessing and syncing my photos.  I went to the AppleTV to look to see if the new folders were in the photos, but they were not listed and obviously not syncing from the hard drive to the AppleTV.
    For trouble shooting, I disconnected my upstairs AppleTV from iTunes, then reconnected, pointed the AppleTV to the applicable music and phots folders on my external hard drive.  The music synced fine, but the photos did not sync.  I got the same error message. 
    Does anyone have any advice to what the issue may be??
    I read some posts similar to mine and the referenced deleting the iPhoto file cache.  I did not try this as I do not use iPhoto as the source for my photos syncing to my AppleTV's.
    Thanks - Scott1508

    Looks like my WD Hard Drive may have an issue.  I pointed the Apple TV to the photos folder on my other WD Hard Drive, which is formatted for MAC and it synced the photos fine.  I had never had an issue with the first WD Hard Drive, but it was never formatted for MAC. 
    Not sure if this could be the issue???
    I am considering getting an Apple Time Capsule (2 TB) for my back up, but also need a second back up for all my music and photos. 
    Does anyone have advice on moving to the Time Capsule as my main back up and keeping a WD as the secondary back up??

  • I tried to sync my Macbook Pro photos in iPhoto with my iPod Touch.  I have done this numerous times, but today I got an error message saying the required file cannot be found.  At the same time all of my photos on my iPod vanished.  Can anyone help me?

    I tried to sync my Macbook Pro photos in iPhoto with my iPod Touch.  I have done this numerous times, but today I got an error message saying the required file cannot be found.  At the same time all of my photos on my iPod vanished.  Can anyone help me?

    Try deleting the photo cache from your computer and then re-try the photo sync - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314

  • "Error occurred while converting the file 'song name'. The required disk cannot be found"

    Hi, I saw this issue in an archived discussion, and I just had the same problem, but figured out how to resolve it.
    I think this error is a result of:
    A) downloading a new version of iTunes, and;
    B) storing my iTunes library on an external hard drive.
    Because when the new version of iTunes was downloaded, I found that the destination folder for my iTunes music was no longer selected. Therefore, I was getting the error message: "Error occurred while converting the file 'song name'. The required disk cannot be found" when I tried to import CDs.
    To fix: go to:
    iTunes>Preferences>Advanced
    and specify your destination folder for your music.
    Just wanted to share!

    Thank you so much! I was in the same situation (iTunes library stored on external hard disk). Strangely, iTunes knew where my music was stored (i.e. if I clicked a song it would link to the library location and play with no problems). But in the "Advanced" settings, the location of my iTunes Library was blank. So I just pointed to the correct location and now everything is working OK! Thanks again.

  • Error occurred while converting the file "song name" the required folder cannot be found

    In ITunes 12, while trying to import from CDs I keep getting this message "error occurred while converting the file "song name". The required folder cannot be found". It will import 2 or 3 or 5 songs and then this message. I have tried multiple CDs, a few seem to work fine, but most don't import completely.

    I think I found out why this happens. I am using an external hard drive, not sure if this is relevant, but I believe so. I went into iTunes and deleted the songs, and asked that they be deleted from the library as well. Got same message when I tried to re-import. Went on to the external hard drive, where library is located, and none of the songs had been deleted. Deleted the songs, as well as the albums folder, re-imported, no problems. Hope that helps.

  • When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    This is getting frustrating.  Every example of my problem has the same reply:
    Try deleting the iPod Photo Cache folder.  This is normally located in your pictures folder.  Once this is done, try syncing again. 
    iTunes: Understanding the iPod Photo Cache folder
    http://support.apple.com/kb/ts1314
    I have NO photos on my Ipod Nano.  I select "Photos" and the Ipod goes to a blank screen with the msg "No Photos" at the bottom.  There must be some other file missing.  Itunes won't connect to the Ipod, I keep getting the same error over and over.  It would be nice if it told me what file is missing. 
    The ipod cannot be synced. The required file cannot be found."

  • Error message Ipod shuffle cannot be synced. required disk cannot be found.

    I just bought the ipod shuffle. I loaded about 110 songs. Then the next day I wanted to load just 9 more and it wouldn't let me giving me the "cannot be synced. required disk cannot be found. Please answer. This is frustrating.

    I remember getting that msg periodically when I got my shuffle, but now it's extremely rare [I've not seen one in more than two months].
    I donno what causes it, but what always worked for me was to eject the shuttle, un-dock it, quit iTunes, launch it again, cycle iPod power (turn it off if it's on, and on if it's off) once or twice, put it back on the dock, and voila!

  • My iPod says "cannot be synced. The required file cannot be found. Always when half way through a sync. It also shows apple logo when I try to access photos and I think the issues are linked. Any ideas?

    My iPod says "cannot be synced. The required file cannot be found" it also defaults to apple logo when I try to access photos. I think the issues are linked. Any ides?

    So you have tried removing/trashing your iPod's photo cache? See here for more information on where to find this file.
    iTunes: Understanding the iPod Photo Cache folder
    B-rock

  • IPod cannot be updated...required file cannot be found

    I have the latest iPod software and iTunes. When I plug my 5G ipod into my computer, after it transfers a few new songs, I get the following pop-up message:
    "The iPod 'name of iPod' cannot be updated. The required file cannot be found."
    When I click OK, it continues updating and seems to be fine. It is just an annoyance, becauce I can't just plug in my iPod and come back to a finished update.
    Any tips? Thanks!
      Windows XP  

    I have the latest iPod software and iTunes. When I
    plug my 5G ipod into my computer, after it transfers
    a few new songs, I get the following pop-up message:
    "The iPod 'name of iPod' cannot be updated. The
    required file cannot be found."
    When I click OK, it continues updating and seems to
    be fine. It is just an annoyance, becauce I can't
    just plug in my iPod and come back to a finished
    update.
    Any tips? Thanks!
      Windows XP  
    I am having this exact problem.
    Though what will also happen after I click on "ok" the ipod will disconnect it self from itunes; it remains pluged in and the "do not disconnect" icon is shown on the screen, but it just stays like that from any where from 2-30 minutes. Eventually it will reconnect and start updating again untill the "The iPod 'name of iPod' cannot be updated. The required file cannot be found." message comes up and the whole prosses starts over again, this has made updating the ipod which I have already reset, quite a headache to update, the prosses has not yet been compleated as I cannot be at my computer for mor than a few hours at a time. I also reinstalled itunes to see if that would fix the problem it has not. Though before, I would also get the message "an unknown error has occured." now that dosen't seem to appear, so at least that is fixed.
    Please help!

Maybe you are looking for

  • Converting garbled characters for JAPANESE characters in a custom table

    Hi all, I have a custom table that store Japanese characters. After my company has upgraded to ECC6.0, this data in the custom table has become garbled and its alot of it garbled. Is there any SAP tool that can I use to make the correction on those g

  • Multiple calendars open at once in Outlook 2010

    Hello, We've been experiencing a new issue with a small set of users (5).  When they select the Calendar from Outlook 2010, multiple calendars are displayed at once.  These users have rights to the accounts of other users and even though those calend

  • Photoshop CS6 issues

    I have 2 issues. #1 - Bridge crash's upon launch #2 - I cannot install Camera Raw 7.1. I get an "Update Failed" saying "Unable to write at this location: '/Users/MediaServics?library/Application Supposrt/Adobe' Please provide write permissions to thi

  • Hyperlink not responding to Skin

    I've created the following Hyperlink, yet when I render it the skin has no effect on it's appearance. it still is just a small 11pt black font, rather than the 35 pt white text. Am I doing something wrong? Hyperlink{           text: "Test";     skin:

  • Mountain lion will not install on late 2010 Mac pro

    Mountain lion won't install on late 2010 Mac pro 8 core.  After downloading mountain lion I ran the installation software but it gives me the error mountain lion failed to load and doesn't restart the computer.