Need suitable userexit for ME52N

Hi Experts,
I have a customized table  and maintained the fields (Des Vendor,Vendor, MatAccount assignment category,Item category,Short text,UOM,Material group,GL account).
During the creation/modification of a PR, the user will enter the vendor code and vendor catalogue into the PR fields u2018Des Vendoru2019 and u2018Vendor Mat.u2019 respectively, the system should populate the fields maintained in the above customized table into the various fields in the PR.Need to know the correct userexit or badi for my requirments.
Thanks,
Kumar

Hi,
The enhancement MEREQ001 will be trigred only when save,But my requirments is to when creating the PR enter the des vendor and vendor material i should able to populate uom,matl group ,gl account which i maintained in the customised table.So i need an enhancemnt to retrive the data form customised table based on the data entered (des vendor and vendor material )from me51n,or me52n and automaticaly populated into fields uom,matl group ,gl account in me51n,or me52n .
Thanks,
Deesanth.

Similar Messages

  • Need a Userexit for ME51N, ME52N to access data in Account Assignment Tab

    Hi,
    I am currently using Enhancement MEREQ001, EXIT_SAPLMEREQ_005 to check line item data and display an error message.   That works fine.   My need now is to access the Order Number entered under the Account Assignment tab.
    The import parameter IM_DATA_NEW does not contain this info.   Can anyone please let me know if there is an exit that can be used to access the order number from the screen?
    Thank-you,
    Priscilla LeMay

    First of All, you have to get the information about item, so yo have to call the next method:
    DATA: lv_acc_list TYPE mmpur_accounting_list.
    CALL METHOD im_req_item->if_acct_container_mm~get_items
          RECEIVING
            re_items = lv_acc_list.
    Secondly you must do loop to this table, and call another method for get the information about Account Assigment:
    data: lv_model TYPE REF TO if_accounting_model_mm,
       LOOP AT lv_acc_list INTO ls_acc.
          lv_model = ls_acc-model.
          CALL METHOD lv_model->get_exkn
            RECEIVING
              re_exkn = lv_exkn.
    In variable lv_exkn you have the values.
    I hope it runs ok.

  • USEREXIT for Outbound MATMAS

    Hi Guys,
    I am looking for  a  suitable userexit for Outbound matmas idoc.
    The requirement is once the idoc number has been generated with idoc status AFTER that only i need a userexit for my own .
    I am using BD10 transaction code to create the MATMAS idoc.
    Will appriciate your help..!
    Thanks,
    Biswajit.

    Hi,
    The flow is like this in BD10....
    CALL FUNCTION 'MASTERIDOC_CREATE_REQ_MATMAS'
       CALL FUNCTION 'MASTERIDOC_CREATE_MATMAS'
          CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'        " it return the control record with idoc no after execution
              CALL FUNCTION 'IDOC_CREATE_ON_DATABASE'    " it return the control record with idoc no after execution
                  CALL FUNCTION 'EDI_DOCUMENT_CLOSE_CREATE_TAB'     " it return the control record with idoc no after execution
                          PERFORM F09_IDOC_INSERT_WITH_NUMBER USING IDENTIFIER    " idoc no generates here in control record
                                                DOCNUM
                                                IDOC_CONTROL
                                                SYNTAX_RETURN
                                                FREE_RETURN
                                                SYN_ACTIVE.
    So i need a userexit / enhancement point after that with control record data.......

  • Need a suitable app for Microsoft word, excel

    Need a suitable app for Microsoft word. Can you guys please help me out with a good app to use for access word, power point and excel? Greatly appreciate it.

    There is no such animal as Office Pro 2010 for a Mac. There is either Office 2008 or 2011. Both only run on a Mac computer, not on an iPad.
    What I know is that what I referred to you works on an iPad. They can read and edit Office files. Whether you will find they meet your standards I cannot say.

  • How can I find out specifically what plugins are missing? Am told missing, then plugin finder tells me no suitable found, I would look for them myself but have no way to find out what exactly need to look for.

    I go into a wiki created by my employer, and get the bar at top of page almost immediately telling me there are plugins needed. I click the button offered for finding plugins, and almost immediately am told no suitable plugins are found. Plugin help offered is useless, because I have no idea what plugins I need to look for. How can I find out what plugins are being detected as "missing"?

    If there is no LR edits to keep, or if you don't want to keep the existing edits, you could delete the files from LR and import them again.
    Since the file names on disk and file names in LR don't match, you will need to manually match them up by hand individually, if you want to keep the existing LR edits.
    The easiest approach to this -- without doing any script programming -- is to go into each directory, one at a time:
    Select the correct folder in the "folders" pane. Right-click "show parent" as necessary to see the directory tree.
    Sort the LR Library by creation date.
    Using the details view in File Explorer, sort the files by creation date (add to the viewed columns if necessary).
    Assuming no more than 1 image per second, the files should line up.

  • Need userexit for iw31

    Hi ,
           when i was creating order in iw31 , when i click the tab notifdates there is a mandatory field named reported by   this field should be filled automatically by username please suggest a userexit for this .
    Thanks in advance

    Hi,
    Try EXIT_SAPLCOIH_012 under IWO10012.
    in future to find exits goto se84 click enhancements -> customer exits->again enhancements & put in the package name there .
    in this case package is IW02
    Regards,
    Amit

  • Need the answers for following questions?

    can anybody  say the answers  for following questions?
    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    2) What is Table Type ?
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    4) How many indexes we can give for a table ?
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    2) What is BSEG table  ?
    3) How can you create Table Control ?
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    6) How many ways are there to select a Particular Data from the table ?
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    BDC :
      1) If we write Transaction Statement 2 times for a application What happens ?
      2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this  ?
    5) What is meant by MASK in Upload function ?
    6) what are the parameters you will pass withine BDC_INSERT ?
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it  ?
    BADI
    1) Is that all the Predefined BADI's present  in SAP are reusable ?

    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    Append Structure - This structure can be used only one time to append. Append structures are useful for standard tables.
    Include Structure - This structure can be used in multiple tables. Include structures are useful for our own custom tables.
    2) What is Table Type ?
    A table type is a type that describes the structure and functions of an internal table in the ABAP program. In simple words table table will act as an internal table without header line.
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    Yes it is case sensitive.
    Use translate statement to convert Upper case or Lower case.
    4) How many indexes we can give for a table ?
    1 primary index automatically created and we can create up to 15 secondary indexes.
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    set <tablecontrol>-lines = 0.this code you have to put in one suitable userexit.then it applies to standard tcode ME21N.
    2) What is BSEG table ?
    BSEG table is a FI table for Accounting Document details.
    3) How can you create Table Control ?
    controls : tabcont type tableview using screen '3000'.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    AT-SELECTION SCREEN ON FIELD
    is to validate a particular selection screen field.
    if any error comes it will open only this field and other fields will be disabled.
    AT-SELECTION SCREEN OUTPUT
    is used to do dynamic screen modifications on the screen.
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    do sort before read data from table.
    6) How many ways are there to select a Particular Data from the table ?
    using views or directly u can select data.
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    sorry...
    BDC :
    1) If we write Transaction Statement 2 times for a application What happens ?
    i think u got message like already that transaction was called like this..
    2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    within the loop u have to write the code for the 6th record and then process again.
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    use DATASETS for uploading data from application server.
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this ?
    write CLEAR statement before endloop.
    5) What is meant by MASK in Upload function ?
    sorry...
    6) what are the parameters you will pass withine BDC_INSERT ?
    TCODE-import parameter
    DYNPROTAB-tables parameter
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ?
    One particular statement is there for that, What is that ?
    Actually u will get quantity and price based on language using SE63 transaction.it is used for language conversion.
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    just check the printer settings again.
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    STXBITMAPS is the table which stores all the logos.
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    No we cannot upload .tiff files using SE78 ..here u can upload only bmp and jpg logos...if u want to upload .tiff files go to standard program RSTXLDMC..by using this you can do.
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    by executing the formprogram.
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    u didn't get any error message but that functionality cannot applied to it..thats it.
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it ?
    first go to that perticular project..within this u have one enhancement..just click on that one...and go to that function module which u are assigned..remove the code and activate..delete enhancement and activate that project..now u can use that enhancement in other projects.
    BADI
    1) Is that all the Predefined BADI's present in SAP are reusable ?
    here reusable means u can do multiple implementations for all BADI's.
    Rewards if it helpful.
    Dara.

  • Suitable exits for QA32

    Hi ,
    i stuck up with on problem that is,in T-code : QA32 (Inspection lot selection)
    after executing this transaction ,in the next screen we will get set of inspection lots.
    in the same screen in application tool bar we have ( Usage decision UD ) push button .
    i want to select any inspection lot and clicking this push button we will get next screen.
    My requirement was
    when the user sets the valution code and UD code as reject and user need to enter long text for UD,it needs to trigger a mail to his vendor. i know we can do by using suitable badi or any exits.
    i found set of user exits and badis,but i m unable to found suitable exits.
    Can any body help me regarding this...
    Thanks......

    Hi sekhar,
         Try this
         BADI
        1.  ALV_SWITCH_GRID_LIST
        userexit for qa32:
       QEVA0001     Enhancement: Quantity posting for usage decision
      QEVA0002     Calculation of share of scrap in inspection lot
      QEVA0003     Calculate "Next inspection date" for batch
      QEVA0004     Exit for changing information line in usage decision header
      QEVA0005     User subscreen for displaying add. data for usage decision
      QEVA0006     Entry to usage decision transactions
      QEVA0007     UD: Control of compulsory comment or long text presetting
      QEVA0008     Usage decision: Customer function key (e.g. to cancel UD)
      QEVA0009     UD: Predefinition of quantity to be posted to sample stock
      QEVA0010     UD: Usage decision check
       QLCO0001     QM: Call alternative costs report from UD
      QCPA0003     Certificates: Fill new fields to find certificate profiles
      STATTEXT     Modification exit for formatting status text lines
      IWOC0004     Change single-level list editing PM/QM/SM ALV settings
      QC100002     QM certificates: User-defined initialization option
      QC100003     QM certificates: Before and after cert. profile determinatn
      QC100004     QM Certificates: User-Exit Before Call-Up of Form Printout
      QC100003     QM certificates: Before and after cert. profile determinatn
      QC100006     QM Certificates: User-Exit After Selecting Delivery Data
      QC100007     User-Exit for Changing Certififcate Profile Characteristics
      QC100008     QM certificates: User exit for changing the customer number
      QCE10001     Enhancement Modules: Electronic Certificate Dispatch
      QCE10002     QM: Enhancement to IDoc Type QALITY02
      QSS10001     Possibility of calling a different print report
    Thanks & regards
    G.Vendhan

  • How to create suitable aggregates for queries on multiprovider ?

    hi all,
    goal reduce db time of query and improve performance
    i have queries on a multicube. I have 5 cubes under the multiprovider. I having performance issue with one of the cubes.  it  had
    high slection/transfer ratio. The same cube had high 94% DB TIme. All the BW and DB indexes and stats are green. I chose
    the path of aggregates. when i tried suggest from proposal it is giving me query time and date range and i gave last
    3 days and  query time 150 sec. it is suggesting huge number of aggregates like 150 of them and not getting reduced much
    when i tried optimize funcitonality.
    The faulty cube had nearly 9 million records and 4 years of data
    1. generally how many aggregates do we need to create on a cube?
    2. how do i use propose from last navigation? it is not creating any aggregates
    3. is there a way for system to propose less number of aggregates?
    4. if nothing works i want to cut the volume of the aggregates base on years or quarters. how do i do that?
    i created with time charactersitic 0calquarter and dragged in ocal day and 0calmonth. activated and filled in ..but
    query is not hitting it when i do a monthly selection. i tried bringing in all the other dimensions...except line item
    dimenisons....no use ...it  is not hitting the manual aggregates in RSRT.the slection on 0calquarter is * .
    5. should i change it to fixed value and bring in the line items too and create it?
    6. I wanted to try propose aggregate from query option..but  my query is on multiprovider...and not able to copy it to cube..
    plz help me how to find the suitable aggregates for query on multiprovider
    7. should i create any new indexes on the cube using the chractrestics in the where condiotion of select statment...but in
    that case, select statement changes with drill down.......how do i handle it ?
    8. how will i make sure the aggregates work for all queries run time imporvement?
    9. plz suggest other approaches if any with procedures
    this is a urgent problem plz help...
    <b>thanks in advance
    points will be assigned for inputs</b>

    1. generally how many aggregates do we need to create on a cube?
    it depends on your specific needs, you can need none or several.
    2. how do i use propose from last navigation? it is not creating any aggregates
    Can you elaborate?
    3. is there a way for system to propose less number of aggregates?
    In any of the menus of screen for creating aggregates you have an option for sytem propose aggregates for one specific queries i am not sure it worked with multicubes.
    4. if nothing works i want to cut the volume of the aggregates base on years or quarters. how do i do that?
    You should delete 0calday from aggregates in order to accumulate data for any greater time unit. Other solution for times is to study try to do a partition in cube.
    5. should i change it to fixed value and bring in the line items too and create it?
    Can you elaborate?
    6. I wanted to try propose aggregate from query option..but my query is on multiprovider...and not able to copy it to cube..
    Answered before, maybe you can create a query only with data on that cube that appears in multicube query in order to proposal any aggregate in thath cube.
    7. should i create any new indexes on the cube using the chractrestics in the where condiotion of select statment...but in
    that case, select statement changes with drill down.......how do i handle it ?
    is not recomendable create new indexes in multidemensional structures. Try avoid selections for navigational attributes, if necesary add navigate attributte as dimension attributes, put filters in filter section in BEX.
    8. how will i make sure the aggregates work for all queries run time imporvement?
    try transaction st03
    9. plz suggest other approaches if any with procedures
    Some other approches yet answering
    Good luck

  • Need User Exits for Creation of Delivery and for Posting Goods Issue

    Hi,
    I need User Exits for
    Creation of Delivery
    Posting Goods Issue
    I need to make some checks regarding customer license expiration and if checks fail, I need to stop Creation of Delivery and Posting Goods Issue.
    Thanks in advance,
    Will reward,
    Mindaugas

    In the delivery you can use userexit USEREXIT_SAVE_DOCUMENT_PREPARE to make your checks and send an error message to the user in case they fail.
    You can find this user exit (form routine) in include MV50AFZ1.
    Hope that helps,
    Michael

  • Suitable laptop for video editing

    Hello,
    for months now I am looking for a suitable laptop for video editing of  my footage captured by Canon 60D (and also GoPro). Since it is in a HD quality and h.264  format it puts a great strain on the CPU. I already had to return an  ASUS U30J and Dell XPS14 both with i7 processors because of their  terribly slow performance :(. So now, I really want to be 100% sure that  the laptop will be able to smoothly handle my footage. I am using Adobe  Premiere Pro CS5 for video editing and I do need a laptop (preferably 15'')  as I travel all the time.
    Here are the specifications of the Force 16F2 laptop built on MSI 16F2 (from the xoticpc.com), which I have chosen so far:
    FORCE 16F2 / MSI 16F2
    -  15.6” FHD 16:9 LED Backlit Wide screen (1920x1080) Super Clear Glare Type Screen
    -  2nd Generation Intel® Core™ i7-2720QM, 2.2-3.3GHz, (32nm, 6MB L3 cache)
    -  IC Diamond Thermal Compound - CPU + GPU (Cools better than all Compounds)
    -  nVidia GeForce GTX 560M 1,536MB PCI-Express GDDR5 DX11
    -  12,288MB (12GB) DDR3 1333MHz Dual Channel Memory (2x4GB 2x2GB)-
    -  Standard Finish
    -  - 500GB (w/ 4GB SSD Memory) Seagate XT 7200RPM NCQ Hybrid 32MB Cache (Serial-ATA II 3GB/s)-   or 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)--
    - 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)-
    -  Raid 0  Stripe Enabled (Requires 2 or 3 Hard Drives. Combines Hard Drives for performance)
    -  500GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s) in ODD Bay
    -  3 Year Complete Care Warranty - 3 Year Parts with Ground Shipping, 24/7 Telephone Tech Support & Lifetime Labor Warranty
    I would like to ask you what do you think about this configuration  regarding my requirements? Will this system be powerful enough to handle  the h.264 footage? I would like to use both the SLR camera and the laptop as long as possible and don't have to change the laptop in one year time or so. That's why I would like the system to be powerful enough to withstand even future demands of the software, etc.
    I was also not sure about the 500GB (w/ 4GB SSD Memory) Seagate XT 7200RPM NCQ Hybrid 32MB Cache (Serial-ATA II 3GB/s. Do you think it is a smart choice? Is the 4GB SSD memory of any use? Or should I rather go with the 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)?
    I don't have any previous experience with the raid system, do you think that the Raid 0  Stripe Enabled (Requires 2 or 3 Hard Drives. Combines Hard Drives for performance) is the right choice for smooth video editing? I know that I have to use at least 2 hard drives so that's why I'd rather order 3 HDD to get the best performance..
    This configuration is worth 1800USD, I would obviously like to save some  money as I will need to pay also the shipping costs, tax and duty (I  currently live in New Delhi)... So if you think that something from the  system might be downgraded and I would still get good video editing  results, please let me know.
    Do you think that the 3 Year Complete Care Warranty - 3 Year Parts with Ground Shipping, 24/7 Telephone Tech Support & Lifetime Labor Warranty is of any use when I am not from the US? Should I rather go with the 1 Year warranty?
    I would very much appreciate any feedback from you!
    Misha

    Frederick, I will firstly answer your questions, I am in no way a pro video editor, my projects are up to 10MB of size although I wasn't yet able to edit the h.264 footage properly ... I mostly do events and quite simple projects, effects, two to three timelines... I use only h.264, my older projects are in DV quality thought. I usually have to rush to finish a project since I have limited time during the travels.. I usually work at one, maximum two projects at the same time
    Now, I have been trying to figure out what would be the best configuration for me and ended up with these two options, which are touching (maybe even overflowing) my budget... Both are worth around USD2100 (without shipping, etc.). Either I  will be going for one SSD disk for the OS or for maximum CPU and RAM.  Which configuration would you recommend me? Do you think that the second configuration is an overkill when taken into account the size and scope of my projects?
    With SSD disk:
    FORCE 16F2 / MSI 16F2
    -  15.6” FHD 16:9 LED Backlit Wide screen (1920x1080) Super Clear Matte Type Screen
    -  2nd Generation Intel® Core™ i7-2720QM, 2.2-3.3GHz, (32nm, 6MB L3 cache)
    -  IC Diamond Thermal Compound - CPU + GPU (Cools better than all Compounds)
    -  nVidia GeForce GTX 560M 1,536MB PCI-Express GDDR5 DX11
    -  10,240MB (10GB) DDR3 1333MHz Dual Channel Memory (1x4GB 3x2GB)
    -  Standard Finish
    -  - 120GB OCZ Vertex 3 MAX IOPS Sandforce Solid State Drive (Up to Sequential Read 550MB/s - Write 500MB/s SSD Serial-ATA III)
    -  - 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)-
    -  HDD Raid Settings - OFF
    -  320GB 7200RPM WD or Seagate (Serial-ATA II 3GB/s) in ODD Bay
    -  3 Year Complete Care Warranty - 3 Year Parts with Ground Shipping, 24/7 Telephone Tech Support & Lifetime Labor Warranty
    With better CPU and RAM:
    FORCE 16F2 / MSI 16F2
    -  15.6” FHD 16:9 LED Backlit Wide screen (1920x1080) Super Clear Matte Type Screen
    -  2nd Generation Intel® Core™ i7-2820QM, 2.3-3.4GHz, (32nm, 8MB L3 cache)
    -  IC Diamond Thermal Compound - CPU + GPU (Cools better than all Compounds)
    -  nVidia GeForce GTX 560M 1,536MB PCI-Express GDDR5 DX11
    -  16,384MB (16GB) DDR3 1333MHz Dual Channel Memory (4x4GB)-SPECIAL
    -  Standard Finish
    -  - 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)-
    -  - 750GB 7200RPM 16MB Cache Buffer (Serial-ATA II 3GB/s)-
    -  HDD Raid Settings - OFF
    -  320GB 7200RPM WD or Seagate (Serial-ATA II 3GB/s) in ODD Bay
    -  Stock OEM Thermal Compound (       IC Diamond Thermal Compound - CPU + GPU Provided FREE with Processor Upgrade!)
    -  Internal 7-in-1 Card Reader (MS/MS Pro/MS Duo/MS Pro Duo/SD/Mini-SD/MMC/RS)
    -  Internal Bluetooth + EDR
    -  Built-in 802.11 Wireless B/G/N - Stock Wireless Card
    -  Integrated Digital Video Camera
    -  Sound Blaster Compatible 3D Audio - Included
    -  Smart Li-ion Battery (9-Cell)
    -  3 Year Complete Care Warranty - 3 Year Parts with Ground Shipping, 24/7 Telephone Tech Support & Lifetime Labor Warranty
    Frederick, regarding the RAM I checked the 8GB option and it comes in 2GBx4 so I won't be able to save those slots. Plus I have been searching for prices of the RAM, HDD and SSD in the US and they don't seem to be that great for me to even consider them... I would simply have to pay more and would end up with unused parts from the basic configuration. I think that the Xoticpc have quite reasonable prices of the upgrades they offer... Plus I can count on higher prices of the components here in India so all in all I think that it would cost me too much energy and save me minimum bucks...  That's why I thought I might go for the 16GB RAM straight away if it isn't an overkill for me. As I said before, I would love to save money (after all I am a woman   who controls the common budget) so please let me  know, if I am just wasting money for high end technology which I won't be able to use . I rather think that in the future once I will finally be able to make  some money when I will have a machine to work on, I might upgrade to  better hard drives (SSD possibly). But right now I need a laptop on  which I would be able to smoothly edit the HD h.264 footage.
    Thank you very much for your help!

  • I am facing problem while working for userexit for vendor master and Editor

    Hi,
    I am working one userexit for vendor master. My objective is after MK01 transaction, I want to attach MM01 transaction using userexit SAPMF02K on IDES version.
    1) Function module is EXIT_SAPMF02K_001 and Include is ZXF05U01.
      while duble click on Include is ZXF05U01, I am getting below error.
      (Program names ZX...are reserved for includes of exit function groups).
    2) Second userexit is Menu exit.
        I want to create a sub menu in ABAP Editor under Utilities->Customer Exit.
       If double click on Customer exit then MM01 should be called.
       So I got one userexit SEU00001  and Function module under that EXIT_SAPLEDITOR_001  and incluse is ZXSEUU21
       If I double click on ZXSEUU21 then same error getting displayed
       (Program names ZX...are reserved for includes of exit function groups).
    Can any one help me to resolve this.
    Waiting for quick response.
    Best Regards,
    BDP

    Hi Bansidhar.,
    If you have created the include with same name and implemented youe logic , then it should stop in your include when you have put breakpointin it.
    Please try to find the case in  which you user exit is called .
    It is not necessary that you include will be executed in all cases , please try to use data which is suitable for your case.

  • RT: Remote desktop says "can't find a suitable device for drive C"

    Hello,
    there is a french post on exactly the same topic, but I can't apply the solution given there.
    My problem is the following: I have a remote desktop prepared to work as RT target. It has been checked for compatibility, the hard drive has been formatted in FAT32 format, it has been found by my host and has been assigned a static ip address. I have installed the software I need ( LabView 9.0 RT) using MAX. Now, when I try to boot it with the option "boot using software installed into the hard drive", all I get is the message
    "Can't find a suitable device for drive C"
    I have reseted the BIOS, have tried formatting the hard drive in the other format, uninstalled and reinstalled the software, tried to start the target pc without the usb stick, but nothing seems to work.
    Do you have any ideas about what is going wrong?
    Thank you,
    Samuel
    Solved!
    Go to Solution.

    So you've got a IDE (and not SATA) hard drive? That should be supported anyway.
    That would only confirm my experience... it's hard to find hardware compatible with LV RT. Before buying you cannot know if it's compatible. Once you have it the evaluation tool might tell you it's supported but still it might not work. I tried several motherboards in the last years, most of them did not work.
    Your best bet might be to use relatively old hardware.

  • VA01 userexit for PO duplication check

    Hi Experts,
    I have an urgent requirement regarding PO duplication check and I need to know if there is a userexit for VA01 where I can perform PO duplication check. This PO duplication check will consists of fields VBAK-KUNNR, VBAK-BSTKD and VBAK-BNAME.
    Points will be awarded. Thanks in advance.
    Regards,
    Leo

    hi,
    check the include MV45AFZZ...It has number of userexits....put a breakpoint and check..
    Regards,
    Nagaraj

  • Outbound Cif userexit for Sales order

    Hi All,
    Is there any outbound cif userexit for sales order. I need to modify few data in outbound userexit in R/3 side.
    I know there is a Inbound userexit in APO but the requirement is such that I need to modify data in R/3 since data is available only in R/3.
    Regards,
    Prashant.

    Hi Prashant,
    yes, there is such an EXIT - it's 'EXIT_SAPLCSLS_002' which is called from function 'CIF_SL_DOC_SEND'. This is the very last place to modify data before sales documents are sent to APO.
    Hope this helps!
    Best regards,
    Sebastian Göbel

