Where is the default batch class stored for a material?

Hi,
when we execute tcode msc1n for a material/plant/storage location the default classification class is set to PACKAGING. I need to create a similar screen so need to find which tables store this info?
I almost have it:
kssk-objek = matnr
returns 2 identical entries, except for CLINT (14 and 23)
I know that kssk-clint = 23 is the one that is defaulting but I don't know how it makes this decision?
Any ideas,
Kroc.

Thanks.
But, don't I still face the same problem there......
DATA:
objects LIKE bapi_class_objects OCCURS 0 WITH HEADER LINE,
assigned_values LIKE bapi_object_values OCCURS 0 WITH HEADER LINE,
return LIKE bapireturn1.
objects-object_key = '1234'.
APPEND objects.
CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
     EXPORTING
          classtype             = '200'
          classnum              = 'PACKAGING_FILMS'
          key_date              = sy-datum
          langu_iso             = 'EN'
     IMPORTING
          return                = return
     TABLES
          object_classification = assigned_values
          class_objects         = objects
     EXCEPTIONS
          OTHERS                = 0.
I must tell the FM to use PACKAGING_FILMS? And then in the BAPI it does this search:
SELECT * FROM klah INTO TABLE imp_exp_klah
FOR ALL ENTRIES IN lt_class_klah        
WHERE klart = lt_class_klah-klart        "200
   AND class = lt_class_klah-class.       "PACKAGING_FILMS
So, I am still faced with the same question: how does the code know that PACKAGING_FILMS is the default entry?
Thanks.

