Need Tables and Func Modules related to Project Systems

Hi
      I am working on a custom program that Creates Project ( CJ01) using standard Project Def.
     All WBS elements of  Standard Project Template  should be copied to the newly created Project
    I am not able to get any Standard Func Module which creates new WBS elements from Standard WBS elements.
  It will be of great help for me, if any one has info on this.
thanks in advance.

Hi
See the Tables
PRPS  -WBS element
PROJ - Project Definition
other tables are
PRTE,PRTX,PSTX,PSTT  -Scheduling data for items
PRHIS
see the fun modules
CJPN_GET_WBS_ELEMENT
CJPS_GET_WBS_ELEMENT
PSBW_GET_TEXT_WBS_ELEMENT
PSBW_GET_WBS_ELEMENT
K_PROJECT_WBS_PLANVALUES
AIPR_GET_HIERARCHY_TO_WBSELEM
CJDW_GET_NEW_WBS_ELEMENTS
Reward points if useful
Regards
Anji
Message was edited by:
        Anji Reddy Vangala

Similar Messages

  • Need tables and reports on IS-M/AM

    need tables and reports on IS-M/AM

    Hello Susan,
    Please check this link:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/49/e98c371e558216e10000009b38f889/frameset.htm
    Reg
    assign points if useful

  • Any  module  related to Embeded systems in SAP

    Hi ,
    sorry guys for posting these type of questions.. but i did't get any information related to this..
    Is there any SAP module related to Embeded Systems... actuvally one of my friends finished his BE he is the ECC student.. He wants to come into SAP technologys...for him which module is suggestable in SAP... is there any module Related to Embeded systems in SAP... plz suggest me..
    Thanks
    Babu

    SAP Portal is the best place where he can start with. It has JAVA, J2EE and other embedded systems. The career is on high demand.
    There are no SAP modules that support the system you specified.
    All the best.
    If helped, pl do reward.
    Thanks
    Narasimha

  • WOrkflow related table and zfunction modules used in a particular workflow

    hi gurus,
                  we need to develop a tool to findout the custom WF, custom BOR and workflow related Zfunction modules used in a particular workflows in the client system.
    Eg-
          I have a custom workflow i need to find the list of all zfunction modules , z includes used in that Workflow.
    please suggest us  the table names which stores ZFunction module or z includes used in particular workflow
    Regards,
    Hari

    The only way to do this is to read through the source code of all the objects accessed within workflow and look for the relevant ABAP statements that access Z tables or function modules.
    [This wiki|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/utilitytosearchABAPsourcecodeandTextelementsfora+string] should get you started on that part.
    As far as the objects are concerned, this is another story altogether. Something as simple as using an SAP standard object attribute in work item text could actually be a delegated subtypes with a redefined virtual attribute.
    So you need to scan everything: all tasks in a workflow and methods, as well as all container elements of each step. You will also need to navigate the object hierarchy to deal with delegation and subtypes. Then you need to consider propagation, what about Zfunction modules called by Zfunction modules in workflow? What if the method submits a report - you would need to scan that report and everything else that it calls and so on.
    This could be a fiendish challenge but sounds like a fun project. Good luck!

  • Hash table and function module input

    Hi ABAP Expert,
    Please advise what happening if i am passing the intertal table (hashtable) become input of function module (table).
    so insite the function module is this table still hashtable type or just normal internal table ?
    Thank you and Regards
    Fernand

    Typing of such parameter should be either generic (i.e ANY TABLE) or fully specified (HASHED/SORTED/STANDARD TABLE). In both cases when you pass i.e. HASHED table to that formal parameter the dynamic type will be inherited by the actual paremeter.
    This means that inside the function module you will not be able to use HASHED table "banned" statement i.e. not appending to this table. The system must be fully convinced about the type of passed parameter to allow certain access. Without that knowledge it won't pass you through the syntax checker or will trigger runtime error.
    I.e
    "1) parameter is typed
    CHANGING
       C_TAB type ANY TABLE
    "here you can't use STANDARD/SORTED table specific statements as the dynamic type of param might be HASHED TABLE
    append ... to c_tab.  "error during runtime
    "2) parameter is typed
    CHANGING
       C_TAB type HASHED TABLE
    "here system explicitly knows that dynamic type is the same as static one so you can append to this table too
    append ... to c_tab.  "syntax error before runtime
    So the anwser to your question
    so insite the function module is this table still hashtable type or just normal internal table ?
    is...
    During syntax check system takes static type of table and shouts if table related operation is not allowed for this kind.
    During runtime system takes dynamic type of the table and checks whether particular statement is allowed for this kind of table, if not triggers an exception.
    Regards
    Marcin

  • Need table and field

    Hi experts,
    These are the table and field i want get it, but there's no data appear when i try it in my sapscript form.
    ALV_SAPLQMAL_001
    CHANGED_DATE
    ALV_SAPLQMAL_001
    CHANGED_TIME
    ALV_SAPLQMAL_001
    CHANGED_BY
    ALV_SAPLQMAL_001
    FIELD_CONTENTS
    Please advise, i need alternative table-field name to retrieve data.
    Thanks in advance, I'll rewards marks ~

    Hi S.r.v.r.Kumar ,
    I can't get the correct table and field to display the data in my form (sapscripts)
    In t-code QM03 - Extras - Notification Documents - Action Log
    These are the data i want it to be at my form (sapscripts)
    http://img406.imageshack.us/img406/7774/q2yh3.jpg
    Any ideas to get the table and field for the data in the 3 column n row?
    Please kindly advice, thank you.
    Edited by: miLka Sasa on Jun 20, 2008 10:09 AM

  • Need  table and field to know whether GR was done for PO

    Hi gurus,
    I want to know whether GR was done for an PO.
    Through which table and field I can know it?
    regards,
    vimal

    Hi
    If  GR / IR is done for the PO, the PO gets updated in table EKBE - Purchase order history.
    If No GR /IR  is done then PO will not appear in this table
    Thanks & Regards
    kishore

  • Need table and field in MIRO

    Hi,
    Here they change the invoicing party while doing MIRO for import orders only.
    Now they want to track the Invoicing party with the concerned material and quantity involved. So can anyone say the concerned table and field.
    regards,
    sathya

    Hi,
    Tables are:
    RBKP (Invoice Header)
    RSEG (Invoice Item)
    and fields:
    Invoicing Party can be found
    RBKP table LIFRE field
    Quantity from RSEG MENGE field
    (and MEINS Base Unit of Measure)
    Material number from RSEG MATNR field
    And you can join RSEG and RBKP with BELNR field (Inv.Number)
    Hope it helps

  • Change Table Fields in "Costing" in with Project System (PPM 5.0)

    Dear Gurus;
    I need to know, how can I change fields in "Costing" with Project System (Project Management in tab name "Accounting").
    The integration works well, but I need to view the values of: Actual, Plan and Commitment.
    In the Standard way, just only can see the Plan (with the colum "Costs").
    Please, help.
    Best regards.
    Mariano.
    Edited by: Mariano Sabiche on Apr 27, 2011 3:17 PM

    Hi Mariano
    The particular screen you are referring to will only show the planning on Easy Cost Planning due to the labour costs and revenues planned on the cProject.  You can use the services&deatil on the assignment - click on the WBS assigned to get the detailed list of services for the assigned WBS element.  You can then click on Detail Data to get detailed data on the assigned WBS element.  If you want a report with all the data, best use the BW cubes for that to combine cP and PS data.
    Hope this helps
    Regards
    Duan

  • How to get data from the Tables (Can func.module help then how to write )

    Hi,
    Can anyone tell the use of functional module to extract the data from R/3.i am working on PM module and need to extract the status of work order and equipment which i can get from First i had to get objnr then i had to go to jsto in jsto i get stsma and estat. by using estat and stsma i can get status in table tj30t here estat is same as stat in jest table.
    how to get all these in bw . any help.
    I need status of work orders and equipments which exists in tj30t or we can get from tj30 tables in the fields txt30 and txt04
    Any one pls help to get all these stuff from R/3 to BW
    Regards
    Srini-----

    Hi
    You need to enhance (write a user exit) for your Data Source.
    Here are some links on UE:
    Enhancment Framework
    ====================
    SAP Help Enhancment Framework
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    Enhancements in sap bw
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    User Exit Enhancments
    Enhancement
    User exit
    BADI
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    Reg's
    Edan

  • Select a Row in a table and display the related in formation

    I have a uix page displaying table "room" ,there are several patients in every room .What I want to do is: Using "SingleSelection" to select a room and display some attributes of this room and the related patients in a table with using another page. How can I do this? Can I do it declaratively?
    room.uix
    <bc4j:table name="viewTable" width="80%"
    alternateText="No rows found">
    <tableSelection>
    <singleSelection selectedIndex="0"
    shortDesc="Select Row"
    text="">
    <contents>
    <submitButton text="Rooms"
    ctrl:event="update"/>
    </contents>
    </singleSelection>
    </tableSelection>
    <bc4j:keyStamp>
    <bc4j:rowKey name="key"/>
    </bc4j:keyStamp>
    <contents>
    <!-- A bc4j:column element is added for each attribute
    in the ViewObject. -->
    <bc4j:column attrName="PacsDemonstrationId">
    <columnHeader>
    <bc4j:sortableHeader/>
    </columnHeader>
    how to then write patients.uix?...
    Thanks
    Yong

    Hi,
    Check the below thread
    [Find the records in Table control    |Reg : Find the records  in Table control]
    in the above thread, you can omit the POPUP_GET_VALUES function module since you have an input field for search purpose
    Hope this serve your purpose
    Cheers
    Ramchander Rao.K

  • Csv file to database tables and also foreginkey related columns directly

    i have created dimensions tables in ssis  and i need to load  the data into that tables from my given csv files. iand i have foriegien key columns of fact table for this also data need to load

    definitely we have primary key relations..  the tables contain primary keys and forien keys  i have created tables nearly 20 tables  in sql server some of them consist of dimensions and facts.. so i have an csv files of data. so that i need
    to load data in that tables by using ssis package
    i have an idea taking one data flow task in control flow task for  each and every single table i am taking one oldb destination. for each and every one i need source as csv file. by connecting this both we can load data
    but i need to load data into 20 tables by taking on dataflow task..how it is possible any solution and any different ways to load data from csv files to ssispacke tables

  • Syntax check for tables and function modules

    Hi,
    I am writing a program that perform syntax check on object such as executable programs , function modules and tables.
    Syntax check works fine for programs, but not for tables.
    How can I perform syntax check on my tables or structures?
    I get my data from the table TADIR. But I don't get my function modules from there. What is the table for this.
    Thanks 4 ur replies.
    Parvez

    hi
    good
    generally in sap while creating a table or structure we get the error and we solved them,but like reports during runtime it is not possible to check the syntax of a table or structure.
    thanks
    mrutyun^

  • Field GRP_PSP relating to project systems

    Hello,
    Need to find the table in which field GRP_PSP would be available. This field is 'Grouping WBS element' for material attached to project.

    Hi Nidhi,
    I was unable to to find your desired field but the field you may want for (wbs elements) is GRPKZ. You may find it in table
    TMC73
    PRPSS
    PRPS
    VSPRPS_CN.
    Regards,
    Nikhil.
    Edited by: Nikhil Kanegaonkar on May 20, 2009 10:48 AM

  • Resource related billing project system

    Hi guru,
    I have the following questions:
    1) It is possible to use RRB in PS without use the easy cost planning? IF yes, which is the transaction?
    2) For use RRB, I have to created first a sales document linked to WBE or the system create sales order itself?
    Thanks
    Regards

    Hi,
    1. Yes, it is possible to use RRB without ECP. Use Tcode DP91
    2.  Question is not apt. It depends on how you configure the system and use in your business scenario and system will not create the sales order.
    I would suggest you go to through SAP help and get more details. You need also know more on DIP profile configuration. Also, go to SAP Note 301117 and refer Introduction to DIP document.
    Regards,
    Kabir

Maybe you are looking for

  • Why the White Lines around imported Photoshop Images

    Working in CS6, importing native Photoshop images into an Illustrator gradient.  Certain imported Photoshop images, with transparent background, produce white lines bordering the images.   The white lines stand out against the AI gradient.  The white

  • Downloading  Lion from the app store

    I purchashed Lion from the App stor and was able to download it on my Mac Pro. I just got a new MacBook Pro which has 10.6.8 on it and want to download Lion to that. I accessed the app store on the MBP and see where the download option for Lion is in

  • Where is get_previous_order_id defined ?

    Hi, I am trying to learn apex and I have no good time (docs and tutorials aren't arranged the way I would like them ....). I'm using the hosted environment (apex.com) and studying the sample application. In the master detail page example there are tw

  • Sysprep and Capture TS problems

    I am trying to capture the image of a reference machine I have in VirtualBox. I am working in MDT 2012. The first pass on this I initiated the process from the CMD window starting the LiteTouch.wsf from in the scripts folder. This worked to a point,

  • Setting KMS client key in MDT

    where exactly in MDT, Windows KMS client key should be entered? Thx. --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis