MM02 for sales view, but dispaly Basic data?

We have authorized users to be able to run MM02 for sales view data only (M_MATE_STA = V).  When they enter a material using MM02, they cannot select the BASIC DATA views, even though they just want to reference them.  Is that the intention of the object M_MATE_STA ?  If they need to view BASIC DATA, will they also have to start a 2nd session and use MM03?

Inorder to get change access to basic data/client level data the user should have authorization for object M_MATE_MAN
Activity 2.
Please run transaction SU53  where the user is having problem to access basic data after accessing basic view to check the auth.SU53 will give you clear idea of authorization.
Thanks

Similar Messages

  • I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Microsoft BI Semantic Model for Power View is missing in data source

    Microsoft BI Semantic Model for Power View is missing in data source type drop down when cretaing a rsds data source for powerview in sharepoint 2013

    Hi Sanjay,
    I resolved the issue.Follow the steps
    1)Go to Central Admin->System Settings->Manage Farm Solutions (Under Farm Management)
    2)Check if "powerpivotwebapplicationsolution.wsp" is there and is deployed for the webapplication under which you are creating report by verifying
    Deployed to:,if not then deploy that for your web application.
    Please Mark it as answer if this reply helps you in resolving the issue,It will help other users facing similar problem

  • Problem in MM02 for classification view

    Dear All,
    I am facing some problem in MM02 for extending classification view. It is behaving strangely in SHDB while recording, some of the screens are not dispalying properly. Anyway I have recorded and it is working fine,but the values are not updating in mm02 . Can any body tell me why it is behaving differently in SHDB and what is the solution for it??
    Thanks in adavance for ur time.
    Regards,
    Venkat Appikonda.

    Hi Keshav,
    Thanks for the reply. But why not succeded with BDC?  I am so curious to know why the tcode is behaving differently in recording and in normal process? and even though there is no error message why it is not updating the values??
    Regards,
    Venkat Appikonda

  • BAPI FOR SALES VIEW EXTENSION

    I have created sales view of  articles for sales organisation 0101. I want to extend sales view for
    sales organisations 0102,0103... .
    Is there any bapi for extension of sales view.

    Hi
      I guess you can use BAPI_MATERIAL_SAVEDATA for
    extending existing material.
    Kind Regards
    Eswar

  • Problem in mm02 for select view

    Hi
       get points and give me solution.
       Gurus
        I m creating one bdc for tcode mm02 ,in this bdc i want to select only one view
        QUALITY MANAGMENT but when i run bdc ,bdc select another view that r not  
        required . In our select view list required  QUALITY MANAGMENT comes
       after scrolling 3 times. so plz provide me solution .

    when u rcording u will get a screen no , before scrolling to next page for views.
    press page down once , press enter
    press page down second time , press enter
    press page down third time , press enter
    select your required view .
    after record completion ,
    insert the screen no  statement  perform ,,,,,,,
    before every page down ( for view )statement   in your bdc report .
    rgds
    Chalam

  • Performance tuning for Sales Order and its configuration data extraction

    I write here the data fetching subroutine of an extract report.
    This report takes 2.5 hours to extract 36000 records in the quality server.
    Kindly provide me some suggestions for performance tuning it.
        SELECT auart vkorg vtweg spart vkbur augru
                  kunnr yxinsto bstdk vbeln kvgr1 kvgr2 vdatu
                  gwldt audat knumv
                  FROM vbak
                  INTO TABLE it_vbak
                  WHERE vbeln IN s_vbeln
                  AND erdat IN s_erdat
                  AND  auart IN s_auart
                  AND vkorg = p_vkorg
                  AND spart IN s_spart
                  AND vkbur IN s_vkbur
                  AND vtweg IN s_vtweg.
      IF NOT it_vbak[] IS INITIAL.
        SELECT mvgr1 mvgr2 mvgr3 mvgr4 mvgr5
               yyequnr vbeln cuobj
               FROM vbap
               INTO TABLE it_vbap
               FOR ALL ENTRIES IN it_vbak
               WHERE vbeln  =  it_vbak-vbeln
               AND   posnr = '000010'.
        SELECT bstkd inco1 zterm vbeln
               prsdt
               FROM vbkd
               INTO TABLE it_vbkd
               FOR ALL ENTRIES IN it_vbak
               WHERE vbeln  =  it_vbak-vbeln.
        SELECT kbetr kschl knumv
               FROM konv
               INTO TABLE it_konv
               FOR ALL ENTRIES IN it_vbak
               WHERE knumv  =  it_vbak-knumv
               AND   kschl  =  'PN00'.
        SELECT vbeln parvw kunnr
               FROM vbpa
               INTO TABLE it_vbpa
               FOR ALL ENTRIES IN it_vbak
               WHERE vbeln  =  it_vbak-vbeln
               AND parvw IN ('PE', 'YU', 'RE').
      ENDIF.
      LOOP AT it_vbap INTO wa_vbap.
        IF NOT wa_vbap-cuobj IS INITIAL.
          CALL FUNCTION 'VC_I_GET_CONFIGURATION'
               EXPORTING
                    instance            = wa_vbap-cuobj
                    language            = sy-langu
               TABLES
                    configuration       = it_config
               EXCEPTIONS
                    instance_not_found  = 1
                    internal_error      = 2
                    no_class_allocation = 3
                    instance_not_valid  = 4
                    OTHERS              = 5.
          IF sy-subrc = 0.
            READ TABLE it_config WITH KEY atnam  =  'IND_PRODUCT_LINES'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
            READ TABLE it_config WITH KEY atnam  =  'IND_GQ'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
            READ TABLE it_config WITH KEY atnam  =  'IND_VKN'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
            READ TABLE it_config WITH KEY atnam  =  'IND_ZE'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
            READ TABLE it_config WITH KEY atnam  =  'IND_HQ'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
        READ TABLE it_config WITH KEY atnam  =  'IND_CALCULATED_INST_HOURS'.
            IF sy-subrc  =  0.
              wa_char-obj  =  wa_vbap-cuobj.
              wa_char-atnam  =  it_config-atnam.
              wa_char-atwrt  =  it_config-atwrt.
              APPEND wa_char TO it_char.
              CLEAR wa_char.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP. " End of loop on it_vbap
    Edited by: jaya rangwani on May 11, 2010 12:50 PM
    Edited by: jaya rangwani on May 11, 2010 12:52 PM

    Hello Jaya,
    Will provide some point which will increase the performance of the program:
    1.     VBAK  & VBAP are header & item table. And so the relation will be 1 to many. In this case, you can use inner join instead multiple select statement.
    2.     If you are very much confident in handling the inner join, then you can do a single statement to get the data from VBAK, VBAP & VBKD using the inner join.
    3.     Before using for all entries, check whether the internal table is not initial.
    And sort the internal table and delete adjacent duplicates.
    4.     Sort all the resultant internal table based on the required key fields and read always using the binary search.
    You will get a number of documents where you can get a fair idea of what should be done and what should not be while doing a program related to performance issue.
    Also you can have number of function module and BAPI where you can get the sales order details. You can try with u2018BAPISDORDER_GETDETAILEDLISTu2019.
    Regards,
    Selva K.

  • PGI for sales BOM but deficit

    Dear All,
    I had config the sales BOM  like: main Item cate grp : ERLA and sub-item cat grp NORM so pricing is relevant for main item. But when I do PGI, the system show deficit of main item even the sub-items are not deficit. So do u have any idea in my trouble? THks a lot for your contribution!
    Regards,
    Nguyen Pham.

    Hi  Mr.Chandrasekhar,
    In DO, I see 3 lines with main item and 2 sub items. Main Item require picking and sub-item picking field is disable  and as I see I could do nothing with sub-item, only operate on main item so after key picking qty for main item, do PGI and get deficit message for main-item. Thks for your support!
    Regards,
    Nguyen Pham

  • IView not processed for second time, but 'old' cached data is displayed...

    <b>I have the following scenario</b>:
    In IView 1, I select a notification number. Then, I click on a button to create a service order.
    This calls IView 2, and the notification number is passed as a request parameter to IView 2.
    The problem happens when I close the popup and select another Notification to do the same thing with. When the popup is called, the old data is still there. The IView itself is not processed (no doInitialization etc).
    <b>Details</b>:
    The parameter is passed correcty to the other IView.
    This is done by using:
    a = window.open('<%=String.valueOf(Constants.QUICKSERVICEORDER_COMPONENT)%>?notificationnumber=<%=R3_Notification.getNotificationNumber()%',
    'createserviceorder',
    'toolbar=no,menubar=no,location=no,personalbar=no,titlebar=yes,scrollbars=auto,resizable=yes,width=600,height=500');
    In the second IView's java part, the parameter is picked up:
    notificationnumber = request.getParameter("notificationnumber");
    That did work in the previous Portal version, so there's really no reason to believe it's wrong now...
    But after upgrading to EP6, it does not behave the same way anymore.
    I added messages to the defaultLogger, to write to the log at doInitialization.
    Then, I can see that output is NOT written...
    It looks like the popup IView is not being called again, but just displays the OLD data.
    Unless I upload the component again to the Portal.
    Then it works. Once. Looks like a caching issue to me.
    Just clicking on the 'x' to close the window doesn't seem to clear the cache.
    So I have to find a way to refresh this IView or clear its Cache or something...
    But how is a mystery...
    Anyone else encounter this problem?

    Yes, that solved the problem.
    Thanks very much!
    Background info (might be helpful to others...)
    We migrated from 5.0 to Portal 6.20. This caused problems with caching.
    There are differences between caching in those versions. But the main reason was that the portal version information was set in the portalapp.xml file...
    To solve the issue, the lines referring to the portal version have been removed from the portalapp.xml:
      <application-config>
        <property name="ClassLoadingPolicy" value="5.0"></property>
        <property name="DeploymentPolicy" value="5.0"></property>
        <property name="AuthenticationPolicy" value="5.0"></property>
      </application-config>
    Also, a line was added in the Portalapp.xml:
        <property name="ALLOW_BROWSER" value="No"/>
    If the component is called directly (as in our case), then the Iview caching will not be used. All the caching has to be done via the portalapp.xml file.

  • License sticker is for Vista Business, but Vista Basic is pre-installed

    I just bought a Satellite Pro L300 that was supposed to have Vista Business installed.
    When I turned on the laptop and went through the initial operating system installation and configuration, Vista Basic installed, without ever asking me for a license key.
    The license sticker attached to the bottom of my laptop states 'Windows Vista Business OEMAct'.
    How do I install Vista Business? There were no cds/dvds in the sealed box that the laptop came in so I don't have any additional programs to install.
    I bought this model because supposedly I could downgrade from Vista Business to XP.
    Thanks!

    Hello
    You are right. Satellite Pro L300 should be delivered with Vista 32Bit Business. Don't play with preinstalled OS and contact your local dealer or nearest Authorized service provider.
    ASP can contact Toshiba and obtain right Toshiba recovery media for you.
    This should be of course for free. :)

  • I play Hotties for Sale but the function buttons Home, Refresh, Go back, have disappeared. How do I get them back? are missing

    I was trying to find out how the page info link works and I lost the function buttons Home, Refresh, Go back on Hotties for Sale. I do not know how to get them back. I have contacted Hotties For Sale help but they have not replied. Can you help please?

    * If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear
    * Make sure that the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see that item then click the "Restore Default Set" button to restore the default toolbar set up
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * [[Back and forward or other toolbar buttons are missing]]
    * [[Navigation Toolbar items]]

  • How to get the pricing hierarchy based on the delivery date for sales order

    Hi,
    How to get the pricing hierarchy based on the delivery date for sales order other than system date.
    My requirement is to get the Pricing hierarchy based on the delivery date other than system date.
    Waiting for kind response.
    Best Regards,
    BDP

    HI Sai,
    please refer teh document already how to write FM based extration on generic extractors.
    and here  the logic to find the latest records values:-
    -> get the data in an internal table
    ->Sort the internal table data based from date descending
    -> Using READ statement , we can read the first record of the table which is nothign but your latest record.
    Regards.
    Sakthi

  • Article Master--Sales view--Problem

    Hi
    I have 2 Purchasing orgs say 1000 and 2000
    I am creating a vendor for purchase org 1000 say Vendor 1
    I am creating an article with all views and with  purchase org 1000 and Vendor 1 in purchasing view with condition PB00 maintained
    In my sales view i am entering all details and vendor as Vendor 1 and Purchase org as 1000 and have done necessary config for carrying out sales price calculations and save this article
    In MM42 when i see the sales view of this article Vendor shows correct and purchase org is showing incorrectly as 2000
    I am giving once again purchase org as 1000 and saving it system displays message as sales price calc is performed
    But again in MM42 or MM43 the purchase org is showing incorrectly as 2000
    From where does the system pick the purchase org in the sales view of AMR?
    The vendor doesnt lie in that purchase org 2000 which the system is defaultly taking
    Because of this my conditions and  inforecords are not read by system and sales price calculations are not been performed?
    Hope i am clear
    Waiting for your inputs
    Regards
    Raja

    >
    > I'm also having in some records, the warning message "The data for the maintenance statuses BG cannot be transferred". That indicate problems with the accounting view.
    Each material type has its own set of views, e.g.  a FERT has sales views but no pruchasing view, a ROH has purchasing view but no sales view, a NLAG has no storage views and a UNBW no accounting views.
    This is defined in customizing of attributs of a material type.
    Because of this you have to make sure that you do not transfer sales data for a material type that does not have sales views.
    Which views you actually want to create is defined in field PSTAT. Each character stands for a certain view (defined in table T132)
    re:The data for the maintenance statuses BG cannot be transferred
    Are your matrials split valuated?
    if you want create accoutning data in MBEW table with MBEW-PSTAT having BG status, then you have to make sure that MARA and MARC PSTAT field also has the B and G .

  • Problem creating Material Master sales view with LSMW

    Hello experts,
    I have created a LSMW that uses the direct input program RMDATIND to create new material master records. These materials have different material types.
    I require fields from different views like Purchasing, Sales, MRP and accounting, among others. But not all the material types have all the view defined. I will like, if it's possible, use the same LSMW program to upload all the materials.
    The problem that I'm having if once I ran the program, I got the warning message "The data for the maintenance statuses V cannot be transferred", message no. MG161, and even the material is created the sales view is it not. I check all the sales data in my CSV file and looks good.
    I'm also having in some records, the warning message "The data for the maintenance statuses BG cannot be transferred". That indicate problems with the accounting view.
    As an extra information, I'm using the following structures BMM00, BMMH1, BMMH2, BMMH5 and BMMH7.
    Hope you can help me to solve this issue.
    Regards,
    Mairo.

    >
    > I'm also having in some records, the warning message "The data for the maintenance statuses BG cannot be transferred". That indicate problems with the accounting view.
    Each material type has its own set of views, e.g.  a FERT has sales views but no pruchasing view, a ROH has purchasing view but no sales view, a NLAG has no storage views and a UNBW no accounting views.
    This is defined in customizing of attributs of a material type.
    Because of this you have to make sure that you do not transfer sales data for a material type that does not have sales views.
    Which views you actually want to create is defined in field PSTAT. Each character stands for a certain view (defined in table T132)
    re:The data for the maintenance statuses BG cannot be transferred
    Are your matrials split valuated?
    if you want create accoutning data in MBEW table with MBEW-PSTAT having BG status, then you have to make sure that MARA and MARC PSTAT field also has the B and G .

  • What is the use for CREATING VIEW WITH CHECK OPTION?

    Dear Legends,
    I have a doubt
    What is the use for creating view?
    A: First Data Integrity, Selecting Particular Columns..
    What is the use for creating a view with check option?
    A: As per oracle manual I read that its a referential integrity check through views.
    A: Enforcing constraints at DB level.
    A: using CHECK OPTION we can do INSERTS UPDATES for a view for those columns who have no constraints... is it right??
    A: If we do a INSERT OR UPDATE for columns who have constraints it will show error... is it right???
    Please clear my doubt's Legends
    Lots of Thanks....
    Regards,
    Karthik

    Hi, Karthick,
    karthiksingh_dba wrote:
    ... What is the use for creating view?
    A: First Data Integrity, Selecting Particular Columns..Most views are created and used for convenience. A view is a saved query. If the same operations are often done, then it can be very convenient to code those operations once, in a view, and refer to the view rather than explicitly doing those operations.
    Sometimes, views are created and used for security reasons. For example, you many want to allow some users to see only certain rows or certain columns of a table.
    Views are necessary for INSTEAD OF triggers.
    What is the use for creating a view with check option?
    A: As per oracle manual I read that its a referential integrity check through views.The reason is integrity, not necessarily referential integrity. The CHECK option applies only when DML is done through the view. It prohibits certain changes. For example, if a user can't see certain rows through a view, the CHECK option keeps the user from creating such rows.
    A: Enforcing constraints at DB level.I'm not sure what you mean. Please give an example.
    A: using CHECK OPTION we can do INSERTS UPDATES for a view for those columns who have no constraints... is it right??No. Using CHECK OPTION, you can do some inserts and updates, but not others. The columns involved may or may not have constraints in either case.
    A: If we do a INSERT OR UPDATE for columns who have constraints it will show error... is it right???If you try to violate a constraint, you'll get an error. That happens in views with or without the CHECK OPTION, and also in tables.

