How to find PIP element of a Proyect or PEP element ?

Hi, I need to know how can I get the PIP elements information of a specific Proyect, knowing the Project or the PEP Element.
There is any FM, Bapi or any1 the Table relation to get this data ?
Thx

Hi Abhijit,
try EKKN (Account Assignment in Purchasing Document).
Pass WBS to EKKN-PS_PSP_PNR to get PO Number (EKKN-EBELN)
or Pass PO Number and get WBS (EKKN-PS_PSP_PNR).
thank
Sunil

Similar Messages

  • How to find out and locate the top 100 max elements from a 4D array

    I try to find out the 100 maximum elements in a 4D array and then I want to put the result in a 2D array, Which should show me the locations of the elements and the values of those elements
    ====================
    =Labview 7.0 & 8.0 & 8.5=
    =====================

    Hi,
    Don't know why you want a 2D array, this VI puts the results in a bundle.
    Just because it seems more practical to me (there's less room for
    mistakes)...
    The VI works as follows:
    The max value is returned, incl. it's index.
    Then it is replaced by the original minimum value, minus one.
    If the last found maximum is the (original) minimum, everything is skipped.
    If you really want a 2D array, instead of a bundle, replace the contant with
    an empty 2d array, the bundle with a build array, and the indicator with a
    2d array...
    Regards,
    Wiebe.
    "asd iyvjh" wrote in message
    news:50650000000800000017AC0000-1066448259000@exch​ange.ni.com...
    > I try to find out the 100 maximum elements in a 4D array and then I
    > want to put the result in a 2D ar
    ray, Which should show me the
    > locations of the elements and the values of those elements
    [Attachment Max 100 Values From 4D Array.vi, see below]
    Attachments:
    Max_100_Values_From_4D_Array.vi ‏45 KB

  • How to find optimal timeout period for trans-timeout-seconds element.

    we are using Weblogic 7.0 Integration Studio,in one workflow we got "weblogic.transaction.internal.TimedOutException" and the exception text is "Transaction timed out after 1089 seconds".
    Presently we are using timeout period as 1089 seconds.
    On what basis the timeout period for transactions is specified, i.e. how the value of the <trans-timeout-seconds> is set in weblogic-ejb-jar.xml file?
    Is there any method to find the optimal value?

    You should base this on the average time your transaction typically takes. It would have to factor in the type of backend systems that you are connecting too, the type of work you are doing and any network etc issues.
    Typically 1089 seconds seems like it should be more then ENOUGH.
    Kunal Mittal

  • How to find out the page number of an xml element

    Hi everybody, sorry for my very bad english (french guy! logical). I hope you see what I'm looking for.
    I'm scripting (javascript) an exporting script of every articles from a multi-pages indesign script.
    In fact I could have one or more article in one file, every one of them is on an separate xml element. for each I have to export an xml file named with, first, the page number where appears the xml element, second, the number of exported article.
    I'm success the second purpose, but not the first.
    Someone have an idea ?

    Try this,
    var myDoc=app.activeDocument;
    var root = myDoc.xmlElements[0];
    var docTag = root.evaluateXPathExpression('//doc');
    for(i=0; i<docTag.length; i++)
        var docPos = docTag[i].insertionPoints.lastItem();
        var docFrame = docPos.parentTextFrames[0];
        var docPage;
        try
             docPage = docFrame.parentPage;
    catch(e)
            docPage = docFrame.parent.name;
        alert(docPage.name);
    Vandy

  • How to find out which WBS Element is assigned to which Cost center?

    Hi all,
    How to find find out that this WBS element matches this cost Center? I mean, How to find that all these WBS elements are assigned to this cost center? Can you all please give me the corresponding fields and tables? And what are the fields for COST CENTER GROUP and COST ELEMENT GROUP?
    Thanking you all in advance,
    Chandra sekhar

    Hi,
    look here:
    1) <a href="http://help.sap.com/saphelp_47x200/helpdata/en/25/908fc66d8411d194f000a0c93031df/frameset.htm">Cost Center Group</a>
    2) <a href="http://help.sap.com/saphelp_47x200/helpdata/en/08/51451143b511d182b30000e829fbfe/frameset.htm">Cost Element Groups</a>
    the connection is, when you post a FI-document:
    you need a G/L - account and an  account assignment
    (WBS-Element or cost centre in you case WBS)
    this data is put from FI per interface to Controlling:
    here you have the cost-element (= G/L account)
    and the CO-object
    you'll find all combination of cost-elments and co-objects in Table cosp
    -> Re: Finding all Cost elements related to a Cost center
    pls reward useful answers
    Message was edited by: Andreas Mann

  • How to find out the amount assigned to WBS element

    Hello Friends,
    Will you please inform how to find out the (amount/value/budget) assigned
    to WBS element
    Which Table it is stored in?
    Thanks in Advance
    Bset Regards
    Diwakar

    Hi Diwakarnd,
    You can use any of the following reports to get the information you require.
    1. <b>S_ALR_87013557</b> - Budget/Actual/Variance
    2. <b>S_ALR_87013558</b> - Budget/Actual/Commitment/Rem Plan/Assigned
    3. <b>S_ALR_87013559</b> - Budget/Distributed/Plan/Distributed
    Some of these reports use a complex selection criteria from various tables which has been grouped together, logically by SAP. The Logical Database table name for PS is <b>PSJ</b>.
    Execute transaction code <b>SE36</b> -> <b>PSJ</b> -> (Subobject : Radio button <b>Structure)</b> -> Click on <b>Display</b>.
    You would see all the underlining tables used.
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • How to find out query name using Elements of the query builder.

    Hi SDNers,
    how to find out query name using Elements of the query .
    thanks,
    satyaa

    Hi,
    For having a look at the relation between BEx tables,check the link below:
    http://wiki.sdn.sap.com/wiki/display/BI/ExploretherelationbetweenBEx+Tables
    -Vikram

  • How to find the Project and wbs Element System Status

    Hi all,
      How to find the Project and wbs Element System Status.
      We can find the system status in the CJ20n transaction but I want the table and field name where it is stored.
    Regards
    Raghavendra

    Hi,
    try table <b>jest</b> with key = prps-objnr
    Andreas

  • How to find parent wbs element from child wbs element

    Hi ,
            I have a WBS element . How to find its parent WBS element . What should be the logic and table fields should i consider ? Please help me , its urgent.

    You can use the BAPI_PROJECT_GETINFO function module to get this info.
    The function is very well documented, and it looks like the table E_WBS_HIERARCHIE_TABLE should have the WBS heirarchy in it.
    Hope this helps.
    Sudha

  • How to find the data flow in pipes

    Hi All,
    I am working on an existing created job which have the query that mapped to a input file from there it have a couple of Query transforms. After the second Query transform there are multiple Pipes with different query transform in which all of the querys are target to a error table and one pipe is target to a clean table.
    I want to know how the data is flow into the clean table and error table. How to find the conditions saying which record needs to go into the clean table and which record needs to go into an error table.
    Thanks

    No such public document available from Oracle unless from Oracle Education.
    for some specific operation you can check Process tab inside Oracle Application which shows the data flow as part for workflow process.
    Regards
    Prashant Pathak

  • How to find Printer preferences in Photoshop Elements 8 for Mac?

    Does anyone have an idea where or how to access the printer preferences or dialog box through Elements 8 for mac? I have an Epson R2880 and am trying to access the printer preferences to be able to change the paper type, print in B/W or choose different things. I am able to access this on Elements 8 for Windows but not for Mac, does it exist or am I looking in the wrong place?

    After you click Print in the PSE print window, the OS X print window appears. You may need to click the arrow to the right of the printer's name to expand the dialog box to see the menus, but you'll find the paper/ink settings in the pulldown menu in the middle of the larger window.

  • How to find the WBS element for the payment document?

    Dear All,
    How to find the WBS element in the payment document?...I know in payment doc there will not be any WBS but is there any option where I can find in any of the Tables.
    I am in the process of developing a Z report where i need to fetch the payment documents based on WBS. Can any one please help me on this.

    Hi Ram,
    As you are not giving any input of WBS at the time of payment you cannot fetch this directly. But to know the WBS for the reporting purpose on which WBS the payment has been made, you can develop a Z-Report. The WBS elements of clearing documents against the payment entry can be fetched out.
    In this report if there is a single payment against many invoices also possible with different invoice and WBS elements to be displayed on the Z-Report
    Regards
    Divya S

  • How to find associated text frame with XML element?

    Hello experts, I am new to InDesign CS SDK and have a question.
    I am building an Extension to import an XML document into an InDesign template. As the content in XML can be unpredictable, in the Extension, I want to loop through all the XML elements and make sure it has associated text frames, and if it doesn't, I want to create a text frame and set the content to the text frame.
    I think I figured out how to create a new text frame in page and set the content in the frame, but I am having difficulty finding an associated text frame for an XML element.
    If anyone has a sample code finding a text frame for an XML element, I appriciate it. Or if anyone can tell me what document I need to look, it will be great too.
    Thanks,

    Here's a code snipet with null checks removed:
    UID MyClassName::GetFrameForXMLElement(IIDXMLElement* inXMLElement)
        InterfacePtr< ITextModel > textModel( Utils< IXMLUtils >()->QueryTextModel( inXMLElement ) );
        InterfacePtr< IFrameList > frameList( textModel->QueryFrameList() );
        UID aFrameUID = frameList->GetNthFrameUID( 0 );
        return aFrameUID;

  • How to find the size of the pipe. I mean the total number of bytes/messages available in the named pipe?

    How to find the size of the pipe. I mean the total number of bytes/messages available in the named pipe?
    NAVEEN

    I'm afraid this forum for Microsoft Project Customization and Programming  is not the correct forum for your question. Please Choose correct forum in order
    to get help from experts. I think your question is more relevant to SQL server
    kirtesh

  • How to find the elements of an array

    I want to find the number of elements in an array, and I can't find the tutorial that shows how to find it. If anyone could point me in the right direction, it would be greatly appreciated.

    warnerja wrote:
    flounder wrote:
    DrLaszloJamf wrote:
    You mean x.length?<pbs>
    Depends upon your interpretation of "number of elements in the array"
    int[] numbers = new int[10];
    numbers[0] = 42;
    numbers[1] = 666;Number of elements in the array is 2 not 10.
    </pbs>If you used something other than a primitive type for the array element type you could have a case. A value of integer zero for the other elements is still a value, so there are indeed 10 elements there.Even if it were not primitive, every element would have a value. That value would either be null or a reference.