Similar Messages

  • Where is the default group information stored for a portal user?

    Hello -
    There is a field in the WWSEC_PERSON$ table called DEFAULT_GROUP, and it is populated with an ID from the WWSEC_GROUP$ table but it seems like there is more to the overall picture here.
    If I try to manually update a users group via SQL,
    UPDATE WWSEC_PERSON$ SET DEFAULT_GROUP = 318 WHERE USER_NAME = 'XXXXXXX'
    Then check the portal profile for the user 'XXXXXXX' I do not see their 'Default Group' as being updated. (However the default group is in effect because these users are sent to the correct group when they log in.
    What do I need to modify for the group name to show up for the user on their profile page?

    Yannick -
    Thank you for the reply. Do you know which table is used in OID? Basically why I need to do this is we hire many new employees every week and create accounts in AD. We sync AD -> OID but the people who create the new users never inform me that they have been created so they never get a default group assigned. This causes them to go to the 'Portal Builder' page when they login to the portal.
    To fix this issue Im writing a powershell script to automatically update the default group of all employees that do not have a default group assigned. Do you know if a better method I can accomplish this for bulk OID records automatically? I'm very much open new/better ideas this was the best method I could think of currently.
    Thanks again.

  • Where is the default hard drive location for an ipod backup?

    Where is the default location on a Window hard drive for iPod backups?
    Thanks!

    Where are iTunes backups stored on your computer
    The folder where your backup data is stored depends on the computer's operating system. Make sure the backup folder is included in your data-backup routine. iTunes places the backup files in the following places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    The "~" represents your Home folder. If you don't see Library in your home folder, hold Option and click the Go menu.
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista, Windows 7, and Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press Return.
    http://support.apple.com/kb/HT4946

  • Where is the default Physical Storage Area for Photos?

    I can edit some photos by accessing them in the Catalog but when I want to access them directly, ie for email attachments using Windows Directory they are not physically there so I had to go back into CSE 7 Editor and resave it so I can access it.  Is there a PSE default location where these may exist?  The location path provided in PSE 7 is the Catalog but I realize that Catalog is not a physical location and of course they are not their.   Does PSE 7 have a means of displaying the physical location?  This problem only applies to a few photos not my major downloads from my camera.
    Thank you
    George.   

    The photos must be on your hard drive somewhere. In some installations, the default is the "My Pictures" folder, but that varies from operation system to operating system and is easily changed.
    If you select a photo in the Organizer and right-click on it and select Show Properties, it will show you the folder location of that photo. Don't bother doing that ... there's a better solution. Forget about what folder the photo is in ... when you want to access the photo for e-mailing or uploading, select the photo(s) in the PSE Organizer, and the File->Export->As New Files and have these photo(s) exported to a temporary location. From there, e-mail, or upload, or whatever, and when you are finished, you can delete these exported photos. As I said, for this to work, you don't need to know the actual location of the photos, you only need to know that temporary folder name.

  • Where are the auto recovery files stored for Visio 2010?

    I have auto recovery set for every 5 minutes.  I have been working on a file that has been saved several times a day.  Today when just moving a shape Viso 2010 crashed after I had been working on the file for over 2 hours.  Auto recovery popped
    up every 5 minutes indicating it was saving the file.  After the crash the ony file I could find was the file as it was when I first opened it this AM.  None of the work done today was saved. 
    Did auto recovery completely fail?  Where can I look for the auto recovery file? 
    I have not done a reboot because I am afraid that if the file exits it will be gone for sure if I reboot.  Any suggestions are welcome.
    There must be a temp file or something that I can look for but not sure what the extension would be or the location.
    Hopefully someone here can help.
    thanks,
    greg
    Greg J Wilson

    How do I know? You state the the auto-save file extension is .vxd - that's the Visio document XML format.
    You can change this in File -> Options -> Save
    As for the crashes, are there any messages when a crash occurs?
    Check that the video drivers you have are the latest, try a different screen resolution to see if that changes anything and turn off or change any screen accelerators.
    -- Paul Herber, Sandrila Ltd. http://www.sandrila.co.uk/ Engineering and software shapes for Visio.
    My mistake - the file format is .vsd - standard visio format
    Here is the info from the event viewer for the specific crash that caused me temporary pain.
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider
    Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated
    SystemTime="2011-07-25T17:15:25.000000000Z" />
    <EventRecordID>83552</EventRecordID>
    <Channel>Application</Channel>
    <Computer>gw-Tosh_laptop</Computer>
    <Security
    />
    </System>
    <EventData>
    <Data>VISIO.EXE</Data>
    <Data>14.0.6022.1000</Data>
    <Data>4d6eacd6</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>8469f91f</Data>
    <Data>1668</Data>
    <Data>01cc4ae02611b81c</Data>
    <Data>C:\Program
    Files\Microsoft Office\Office14\VISIO.EXE</Data>
    <Data>unknown</Data>
    <Data>af70a4ff-b6e1-11e0-82fc-001e33913568</Data>
    </EventData>
    </Event>
    Greg J Wilson

  • Where is the default css style sheet for Firefox 5 on a Mac?

    Modern browsers usually have a stylesheet that operates to display webpages (where, for example, the author provides no styles). Where is it?

    The file omni.jar is a ZIP archive in the Firefox installation folder that stores a lot of the extra (chrome) files that Firefox uses. In previous Firefox versions those files were separate files on disk, but those files were moved to one large ZIP archive that has an optimized file order to load the files in it as quickly as possible during the start up. If you want to inspect files in that archive and your file manager doesn't allow access directly than make a copy of the file and add a .zip file extension.
    You can open that archive file and browse to the /chrome/toolkit/res folder.

  • Where is the Gracenote track info stored for a CD?

    I have a CD entitled Blue Hour by Stanley Turrentine. Gracenotes recognized this incorrectly as a Jose Feliciano CD. I would like to delete that info from the Gracenote database and enter the correct info, so I can correctly import the CD into iTunes. Any ideas? Thanks.

    Hello,
    One way to get around that is to select the CD in your iTunes Library, then Command + I which will prompt the Get Info window. Click the Info tab and type in the correct title for the album. Conversely, you can delete Gracenote information the same way.
    Carolyn

  • Anybody know where the default templates are stored?

    I'd like to access the location where the default templates are stored. I've checked in: "Macintosh HD/Library/Application Support/Logic" but did not find anything.
    I see that user templates are in: "Macintosh HD/Users/PROFILE/Library/Application Support/Logic/Project Templates"
    Thanks in advance!
    Rydah

    alienimplant wrote:
    The assigned solution to this problem is false. The answer is that they are stored here:
    /Users/[username]/Music/Audio Music Apps/Project Templates
    That is not correct.
    User Project templates are stored in the location you stated but the Default Project templates, which is what the OP asked about,  are stored within the app as Blueberry stated....
    Note the path I highlighted......

  • Where is the default location for the OC4J logs?

    Where is the default location for the OC4J logs?

    Depends on what variant of the product you are using.
    In an Oracle Applicaiton Server environment (ie the one you install versus unzip) the stdout/stderr streams from OC4J are captured in the $ORACLE_HOME/opmn/logs/<group-instance> directory.
    If you are using standalone then stdout goes to the console where you started the process.
    The logs for the OC4J instance itself are located in $ORACLE_HOME/j2ee/home/log/<instance_group> directory. In this directory you'll see different logs for differet areas of the server. Most of the logs however are captured in the oc4j sub-directory in the log.xml file. Whenever you enable an OC4J component logger in the j2ee-logging.xml file or via ASControl, this is where the logs will end up.
    Take a look at the $ORACLE_HOME/j2ee/home/config/j2ee-logging.xml file -- the log handlers will give you some idea on the different log files that are in use.
    You can configure your application loggers to also direct their log into this file if you wish. See http://buttso.blogspot.com/2007/09/directing-log-messages-into-oc4j.html for an example.

  • Where is the default file for SVG filters in Illustrator CC?

    Where is the default file for SVG filters in Illustrator CC?

    User \ Library \ Application Support \ Adobe \ en_EN \ Adobe SVG Filter.svg
    it's:
    User \ Library \ Application Support \ Adobe \ Adobe Illustrator 17 \ en_EN \ Adobe SVG Filter.svg
    Note that youneed to unhide the Library folder on Mac OS X Tiger and up

  • Where are the default libraries for Encore CS6 Creative Cloud?

    Where are the default libraries for Encore CS6 Creative Cloud?  I just installed, opened a new project and don't see any like I had with previous versions.  Is there a separate install for this, was it removed from CS6 or was it removed from CS6 Creative Cloud?

    go read this and tell me what you think:
    http://forums.adobe.com/thread/1029098

  • Where is the server configuration data stored?

    Where is the server configuration data stored?
    <P>
    The data is stored an ASCII file named server.conf
    . This file is stored in
    the config directory on the same server-root as the iCS 2.0 binaries. The
    format of the server.conf
    file is described in detail in the Administration
    Guide.

    Try to read
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    UME user data is stored in one or more data sources. Each type of data source has its own persistence adapter. The persistence manager consults the persistence adapters when creating, reading, writing, and searching user management data. Persistence adapters for the following types of repositories are available: 1. Database: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which databases are supported. 2. u2022 Lightweight Directory Access Protocol (LDAP) directory: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which directories are supported. 3. SAP Systems based on Web Application Server 6.20 You can configure UME to use one or more of these persistence devices in parallel. Users can also be stored in several different physical LDAP directory servers, or in different branches of the same LDAP directory server.

  • Changing the default logical system names for adaptive RFC models

    Hello,
    When I create an Adaptive RFC model the dialog that asks me to specify the model name, package, source folder, etc. has default values in the "Default logical system name for model instances" and "... RFC metadata".
    I know I can type in another name there but I'd like to change the default name to something that fits our naming conventions. Can I change that? If so, can someone tell me where?
    Thanks in advance!
    David.

    Suresh,
    Thank you for your response. However, that is not what I was looking for. Sorry if my post was not clear.
    I knew that I could change it AFTER the import. I also know that I can type in something else besides the default DURING the import.
    What I am asking is if there is a way to change some configuration setting so that the 'default' that comes up in the drop down DURING the import is something different than what comes 'out-of-the-box' with NWDS.
    Hope that clears up what I'm looking for.
    David.
    Message was edited by:
            David Z. Pantich

  • Where is the printer configuration info stored?

    I need to configure printing for a whole lab, and while I can configure an individual machine for one user via the Print/Fax option of System prefs, I can't find where all that info gets stored (some of it is in ~/Library/Preferences/com.apple.PrintingPrefs.plist, but not all) and I can't figure out how to slide that in as a whole-system configuration. Where is the per-user information stored, and where can I move it so that it applies system-wide?

    The printer queues are global so most of the information is not kept under any particular user. The path you mentioned keeps user relevant information, such as Presets.
    If the printers are using files that are included with 10.5, then the majority of compressed driver files are kept in ./Libary/Printers/Vendor or ./Library/Printers/PPDs/Contents/Resources/en.lproj for PostScript PPDs.
    When you add a printer queue, some of the information is kept in ./etc/cups. This includes the printers.conf file which has details about the added printer queues and the decompressed PPD that was selected during the queue creation.
    So if you are looking at copying the data from one Mac to reduce your setup on all the other Mac's, then you may have to tell us the make and model, as there could also be a number of additional directories/files you need.
    PaHu

  • How to set the default Maximun idle time for servlets

    Hello I'm trying to set the default maximun idle time for servlets in Contenedor Release 1.0.2.2.1, but I dont know where to do it. Please somebody help me!!

    Saul,
    Are you trying to setup the session timeout ? If so please look at the Web FAQ at http://otn.oracle.com/tech/java/oc4j/htdocs/OC4J-WEB-FAQ.html#7
    regards
    Debu Panda
    Oracle

Maybe you are looking for