Query Regarding transfer of WBS element change data

Hi All,
We have a requirement in which we need to transfer the change/create/delete information for WBS element in SAP to a third party system for certain set of specified fields.
The problem we are facing is that the change and create information dosen't get updated in the CDHDR and CDPOS tables, but the master table for WBS element (PRPS).
One way of fetching the change information is to compare the old and new field values for the specified fields, which seems to be a tedious job.
Just wanted to know if there is any other possible solution to the above requirement????
Thanks in advance,
Manish Gupta

You should also include Oracle Warehouse Builder in your evaluation. It uses Oracle gateways to pull data from 3rd party databases and supports loading from flat files as well. If these data sources support ODBC, then you might be able to load via the ODBC (Generic Connectivity Gateway), wouldn't be super fast, but it you could manage the dowtime...
http://www.oracle.com/technology/products/warehouse/index.html
Donal

Similar Messages

  • WBS element changed into an account assignment element

    Hi Gurus,
    Please let me know that how to get WBS element changed into an account assignment element.
    regards
    mohan

    In what releation? For depreciation costs?

  • Derivation of Cost Center from WBS element MAster data at the time of invc.

    dear all,
    during invoice postings with wbs element account assignment system do not derive assigned cost center from wbs element master data.
    how can the system derive the cost center automatically??
    Is there any BADI available to this issue.
    regards
    saqib

    Dear,
    WBS is Real and cost center in the master data is for statistical postings i.e. responsible cost center in WBS.
    How to make substitution (OKC9) deriving the cost center in document line items / invoice posting etc.
    Kindly give detail process for its configuration steps and is there any BADI available which can be useful in this regards?
    Regards,
    Saqib Usman

  • User Exit / BADI to change Project WBS Element/Task data

    Hi,
    We are using BAPI BAPI_PROJECT_MAINTAIN to create Project in R/3. We are passing Company Code to Project Definition Structure ( BAPI_PROJECT_DEFINITION ). BAPI updates Header company code at line item ( WBS element / Task ) level also. We do not want company code at line item level.
    Is any User Exit or BADI available in the above BAPI to change WBS/Task data. Also I would like to know whether we can control data flow ( from header to Line item ) through customisation.
    Thanks in advance.
    Naren

    Hi,
    Thanks. BADI WORKBREAKDOWN_UPDATE has import parameters. It does not have export parameters. I can not change import parameter data.
    I am looking for user exit or BADI to change WBS/Task data.
    Regards,
    Narendra

  • 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 should create new wbs elements by copying from co.code 0400 and then  assign them to co.code 0015

    Hi,
    I would transfer it to new wbs-el. too - as Jonathan said.
    Andreas

  • Updating wbs element relevant data.

    HI abapers,
    Am new to BAPI concept.I searched in sdn and came to know that  BAPI_BUS2054_CHANGE_MULTI can update WBS elements.
    can anybody provide a piece of sample code to update wbs header and details like actual start date,controlling area using this bapi.
    Thank You.

    How did you solve this problem? I am following the given below approach, and I am receiving the same error.
    Error : 1.) Object WBS Element DS-11-1000-0058.01 could not be changed
    2.) No update flags or extensions were set for WBS Element DS-11-1000-0058.01
      gwa_bapi_bus2054_upd-wbs_element = 'X'.
      gwa_bapi_bus2054_upd-description  = 'X'.
      gwa_bapi_bus2054_upd-responsible_no = 'X'.
      gwa_bapi_bus2054_upd-applicant_no = 'X'.
      gwa_bapi_bus2054_upd-company_code = 'X'.
      gwa_bapi_bus2054_upd-business_area  = 'X'.
      gwa_bapi_bus2054_upd-profit_ctr  = 'X'.
      gwa_bapi_bus2054_upd-proj_type = 'X'.
      gwa_bapi_bus2054_upd-wbs_planning_element = 'X'.
      gwa_bapi_bus2054_upd-wbs_account_assignment_element = 'X'.
    (I have marked all fields with 'X')
      APPEND gwa_bapi_bus2054_upd TO git_bapi_bus2054_upd.
      CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
      CALL FUNCTION 'BAPI_BUS2054_CHANGE_MULTI'
        EXPORTING
          i_project_definition  = p_prj
        TABLES
          it_wbs_element        = git_wbs_element_chg (manually populated)
          it_update_wbs_element = git_bapi_bus2054_upd
          et_return             = et_return.
      READ TABLE et_return INTO ev_ret WITH KEY type = 'E'.
      IF sy-subrc NE '0'.
        CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          TABLES
            et_return = et_return2.
        WAIT UP TO 3 SECONDS.
        CLEAR ev_ret.
        READ TABLE et_return2 INTO ev_ret WITH KEY type = 'E'.
        IF sy-subrc NE '0'.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
          WAIT UP TO 3 SECONDS.
        ENDIF.
      ENDIF.
    I don't know what I am doing wrong. Please help!

  • Query regarding Transfer order creation

    Hi Experts,
    I have query regarding on creation of transferorder in WM.
    1) Once the delivery order received from SD ,  How  WM people  will proceed with that delivery order?
    2) Is it possible  to create transfer order for each item avaliable in delivery order?
    3)  Is there any chance to partial delivery/ partial picking against that delivery order?
    Please guide..
    Points willl be rewarded ..
    Thanks in advance..

    1.once the delivery order received from SD, WM will start up with creating a wave pick thru outbound delivery monitor(VL06P), then trasnfer order (TO)is created , then TO is confirmed and goods issue is posted.
    2.yes it is possible to create transfer order for each item avaliable in delivery order, if the delivery items are not grouped under a wave pick.
    3.partial delivery can be made

  • FM for standard WBS element change - CJ92

    Hi all,
    Is there any function module to make changes in standars WBS element/proj.def tocde- CJ92.
    If any knows, please provide me the same.
    Thanks much!
    Chandra.
    Edited by: Sekhar on Apr 7, 2010 1:10 PM

    Thanks... Is this work for standard WBS elements ?

  • Query regarding passing of an internal table data to a form

    Hi All,
    Please help me out regardingmy query.
    I have a standard driver program and a Z form(SAPSCRIPT). Suppose i have an RFQ and it has number of line items in it, I need to fetch them all for a RFQ and then pass to the form and as this functionality is not available in the driver program, i want to  achieve via a subroutine pool. Passing of the data via the itcsy structure and all or by calling a write_form and passing the element to it.
    Can u all let me know whether i can pass the data ie., multipe records of data to form from a program otehr than the driver program?
    Regards
    Priya

    Hi Priya,
                  Why you need separate subroutine, you will find all the required data in the driver program itself.
    Just identify the Standard Subroutine in NACE tcode,
    For all Standard Driver program is SAPFM06P
    For RFQ
    Application type is 'EA'
    Output types are
    1) New
    2) Reminder
    3) Quotation rejection
    Further standard subroutines used for each output type are
    1)ENTRY_NEU  -  New
    2)ENTRY_MAHN - Reminder
    3)ENTRY_ABSA - Quotation rejection
    and the above mentioned subroutines get the data required for the corresponding sapscript
    RFQ Docno :- ekpo-ebeln
    RFQ Item   :- ekpo-ebelp
    Regards
    Bala Krishna

  • Query regarding upgrading protection mode in a data guard

    I am using Oracle 10g in Linux platform
    Consider that I have a logical standby and a physical standby and now I want to upgrade the protection mode of physical standby but want the logical standby to retain the protection mode .
    According to the Oracle documentation they have specified that the following statement has to be issued from primary to upgrade protection mode of a standby
    SQL > Alter database set standby database to maximum availability;So to which standby this statement will refer to, whether logical standby or physical standby?

    Hi,
    What you want to do is very possible. Please not however the protection mode DOES NOT apply to a standby when you say a database has a certain protection mode, it applies to the primary.
    First to be in maximum availability you have to issue the command you state, and that applies to the primary, it is now in maximum availability but to get there it must have ONE standby that uses LGWR SYNC as the transport mechanism with AFFIRM.
    You can also have other standby's running from this primary, that DO NOT have to use LGWR SYNC, but can use the other available tranport mechanisms.
    This is explained here:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/protection.htm#CHDEDGIF
    cheers,
    jason.
    http://jarneil.wordpress.com

  • WBS element transfer from invoice to Fi Documents.

    Dear Friends,
    In our business process
      1. Project creation
      2. Delivery
      3. Project Invoice.
                       In this case we can see WBS elements in invoice item data. But this WBS elements did not transfer to Financial documents.
    Please suggest me how to transfer the WBS element from Invoice to FI Documents.
    Kindly Regards
    Arun

    Hi Arun,
    In the WBS masterdata, in basic data tab, if the " Account Assignment Element" is not ticked on, please tick it. After doing this, try the transaction from scratch once again. Now the posting document will have the WBS element.

  • Transfer of WBS to Operative Structure

    Dear Experts.
    I have come across a unique scenario where i have a WBS element which is carrying actual cost and commitment cost in it. Now the user needs this WBS element to be transfered to other operative project.
    Do we have any way where we can transfer this WBS element without affecting the cost in it. Even we are not using any settlement in this project.
    is there any way we can tranfer with or without the cost in it.
    Reply at the earliest will be appreciated!
    Thanks and Regards
    Praveen B M

    Hi,
    I suggest, you can create a required WBS in the relevant project and do the actual cost transfer using KB11N (WBS to WBS option). For committments you just need to change the account assignment in the origin object to the new one. Do mark the current WBS as closed and keep it to address the reporting requirements in future.
    Regards,
    Neeraj

  • Position id is blank-t.code CN43N-WBS element

    Hi All,
    The position id has been updated in the WBS element master data however the Position ID not displaying in T-code CN43N.
    Please let us know, is there SAP note have to implement for the same.
    Best Regards,
    Chinna

    Hi,
    In CN43N output, press 'Change Layout' button and include Position ID in you layout. Its available in standard report, no development or notes reqd.
    Regards
    Shrikant

  • How do we get complete hierarchy for a WBS element??

    Hi All,
    Is there any FM to get complete hierarchy for a WBS element??
    Or any other method that would achieve this requirement ??
    Eg:
    C.00103.1
    C.00103.1.1
    C.00103.1.2.3
    C.00103.2
    C.00103.2.1 etc
    If i give C.00103.1, all the WBS elements in the hierarchy should be displayed.
    Any pointers are of  great help.
    Regards
    Prathima

    Hi,
    Available Methods
    Getinfo : Read detailed information about WBS [ BAPI_PROJECT_GETINFO ]
    Maintain : BAPI: Project maintenance [ BAPI_PROJECT_MAINTAIN ]
    SaveReplica : Replicate work breakdown structure (ALE) [ BAPI_PROJECT_SAVEREPLICA ]
    The WBS hierarchy object type defines the hierarchy of the WBSelements. A project definition always has exactly one hierarchy. If theposition of a WBS element changes, the whole hierarchy has to berebuilt. Therefore, the WBS hierarchy object type has only one command:
    Create. Every WBS element receives exactly one entry in the table parameter IWbsHierarchieTable with which it defines its position.
    Command: Create
    Use this command to create or change a WBS element hierarchy for aproject definition. Enter the WBS hierarchy object type and the Create
    command in the table of the IMethodProject parameter. The commandrefers to all entries in the table of the IWbsHierarchieTable parameterthat contains the data for the data for the hierarchy. Each entry inthe IWbsHierarchieTable refers to a WBS element that describes its position relative to the other WBS elements.
    Example
    - Positioning WBS elements TRAINING , TRAINING.1 and TRAINING.2 . (WBS elements TRAINING.1 and TRAINING.2 are subordinate toWBS element TRAINING. WBS element TRAINING1 is positioned on the left of TRAINING.2.)
    IMethodProject
    OBJECTTYPE = WBS-Hierarchy
    METHOD = Create
    OBJECTKEY =
    REFNUMBER =
    OBJECTTYPE =
    METHOD = Save
    OBJECTKEY =
    REFNUMBER = I
    ProjectDefinition
    PROJECT_DEFINITION = PD-TRAINING
    IWbsHierarchieTable
    WBS_ELEMENT = TRAINING
    PROJECT_DEFINITION = PD-TRAINING
    UP =
    DOWN = TRAINING.1
    LEFT =
    RIGHT =
    WBS_ELEMENT = TRAINING.1
    PROJECT_DEFINITION = PD-TRAINING
    UP = TRAINING
    DOWN =
    LEFT =
    RIGHT = TRAINING.2
    WBS_ELEMENT = TRAINING.2
    PROJECT_DEFINITION = PD-TRAINING
    UP = TRAINING
    DOWN =
    LEFT = TRAINING.1
    RIGHT =
    Notes
    Further Information
    For more information, see the R/3 Library under PS Project System -> Structures -> EPS Interface
    Regards,
    Vijetha.

  • New Tab in WBS Elements & need to pull fields from Std SAP Tab to the New

    Hi All,
    I would like to create a new TAB in WBS Element & I need to pull fields from Basic data tab,Origanization Tab,Control Tab & user Fields Tab  to the New Tab.
    Basically my clients wants to see all the fields (based on the requirement) in one TAB.So user will directly  go to the Custom Tab & enter the input data & save.
    So Kindly guide me how to proced.I tried WBS Layouts ,but am confused.
    Any ABAP work is required?or can we do it in PS Configuration itself?
    Thanks
    Suresh

    Configuration:
    Project System>Structures>Operative Structures>Work Breakdown Structure (WBS)>User Interface Settings>Layout of WBS Element Detail Screens>Define Layout of WBS Element
    Detail Screens
    Do do something as below:
    Project Profile:000CAP1
    Act Cat:*     
    Tab Page ID: TAB01     
    Tab page Title:Basic Data
    ICON_HEADER
    Details Screen 1: 2 (WBS Element Basic Data)
    Details Screen 1: 5 (WBS elements, organization)
    Details Screen 1: 8 (WBS Element: User Fields)
    Regards
    Sreenivas

Maybe you are looking for