Maybe you are looking for

  • Could not find the main class: SearchExcel.  Program will exit.  ????

    sekic0429{uabudd_milou}[w10/rbssw/2.0] pwd /tmp/MyJava/jexcelapi sekic0429{uabudd_milou}[w10/rbssw/2.0] printenv CLASSPATH /tmp/MyJava/excelapi:/app/jdk/1.6.0_16/jre/lib:/app/jdk/1.6.0_16/lib sekic0429{uabudd_milou}[w10/rbssw/2.0] ls build ExcelSearc

  • IDVD6 - To burn to a DVD directly from a DVD

    I'M NEW TO IMAC AND I WOULD LIKE TO KNOW HOW TO BURN A DVD MOVIE TO A BLANK DVD. I'M A WINDOWS USER AND IT WAS VERY EASY WITH WINDOWS, SO FAR I FIND IT VERY DIFFICULT WITH MY MAC COMPUTER. PLEASE HELP. THANK YOU.

  • Multiple Idoc in BPM

    I have seen this Blog  "IDOCs (Multiple Types) Collection in BPM" In which  case we collect multiple IDOC .Could any one give me a real time example  with three different IDOC's With Regards, Raju

  • Database Shutdown In Streams Bi-directional Configuration

    I have a simple question. I am running bi-directional Streams replication between two 11gR2 databases. I have to shutdown one of the databases for server maintenance for about two hours. Should I leave the Capture Process running in the other databas

  • Convert IDOC DEBMAS06 to a new BAPI

    Hi, I need to use a BAPI for Customer Creation. Currently we are using an IDOC: DEBMAS06. I checked the STD bapis available but they do not update all the fields from KNA1, like e.g.: flds in structure SI_KNA1 (General Data...). Can anyone tell me ho