Trasaction code for invoices detail which has hit the WBS element

Hi All
Usually my users receive a list of assets which were capitalized from AUC account through Project system.
Generally charges are posted to WBS element and then users capitalize assets using that WBS element through settlement.
Users have been asked to give all the invoices detail which has hit the WBS element from which that particular assets have been capitalized. is there any transaction code to get the all invoices detail which has hit the WBS element from that particular assets.
thank you

If that is what you want then why are you using WBS element?
You can directly create the asset on goods receipt via MM module and then the invoice will automatically go against that asset.
If you still want to use the WBS element for capitalisation then you can use the WBS element statistically with a type 90 cost element posting and the sset will still be crteated when goods receipted/ invopice receipted

Similar Messages

  • T. code for invoicing plan report

    anyone knows what's the T.code to get a invoicing plan report which has vendors infomation ? please reply.

    Hi
    T.Code for invoice plan is MRIS.
    or path Logistics->MM->Log.Inv.Verification->Automatic Settlement->Invoice plan
    Regards
    Raghavendra

  • Enterprise Services for Invoice Details

    Hi Friends,
    Can any one guide me to locate correct SAP Enterprise Services for Customer Invoice Details?
    I found the following services on ES Workplace.
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=A8E094B330C211DA1503000BCDDC2565&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=
    How can we validate this is the right service or not? Is there any way to identify the tables and fields are involved in this Enterprise Service?
    Let me explain my requirement.
    External website (running on web sphere portal) wants to access  customer invoices/details from ECC through passing required inputs like customer number etc.
    For this requirement how do we approach on ES workplace and how to configure this service.
    How do I know the source Table and fields information related to that service.
    Is there any e-learning or web log for step by step for any ECC related services?
    Thank you.

    Hi,
    I'm not sure if it's the right one that you're looking but you can check it as follows...
    Using the URL that you've specified below (you'll see Software Component details), you'll also notice a where used link towards the top right hand side. Click on it, you'll start noticing namespace details.
    Use TCode SPROXY in the ECC system & go to the same Software Component & namespace & locate the Enterprise Service / Service Interface in question. Double click on it & then you'll see tabs (external view, internal view etc.). The internal view shows the internal Abap import/export parameters used in the proxy. On the properties tab, if you double click on the provider class you can drill down to the implementing code to see how it's implemented.
    There are some blogs & guides relating to navigating through the ES Workplace to find what you're looking for but a functional consultant in a specific area is in a better position to dictate whether the Enterprise Service is valid for a specific business function.
    Regards, Trevor

  • Hi basically when i try download a app its saying sign in required ask for sercurity code for bank card and i put the correct details in and still saying its invalid? Can anyone help

    Hi basically when i try download a app its saying sign in required ask for sercurity code for bank card and i put the correct details in and still saying its invalid? Can anyone help

    Refusal of a card is based on information provided matching what is on file from your credit card provider. If it is refused, it generally means something is not matching. That can inclue the name, the address or other information. It has to be exact to match. If you check your credit card bill to make sure you are spelling the name correctly, the address is listed correctly, and yes, ST is different than Street, and it still does not work, contact iTunes support. http://www.apple.com/emea/support/itunes/contact.html

  • T code for invoice create

    Hi
    can anybody tell me the T code for invoice create

    Hi Friends,
    You can enter/create invoice with using T-CODE:-
    ZFV60/F-43     Park vendor invoice
    FV60/FB60-    Post vendor invoice
    ZFV70/F-22-    Park customer invoice
    FV70/FB70-    Post customer invoice
    (as authorisation of your SAP ID)
    FV50-   G/L to G/L entry. (Park G/L Document)
    FV65-   VENDOR DEBIT ENTRY (DEBIT NOTE)
    FV75-   CUSTOMER CREDIT ENTRY ( CREDIT NOTE)
    (all above code for manual entry,which not have a Standard format of PO/WO in SAP.)
    MIRO/MIR7-   Park/Post vendor invoice
    MIR4         -   Change miro invoice
    (for Live entry, which having Standard PO/WO in SAP)
    Thanks

  • Report: Create report for invoice details, shipping details and partner fn.

    hi,
    i want to know the table used for Invoice Details, Shipping Details and Partner Function in SD.
    thanks in advance.

    Hi Chandrasekar,
    Welcome to SDN.
    Please check this link for SD tables.
    http://www.sapgenie.com/abap/tables_sd.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    If the external drive can be seen at all in Disk Utility, follow the instructions for repair here.

  • How to Create a datatype for a storeprocedure which has got array ?

    Hi All,
    Please tell me how to create a datatype for a storeprocedure which has got an array structure ?
    Thanks,
    Sindhu.

    Hi Sindhu.
    You would have to use a JDBC Cursor for this but it's possible only Output parameters, not Input parameters.
    It's describle in a help link:
    Defining an EXECUTE Statement  http://help.sap.com/saphelp_nwpi711/helpdata/en/44/7b72b2fde93673e10000000a114a6b/frameset.htm
    The following SQL data types are supported:
    INTEGER, BIT, TINYINT, SMALLINT, BIGINT, FLOAT, REAL, DOUBLE, NUMERIC, DECIMAL, CHAR, VARCHAR, STRING, LONGVARCHAR, DATE, TIME, TIMESTAMP, BINARY, VARBINARY, LONGVARBINARY, BLOB (input and output), CLOB (input and output), CURSOR (output; only in connection with the Oracle JDBC driver)
    I think you can execute your StoreProcedure many times depends of array occurs.
    Regards.
    Bruno.

  • Customize SapScript Code for Invoice

    dear friends,
         Can anyone give me customize sap script/smarform code for invoice rather then standard sap script progmram.

    Vishal, since you seem to work with forms, you yourself would know that smart forms doesnt have much code. So there little chance that this is going to help you. However undertaking the following things might help,
    1. The standard program for invoice is RLB_INVOICE.
    2. Standard SmartForm is LB_BIL_INVOICE.
    3. RLB_INVOICE passes a table with the structure LBBIL_INVOICE to the smart form.
    4. If you intend you make your own smart form for an invoice, make a copy of LBBIL_INVOICE (so that your own SF would have the same interface)
    5. In your own smart form if you dont want the custom design at, just delete all nodes.
    6. Go to the transaction V/40, choose the output type 'RD00 - Invoice' and double click on 'processing routines' in the box on the left side. You can replace the standard smart form with your own newly created one.
    7. The important thing here is that if you want to utilize the standard data extraction program RLB_INVOICE you have to keep the interface in line with it.
    8. Under normal circumstances you wouldnt need to make your own data extraction program because RLB_INVOICE provides an awful lot of data through the structure LB_BIL_INVOICE.
    For more help of smart forms, refer to the following links,
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.ossincorp.com/Black_Box/Black_Box_2.htmhttp://www.sap-basis-abap.com/sapsf001.htm
    Regards,
    Ahsan

  • Can anyone send/post me the code for RTP server which reads soundcard

    hi all,
    can anyone send me the code for RTP server which reads soundcard and RTP client to tranmit the sound.

    How much are you going to pay?

  • Creating Alias for any application which has been integrated into portal

    Hi All,
    How to create Alias for any application which has been integrated into Portal?
    What is portal alias?
    What is URL alias?
    What is the difference between all the three?
    Thanks,
    Jyothi.
    Edited by: Venkata Naga Jyothi on Nov 23, 2011 10:18 AM

    Hi jyothi,
    1. For your first question Regarding How to create Alias for any application which has been integrated into Portal? Can you please be more clear here my question is why do you need to create alias for applications that are integrated into the portal.
    2. For your second and third questions find the below links
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/8590f1d6d349c9adc34c6a8085189b/content.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10da65ed-615b-2d10-efbc-ed07a5385633?QuickLink=index&overridelayout=true
    Thanks,
    Rahul.
    Edited by: rahul.girmaji on Nov 23, 2011 6:29 PM

  • Is there a way to sync my music from my ipod touch to a computer without using other computers? because i lost my computer which has all the data for my ipod touch

    is there a way to sync my music from my ipod touch to a computer without using other computers? because i lost my computer which has all the data for my ipod touch

    See also Recover your iTunes library from your iPod or iOS device.
    tt2

  • Trasaction code for mass delete of open Pur req.

    I was looking for is a way to perform a mass delete of open PRu2019s prior to running MRP.  My reasoning is if a PR has not been converted to a PO by the time the next MRP runs we  want to delete all open PRu2019s so items are re-planned based on the most current data.
    Is there a mass delete transaction code for PRu2019s?
    Thanks

    The blw are the options'
    1- Try with MEMASSPR for PR
    2- You cannot directly delete PRs, You can only mark them as "deleted". To delete them physically from DB you have to "archive" them via transaction SARA.
    Deletion of PR can be done using ME52N
    This is only possible provided that no purchase order have been assigned. If po has been created, you can only Flag for Deletion.
    To delete the PR, select the line(s) you wish to delete and then click on the dustbin (Thrash) icon.
    3 - Try with LSMW

  • [svn] 4634: First part of glue code for allowing Halo components to use the new Text Layout Framework , in order to get functionality such as bidirectional text.

    Revision: 4634
    Author:   [email protected]
    Date:     2009-01-22 17:38:56 -0800 (Thu, 22 Jan 2009)
    Log Message:
    First part of glue code for allowing Halo components to use the new Text Layout Framework, in order to get functionality such as bidirectional text.
    Background:
    TLF is making this possible by implementing a TLFTextField class. It is a Sprite that uses TLF to implement the same properties and methods as the legacy TextField class in the Player. Thanks to the createInFontContext() bottleneck method in UIComponent, it can be used by a properly-written Halo component (such as those in Flex 3) without any modifications to the component.
    Note: Text should render similarly -- but is unlikely to render identically -- when a component uses TLFTextField vs. TextField. The width and height may be different, affecting layout; text could wrap differently; etc. This is a fact-of-life based on the fact that TLF/FTE and TextField are completely different text engines.
    Whether a Halo component uses TLF or not to render text will be determined in Flex 4 by a new style, textFieldClass. (Gumbo components always use TLF.)
    TLFTextField is currently only partially implemented. It does not yet support scrolling, selection, editing, multiple formats, or htmlText. Therefore it can only be used for simple display text, such as a Button label.
    Details:
    The TextStyles.as bucket 'o text styles now includes a non-inheriting textFieldClass style. It can be set to either mx.core.UITextField or mx.core.UITLFTextField. These are the Flex framework's wrapper classes around the lower-level classes flash.text.TextField (in the Player) and its TLF-based workalike, flashx.textLayout.controls.TLFTextField.
    The global selector in defaults.css currently sets it to mx.core.UITextField using a ClassReference directive. For the time being, all Halo components will continue to use the "real" TextField.
    The new UITLFTextField is a copy of UITextField, except that it extends TLFTextField instead of TextField. This class has been added to FrameworkClasses.as because no classes in framework.swc have a dependency on it. It will get soft-linked into applcations via the textFieldClass style.
    The TLFTextField class currently lives in a fourth TLF SWC, textLayout_textField.swc. This SWC has been added to various build scripts. The external-library-path for building framework.swc now includes all four TLF SWCs, because UITLFTextField can't be compiled and linked without them. However, since they are external they aren't linked into framework.swc.
    Properly-written Halo UIComponents access their text fields only through the IUITextField interface, and they create text fields like this:
    textField = IUITextField(createInFontContext(UITextField));
    (The reason for using createInFontContext() is to support embedded fonts that are embedded in a different SWF.)
    The createInFontContext() method of UIComponent has been modified to use the textFieldClass style to determine whether to create a UITextField or a UITLFTextField.
    With these changes, you can now write code like
    to get two Buttons, the first of which uses UITextField (because this is the value of textFieldClass in the global selector) and the second of which uses UITLFTextField. They look very similar, which is good!
    Currently, both Buttons are being measured by using an offscreen TextField. A subsequent checkin will make components rendering using UITLFTextField measure themselves using an offscreen TLFTextField so that measurement and rendering are consistent.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    Modified Paths:
        flex/sdk/trunk/asdoc/build.xml
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITLFTextField.as

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • I,m looking for handsfree for iphone 4s, which one is the best for it

    i,m looking for handsfree for iphone 4s, which one is the best for it

    I really like the Plantronics Voyager Pro bluetooth headset.  I have tried a lot of the ones on the market and the Plantronics one that I now use has - a long battery life, excellent sound quality and very low background noise. I occasionally use it when in a vehicle (although I do try to avoid doing this) and people on the other end of the line don't even realise that I am in a car.

Maybe you are looking for

  • IM  "getting adobe updater quit unexpectedly" in premiere pro

    How doi fix this?

  • Why is text displaced?

    I created my first website using iweb but was dissappointed to find that when I published it, it did not look the same as before. Blocks of text that I'd carefully arranged to fill a space did not behaved as I'd intended. Instead lines spilled over c

  • Canon RAW Files - Aperture 2

    I am currently running: OS X version 10.6.2 on my MacBook Pro. Aperture 2 version 2.1.4. I use a Canon EOS 5D Mark II camera. As you know Canon has RAW, sRAW1 and sRAW2 formats. When I try to open Cannon sRAW1 files in the Browser, Aperture hangs. In

  • Issues restoring, 4 to 5s

    upgraded from 4 to 5s.  backed up to iCloud, restored to 5s after purchase.  all seemed good, but text message history did not recover.  tried again, got message that iCloud doesn't have enough storage and suspect this is keeping my message history f

  • Can Flex access client-side databases?

    I know the usual paradigm is for the database to be on the server, and my app does have a server-side DB, but it is data-manipulation intensive, and I wanted to be able to copy a subset of data from the postgres DB on the server to a postgres DB on t