Importance and uses of material group

Hi All,
I need to know the importance of Material Group and where all it is used in Procurement.
Regards ,
Ritesh.

hi,
Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group.
You can use material groups to:
Restrict the scope of analyses
Search specifically for material master records via search helps
Maintain External Material Groups
In this step you can assign a material to an external material group, or to a material group that was created using externally-defined (non-SAP) structures.
u will get the settings under menu path:
SPRO > IMG > LOGISTIC GENERAL > MATERIAL MASTER > SETTINGS FOR KEY FIELDS > DEFINE MATERIAL GROUPS.
for service PO we have to assign the valuation class to material group under the menu path:
SPRO > IMG > MATERIAL MANAGEMENT > PURCHASING > MATERIAL MASTER > ENTRY AIDS FOR ITEMS WITHOUT A MATERIAL MASTER.
can assign a purchasing value key and a valuation class to a material group.
The assignment of a purchasing value key provides you with default values for reminder levels etc. in purchase order items without a material master record and without an info record.
The assignment of a valuation class to a material group enables the system to determine different accounts for the individual material groups.
regards
jash

Similar Messages

  • Import and use custom Illustrator Symbol Library in Photoshop?

    I would like to import and use my own (project-specific) Illustrator Symbol Libraries in Photoshop
    Background info
    - I create BIG amounts of assets (for UI design) in Adobe Illustrator which I save as Symbols.
    - I store these symbols in a custom symbol library so I can re-use them in a different file
    - Reason A: to be able to re-use these symbols within the Illustrator file to visualize different "interaction flows" to my clients
    - Reason B: I use vector assets because they allow me to accomodate for different screen resolutions in the future
    Wish
    A:  I would like to be able to open the same symbol library I created in Illustrator in Photoshop and drag the symbols onto my Photoshop canvas
    B:  If I change a symbol in Illustrator it should be updated in my Photoshop file
    Question
    - Does anyone know of a way to do this? A work-around, a plugin or a Script would be fine too...
    regards, Koen

    B:  If I change a symbol in Illustrator it should be updated in my Photoshop file
    Check out this Panel:
    http://www.ps-scripts.com/bb/viewtopic.php?f=27&t=3045&sid=70f368dca9bfd96f3c974ee11b798f9 7
    But that is for placed Smart Objects, and would affect changed Symbols in ai-files naturally only if there were instances of them in the document.
    Basically I find what you are asking pretty unrealistic* and would be surprised if an easy solution would be forthcoming.
    Scripting might offer possible work-arounds that use BridgeTalk to get Illustrator content over to Photoshop, but that would probably be slow and not meet what you are expecting.
    The possibly easiest approach might be to have a Script create a new Layer and place one Symbol on it for each one of the Symbols in Illustrator, then save a psd with Layers.
    Why do you need the Symbols in Photoshop anyway, if I may ask?
    Edit: *) unrealistic in terms of the functionality currently being realizable with a reasonable expenditure of resources; but I’m admittedly a layman with regard to that.

  • Cycle Counts, import and use

    I see that when importing to the oItems destination via DTW, it is possible to bring in Cycle Count info. There is no sample or template CycleCount sheet, so what I know I gleaned just from looking at the mappable fields in DTW.
    Can anyone give me some tips about importing and using Cycle Counts? I confess I find updating any destination via DTW to be a real chore, frequently more work that it is worth.
    In this instance I already have items and warehouses and prices and quantities on hand. All I would want to do is import Cycle Count fields. So in DTW would this be considered an update (of existing items) or an import (just of cycle counts)? Since I don't want to change anything for the items, warehouses, or prices, what would be the least amount of data I'd have to show for the already ready loaded areas to get the cycle counts in?
    TIA.

    By Cycle Counts If you talking about importing prices and quantities
    You need to use DTW template StockTaking template inside folder oStockTaking.
    Here you will enter ItemCode WH and Quantity
    the Prices will be imported using the ItemPrices template in the oItems folder as an Update with the Item main template.
    then you will through the Inventory > Inventory Trans > Initial Quantity Reconcile the Quantities imported
    Suda

  • Import and use DLL

    Hi,
    I have created a DLL in visual studio 2012 , i want to import this DLL to Diadem and using his function.
    how can i do that?
    Thanks

    Hi Oz,
    DIAdem always installs the previous year's LabVIEW Runtime Engine.  So DIadem 2012 installed the LabVIEW 2011 Runtime Engine.  You'll need to make sure the LVRTE you need matches the one installed or install a new LVRTE that DIAdem doesn't install.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • How to "group by" and use functions on grouped records

    I group rows and wantto select the max date row in date column. The other columns can include same data in its rows, thus i wantto select distinct data in the rows. I use the following query, but ir throws the message "ORA-00936: missing expression."
    select max(t2.tarih), distinct (t1.ihlkodu),distinct(t1.ihlaltktgkodu), distinct(t1.kuladi),distinct(t4.ad) from ihale_katilimcilar t1, ihale_hareket t2, ihale_sirket t4
    where t1.id_iliski=t2.id_iliski and t1.kuladi=t4.kullaniciadi and t1.ihlkodu=145 and t1.ihlaltktgkodu=135 and t1.aktif=1
    group by t2.tarih, t1.ihlkodu,t1.ihlaltktgkodu,t1.kuladi,t4.ad
    Here t2.tarih is a field of date and i wantto select the max of this.
    t1.ihlkodu has all the same data in its rows.
    t1.ihlaltktgkodu too has all the same data in its rows.
    t1.kuladi may have ,let me say, 5 rows of same data and 6 rows of another same data in this 6 but different then the first 5 rows of same data. That is, the content of the 6 and 5 is the same in 6 and 5 but different then each other.
    and finally[b] t4.ad too may have ,let me say, 5 rows of same data and 6 rows of another same data in this 6 but different then the first 5 rows of same data.(That is, the content of the 6 and 5 is the same in 6 and 5 but different then each other)
    How could i group them?

    Here is the script of tables:
    -- Create table
    create table IHALE_SIRKET
    SRKTKODU NUMBER not null,
    AD VARCHAR2(30) not null,
    ADRES VARCHAR2(50),
    TEL1 VARCHAR2(15),
    TEL2 VARCHAR2(15),
    FAX VARCHAR2(15),
    EMAIL VARCHAR2(20),
    KARALISTE NUMBER default -1,
    AKTIF NUMBER(1) default -1,
    SICILNO VARCHAR2(20) not null,
    VERGINO VARCHAR2(20) not null,
    TICSICILGAZSAYI VARCHAR2(10) not null,
    TICSICILGAZTARIH DATE not null,
    ODASICILNO VARCHAR2(20),
    TESCILTARIHI DATE,
    SERMAYE VARCHAR2(20),
    DERECE NUMBER(2),
    ODAKAYITTARIHI DATE,
    KULLANICIADI VARCHAR2(15)
    tablespace USERS
    pctfree 10
    initrans 1
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    -- Create/Recreate primary, unique and foreign key constraints
    alter table IHALE_SIRKET
    add constraint CONSTRAINT_SRKTKODUPK primary key (SRKTKODU);
    -- Create/Recreate indexes
    create unique index IHALE_SIRKET_SRKTKODU on IHALE_SIRKET (SRKTKODU)
    tablespace USERS
    pctfree 10
    initrans 2
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    -- Create table
    create table IHALE_KATILIMCILAR
    KULADI VARCHAR2(20),
    SONUC NUMBER(1),
    AKTIF NUMBER(1) default 1,
    SRKTKODU VARCHAR2(10) not null,
    SONBULUNMAZAMANI DATE default sysdate,
    SIRA NUMBER(1) default 0,
    EKSURETALEP VARCHAR2(50),
    ID NUMBER(6) not null,
    IHLKODU NUMBER not null,
    IHLALTKTGKODU VARCHAR2(10) not null,
    ID_ILISKI NUMBER
    tablespace USERS
    pctfree 10
    initrans 1
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    -- Create/Recreate primary, unique and foreign key constraints
    alter table IHALE_KATILIMCILAR
    add constraint CONSTRAINT_IHLKTLMIDPK primary key (ID)
    using index
    tablespace USERS
    pctfree 10
    initrans 2
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    -- -- -- Create table
    create table IHALE_HAREKET
    ID_ILISKI NUMBER not null,
    TEKLIF VARCHAR2(15) not null,
    TARIH DATE default sysdate,
    ID NUMBER not null
    tablespace USERS
    pctfree 10
    initrans 1
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    -- Create/Recreate primary, unique and foreign key constraints
    alter table IHALE_HAREKET
    add constraint CONSTRAINT_IHLHAREKETPK primary key (ID)
    using index
    tablespace USERS
    pctfree 10
    initrans 2
    maxtrans 255
    storage
    initial 64K
    minextents 1
    maxextents unlimited
    Here is the content of those tables:
    prompt Loading IHALE_HAREKET...
    insert into IHALE_HAREKET (ID_ILISKI, TEKLIF, TARIH, ID)
    values (189, '1400YTL', to_date('12-02-2008 14:35:07', 'dd-mm-yyyy hh24:mi:ss'), 1);
    insert into IHALE_HAREKET (ID_ILISKI, TEKLIF, TARIH, ID)
    values (203, '1200YTL', to_date('12-02-2008 16:03:16', 'dd-mm-yyyy hh24:mi:ss'), 2);
    insert into IHALE_HAREKET (ID_ILISKI, TEKLIF, TARIH, ID)
    values (203, '1100YTL', to_date('12-02-2008 16:03:16', 'dd-mm-yyyy hh24:mi:ss'), 3);
    insert into IHALE_HAREKET (ID_ILISKI, TEKLIF, TARIH, ID)
    values (189, '1500 YTL', to_date('12-02-2008 14:34:30', 'dd-mm-yyyy hh24:mi:ss'), 0);
    prompt 4 records loaded
    prompt Loading IHALE_KATILIMCILAR...
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '42', to_date('12-02-2008 13:33:32', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 63, 141, '134', 191);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '46', to_date('12-02-2008 13:33:32', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 64, 141, '134', 192);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values ('KEM.ESM', null, 1, '44', to_date('12-02-2008 11:00:41', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 61, 145, '135', 189);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '45', to_date('12-02-2008 13:33:42', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 69, 141, '133', 197);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '42', to_date('12-02-2008 13:33:36', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 65, 141, '132', 193);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '45', to_date('12-02-2008 13:33:36', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 66, 141, '132', 194);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '46', to_date('12-02-2008 13:33:36', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 67, 141, '132', 195);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '42', to_date('12-02-2008 13:33:42', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 68, 141, '133', 196);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '44', to_date('12-02-2008 13:34:23', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 70, 142, '252', 198);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '45', to_date('12-02-2008 13:34:23', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 71, 142, '252', 199);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '44', to_date('12-02-2008 13:34:40', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 72, 143, '253', 200);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '46', to_date('12-02-2008 13:34:40', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 73, 143, '253', 201);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '45', to_date('12-02-2008 11:00:38', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 60, 145, '136', 188);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values (null, null, 0, '44', to_date('12-02-2008 15:59:21', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 74, 145, '136', 202);
    insert into IHALE_KATILIMCILAR (KULADI, SONUC, AKTIF, SRKTKODU, SONBULUNMAZAMANI, SIRA, EKSURETALEP, ID, IHLKODU, IHLALTKTGKODU, ID_ILISKI)
    values ('KE.ES', null, 1, '45', to_date('12-02-2008 15:59:25', 'dd-mm-yyyy hh24:mi:ss'), 0, null, 75, 145, '135', 203);
    commit;
    prompt 15 records loaded
    prompt Loading IHALE_SIRKET...
    insert into IHALE_SIRKET (SRKTKODU, AD, ADRES, TEL1, TEL2, FAX, EMAIL, KARALISTE, AKTIF, SICILNO, VERGINO, TICSICILGAZSAYI, TICSICILGAZTARIH, ODASICILNO, TESCILTARIHI, SERMAYE, DERECE, ODAKAYITTARIHI, KULLANICIADI)
    values (42, 'KEMMM', 'asddd', '03123456444', '03123456444', '03123456444', '[email protected]', 0, 1, '325999444', '234999444', '34599944', to_date('04-02-2008', 'dd-mm-yyyy'), '23/29444', to_date('04-02-2008', 'dd-mm-yyyy'), '4.000.000.11YTL', 1, to_date('04-02-2008', 'dd-mm-yyyy'), null);
    insert into IHALE_SIRKET (SRKTKODU, AD, ADRES, TEL1, TEL2, FAX, EMAIL, KARALISTE, AKTIF, SICILNO, VERGINO, TICSICILGAZSAYI, TICSICILGAZTARIH, ODASICILNO, TESCILTARIHI, SERMAYE, DERECE, ODAKAYITTARIHI, KULLANICIADI)
    values (46, 'MLK', 'fgh', '456', '456', '456', '[email protected]', 0, 1, '2346', '2346', '2346', to_date('27-01-2008', 'dd-mm-yyyy'), '2346', to_date('25-01-2008', 'dd-mm-yyyy'), '2346', 1, to_date('22-01-2008', 'dd-mm-yyyy'), null);
    insert into IHALE_SIRKET (SRKTKODU, AD, ADRES, TEL1, TEL2, FAX, EMAIL, KARALISTE, AKTIF, SICILNO, VERGINO, TICSICILGAZSAYI, TICSICILGAZTARIH, ODASICILNO, TESCILTARIHI, SERMAYE, DERECE, ODAKAYITTARIHI, KULLANICIADI)
    values (44, 'ASD', 'asd', '123', '123', '123', '[email protected]', 0, 1, '123', '123', '123', to_date('10-01-2008', 'dd-mm-yyyy'), '123', to_date('17-01-2008', 'dd-mm-yyyy'), '123', 1, to_date('11-01-2008', 'dd-mm-yyyy'), 'KEM.ESM');
    insert into IHALE_SIRKET (SRKTKODU, AD, ADRES, TEL1, TEL2, FAX, EMAIL, KARALISTE, AKTIF, SICILNO, VERGINO, TICSICILGAZSAYI, TICSICILGAZTARIH, ODASICILNO, TESCILTARIHI, SERMAYE, DERECE, ODAKAYITTARIHI, KULLANICIADI)
    values (45, 'JKL', 'jkl', '234', '234', '345', '[email protected]', 0, 1, '234', '234', '234', to_date('04-01-2008', 'dd-mm-yyyy'), '234', to_date('27-01-2008', 'dd-mm-yyyy'), '234', 2, to_date('19-01-2008', 'dd-mm-yyyy'), 'KE.ES');
    When i use the following sql:
    select t2.teklif, t2.tarih, t1.ihlkodu, t1.ihlaltktgkodu, t1.kuladi,t4.ad from ihale_katilimcilar t1, ihale_hareket t2, ihale_sirket t4
    where t1.id_iliski=t2.id_iliski and t1.kuladi=t4.kullaniciadi and t1.ihlkodu=145 and t1.ihlaltktgkodu=135 and t1.aktif=1
    group by t2.teklif, t2.tarih, t1.ihlkodu,t1.ihlaltktgkodu,t1.kuladi,t4.ad
    The result i get is:
    1100YTL 12.02.2008 16:08:16 145 135 KE.ES JKL ***
    1200YTL 12.02.2008 16:03:16 145 135 KE.ES JKL
    1400YTL 12.02.2008 14:35:07 145 135 KEM.ESM ASD ***
    1500 YTL 12.02.2008 14:34:30 145 135 KEM.ESM ASD
    The one i wantto get is the rows of the latest date in each group:
    1100YTL 12.02.2008 16:08:16 145 135 KE.ES JKL [b]***
    1400YTL 12.02.2008 14:35:07 145 135 KEM.ESM ASD ***
    max date -->latest date , most up to date
    Message was edited by:
    user611878
    Message was edited by:
    kem06.ora

  • How do I import and use the Keynote themes that I've downloaded?

    I'm sure this is a stupid question, but I searched this forum & didn't immediately find the answer I needed. I've downloaded some Keynote themes (they have a .kth extension). How do I import these into Keynote 08 so that Keynote will recognize and use the themes?
    Thanks!

    Put the .kth in "Themes" folder under the route Home > Library > Application Support > iWork > Keynote > Themes - it will then appear (at the bottom) in the theme chooser when opening keynote.

  • SM30 and for updating material groups.

    Hi,
    what is the table for updating with trx SM30 material groups?
    Best regards

    Hi,
    Try table T023.It may workout.
    Regards,
    Rambhupal reddy

  • Please help with importing and using imovie and idvd

    Hi,
    Please forgive my lack of knowledge. I previously had a mini dv camcorder that was so easy to use with imovie hd. Now that I have switched to an HD Usb 2.0 camcorder that has built in 16gb memory and memory cards, I have had such a great deal of trouble. I really hope you can help and point me in the right directions.
    Importing movies are fine, but they take so long! Currently, when I import a movie, I set the camcorder to PC mode and import through imovie. But the camcorder stays on, and I'm not sure if this is the best way or healthiest for the camcorder. Do you have a better/faster way to import movies? Is there a way to drag the video from the memory onto the computer, and then from there import the movie? I think at least I wouldn't have to leave the camcorder on.
    Also, one major issue I have is that each movie is broken down into 100 or so clips. I coach basketball, and videotape the games. When there is stoppage, I pause the camcorder. I guess that creates so many clips, so that when the film is imported, there are over 100 clips for the entire movie. Is there a way of making that just 1 entire movie/clip?
    Once I have imported the entire movie, which is 100+ clips, I want to simply create a dvd of the game. I know I have to share it, but do you have a better suggestion as to how I should handle this?
    In the past, all I did was import the mini dv movie into imovie HD, share into idvd, and then that was it, dvd made. This process had become so time consuming.
    Please help!

    Yes, I recognized there would be a slight pause between clips - but after all - you paused the camera at those points.
    Putting them all in sequence in iMovie and then encoding in iDVD will take a lot of time.
    An old favorite saying of mine is "not every job worth doing, is worth doing well'. The meaning being sometimes 95% is good enough so you can go on to the next job.
    How much work do you want to put into each DVD? Can you live with the slight pauses?
    would you suggest using a memory card?
    Yes, but 16GB cards aren't cheap (yet).

  • Import  and using datafiles

    hi everybody, i created an import file only for a table on oracle 8.1.6 server using 8.1.6 export utility like that :
    exp username/pass file=hth.dmp tables=tablename triggers=n statistics=NONE rows=n grants=n indexes=n constraints=n
    this tables has constraints,indexes,triggers. i imported this export file from again this server using 8.1.6 import utility to another server machine (installed Oracle 9.2.0.1) like that :
    imp uname/pass@connect_string fromuser=uname touser=uname analyze=n
    But after importing export file, i see tablespace from Oracle Enterprise Manager Console, this table fill about 2GB datafiles. i think, this is not normally. i tried this steps for only one another tables the result is the same. for that,after i crated a table on 8.1.6 without constraints,triggers and grants i exported this table and imported to 9.2.0.1 eveythings is normally. what do you think ? is there any problem exporty or import utility or is there any problem oracle 9.2.0.1 server ? where is the wrong i do ? what can i do ?

    Hi,
    There have been several issues on this topic before. You are right that you cannot use 9i client tools to export from an 8i server.
    In order to export data from 8i and import to a 9i server you need to do the following:
    Use Oracle 8i client export tool to create dmp file.
    Use Oracle 9i client import tool to import dmp file to the new 9i server.
    Hope that helps.

  • Trouble Importing and Using a Screencast

    Hello all,
    I am completely new to Premiere CC but I'm having some issues. I recently used CamStudio to record a screencast that was 5 minutes long for a client. The video is 1280x720, the frame rate is 50 frames per second and the type is .avi
    All I did was open a new project in Premiere CC and keep the default settings. I imported the video and did my edits, but when I exported it I realized that the preview of the clip was actually very accurate. The clip flickers and the mouse jumps all over the place, and when the screen changes (I was taping website navigation) the two different screens seem to blend into one another for a few seconds. It looks terrible and I know it's user error - but I have no idea what to do next.
    The interesting this is that the AUDIO that came in with the clip plays perfectly. No errors, and no speeding up or slowing down.
    I have exported the file with several different adjustments and presets - and they all show the same playback errors, which leads me to believe the problem is with my import of the file, or how Premiere is handling the file.
    Can someone please help?
    Thanks very much!

    Thanks for the feedback. So I checked out the link and I just watched (https://www.video2brain.com/en/lessons/how-do-i-choose-the-right-sequence-settings). However, when I create a new sequence, my framerate stays at 50 fps. I'll attach a screencast of my steps so you can see what I'm getting and how playback looks. I'm really not sure what the problem is or where to go next?
    http://youtu.be/fAfS8A0bVAM
    - The video shows 20-25 seconds of smooth playback of the original screencast .avi file
    - Then I open Premiere and import the .avi file and create a new sequence - framerate stays the same.
    - When I play the clip, you can see the stuttering problems within preview (even though I have the yellow bar not the red one), and this is exactly how the exported videos look as well.
    Please advise - thank you very much!

  • MIDI files - opening vs importing and using templates

    I think I'm out of luck on this one, but I thought I'd put it out there anyway. I spent all morning building a new template with 50+ buses for internal recording of audio (Thank You APPLE!).
    I would like to be able to open MIDI files using that template. If I import, only the regions are imported not the tempo map, markers etc. If I open, then I can't have it use my template because it opens in an empty file.
    I've gone into the global preferences and assigned my template as the default template and still no love. Any thoughts?

    I can import the environment but all of the routing is gone. I've got like 50 buses or something and all of my tracks in the arrange are gone as well. No way to import those I imagine. It'll take me only like 10-15 mins to load them all up again, but still thats 1-150 mins each time. Thats why I built a template to begin with, to avoid routing stuff and inserting tracks over and over.
    We need an update on this one stat

  • Importing and Using Video from Sony DVD Camcorders

    I have a Sony DVD Camcorder (DCR-DVD 92) and I have recently shot a lot of footage which is now on my computer. The file extensions are .BUP, .IFO, and .VOB. I am able to import some of the files into final cut but they are shortened to only a few seconds each when in reality, they were shot for several minutes. Is there a way to make these work or to convert the files so they can be edited in Final Cut Pro 5?

    mrescobar 1 1,
    You should find that GreatVideo! v1.7 for Mac OS X - 10.4', by Software Architects, Inc., solves your problem. Converts from Sony to Mac readable format.
    Come back if you have questions.
    LM

  • Importing and using mpeg2 files

    I'm new to this wild world of video, but I have a large amount of mpeg2 files on my computer. Should I convert them to another format before working with them in Final Cut? I'm having problems with the in and out function not being exactly on the frames I want when I insert a clip. They're always a bit off. SO, does working with mpeg2 files makes as much sence as other formats? Thanks!
    -David

    Yes you'd be best converting them. Use something like MPEG Streamclip to open the mpeg2 files and export to quicktime movie using the DV codec and uncompressed audio

  • Can photoshop actions created in CS2  be imported and used in Photoshop CS6?

    I have a slew of actions that I created in Cs2, my previous version of Photoshop. I've upgraded to CS6  and would like to use my previous actions in the new version. Is this possible? If so, how?
    Thanks!

    If you saved the in CS2 in theroy you should be able to load them in newer versions of Photoshop. As far as I know all Action created in CS2 will play in CS3 correctly. 
    Adode introduced options in CS4 that are not compatible with how Photoshop was designed to run.  When these options are set to have Photoshop work the way it worked before the CS4 options.  Actions will Play correctly.  However if you set these options to change the way Photoshop works some actions will now work correctlr in CS4, CS5 and CS6. It make no difference what version you record those actions in. Recording an action in CS6 doese not mean it will play correctly in CS6.  The Action will record the same way in CS2, CS3, CS4, CS5 and CS6.  Thet will play correctle in CS2, CS3 and they may play correctle in CS4, CS5 and CS6 depending on what options are set. 

  • Can any one answer me how to import and use jsp libraries into uix file and

    Hi guys
    can any one help me how to import jsp libraries in to my uix file with jdev 10g production adn how to use them..if any one got any sample for this i appreciate if u cans end me that
    thanks
    Venkat

    you cannot use jsp tags inside uix xml pages.
    you can, however, use uix jsp tags inside jsp pages.

Maybe you are looking for