Reason for Movements for selected movement type in MB1A/B/C

All,
When a user goes to MB1A, MB1B, MB1C and selects a movement type is there a way to show only the reasons for movements for that selected movement type?
Currenlty, when the users clicks F4 or wants to view the options available for reasons for movements, it shows them EVERYONE movement type and its associated reason for movement. The list is HUGE. So, I want to know to shorten the list to show only the applicable ones for the movement type the user has selected.
I know the user can enter the movement type and the list gets filtered but this is a manual step the user must perform. Is there any way the system can restrict the reasons for movements based off the Movement Type already selected by the user?
Please let me know how to show only those reason codes for the selected movement type in transactions MB1A, MB1B, and MB1C.
Thanks for your help in advance!

To shorten the list you can select the movemnt types the user requirs and make his/her personal list so when he.she do f4 onlt personal list will be displaed.
U can create personal list by doing the F4 and put cursor on movement type and below will be icon to add into personal list.after selecting all the movement types. close the window and adain do f4 u will only see the entries of u r personal list.

Similar Messages

  • HT204370 I get this after downloading: "The selected movie won't play on one of your connected displays." What do I do?

    I get this after downloading a movie: "The selected movie won't play on one of your connected displays." What do I do?

    I fixed it. I just had to unplug my second monitor and re-plug it in. All is better now.

  • Report MB5B for selected movement types

    Dear All,
    When I am executing report for selected movement types , system givivng me message below " Movment type is reset"
    After continuing that Movement type field turns BLANK, and report is executed with considering all movement types.
    If there is a way for executing MB5B report for selected movement types, please suggest.
    Thanx..

    Hai,
    1.The MB5B report will show the stock on posting date with all movements like Goods recipt from Purchase, production order, stock transport order, & goods issue due to consumption posting, stock transfers & transfer posting.
    2. This is designed to see the Opening balane+Goods receipt - goods issue = closing balance.
    3.You can't take report only for particulat movement type.
    4.If u want to get the details as per the movement type, then use MB51 report.

  • HT1386 i can't sync some selected movies i bought in iTunes store. any reason for this please/

    I can't sync some selected movies i bought in iTunes store. Any reason for this and help please?

    I assume they are,  but I am not completely certain.  I purchased the songs from iTunes, so I would be surprised if they are in a format that is not playable by the Touch. 
    How do I check whether the format is playable?
    Thanks,

  • BDC for MIGO for GR OutBound Delivery( A01 & R05 ) from Movement Type 107 to 109

    Hi,
    I am stuck with a very typical situation need all your expertise and advices for a solution.
    We are basically trying to create change the movement type from 107 to 109 through MIGO.
    I have made a BDC recording for MIGO ( because we would like to track each delivery specifically under shipment , I know that there is a BAPI which is there to do this but it works fine if we do the shipment with Purchase Order as input which dont want in that manner )
    Process:
    1. Creating Production Order
    2. Creating Purchase Order
    3. Creating STO
    4. Deliveries
    5. PGI for Deliveries
    6. Shipment for group of outbound Deliveries
    I have created a z program where i am passing shipment number in the selection screen.
    Then it would take all the deliveries for that shipment and pass each delivery to MIGO and process it and change the status from 107 to 109.
    Interesting part here is, the code works absolutely perfect only from my ID. But when I test from other ID it is not executing, so to check where is the problem I have added mess_tab to the CALL TRANSACTION to capture what message is been populated for my ID comparing with others
    Message Captured on Others ID's:
    MSGID: 00
    MSGNR: 344
    MSGV1: SAPLMIGO
    MSGV2: 1300
    Message Captured on MY ID:
    MSGID: MIGO
    MSGNR: 012
    MSGV1: 5000005802
    MSGV2: (empty)
    This is the problem this program is executing only on MY ID, rest all ID's it is not processing.
    We have cross verified with security and basis regarding any authorization issues but nothing came up.
    Please help me what could be the issue ( WHY it is processing successfully for my and WHY NOT for other ID's)
    Below is the main code :
    CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'                     " Converting Date format to DD/MM/YYYY
         EXPORTING
           DATE_INTERNAL            = sy-datum
         IMPORTING
           DATE_EXTERNAL            = lv_date_external
         EXCEPTIONS
           DATE_INTERNAL_IS_INVALID = 1
           OTHERS                   = 2.
           IF SY-SUBRC <> 0.                                     "#EC NEEDED
    * Implement suitable error handling here
           ENDIF.
    *   Validating input shipment number with database table VTTP
           SELECT VTTP~TKNUM
                  VTTP~TPNUM
                  VTTP~VBELN
             FROM VTTP INNER JOIN VTTK
             ON VTTP~TKNUM = VTTK~TKNUM
             INTO TABLE IT_VTTP
             WHERE VTTK~TKNUM = P_TKNUM
               AND VTTK~STDIS = 'X'.
           IF sy-subrc = 0.
    *   Validating all deliveries having same Delivery type or not
             SELECT * FROM likp INTO TABLE it_likp FOR ALL ENTRIES IN it_vttp WHERE vbeln = it_vttp-vbeln
                                                                                AND vbtyp = 'J'.
             IF sy-subrc = 0.
               CLEAR lv_lines.
               LOOP AT it_likp INTO wa_likp.
                 REFRESH:it_vbfa,BDCDATA.
    *   Validating if Delivery Type = 109 (GR already done), or Delivery Type = 107 (must process for GR )
                 SELECT * FROM vbfa INTO TABLE it_vbfa WHERE vbelv = wa_likp-vbeln
    *                                                AND vbtyp_v = 'J'
                                                         AND bwart = '109'.
                 IF sy-subrc = 0.
                   lv_flag1 = 'X'.
                 ELSE.
                   SELECT * FROM vbfa INTO TABLE it_vbfa WHERE vbelv = wa_likp-vbeln
    *                                                  AND vbtyp_v = 'J'
                                                           AND bwart = '107'.
                   IF sy-subrc NE 0.
                     MESSAGE 'No Deliveries with Movement Type "107" ' TYPE 'I'.
                   ELSE.
                     lv_flag2 = 'X'.
                     lv_lines = lv_lines + 1.
    **  BDC for MIGO
                     perform bdc_dynpro      using 'SAPLMIGO' '0001'.
                     perform bdc_field       using 'BDC_OKCODE'
                                                   '=OK_GO'.
                     perform bdc_field       using 'GODYNPRO-ACTION'
                                                   'A01'.
                     perform bdc_field       using 'GODYNPRO-REFDOC'
                                                   'R05'.
                     perform bdc_field       using 'GODEFAULT_TV-BWART'
                                                   '109'.
                     perform bdc_field       using 'BDC_CURSOR'
                                                   'GODYNPRO-OUTBOUND_DELIVERY'.
                     perform bdc_field       using 'GODYNPRO-OUTBOUND_DELIVERY'
                                                   wa_likp-vbeln. "'80019574'.
                     perform bdc_field       using 'GOHEAD-BLDAT'
                                                   lv_date_external. "'04/29/2015'.
                     perform bdc_field       using 'GOHEAD-BUDAT'
                                                   lv_date_external. "'04/29/2015'.
                     perform bdc_field       using 'GOHEAD-WEVER'
                                                   '1'.
                     perform bdc_dynpro      using 'SAPLMIGO' '0001'.
                     perform bdc_field       using 'BDC_OKCODE'
                                                   '=OK_POST1'.
                     perform bdc_field       using 'GODEFAULT_TV-BWART'
                                                   '109'.
                     perform bdc_field       using 'GOHEAD-BLDAT'
                                                   lv_date_external. "'04/29/2015'.
                     perform bdc_field       using 'GOHEAD-LFSNR'
                                                   wa_likp-vbeln. "'0080019574'.
                     perform bdc_field       using 'GOHEAD-BUDAT'
                                                   lv_date_external. "'04/29/2015'.
                     perform bdc_field       using 'GOHEAD-WEVER'
                                                   '1'.
                     perform bdc_field       using 'GODYNPRO-DETAIL_ZEILE'
                                                   '   1'.
                     perform bdc_field       using 'GOITEM-ERFME'
                                                   'EA'.
                     perform bdc_field       using 'GOITEM-ERFMG'
                                                   '1'.
                     perform bdc_field       using 'GOITEM-LSMNG'
                                                   '1'.
                     perform bdc_field       using 'GOITEM-LSMEH'
                                                   'EA'.
                     perform bdc_field       using 'GOITEM-MIGO_ELIKZ'
                                                   '1'.
                     perform bdc_field       using 'GOITEM-BWART'
                                                   '109'.
                     perform bdc_field       using 'GOITEM-LGOBE'
                                                   'RX Cross-docking'.
                     perform bdc_field       using 'BDC_CURSOR'
                                                   'GODYNPRO-DETAIL_TAKE'.
                     perform bdc_field       using 'GODYNPRO-DETAIL_TAKE'
                                                   'X'.
                     PERFORM bdc_dynpro      USING 'SAPLMIGO' '1300'.
                     PERFORM bdc_field       USING 'BDC_CURSOR'
                                                   'G_TIP_DONT_SHOW_AGAIN'.
                     PERFORM bdc_field       USING 'BDC_OKCODE'
                                                   '=OK_TIP_GO'.
                     PERFORM bdc_field       USING 'G_TIP_DONT_SHOW_AGAIN'
                                                   'X'.
    *& Avoid unncessary screens to populate while processing background.
                     LV_OPTIONS-DISMODE = 'N'.
                     LV_OPTIONS-UPDMODE = 'S'.
                     LV_OPTIONS-NOBINPT = 'X'.
                     CALL TRANSACTION 'MIGO' USING BDCDATA  OPTIONS FROM LV_OPTIONS MESSAGES INTO IT_MESSTAB1 .
                     WAIT UP TO 1 SECONDS.
                     DELETE IT_MESSTAB1 WHERE MSGTYP NE 'E'.
                     IF IT_MESSTAB1[] IS NOT INITIAL.
                       APPEND LINES OF IT_MESSTAB1 TO IT_MESSTAB.
                     ENDIF.
                   ENDIF.
                 ENDIF.
               ENDLOOP.
             ENDIF.
           ELSE.
             MESSAGE 'Shipment Number does not exists Or not Planned' TYPE 'E'.
           ENDIF.
         ELSE.
           MESSAGE 'Please insert Shipment Number' TYPE 'E'.
         ENDIF.
         IF lv_flag1 = 'X' AND lv_flag2 = 'X'.
           MESSAGE 'This shipment is processed with an inconsistent goods receipt' TYPE 'I'.
         ELSEIF lv_flag1 = 'X'.
           MESSAGE 'Shipment already been processed for these deliveries' TYPE 'I'.
         ELSEIF lv_flag2 = 'X'.
           lv_lines1 = lv_lines.
           CONDENSE lv_lines1 NO-GAPS .
           CONCATENATE lv_lines1 'Goods Receipt are posted for the shipment '
                  INTO lv_message SEPARATED BY space.
           MESSAGE  lv_message TYPE 'I'.
         ENDIF.
    * Display Messages from Message TAB.
         DELETE ADJACENT DUPLICATES FROM IT_MESSTAB.
         DATA:lv_msg TYPE string.
         LOOP AT IT_MESSTAB INTO WA_MESSTAB.
           CALL FUNCTION 'FORMAT_MESSAGE'
             EXPORTING
               ID        = WA_MESSTAB-MSGID
               NO        = WA_MESSTAB-MSGNR
               V1        = WA_MESSTAB-MSGV1
               V2        = WA_MESSTAB-MSGV2
               V3        = WA_MESSTAB-MSGV3
               V4        = WA_MESSTAB-MSGV4
             IMPORTING
               MSG       = lv_msg
             EXCEPTIONS
               NOT_FOUND = 1
               OTHERS    = 2.
           IF sy-subrc <> 0.
    * Implement suitable error handling here
           ENDIF.
           WRITE:/ lv_msg.
         ENDLOOP.
    *        Start new screen                                              *
       FORM BDC_DYNPRO USING PROGRAM DYNPRO.                 "#EC PF_NO_TYPE
         CLEAR BDCDATA.
         BDCDATA-PROGRAM  = PROGRAM.
         BDCDATA-DYNPRO   = DYNPRO.
         BDCDATA-DYNBEGIN = 'X'.
         APPEND BDCDATA.
       ENDFORM.
    *        Insert field                                                  *
       FORM BDC_FIELD USING FNAM FVAL.                       "#EC PF_NO_TYPE
         CLEAR BDCDATA.
         BDCDATA-FNAM = FNAM.
         BDCDATA-FVAL = FVAL.
         APPEND BDCDATA.
       ENDFORM.
    Thanks,
    Srini

    Hi Rob,
    Thanks for quick reply.
    I have checked the NOTE : 304122
    But there in the NOTE it says ( " BAPI, BAPI_GOODSMVT_CANCEL, BAPI_GOODSMVT_CREATE, CNTL_ERROR" )
    These BAPI's work perfectly for (purchase order as input type), but here out type is ( A01 & R05 ) we are giving DELIVERY NUMBER as input to MIGO.
    So for this scenario we cannot use those BAPI's mentioned in the NOTE.
    Also as stated earlier in the message interesting part is
    "The code works absolutely perfect only from my ID. But when I test from other ID it is not executing. Code is working exactly as expected ONLY to my ID. When i try to execute the same code from another's ID it is not working"
    So what do you think might be the issue?

  • No authorization for this transaction with movement type 601

    Dear All,
    This is chandra i am getting this error in delivery level " No authorization for this transaction with movement type 601. If give the authorization for SAP ALL its working fine. If give the authorization for SAP SD T.Codes i am getting this error. Plz help me.
    Thanks and regards
    Chandra

    Dear Chandra,
    Check with -
    T. Code: OMJJ
    Select Movement Type: 601 and Double-Click: "Allowed Transaction" (From Left-hand side) .
    Check whether the Transaction is allowed for Movement Type 601 or not
    Note: if Transaction is not listed (i.e. not allowed) and you wanna allow this Transaction with Movement type 601, then -
    Up-there, Tab: New Entry. Click on it.
    Maintain entry as:
    MovTy: 601
    TCode: As reqd.
    and Save.
    Best Regards,
    Amit

  • Posting of Goods Issue for a Delivery (Different movement types)

    Hello SD Experts,
    We have this process wherein we use Deliveries w/o reference. There's a customization in place for this process, the movement type is determined through the item category of the material.
    Given this scenario, my question is if it is possible to process the goods issue of a delivery with multiple item which require different movement types (diffrent items and item categories thus it have different movement types)?
    Thank you for your kind consideration.

    Hello,
    Yes, you can.
    As you know LO is std delv doc for delv w/o reference.
    And I cat determination for that LO delv doc are
    Delv Type  __ I Cat Group  __  Usage __ High I Cat  __  Def I Cat  __ Man I Cat __ Man I Cat
    LO _____________________TEXT ______________ DLTX          
    LO ________DIEN____________________________ DLX _______DLX     
    LO ________LEER___________________________ DLN          
    LO ________LEER________________DLNG_______DLNZ          
    LO ________LEIS_____________________________DLX_______DLX     
    LO________ NLAG____________________________ DLX          
    LO________NORM____________________________DLN          
    LO________NORM________CHSP_______________DLN          
    LO________NORM________CHSP____KLN________KLN          
    LO________NORM________CHSP____TANN______TANN          
    LO________NORM________PACK_______________DLN________DLX________DLP
    LO________VERP____________________________DLN          
    LO________VERP_________PACK_______________HUPM______DLN     
    LO ________VOLL____________________________ DLNG          
    LO ________ WERT____________________________ DLW          
    Corresponding maintain movement type in Schedule line cat (Tcode VOV6) & determination that in TCode VOV5.
    If you want diff movement type then create your own 'Z' Sch line cat with you desired Movement type (Tcode VOV6) and determine the Sch line Cat accordingly in TCoDe VOV5.
    Thanks & Regards
    JP

  • Reversal document type for cancelation of goods movement

    Hi
    I have one queries, my client requirement is for every reversal document - document type should be YY. I created document type YY and maintain in every document type in FI for reversal document type.
    The document which is posted through FI and if we take the reversal of that perticular document document type is coming YY only.
    But the document which is posted for goods movement document type is coming WA, WE &  WL and if we take the reversal for that document system generating same document type WA, WE &  WL .
    Awaiting for your reply.
    Regards
    Anjan

    Hi Anjan,
    Pls try tocde OMBA
    Regards,
    Kiran

  • I have an external hard drive which has my i-photo on it & some movies from i-movie that I have on disk now. But for some reason my ehd has a caution symbol on it & I can't move my event to free up space on my hd so that I can export i-movie events. Help!

    I have an external hard drive which has my i-photo on it & some movies from i-movie that I have on disk now. But for some reason my ehd has a caution symbol on it & I can't move my event to free up space on my hd so that I can export i-movie events. Help!

    Usually the caution symbol means that it's formatted as a PC compatible format like NTFS or most likely FAT32. For iMovie to use it the ehd must be formatted Mac OS Extended. Then iMovie will show it without the caution symbol and you can drag/drop open any Event/Project from that hard drive.
    To find out if it's formatted as PC:
    Go to the desktop, holding down the Control key click on that ehd and in the pop-menu choose 'Get Info'
    Under Format: It will say whether or not it's Mac OS Extended (Journaled). The only way to undo a PC formatted ehd would be to copy everything off of it first, Erase/Format the drive using Disk Utility in the Applications>Utilities folder on your Mac, choosing the Mac OS Extended (Journaled) format in the pull-down menu there.

  • I am using FC Express HD, and for some reason, when I export a Quicktime movie, the final movie will only play audio, and the video is black.  I only get the actual video if I export as self contained, or if I exportusing quicktime conversion. Why?

    I am using FC Express HD, and for some reason, when I export a Quicktime movie, the final movie will only play audio, and the video is black.  I only get the actual video if I export as self contained, or if I exportusing quicktime conversion. Why?

    I am using FC Express HD, and for some reason, when I export a Quicktime movie, the final movie will only play audio, and the video is black.  I only get the actual video if I export as self contained, or if I exportusing quicktime conversion. Why?

  • Bug with new version of itunes...cannot "see" list of movies to select for sync to iphone

    Hi
    Anybody have a fix for this bug....the new version of itunes is soooooo frustrating.
    When trying to select specific movies for sync to ipone the window that should list all the movies available in the itnues lib disappears and i can only "see" a line where the window should be...so currently cannot add/remove movies from my iphone.
    Cheers
    Herman

    I have the same problem on both my iPad and my iPhone and it also started with iTunes 10.0.2.

  • Authorization check  for posting a specified movement type on certain plant

    <h5>Iu2019m posting goods movements using BAPI_GOODSMVT_CREATE, I have to check If the user has authorities for posting for a specified movement type on certain plant.
    How do I implement it, do I need to create a authorization object with ACTVT, WERKS and BWART, what will be value of ACTVT in this case?
    Or is there any other way through which the BAPI can automatically check for authorization.</h5>

    Just to bring to your notice that authorization check is done by the BAPI. Please check the function module.
    AUTHORITY-CHECK OBJECT 'M_MSEG_WMB'
                  ID 'ACTVT' FIELD '03'
                  ID 'WERKS' FIELD I_MSEG-WERKS.
         AUTHORITY-CHECK OBJECT 'M_MSEG_BMB'
                  ID 'ACTVT' FIELD '03'
                  ID 'BWART' FIELD I_MSEG-BWART.
    Regards,
    Lalit MOhan Gupta

  • ITunes freezes up when I select movies in my Library. I am using a MacBook Pro and have the latest upgrades on software. Thanks for any advice.

    iTunes freezes up when I select movies in my Library. I just downloaded a few new movies and now I cannot scroll to where they are without a freeze up. I have restarted numerous times, and have not opened any other programs while trying to access my list of movies. Any suggestions? Thanks....

    Restart your computer and lauch the Activity Monitor application.  That will show you all the programs running on your computer along with how much RAM and CPU time each application is using.  Next, launch iTunes and see how many resources it is taking up.  Is it hogging all the available RAM and/or CPU cycles?  It could be that you don't have enough free RAM or CPU cycles.  If you're running close to 100% before you get to the movies, it could be they are pushing you over the top.  The Activity Monitor application can show you if that's the case.  If so, then try to select Movies and see if your iTunes application starts trying to use up even more resources.  If so, try a RAM upgrade and/or a faster processor.  These are just suggestions, of course, but I hope they help.

  • File type for export as quicktime movie

    I thought I read here that "Export as Quicktime Movie" produces a .mov file (although without the extension). I'm using Brightcove to host our videos, and their publishpod says it accepts .mov files, but doesn't seem to work with the file from FCE. Is it really a .mov? Or do I need to export using Quicktime Conversion (and burn up lots more time in the process?)

    Thanks...
    I did search the forum and nothing addressed my specific issue. Sorry if I didn't phrase my question clearly.
    Anyway, I suspect the problem is that the Brightcove software does not work well with the Apple Intermediate Codec. I had no problem with a .mov exported with H.264 compression. This adds extra time to my workflow, but I suspect it will be a necessary evil.

  • INSANELY SUPER SLOW conversion times for MP4 to Quicktime Movie..HELP!!!!!!

    Hi folks...
    I am frustrated.
    I am a student in a Film Editing class.
    I have an assignment where I have to take a classic film and create a movie trailer for it using the original film and editing in FinalCut Pro.
    I started off by using Handbrake to change the original DVD of the film into an MPEG-4. This took about 3 hours, which was long....but Handbrake did a very good job and the conversion was completed.
    So, I have a high quality MPEG-4 of the movie.
    However, as many people know, you cannot import an MPEG-4 file into FinalCut.
    You have to first convert the MPEG-4 to a Quicktime Movie (a.k.a. "mov file")
    HERE IS WHERE THE PROBLEM HAS STARTED
    I have been trying for almost two weeks to convert one movie- the 1979 movie "Alien"- over from MPEG-4 to Quicktime.mov, as I keep running into problems.
    Right now, at home, my computer (a PowerMac G4) is converting the file using MPEG Streamclips...
    At the current rate it is going (I timed it and used a calculator)...it will take approximately 80 HOURS (!!!!) for MPEG Streamclips to convert this film from MPEG-4 to Quicktime MOV.
    I literally started the conversion at 8 o clock last night. I went to sleep. This morning I was getting ready to go to my job. The file was still only 10% COMPLETE...(THIS IS INSANE)...
    I got upset with this, as my professor in the editing class says he may dock me points for a late assignment.
    So, I PURCHASED Quicktime Pro for Windows.
    I have downloaded it onto this PC I am using.
    In almost 2 hours, it has only gone from "8% completed" to "9% completed"... there is no way this will be done in any less than 48 hours. NOTE- I am not using a 3rd party, free, unpredictable sortware...I am using the official Quicktime 7 PRO that I bought straight from APPLE....and it is THIS SLOW.
    This is absolutely crazy. IS THIS NORMAL? People running their computers 24 hours a day for 3 to 4 DAYS to convert a film from MPEG-4 to Quicktime Movie?
    What can I possibly do to make this go faster? I was afraid I was going to crash this PC (the fan has been running loudly on high non-stop since I started this...I know this will take more than 8 hours at this rate, so I shut it off)
    What are tips/shortcuts that anyone can give to help with this.
    I dont think I should have to go to the United States Government to the Pentagon (or to Steve Jobs's house!) to get a computer with enough RAM and computing power to change an MP4 to a Quicktime movie.
    I have even used the newest and most powerful G5 computers here at the university, running OS 10.5 with Quicktime Pro as the converter....and still seen extremely slow conversions (as in, it will take 48 hours of continuous computing to complete this)
    Is this normal? Does everyone actually do this when they need to convert a film?
    Or, are there shortcuts, slight drops in quality, or special shortcuts I can take?? What do KNOWEDGEABLE people do to convert an MPEG-4 file to a Quicktime Movie?
    3-4 hours is long, but reasonable.... 80 HOURS IS INSANE......
    .....Please HELP out a struggling film student!!! Thanks and God Bless
    Message was edited by: JonCapogrossi
    Message was edited by: JonCapogrossi

    I restarted the conversion, only this time I am seeking to convert the MEPG-4 over to "Apple DV/DVC PRO- NTSC format"
    An instructor here at the school gave that as a suggestion...
    Now, at the current rate of THIS conversion, it will STILL TAKE about 40 hours of continuous processing to convert this film. THe computer will need to run 24 hours a day for almost 2 days to convert this.
    The instructor told me he thinks the ludicrous time frames needed have something to do with the fact that I am converting this film from MPEG-4. He thinks that this could be what is causing it to be this slow.
    I am just not used to this type of thing....I have never used a computer to do ANYTHING that takes 40 to 80 hours to complete.
    I think that director Ridley Scott likely filmed the actual movie itself much faster than this conversion is taking (!!!)

Maybe you are looking for

  • Export to text file/sqlfile

    I would like to export my oracle 10g DB to text file /sql file in order to import into Mysql db. suggest me how to do it. thanks in advance.

  • My ipod touch 4th gen. Won't sync tunes.

    My ipod touch 4th gen. Won't sync tunes. It goes through all six steps, new songs don't sync.

  • Any thin stickers to cover up a dent for a macbook pro 13 inch?

    so here is the deal. Few days ago i dented my macbook pro 13 inch with a hdmi cable. it is really small but you can tell in the light, i was trying to find like a sticker to put on top of it. Thanks.

  • Creating zip-files from within Bridge?

    Is there anybody who has got a script that works with Bridge CS5.5? I got only this, but it appears not to work with my Bridge CS5.5: http://forums.adobe.com/message/3568148#3568148 Anybody can help?

  • 2 Languages in 1 folio ?

    I'd like to create a folio where the user gets the choice of 2 languages in the beginning (Dutch & French) After that he or she will be able to read and swipe trough the folio watching movies, playing sounds etc. But, once chosen for Dutch or French