Create a PEP element

does anybody know if i can create a PEP with a bapi in an exsisting project?, i mean there is a project with some peps, and i want to create a new one in this project and put in the level i decide , can i do that?, what is the bapi?
thanks in advance

I assume you are trying to attach materials to network activity which is assigned to WBS.
Your error is because of missing configuration in below mentioned node:
In SPRO maintain the 'Define Checking Control' under Project Systems->Material->Availability Check (T code OPJK)
For plant AT01 and Order Type Z031 maintain parameters which are suitable to you. Before this you need to check the node OPJJ.
Regards
Sreenivas
Pls close this post if satisfied.

Similar Messages

  • I have tried to view videos created in premiere elements 10 and I get the following message: "this file type is not supported, or the required codec is  not installed.  When it opens there is a red screen in the monitor panel with Korean writing which als

    I have tried to view videos created in premiere elements 10 and I get the following message: "this file type is not supported, or the required codec is  not installed.  When it opens there is a red screen in the monitor panel with Korean writing which also appears in the place of each clip in the video.  I tried uninstalling and reinstalling premiere elements 10, but that did not have any effect on the video.  Do you have any suggestions?  I researched codec, but do not understand them at all.

    gloucester
    In case you did not find it, the following is a copy/paste of the Announcement on Premiere Elements 19/NVIDIA GeForce
    that appears at the top of this forum.
    Premiere Elements 10 NVIDIA Video Card Driver Roll Back
    If you are a Premiere Elements 10 user whose Windows computer uses a NVIDIA GeForce video card and you are experiencing
    Premiere Elements 10 display and/or unexplained program behavior, then your first line of troubleshooting needs to be rolling
    back the video card driver version instead of assuring that it is up to date.
    Since October 2013 to the present, there have been a growing number of reports about display and unexplained workflow
    glitches specific to the Premiere Elements 10 user whose Windows computer has a NVIDIA GeForce video card. If this applies
    to you, then the “user to user” remedy is to roll back the NVIDIA GeForce video card driver as far as is necessary to get rid of
    the problems. The typical driver roll back has gone back as far as March – July 2013 in order to get a working Premiere
    Elements 10. Neither NVIDIA nor Adobe has taken any corrective action in this regard to date, and none is expected moving forward.
    Since October 2013, the following thread has tried to keep up with the Premiere Elements 10 NVIDIA reports
    http://forums.adobe.com/thread/1317675
    Older NVIDIA GeForce drivers can be found
    http://www.nvidia.com/Download/Find.aspx?lang=en-us
    A February 2014 overview of the situation as well as how to use the older NVIDIA GeForce drivers for the driver roll back can be found
    http://atr935.blogspot.com/2014/02/pe10-nvidia-video-card-roll-back.html
    ATR

  • CO-PA: COGS accounts created as cost elements

    hello,
    I have a question regarding COGS accounts, being created as cost elements. This was not causing problems, because client was using real internal orders for profit analysis. In the next phase of project, during implementation of costing based CO-PA, now I have problem, because of this situation, because I can not delete created cost elements  (only possible at the beginning of the new fiscal year) , and the system asks for cost object assignment during GI creation. I was considering OKB9 assignment, but I think this will cause double values in CO-PA. Maybe temporary solution, by using real internal orders till the end of the year, and then deleting existing cost elements for COGS accounts, could work?
    Please, advise what to do to solve this situation.
    Thanks in advance,
    Dusko

    Hope you are not using account based COPA
    To avoid double values in COPA, you can do one of two things,
    1) after the costs are transferred to the internal order, you can just keep them there without doing settlement, let the users know that there will be under absorption for the internal order.
    2) If the users are not willing to have under absorption in the internal order, you can transfer the costs to a value feild in COPA which is not reflected in the report in KE30 (Remember that you may loose one value feild in COPA this way)
    Both make no effect on KE30 report as data will be transfered to COPA at the time of billing
    Br Naveen

  • Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    jayarl
    Please do not duplicate thread. It gets confusing for you as well as for those trying to respond to your question.
    I have replied to your question in your other thread.
    https://forums.adobe.com/thread/1662961
    Please continue the discussions there.
    A moderator will probably delete or close one of the duplicates as soon as seen.
    Just a note...Photoshop Elements 13 and Premiere Elements 13 are standalone products. Each comes with the
    Elements Organizer 13. When both are on the same computer, they share the same Elements Organizer 13.
    ATR

  • Problem in Dynamically create Group ui element

    Hi everyone,
    I was trying to create group UI element  dynamically in Webdynpro ABAP. I was getting Error :Access via 'NULL' object reference not possible.
    I have gone through the following procedure
    Create component with window and view
    In view layout Method: WDDOMODIFYVIEW and done the following code
      Source Code
    if first_time  = ABAP_TRUE.
    data:lr_container type REF TO CL_WD_UIELEMENT_CONTAINER,
          lr_flowdata TYPE REF TO cl_wd_flow_data,
          lr_group TYPE REF TO cl_wd_group,
          object type REF TO IF_WD_VIEW_ELEMENT.
    CALL METHOD view->get_root_element
       receiving
         root_view_element = object.
    lr_container ?= object.
    CALL METHOD cl_wd_group=>new_group
       EXPORTING
         design                   = 01
         enabled                  = ABAP_TRUE
         has_content_padding      = ABAP_TRUE
         id                       = 'GRP1'
         view                     = VIEW
         visible                  = 02
       receiving
         control                  = lr_group.
    CALL METHOD lr_container->add_child
       EXPORTING
         the_child = lr_group.
    CALL METHOD cl_wd_flow_data=>new_flow_data
       EXPORTING
         element     = lr_group
       receiving
         control     = lr_flowdata.
    endif.
    To get Group ui element dynamically what i have to do rather than the above code
    Thanks in Advance
    Sreenivas P

    Hi Sreenivas,
    Try to debug and find what line the error occurs and return it to us.
    If the error occurs in
    CALL METHOD view->get_root_element
       receiving
         root_view_element = object.
    or in
    lr_container ?= object.
    you will need to check content of object.
    Best regards

  • How to create a context element

    Hai,
    How can i create a context element for a view dynamically.
    regards,

    Hi,
    Context element or context attribute?
    For context element use appropriate method in your IWDNode implementation and after creation call add method of node.
    For context attribute - see appropriate tutorial :  https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/tutorial on dynamic programming of web dynpro applications - 17.htm
    Best regards, Maksim Rashchynski.

  • How to create an UI element dynamically on action in drop down?

    Hi,
    How to create an UI element dynamically on action of selecting a value from the  drop down?
    help out with the steps i need to follow..

    Hi,
    <u><i><b>Dynamic UI Element creation</b></i></u>
    We can create it only in the WD Modify View.
    Get the instance for the Root UI Element Container.
    Create the UI element Ex: Input Field, Text View etc.
    Bind the UI Element to the Attribute Value.
    Now bind the UI Element to the Root UI Element Container.
              IWDTransparentContainer root =(IWDTransparentContainer)view.getRootElement();
              IWDDropdownByIndex DdbName = (IWDDropdownByIndex)view.createElement(IWDDropdownByIndex.class,"DdbName");
              IWDDropdownByIndex DdbAge = (IWDDropdownByIndex)view.createElement(IWDDropdownByIndex.class,"DdbAge");
              IWDDropdownByIndex DdbGender = (IWDDropdownByIndex)view.createElement(IWDDropdownByIndex.class,"DdbGender");
              IWDNode Mad =wdContext.getChildNode("Person",0);
              IWDAttributeInfo NameAtt = Mad.getNodeInfo().getAttribute("Name");
              IWDAttributeInfo AgeAtt = Mad.getNodeInfo().getAttribute("Age");
              IWDAttributeInfo GenderAtt = Mad.getNodeInfo().getAttribute("Gender");
              DdbName.bindValue(NameAtt);
              DdbAge.bindValue(AgeAtt);
              DdbGender.bindValue(GenderAtt);
              root.addChild(DdbName);     
              root.addChild(DdbAge);
              root.addChild(DdbGender);
    <u><i><b>Dynamic Action Creation</b></i></u>
    Create the Action in the Action tab.
    Create a Button.
    Get the reference for the created action (Through the Event Handler).
    Bind the Action to the Button.
    Bind the Button to the Root UI element Container.
    IWDButton ButGo = (IWDButton)view.createElement(IWDButton.class,"ButGo");
    IWDAction ActGo = wdThis.wdCreateAction(IPrivateStartView.WDActionEventHandler.GO,"Click");
    ButGo.setOnAction(ActGo);
    root.addChild(ButGo);
    Now write the required code for the Event Handler that is associated with the Action.
    //@@begin onActionGo(ServerEvent)
        IWDNode Mad = wdContext.getChildNode("Person",0);
         wdComponentAPI.getMessageManager().reportSuccess(Mad.getCurrentElement().getAttributeAsText("Name"));
         wdComponentAPI.getMessageManager().reportSuccess(Mad.getCurrentElement().getAttributeAsText("Age"));
         wdComponentAPI.getMessageManager().reportSuccess(Mad.getCurrentElement().getAttributeAsText("Gender"));
    //@@end
    Regards
    SURYA

  • Can I back up individual image files to a slideshow DVD created in Premiere Elements 4.0?

    I created a Premiere Elements 4.0 Project including 3 separate photo slideshows. The slideshows were created in Photoshop Elements 6.0 and imported into my Premiere Elements project. I was hoping that when burning the project to DVD, my image files would also be individually backed up.
    When I give the DVD to family members I would like them to have access to the image files so they can print or use them individually. I would like to do this in 1 single DVD rather than giving them a DVD with the slideshows and a DVD with the image files. I was able to do this with a previous DVD authoring program I was using, but I cannot figure it out with Premiere Elements 4.0.
    Any ideas if this is do-able with Premiere Elements 4? (I am running Windows Vista Home premium SP1 - 64bit - 3GB RAM)

    Thanks for your help. I tried this. I burned the project to a folder (4.7GB) then to that folder I added a folder with my photos. So in the folder there was "Photos", "OpenDVD" and "Video_TS". I had 3 separate folders within the "Photos" folder, to keep the 3 slideshow photos grouped.
    I burned the entire folder to a DVD using my burn tool. I don't even know the name of the software I used, but I think it was just the Toshiba burn tool. I dragged and dropped the folder into my new disc folder, then at the top of my screen clicked "burn to disc", I named the disc and chose from the formating options "Mastered: disc can be read on other computers and some CD/DVD... no new data can be added..."
    Once burned I checked it on my DVD player and now it recognizes only the individual jpg files so it does a generic slideshow of these images rather than my slideshow project. (no menu, music...) Putting the disc in my computer I could access either the files or the slideshow project, but not on my home DVD player.
    I burned the folders to 2 separate discs, once dragging the whole folder to the disc and once opening the folder and dragging only the individual folders to the disc.
    Please tell me what I'm doing wrong. thanks.

  • How to create a container element in workflow container

    Hi,
    I am learning WF by a Tutorial. In which absence of notification was considered as example. As per tutorial, I created two task for creating a Notification and checking a absence
    In the next step it ask to create a container element(approver) to workflow container. How i can create the same.
    Also, please clarify me on the binding between task container and workflow container....with this example
    Thanks
    Suresh

    Hi,
    On the workflow builder LEFT side below the navigation area u can see this <Double-Click to Create>.
    Double click and create the container.
    During binding it looks as follows.
    Workflow  -
    >   Task
    Workflow <----
    Task
    What happen here is from workflow the data passed to task and it is used for processing, after that it returned back to the workflow. Now u can create the container on bothside and bind the data. ie Variables.
    Creating container u can refer : http://www.****************
    Reward for useful answer.
    Richard A

  • Which G/L accounts to be created as Cost Elements

    Hi
    I wanted to know which G/L accounts should be created as cost elements since there are some G/L accounts that are usually not created as cost elements. Wats the logic that one needs to keep in mind while creating cost centres?

    Hi,
    G/L accounts are of two types
    1) Profit and loss account
    2) Balance sheet account
    There are two types of cost element
    1) Primary Cost element
    2) Secondary Cost element
    In P&L statement, expenses and revenues are shown.
    Similarly in cost center costs are depicted, maybe departmentwise or product wise, etc..
    So for every P&L account primary cost element is created so that these costs flow to cost center or in other words  it is reflected both in Financial accounting and in Controlling.For secondary cost element you dont require an existing G/L account.
    In short secondary cost element are used for assessment and distribution
    I hope your doubt is cleared
    Asha

  • Consumption accounts not created as cost elements - Implications

    Hi
    There are following GL accounts as an Expense GL accounts:
    Cost of Raw Material Consumption
    Cost of Finished Goods Manufactured
    Cost of Finished Goods Sold
    Change in Stock WIP.
    I have not created them as cost elements since its asking me cost center when i do any PGI or issue to sub contract stock, etc.
    So i wanted to know the implications on CO-PA if i do not create cost element. I believe that value will flow to CO-PA on the basis of material code.
    Further my doubt is, if i do not create it as cost element, how it will impact my cost center reports and product costing.
    Please help. I am confused very much.
    Edited by: Meenu_ND on Aug 4, 2011 7:55 PM

    Hi Meenu
    cogs - can not be created as cost elements- GBB-VAX- COSTING BASED COPA- MTS
                Can be created as cost element -GBB-VAY- COSTING BASED COPA- MTO
    always as a cost element GBB-VAY- Accounting based copa
    Thanks
    ram

  • Create one plan element for multi org in OIC R12

    Hi There,
    Can I create one plan element and use this plan element for 2 orgs, like US and CANADA?
    In EBS R115, I have to create more than 100 plan elements in each org.
    I want to know in R12 if i still need to do this. If I can create one set plan elements for multi orgs, will save a lot of time. The only difference of org US and CANADA is currency.
    Thanks a lot !

    It is same in R12 also. You need to do the same as what you did in 11i. Not much changes on plan definition side.

  • Check list for creating a cost element?

    Hi,
    Who can provide a check list for creating a cost element?
    Thank you.
    Kind regards,
    Linda

    Hi,
    Cost Elements are broadly of two categories - Primary and Secondary cost elements.
    In case of primary cost element a GL Account should have been created and in case of secondary cost no corresponding GL account should exist. Secondary Cost Elements are used only in Controlling Module. The transaction codes are:
    KA01 - Create Primary Cost Element.
    KA06 - Create Secondary Cost Element.
    KA02 - Change Cost Element
    KA03 - Display Cost Element
    KA04 - Delete Cost Element
    KA05 - Display Changes
    Once transaction data is posted Cost Element cannot be deleted.
    Another point in Cost Elements is defining the Cost Element category. Cost Element category determines which Cost Element category can be used for which Business Purpose. For example cost element category 1 is used for primary costs and 11 is used for revenues.
    In the default account assignment tab, we can define a cost center / internal order and always the postings for that cost element will be posted to that cost object.
    Thanks
    Murali.

  • 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

  • Can we create a cost element for a Balance Sheet account?

    Hi folks,
    Is it possible to create a cost element for a balance sheet account? If yes, what are the scenerios we would need it and how is it done?
    thanks in advance

    Hello
    Please review the below information regarding cost elements category 90 : Financial Accounting Balance Sheet Accounts                                                                               
    Category 90  is automatically assigned when you create cost elements in CO whose   general ledger accounts in FI are asset reconciliation accounts            
    (special balance sheet accounts), not income statement accounts. You       
    cannot change this category in CO master data maintenance.                                                                               
    FI does not require CO account assignments to cost elements of             
    category 90. However, if you enter an account assignment, it is only       
    recorded statistically for real objects.                                                                               
    Category 90 allows you to check order or project budgets for fixed         
    asset procurement. To do so, enter the investment order or WBS element     
    in the corresponding field in the asset master. The Asset Management       
    component ensures that the order or element automatically appears in       
    the document when you access the asset procurement.                        
    The R/3 System debits the order/WBS element statistically in the           
    Controlling component, which you can then monitor with availability        
    control.                                                                   
    You can treat cost elements of category 90 as activity-independent as      
    part of cost center planning. 
    Also see note 75980  for further information.  From the note:
      The use of cost element category 90 is only provided in the standard        
      system in the following two cases:                                                                               
    1.  As of Release 3.0G, asset acquisitions and down payments which are      
          assigned directly to a fixed asset or asset under construction can      
          be assigned to an account on internal orders or WBS elements            
          statistically. In this manner, for example, an availability check       
          can be triggered on the order or the WBS element for asset posting.                                                                               
    2.  As of Release 4.0, cost elements of category 90 can also be created     
          for material stock accounts to display material make-to-order stocks    
          on sales orders or customer projects.                                   
    Regards
    Javier Reviriego

Maybe you are looking for