How to view those material that had no costing run.

Hi all,
my point is that I need to know what are those material that had no costing run.
MM60 only shows standard price of material, but can't not differenciate materials without costing run.
What I mean "costing run", please guide me
ABHAY3

Hi,
The list of the materials to be costed can be checked using following transaction codes:
CKAPP01            Materials To Be Costed
After execution of these tcodes system will give you the list of the materials that are to be costed (you have to select the check box for Save Extract, give the userid and keep the field for max number of hits blank)
If a extract is saved you can review this extract later by the following process.
Execute transaction SE38
give program name as: SAPRCKAPP02
Execute
Give the report name as SAPRCKAPP01
Keep the variant field blank.
You will be able to find more documentation in SAP help online if you check for the miniapps help
Thanks and Regards,
Samir

Similar Messages

  • How to ignore the material with error in costing run ck40n

    Hi
    Pls, advice how to ignore parent material form costing run if the components of that material have errors. I need to run the costing run excluding erroneous parent item. Is any configuration on this..
    Pls help..
    K

    Hi Kesharika Goona... 
    If you want to exclude any material from Costing Run, there are two ways...
    1. Go to Material Master, Costing1 view, take the check box "Do Not Cost". If you opt for this check box, the system will not consider this material for costing.
    2. Where you run the standard cost estimate in CK40N, once you save you costing run with the parameters like Costing Variant etc, When you select the "Parameters" agains the Flow step of "Selection", you will be asked to give the inputs like Material Number, Plant etc.
    There, against the Material Number, on the extrem right side, you will see a arrow, press that arrow, and there you can see a tab "Exclude Single Values". There you have to give the material number which you want to exclude from the costing run press "Execute" icon on the botoom-left corner of that pop-up window..
    If you still face problem, pls revert back
    Srikanth Munnaluri

  • How to block a material that not to creation of service notification thru-IW51

    Hi All,
    I have tried in all over areas ( MM02 level and MM06 level ) to block a material that not to create service notification with that material but didn't get a solution.If any one knows solution for this kindly provide me.
    "How to block a material that not to create a service notifcation thru IW51?"
    Best Regards,
    Narendra Konnipati

    Narendra,
    1. I do not see any possibility without using this exit. It is a very simple and effective thing for your ABAPer and you too.
    2. In case of many Materials-Notification type combinations, you can maintain similar code by joining several elseif s.
    3. Alternatively, you can maintain a Z Table as under:
    QMART
    MATNR
    S3
    10000000099999
    S3
    10000000099988
    S1
    10000000088988
    S2
    12000000088988
    Means, for every Notification type there will be one or more prohibited materials. The coding will not be difficult, but will have around 15/20 lines.Finally, if you have to get your issue resolved, I feel this is the way and also easy way through your ABAPer.
    Tell me in case of any further opinions.
    Best of Luck
    KJogeswaraRao

  • How to view the certificate that a component has been signed with?

    Hi all,
    Been using java webstart deployment for a while so understand how to sign and deploy java applications.
    Question I have is how to view the certificate that was used to Sign a jar. For example, if I signed a jar "myComponent.jar" how can I then view the certificate details within this jar. I currently have an old component which I signed with an old certificate and want to view the experation details.
    Thanks in advance
    Simon
    Edited by: simon_seagroatt on Sep 22, 2009 4:20 AM

    You can use command (it will show CN, OU, O, L, etc... and expiration date, of course):
    jarsigner -certs -verify -verbose pathToYourJar.jarI'd suggest redirecting output (>>out.txt).
    Bye.

  • How can I be sure that an AddOn is Running?

    Dear All,
    We develop a Usability Package that solve sever IT (and not only) legacy trouble. THis AddOn work fine and solve our customers problems.
    But I have to be sure that some user do not close AddOn during normal Session (if they are habilitate) or for thechical trouble AddOn do not go up during start.
    If user work without AddOn Up all addon data filter is not active and some problems can arrive.
    How can I be sure that an AddOn is Running?
    Is it possible to use Transaction Notification adding
         ADD    YOUR   CODE   HERE
    DECLARE @attivi integer
    select @attivi=count(*)
    from master.dbo.sysprocesses with (nolock)
    where db_name(dbid)=db_name() and hostname= host_name() and  program_name='XXX' and blocked= 0
    IF @attivi <= 0
    BEGIN
        SET @error = 1122334455
        SET @error_message = N'AddOn XXX is Down.Please Restart your client'
    END
    This code is acceptable for SAP AddOns certification Process ??
    Do you know some other and more simple/performant solution ??
    Maurizio Fratini
    SAI Srl

    Hi David,
    A correct answer, but not hit my mark.
    Several our customer are medium company with more that 40 clients working. Frequently employee are chenged and new entries with no experience in SBO start to work.
    The problem is that sometimes a client, also with experience, expecially if he is in a hurry to do sthg., do not read a little message from SBO. This message warn him that
    for .... f.e. insufficent memory ... or timeout .... or other reason .... , an AddOns do not start and a little window appear where he can choose to "Continue without this AddOn" and
    he reply with Yes.
    Another process that I have to check is the new user creation. How can I sure that my customer  IT Manager cusomuze the new user correclty and not forgot to set "Automatic"
    the startup of this AddOn?
    I thing that some Transaction Notification code rows can preserve me from my trouble.
    Do you agree with me?
    Just refer your consideration about contraindication .... performance, certificability, functionality,   etc ...

  • [SOLVED] How to view the *exact* name of the currently running kernel?

    Perhaps this question will seem dumb, but here goes : I have two kernels installed :
    [ruben@arch ~]$ yaourt -Q linux
    core/linux 3.2.9-1 (base)
    [ruben@arch ~]$ yaourt -Q linux-ck-kx
    repo-ck/linux-ck-kx 3.2.11-1 (ck-kx)
    Grub’s menu.lst is configured to boot linux-ck-kx :
    # general configuration:
    timeout 5
    default 2
    color light-blue/black light-cyan/blue
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-label/archroot ro
    initrd /boot/kernel26.img
    # (1) Arch Linux Fallback
    title Arch Linux Fallback
    root (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-label/archroot ro
    initrd /boot/kernel26-fallback.img
    # (2) Arch Linux CK-KX
    title Arch Linux CK-KX
    root (hd0,0)
    kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-label/archroot ro
    initrd /boot/initramfs-linux-ck.img
    # (3) Arch Linux CK-KX Fallback
    title Arch Linux CK-KX Fallback
    root (hd0,0)
    kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-label/archroot ro
    initrd /boot/initramfs-linux-ck-fallback.img
    And yet, I see no mention of *-ck-kx when issuing this comand :
    [ruben@arch ~]$ uname -a
    Linux arch 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:31:13 CET 2012 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
    It does not matter whether I change the default kernel line in /boot/grub/menu.lst : I can set it to “ 0 ” or “ 2 ” and reboot, and the output of “ uname -a ” will always be exactly the same as above ; no mention of *ck-kx even though I know it is running.
    I searched the web on how to view the name of the running kernel, all results I found said to use uname, so is there another command I am missing here ? Or is it normal that both my kernels yield the same uname output ?
    Just curious, because I was playing around with kexec, and when doing “ fake ” reboots, I was alternating between the normal ARCH-kernel and the ck-kx*kernel, and I wanted to be sure that it actually worked, so I checked everytime with uname, and since I saw no difference in the outputs, I assumed kexec wasn’t working like it should, so I did a “ real ” reboot, but same uname outputs… So I must be missing something…
    Here are the kexec commands I used, just to be sure I am doing this properly :
    [ruben@arch ~]$ sudo kexec -l --append="`cat /proc/cmdline`" --initrd=/boot/initramfs-linux-ck.img /boot/vmlinuz-linux-ck
    [ruben@arch ~]$ sudo init 6
    and :
    [ruben@arch ~]$ sudo kexec -l --append="`cat /proc/cmdline`" --initrd=/boot/initramfs-linux.img /boot/vmlinuz-linux
    [ruben@arch ~]$ sudo init 6
    Thoughts ?
    Last edited by Montague (2012-03-15 22:00:02)

    litemotiv wrote:
    Hmm worksforme:
    $ uname -r
    3.2.11-1-ck
    One question for you litemotiv : do you have two kernels currently installed on your system, like I do, or did you uninstall the ARCH-kernel ? I ask because I might try this :
    $ sudo pacman -Rns linux
    and reboot, and see what happens…
    But before I do that, might as well try to debug it ;
    t1nk3r3r wrote:I would point the finger at GRUB, or something occuring near boot-time.
    https://wiki.archlinux.org/index.php/Boot_Debugging
    So I tried the “ Heavy Debug ” option, rebooted, then issued “ dmesg > dmesg.txt ” ; here are the first few lines of that file :
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Mar 1 09:31:13 CET 2012
    [ 0.000000] Command line: root=/dev/disk/by-label/archroot ro
    and the complete dmesg output is here. I am no expert at reading debuggin output, but from the above, it seems like the default ARCH-kernel is being booted, even though my menu.lst hasn’t changed from my previous post (exept for the debugging options) :
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # (0) Arch Linux CK-KX
    title Arch Linux CK-KX
    root (hd0,0)
    kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-label/archroot ro rootdelay=5 panic=10 debug ignore_loglevel
    initrd /boot/initramfs-linux-ck.img
    # (1) Arch Linux CK-KX Fallback
    title Arch Linux CK-KX Fallback
    root (hd0,0)
    kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-label/archroot ro
    initrd /boot/initramfs-linux-ck-fallback.img
    I want the ck-kernel to boot, what it going on here ? Any more thoughts ?

  • How to view archived material master

    Hi,
    I need to view the archived master master.
    When I checked in forum I found out it can be done through tcode SARA
    and object MM_MATNR. But I cant find archived material master in it.
    Please guide me.
    regards
    sathya

    Hi Sathya,
    The set of files which you are getting are the archive files. All your archived materials will be contained in those files. If you know the date when the material you are looking for was archived, you can select the archive file which was created on that date. Or as Juergen mentioned, if there is a proper note for the archiving session, it will be easier to find. In case you dont know the archiving date / there is no archiving note, then you may have to run MM72 on the archive files one by one till you get your material.
    Thanks,
    Naveen

  • How to view live webcam that use windows media player and java

    I am new to iphone and I have two live webcams that I like to go to and can't get either one on my iphone 3gs. www.ruidoso.net, view live webcam link and www.skiapache.com live webcam link. How can I get to them?? oram I just out of luck.

    You've got to remember that, as powerful as the iPhone is, it's not a desktop computer. So certain things that have been designed for desktop computers may not work the same or at all. The owners of those websites probably never considered anyone wanting to view them on a phone.
    The first webcam you can view on your iPhone by going to http://www.ruidosowebcam.com/camera0.jpg and manually refreshing the page to update the view. (The Java applet just refreshes the page, something they could easily have done in JavaScript for increased compatibility).
    The second one I can't help with, as that one doesn't even work on my desktop computer, but WMV is a proprietary video format from Microsoft, which the iPhone doesn't play. You'd have to ask the website owners to use a more industry standard video format that the iPhone can play.

  • How to view the Material Value Involved in the WIP Closing Balance Report

    We are able to see the Itemwise WIP Closing Value using KKAQ. 
    We have one requirement that to know the Material Value & Quantity Involved in the WIP Closing Balance Summary. 
    How to fetch the information for Material Value , Process Value With Quantity on Itemwise from WIP Closing Balance.?
    Thanks in Advance
    Regards
    K.Natarajan

    Dear Premkumar,
    Thankx for your reply.  But when we execute the T-Code KKBC_PKO for an Item, It is giving an error like "No product cost collector exist for material/plan/prod.process <Matl.COde>"
    How to see this report. 
    Regards
    K.Natarajan

  • Archive/ purge those material that have already flag for deletion

    hi guys,
    how can i delete the materials that have already flag for deletion? Even when i archive in MM71 and run MM72,it shows that the material has been 'completely deleted' but when i check in MM03,the material is still there. Anyone has any suggestion??

    Dear Nur,
    Please go to this link
    https://www.sdn.sap.com/irj/sdn/crphelp
    or
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement&
    If there's no store document available , it seems like your deletion process is not success.
    Please check your customizing. what comes first-->delete or store?
    also check whether the job is start automatically for store or delete process.
    Also ask your basis team about the Content Repository in customizing
    Regards,
    w1n

  • How to view Goods Receipts that have been paid

    Hi Experts,
    We use SAP Business ONE 2007A PL08. I am wondering what is the procedure to view the goods receipts for which payments have been made.
    When I go Puchasing AP-->Goods Receipt PO, I put an asterix in the number and I am not sure what to select for the status. There are different kinds of status. Open, Open-Printed, Closed, Cancelled, Unapproved, Paid, Delivered etc.
    When I chose the paid, it gave me a list with open goods receipt and so I guess that is not the option. When I chose closed, it gave me a list of closed goods receipts and I pulled up a column named "Paid (SC)" and I could see the status as closed and I could see the payments made against it.
    So does the "closed goods receipts" mean that they are paid or am I missing something? Then what is the meaning of the status that says "Paid" then?
    Please let me know!!
    Thanks

    Hi Arun,
    Try this...
    Select T3.DocNum 'Grpo No', T3.DocDate 'GrPo Dt',
    T0.DocNum 'AP Inv No', T0.DocDate 'AP Inv Dt', T0.DocDueDate, T0.CardCode, T0.CardName,
    T0.DocTotal, T0.PaidToDate From OPCH T0
    Inner Join Pch1 T1 on T0.Docentry=T1.Docentry
    Inner Join Pdn1 T2 on T1.Baseentry=T2.Docentry and T1.Baseline=T2.LineNum
    Inner Join Opdn T3 on T2.Docentry=T3.Docentry
    Where T0.PaidToDate>0
    Regards,
    Sachin

  • How to delete the photo that had been sync into iphone from windows

    I have sync my picture from
    Computer into the iphone, the it automatically sync 2 same folder into the photo album. Im trying to delete it but cant, cant even find the file using the computer. Pls help

    Are you talking about photo Library?
    This is how Apple handles photos.  ALL synced photos are in teh Photo Library.  you can also access those exact same pics ( not duplicates) from the album which you selected to sync; just as your music is in your library and ca also be accessed via playlists.

  • How to view all transactions that all users have access with in a year.

    Hello
    Does anyone know if they is a report that shows all users and the transactions they have used within a year? I have tried STAT3 and STAD and also SM20 however this does not give me all the users and their transactions used.
    I would be greatful if anyone can please help.
    Thank you
    Regards
    Bindi

    In SUIM you will not find this data. Explore ST03N.
    Edited : I doubt whether it will give you a year dat or not. Default logging is last 3 months including current month. The best way to do this is to create Z table to log all data during a year.
    Regards,
    Arpan Paik
    Edited by: P Arpan on Jan 19, 2011 5:59 PM

  • How to view olk14 messages that are not opened by outlook offline

    My problem is with olk14 messages that can not be opened by outlook offline.
    I have been following previous post and explanations, namely rebuild the Microsoft Database User identity but with no sucess.

    Will this link help?
    http://www.officeformachelp.com/outlook/troubleshoot/outlook-cannot-open-the-fil e-because-it-is-not-associated-with-the-default-identity/
    This is a user to user forum & most are not using Outlook. Your best bet is to do a Google search.
     Cheers, Tom

  • How to view those order types of delivery note,shipment cost,invoice

    Dear,
    I want to view all of types about delivery note, shipment cost, invoice. I know VOV8 can view order type of sales order. where can view mentioned order type.
    Thanks in advance.
    Meng HM

    Delivery Type - OVLK
    Invoice Type - VOFA
    Shipment document type - Transaction code SM30 - view type V_TVTK
    Shipment cost type T_56
    I hope the question is answered

Maybe you are looking for

  • Error message display for PO creation with reference to internal orders

    Sir, While creating PO with Tcode ME21N (item category I) with reference to ' Internal Order with Funds provided (Tcode KO12), system displaying error message  when Budget is exceeded. But when Funds provision is not mentioned (Funds value is initial

  • Web Dynpro integration with R/3

    Dear all, We have the following requirement in Web Dynpro integration with R/3 We have to update the local SQL tables based on R/3 system return values. R/3 system should call the webdynpro business method for updating local SQL Status table.  In the

  • WBS element change

    I have a question for the project system, As a part of restructuring process I have to open some of the WBS element of co.code 0400 to co.code 0015, from the 01/01/2007. Is it possible to change the co.code in WBS elements of co.code 0400 or  i shoul

  • Disappearing Catalog PSE & PE 10

    The case of the disappearing catalog Windows 7 Adobe Photoshop Elements and Premiere Elements 10 Previous versions were 7, 8 and 9 for both programs Versions 9 and 10 are still on my computer I purchased versions 12 but have never downloaded them. Ma

  • Help in BAPI

    Hi Experts,    I want to create a cutomize BAPI.That has to show all content of CDCHR & CDPOS table. Input parameters are Transaction Code (CDHDR.TCODE) & date (CDHDR.UDATE).    Can anyone help me to do this. with regadrs, Silviya T