Maybe you are looking for

  • Hotmail not pushing on the 9800?

    I used to have the BB Bold 9700 on the Bell Canada network and managed to setup my Hotmail (on BIS) to push as it came in my inbox.  I then went over to Fido's network to use the iPhone for a few months. I picked up a BB Torch 9800, unlocked it and h

  • Request in Production server for Master data

    Hi, In Production server when we try to hire an employee through PA40, it is giving an error saying that "Client XXX has status 'not modifiable", Choose 'Display object' or 'Cancel'. I think it is asking for a request, because of settings in SCC4,is

  • Space bar not working

    Hey.  My spacebar on my phone has not really worked since ive had it (july 2011) It works everynow and again. i havent had a problem with it since christmas,then this past week i havent been able to use it at all. Help meee? 

  • Automatic e-mail transmission issue

    Hai Gurus, Please hep me out with this issue. We have SCOT configured in our Quality system and the background job SAPCONNECT_INT_SEND is scheduled in a client, for ex say 100. Now we got a requirement that e-mails should not be sent automatically an

  • SET_CANVAS_PROPERTY

    HI, I'm working in forms6i and I need to set the canvas property so that its visible or at least change the X,Y coordinates on the content canvas so I can see it....then with a button click make the new stacked canvas visible....if anyone can help me