Maybe you are looking for

  • CR4E - New JDBC (JNDI) connection at runtime

    Is it possible to create a new JDBC (JNDI) connection at runtime using the propertyBag to set the attributes?  I tried this but received error message stating "error finding jndi name".

  • Upgrade SQL Server 2008 R2 enterprise edition to SQL server 2012 slandered edition

    Hi everyone, Need help on below concern. I have SQL Server 2008 R2 enterprise edition installed. Which contains SSAS cubes, SSIS packages and SSRS Reports.  I need to upgrade it to SQL Server 2012 Standard edition.  How can I achieve this ?? And I do

  • How call session bean from Client side

    Hi calling session bean from client side it gives Lookup erroe, it gives JNDI error how we know session bean is working. in Admin tree bean statis is reb Flaf, and ID is "Down" how we activate it.. null

  • FCP X 10.0.8 I can´t see the effect preview in the viewer...

    Hi: I update Final Cut Pro X today and now I can´t see the preview of the effect in the viewer when I use the skimmer in the effects thumbnails in the Effects tab. You konw... if you move the skimmer over the effect thumnail you can see the effect ap

  • SAP BW 3.5 IDES packages, location and installation steps

    Hi,      I am looking for SAP BW 3.5 IDES version to install it on Win 2003 Server with Oracle, please advice where I can find it on the market place site and the exact packages needed. Also please provide the installation steps or link for the IDES