Display seles unit convert of material at inventory cube

Hello all,
At Report on the Inventory Cube ( 0MM_C02) i need to display the sales unit of material.
at material master in ecc the data exist at tran mm03 --- > additional data -----> unit of messure - all the convertion unit of measure.
exp:
base unit: 10 pc
sales unit : 1 KAR.
also i need to display this sales unit at purchasing and sales cubes.
how can i do this ?
Regards,
yuval

Hi Yuval,
This is related to Material Master -0MATERIAL.
Not surebut I think the UoM are getting captured in material master...check it out...else they may be there in either MARA,MARC,MARD or any of the material related tables..check with Functional Consultant.
Enhance the material master with the these UoM and then stamp them in the Cube while loading.
Or
Create a seperate master for this.
For calculations ..you can also make Char as Key Figure and use them calclualtons.....Google how to do it.
Let us know if you require any further info.
rgds
SVU

Similar Messages

  • Inventory cube non cumulative KF displaying incorrectly.

    Hi
    I have created a inventory cube which is a copy of 0IC_C03, fed from a DSO which has the all the Material documents.
    I have intitialised using the BX extraxctor to the cube, then loading data from r/3 via the dso. Have MP on top of inventory and revaluation cube.
    Due to an error in the code logic i had to drop the cube and reload the data from the BX PSA and subsequently the DSO.
    my problem started then, the cumulative key figure have gone haywire ie they the balance display rubbish data. the data loaded into the cube is correct
    also if I delete the latest request and reload the request, then the  KF display correctly. strange!
    I also the same problem for value as i have a revaluation cube. the inventory values are wrong, when i do a list cube from the MP all is ok.
    i checked the validity slice rsdv, it is ok.
    i also only have 0calday as the non cumulative setting.
    Another thing i noticed was if filter the material by one plant then i get the correct value, if i try to display all plants then it all the balances go incorrect.
    also if i see the balances by month only the latest month is incorrect.
    if you need more info please feel free to ask.
    appreciate if some can propose a solution
    Lawrence
    Edited by: lcoelho on Oct 14, 2011 7:03 PM

    Hi Lawrence,
    SAP suggests to upload non-cumulatives NEVER from a DSO but from the PSA in parallel to DSO and Cube.
    Andreas

  • Mapping handling unit IDs to material numbers

    Dear Gurus,
    I want to map handling unit IDs to material numbers (MATNR from /SAPAPO/MATKEY). How can I do this? Which tables do I need to join with /SCWM/ORDIM_C?
    I found attribute MATID in table /SCWM/ORDIM_C which contains 32 digits and is a hex code. There's also an attribute MATID in /SAPAPO/MATKEY but this one has 22 digits and is a string.
    Regards,
    Mike

    Hi Mike,
    To be able to map matid from /scwm/ordim_c to /sapapo/matkey you need to convert it.
    Pls use the code below:
    data lv_matid like /sapapo/matkey-matid.
    CALL FUNCTION 'GUID_CONVERT'
      EXPORTING
    *   IV_GUID_X16                  =
    *    IV_GUID_C22                  =
       IV_GUID_C32                  = /scwm/ordim_c-matid
      IMPORTING
    *    EV_GUID_X16                  =
       EV_GUID_C22                  = lv_matid
    *   EV_GUID_C32                  =
    * EXCEPTIONS
    *   NO_UNICODE_SUPPORT_YET       = 1
    *   PARAMETERS_ERROR             = 2
    *   OTHERS                       = 3
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    I hope this will be working for you.
    Petr

  • Sd delivery unit in the material master

    Hi
    Good morning,
    I will be happey to here from you guru that how can  I set the delivery unit in the material master sales 1 view. The filed is non editable.
    Thanks in advance
    Kareena

    Go to OMS9, input Field sel.group 228 and hit enter key.
    Select the field name MVKE-SCMNG and double click on that so that a box will appear.  There change it to "Reqd.Entry" or "Opt.entry" and save.
    Now check the material master.
    thanks
    G. Lakshmipathi

  • Unit Converter Widget Broken

    Hi there!
    For some reason, my unit converter widget decided to not work anymore; I am not able to select any of the drop downs but can type text in the textfields (not that it helps).
    Anybody got any idea on how to fix it?
    I have already tried:
    - ⌘ + R
    - Closing & Re-adding the widget
    TM

    Have you tried removing it from your dashboard, then adding it back? Display the dashboard, then click the large plus symbol in the lower left. An X will appear at the top left corner of each widget. Click the X for your Unit Converter. Then, drag another Unit Converter up from the row of widget icons at the bottom.
    If that doesn't fix it, open a Finder window and click your home folder in the left sidebar. Double click Library, then Preferences. Find the file named "widget-com.apple.widget.unitconverter.plist" and drag it to the trash. You'll probably have to switch to the List view rather than Icon view, and make the Name column very wide, to find the file. Once it's in the trash, log out and log back in.

  • PDF Watermark - logo image is not displayed in ibr converted pdf

    Hi
    I have enabled pdf watermark administration and configured image watermark with rule, if the content type is document then the image watermark is to be applied but it is not displayed to the converted word document to pdf by IBR.
    If i change image watermark layer to "over", then image watermark is displayed, but word are displayed under the logo image watermark, so it is difficult to study the document.
    If the native file is pdf, then its image watermark is working fine.
    Thanks
    Deepak

    Hi ,
    I think this could be caused by the following :
    Check the factor set for Transparency and if it is completely opaque (Transparency =0%) then the converted PDF's will not show watermarks which has Layer set to UNDER.
    To get the watermarks displayed PPT's will need to be set to Transparency = 100% .
    The intention of the UNDER watermarking layer is that it should appear"behind" whatever is in the content layer.If the content layer completely covers the page and is opaque, then nothing behind it will be visible,including watermarks.The only reasonable solution is to check the above mentioned value before submitting the PPT's for conversion so that users are aware of this behavior for PPT's
    The above description if for PPT's where in this was found to be caused by the transparency factor of native PPT . If it is a word document then check for the same setting and set to 100% , then test .
    Hope this helps .
    Thanks,
    Srinath

  • Display the totals only at Material level in ALV

    Hi........,
    I am calculating the subtotals and totals. I am having the columns Company Code , Plant and Material etc.
    First I did sort on table as :
    gr_sorts = gr_table->get_sorts( ).
      gr_sorts->add_sort( columnname = 'C_CODE' subtotal = abap_true ).
      gr_sorts->add_sort( columnname = 'WERKS-WERKS' subtotal = abap_true ).
      gr_sorts->add_sort( columnname = 'MATNR' subtotal = abap_true ).
    After that I am doing the aggregation like this :
    gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'QUANTITY' ).
      gr_agg->add_aggregation( 'QUANTITY1' ).
      gr_agg->add_aggregation( 'DELTA' ).
    It is displaying the totals and subtotals at each Company code , Plant and Material level.
    But I want to display the totals only at Material level.
    Guide me on the same.
    Reply me as early as possible.
    Thanx,
    Jay
    Edited by: Alvaro Tejada Galindo on Feb 14, 2008 11:08 AM

    Replace your code for sorting
    gr_sorts = gr_table->get_sorts( ).
    gr_sorts->add_sort( columnname = 'C_CODE' subtotal = abap_true ).
    gr_sorts->add_sort( columnname = 'WERKS-WERKS' subtotal = abap_true ).
    gr_sorts->add_sort( columnname = 'MATNR' subtotal = abap_true ).
    with the code given below.
    gr_sorts = gr_table->get_sorts( ).
    gr_sorts->add_sort( columnname = 'C_CODE' subtotal = abap_false ).
    gr_sorts->add_sort( columnname = 'WERKS-WERKS' subtotal = abap_false ).
    gr_sorts->add_sort( columnname = 'MATNR' subtotal = abap_true ).
    Hope this helps. Reward points if helpful.
    Thanks,
    Balaji

  • Displaying operating unit specific data in Discoverer Report ????

    Hi Experts,
    My Requirement : I need to develope one custom report where it has to display operating unit specific data based on the resposibility selection in Discoverer.
    My Approach : I prepared the below query and I am trying to pick Business_group_id from profile options and passing to the query.(You can observe the condition which is highlighted as red color)While i am running the query I am getting zero records.
    Please suggest me how to achieve the my requirement of displaying operating unit specific data in Discoverer.
    SELECT  A1.PERSON_ID
           ,A1.employee_number
           ,A1.first_name
           ,A1.last_name
           ,A1.known_as PREFERRED_NAME
           ,A1.GENDER
           ,A1.date_of_birth
           ,A1.Marital_status
           ,A1.original_date_of_hire
           ,A1.Organization
           ,A1.Location
           ,A1.Job_name
           ,A1.OLF_DEPARTMENT
           ,A1.OLF_DEPT_SUBGROUP
           ,A1.salary
           ,A1.salary_change_date
           ,A1.HIRE_DATE
           ,A2.PERSON_ID SUPERVISOR_ID
           ,A2.EMPLOYEE SUPERVISOR
           ,A3.PERSON_ID SUPERVISOR_ID_1
           ,A3.EMPLOYEE SUPERVISOR_NAME_1 
    FROM (
    SELECT PAPF.first_name
          ,PAPF.last_name
          ,papf.known_as
          ,papf.sex GENDER
          ,papf.date_of_birth
          ,papf.marital_status
          ,papf.employee_number
          ,PAPF.person_id
          ,PAAF.supervisor_id     
          ,PAPF.original_date_of_hire
          ,(SELECT name FROM  hr_all_organization_units WHERE Organization_id=PAAF.organization_id) Organization
          ,(SELECT location_code FROM  hr_locations WHERE location_id=PAAF.Location_id) Location
          ,(SELECT name FROM  per_jobs WHERE job_id=PAAF.job_id) Job_name
          ,PPP.proposed_salary_n SALARY
          ,ppp.change_date salary_change_date
          ,ppgk.segment1   OLF_DEPARTMENT
          ,ppgk.segment2  OLF_DEPT_SUBGROUP
          ,papf.original_date_of_hire HIRE_DATE
      FROM per_all_people_f PAPF 
          ,per_all_assignments_f PAAF
          ,per_pay_proposals  PPP
          ,PAY_PEOPLE_GROUPS_KFV ppgk
    WHERE 1=1
       AND PAPF.person_id=PAAF.person_id
       AND papf.business_group_id=paaf.business_group_id
       AND PAAF.assignment_id=PPP.assignment_id
       AND paaf.people_group_id=ppgk.people_group_id
       AND ppp.change_date =(SELECT MAX(change_date)
                               FROM per_pay_proposals
                              WHERE assignment_id=PPP.assignment_id)
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date<font color="red">AND PAPF.BUSINESS_GROUP_ID = TO_NUMBER(FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID '))</font>
    ) A1
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE,PAPF.PERSON_ID,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A2
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE
         ,PAPF.PERSON_ID
          ,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A3 
    WHERE 1=1
    AND  A2.PERSON_ID(+)=A1.SUPERVISOR_ID
    AND  A3.PERSON_ID(+)=A2.SUPERVISOR_ID
    AND  A4.PERSON_ID(+)=A3.SUPERVISOR_ID
    ;

    you are in the wrong forum, try an ebusiness-related forum, maybe this OA Framework

  • To convert Old material Number (BISMT) to  new material number

    HI Folks,
                           I have the requirement is how to convert OLD material number to New material number.  Is  thier any  Global  exists is thier? Please let me know.
    Thanks,
    Vijay

    Hi,
           use MGA00001 in changing parameters u can change...
    Regards

  • IViews/Business Packages  for News and/or Unit Converter

    Hallo,
    are there any iViews or Business Packages available for the following tasks?
    1. News iView with the possibility to refer to documents, have user (role) specific buttons (Create New, Edit, delete...) and Subscription Services using the cm-functionality
    2. An Unit Converter, to convert some specific items like length, weights...?
    Please let me know.
    Sebastian Traeder

    Hi Sebastian,
    for the first request, easyWCM seems to be quite close. It's a business package which closes some gaps in the standard, for example that there is no connection between the PCD and the KM structure; that there is no internationlization feature in KM; that there is no dynamic switch so that users with the corresponding permissions are confronted with extra possibilities (like create/edit...) whereas endusers only see the content - and all this by using just one PCD structure.
    See http://www.easyWCM.com
    For the second request, I don't expect that there is a special portal solution / business package. But for sure you will find java libs / example implementations on the internet, which easily could be build into some iView implementation.
    Hope it helps
    Detlev

  • Problem with unit converter widget

    I am having a weird problem with my unit converter widget on 10.4.9.
    I re-installed my system, and now when I go to open the unit converter widget, I can no longer see the British pound currency, there are all these othere European currencies.
    Is there anyway to get the British pound currency back, do I need to re-install the widget, and how do I do that.

    Then I'd try removing & reinstalling it...
    http://docs.info.apple.com/article.html?artnum=301629
    If it's one that came with OSX, you may have to get pacifist to extract it from your install Disk.

  • N8 Currency / Unit Converter

    Hi all,
    Anybody knows N8 is having inbuilt Currency/Unit Converter like in the other phones under the application "Converter"?
    I installed some converter widgets but all those need net connection and not userfriendly for me
    if anybody know any Currency/Unit Coverter application instead of widget for N8 like the same converter came with 5800xpressmusic or anyother previous models.. please let me know...

    KeyboardMouseN8 wrote:
    if anybody know any Currency/Unit Coverter application instead of widget for N8 like the same converter came with 5800xpressmusic or anyother previous models.
    One such paid for application would be:http://nokia-n8-software.epocware.com/Handy_Converter.html
    Happy to have helped forum with a Support Ratio = 42.5

  • My Unit Converter Widget is not right

    I'd been stop using Unit Converter widget from Dashboard since many months ago, now it's getting very inconvenient for me because even after many OS X updates, my Unit Converter shows wrong information of the currency conversion.
    Here's a screen capture image I took:
    http://edrian.com/unitconverter.png
    I tried to delete this Widget and replace from other Mac running OS X Leopard, but it still doesn't work right. Any ideas and how can I fix this issue?

    I updated to the latest OS X 10.5.4 and the unit converter widget still not working properly. Obviously Apple didn't look into this at all.
    I would recommend downloading this Currency Converter http://widgets.palple.net/

  • Unit converter widget on kde

    does anyone use the unit converter on kde?
    I have been using it for a long while, and it has been working fine, but since the last few kde upgrades, I cannot type anything into the unit converter data field, so I cannot convert anything.
    anyone else got this issue?

    I have found out why this is occuring, but I do not know how to resolve it..
    The text that is being entered has a white font colour, and the backgroung is also white, so I cannot see it. If I highlight (double click) what has been entered, I can see the text.
    This is also happening on the calendar widget (where the week no, and the date are entered in text at the bottom).
    Does anyone know how to change the font colour or the background colour for these? (I have tried changing the clock backgroung colour, but this has no effect on the text boxes).
    Last edited by kierank01 (2010-05-12 10:43:40)

  • Unit Costing in Material components

    Dear Experts,
    I have come across a requirement where dummy materials are to be used for cost planning. These materials wonu2019t be processed any further. The planned cost for these materials is project specific ie. Material A in Project 001 costs 1 $ while same material in Project 002 costs 5$.
    We are planning to use unit costing to cater this requirement. Unit costing works for Item category L.
    The planned cost from Unit costing for material is considered when we create u201Creservation + purchaser requisitionu201D for WBS element for the material.
    On Creating u201Creservationu201D for WBS element, the planned cost from Unit costing is ignored and the planned price is calculated as per the valuation strategy maintained in the Network costing variant (valaution variant). However it is intended that the cost for unit costing is to be considered for reservation for WBS.
    We are using std. costing variant PS04 for material costing.
    Is there something I am missing so that the planned cost for material from Unit costing is considered in case of reservation for WBS?
    Regards
    Sejo

    Phoenixcfa & Ahmed,
    Thanks for ur inputs.
    I had already thought of the option you have suggested. In the currect process, the "Res / Purc. req." is maintained as "Immediate" at network header level. So the activity also inherits the same reservation relevance & it cannot be changed from "immediate" to "Never".
    As suggested by Phoenixcfa it has some thing to do with split valuation. I could carry out the unit costing for a material with "res. for WBS" in IDES.
    Hope, I will figure why it doesnot work our Dev system, soon.
    Regards
    Sejo

Maybe you are looking for

  • Installation of the ST-PI 2005 plug-in

    Hi, I have installed the ST-PI 2008 plug-in as the RTCCTOOL tool had requested, but now the u201CSAP earlywatch service reportu201D keep informing than I need the ST-PI 2005 plug-in with patch level 0008. The problem is that the SAINT tool doesnu2019

  • Getting list of files from Unix directory inclding files frm sub-directries

    Hi All,         I am trying to use Fm 'SUBST_GET_FILE_LIST'  and 'RZL_READ_DIR_LOCAL' for getting a list of all files in a Unix directory including files from sub-directories. In the first case I am getting an Exception called 'Access Error' and when

  • How to "quick search" in a sorted list ?

    Hi all, I need that your advice to choose the best collection to modelize my data. Let me describe you the context of my problem: I work on an antenna pattern file which looks like this: Elevation (deg);Gain (dB) 0;5 3;45 6;3.1 10;6.5 16;18.1 20;33.1

  • Business Logic with EJB

    Hi all! I googled EJB: Enterprise Java Beans. A standard distributed component model. The encapsulation of business logic into business objects is the most recent focus of the information Technology industry. Objectified business logic. Server compon

  • Erzeugen eines PDF/X1-a konformen Dokumentes mit Adobe Acrobat möglich?

    Schönen Guten Abend, wir haben das Problem eine Kartendarstellung für eine Veröffentlichung als PDF/X1-a Datei abgeben zu müssen. Als Laie in dieser Hinsicht haben wir überhaupt zum ersten Mal von diesen existierenden Standards gehört. Soweit ich es