Status of WBS element triggering confirmation of network activity ?

Hello,
Can you please let me know if the following requirement could be solved using workflow in PS module :
Setting of 'Fully invoiced' status (FNBL) on WBS element in CN02 transaction should trigger the confirmation of network activity (transaction CN25).
How this possibly could be done using workflow ?
Regards, Wieslaw

Hi,
   its possible to raise a workflow on Setting of 'Fully invoiced' status (FNBL) on WBS element in CN02 transaction .
  BOR: bus2054
  Do status managemnet to raise a  evnt of this BOR  ( BSVW  ).
  In the work flow in one of the method of extended BOR,
    do the confirmation of network activity thru  some bapis,etc.
For confirmation:
   BOR: PSAFRU method:    NetworkConfirmation.Create
   check if this is helpfu
  create an instance of this nd check if this method helps.

Similar Messages

  • Function module to get the status of WBS elements IN Project Systems

    Hi,
    I am suppose to delete the WBS elements in PS depending on certain conditions. WBS elements that are to be deleted should satisfy the following conditions:
    1.     Status of WBS elements should not be  ‘AUC’ construction
    2. WBS element, which have cost association, like PO association or internal order association      shouldn’t be deleted WBS element does not have confirmed activities.
    3.     WBS elements, which have confirmed activity in association with their networks, should not be deleted.
    Either I can check for status of WBS for the above mentioned conditions or if u can suggest me some diff way I shall be grateful
    Need help in this regards.
    Thanks

    Hi
    Use the FM:
    <b>JV_GET_WBS_ATTRIBUTES</b>
    Regards,
    Sreeram

  • PS-Relationship between the system status in wbs elements and activities.

    Relationship between the system status in wbs elements and activities.
    We have the following requeriment with the system status in PS. We have a project with complete technically status and we want to undo the complete technically status in one activity without changing the complete technically status in the WBS element or the project.
    The reason is that after putting the complete technically status, users have to change the values in the P.O. We don´t want "open" all the project and we only need to "open" the activity where the P.O. are in.
    Is that possible? How is connected the system status between activities, wbs elements and the project son I can change the status in the below step without changing the higher steps?
    Thanks in advance.

    Hi Bala
    Yes, you have put it rather correctly.
    We use WBS elements for booking and posting time (client requirement). So what I am looking for is WBS Elements with the system status TERL (Time and Expense Released).
    I talked of the deletion flag also, because a WBS element flagged for deletion can't be used. It's one of the criteria to screen the WBS elements.
    I hope it's clearer now.
    Vinitha.

  • Update termination error "Enter WBS element" while confirming Tranfer Order

    Hi Gurus,
    I am getting an update termination "Enter WBS element" while confirming Transfer Order. One thing that i noticed is that this issue is occuring with line items that are having special stock indicator "K".
    Please let me know as to what could be root cause and how could this be avoided.
    Do let me know for any clarification.
    Regards,
    Trishul

    Any suggestions?
    Regards,
    Tanuj Parikh

  • How to retrieve the User Status on WBS Elements

    Hello,   could someone please tell me  how to retrieve the User Status for WBS Elements using ABAP?  Which table stores this information.
    Thanks.

    if you have the OBJNR there was also another FM status  in Se37 [link>>|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/changing-status-620444]
    also look in the similar requirement [discussion|http://sap.ittoolbox.com/groups/technical-functional/sap-bw/wbs-user-status-262089]

  • How to find out System Status of WBS Elements?

    Hi PS Experts!
    Please help me on my query.
    I want to get a list of WBS elements whose status is Released and can be used.
    If I try to search the table PRPS, it can only help me in finding WBS elements without deletion flag, with RA Key and so on.
    But the System status (such as Blocked for use) etc. is not present in the table.
    The one way I know is to get Object Number of WBS element from PRPS Table and insert it in JEST Table to get system status.
    Or alternatively, I give the WBS element no. in CJ20N t-code, and then check for System Status.
    These 2 methods work, if I do it one WBS Element at a time. If I need to get thousands of WBS elements in such a fashion, it's tedious.
    So could anyone help me on this issue?
    Thanks in advance,
    Vinitha.

    Hi Bala
    Yes, you have put it rather correctly.
    We use WBS elements for booking and posting time (client requirement). So what I am looking for is WBS Elements with the system status TERL (Time and Expense Released).
    I talked of the deletion flag also, because a WBS element flagged for deletion can't be used. It's one of the criteria to screen the WBS elements.
    I hope it's clearer now.
    Vinitha.

  • Cannot change Status of WBS Elements

    Hi Guys,
    I am trying to change the status of a WBS element. When i try to change the status of the WBS element, I get the message that " THere are still open down payments for the WBS ". What does this actually mean??
    I found the downpayment GL and looked for the open items. In the open items i was able to find a line item to which this WBS is attached. Then i tried to go to the document, in which this line item exists. Now in order to clear the open line item with the WBS, how should i clear that line item?? I want to know how to clear the down payment for this WBS or the found out line item.
    Thanks.
    Kris..

    Hi,
    Run the report S_ALR_87013536 - Plan/Actual/Down Payment as Expense for the particular WBSE that was showing in the error. Here you would see the value of down payment against the WBSE.
    Run FBL3N for the down payment G\L by selecting the WBSE from dynamic selection. Here you can get the open line items with WBSE and relavent PO.
    For clearing the down payment discuss with your concern MM  and FI dept.
    Hope this could help you.
    Regards,
    Nag.

  • Change user status for WBS Elements

    Hi All,
    I am working on a workflow related to PS milestones.
    When a milestone is achieved the user status has to be set for that WBS element and to all the WBS elements that are next to it.
    I have tried to use the FM (ran FM independently as standalone), CJDW_INTEGRATED_USRSTAT_CHANGE with PROJECT NUMBER as input, but it throws an error NOT FOUND.
    I have gone through the documentation of it also, which says that user has to prefil the structure PROJ before this FM is called, which i could not understand.
    So can please anyone tell me, about the usage of this FM and how to run it so as to change the user status.
    Thank you all in advance,
    regards,
    vijay

    it is possible to have status with radio button and check box, by keeping status with status number and without status number.
    But I doubt about your requirement whether it is possible in standard or not.
    Please search SDN forums for some exit / BAdii which you can modify status profile.

  • U00BFMultiple user status for WBS Element?

    Hello,
    I need to create multiple user status for a WBS element.
    I'm using the BAPI: BAPI_BUS2054_SET_STATUS
    CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
         Importing
           return = ls_returnbapi1
        TABLES
    I_WBS_SYSTEM_STATUS =
            i_wbs_user_status = it_wbs_user_status"--> This table contais 2 record, with the same WBS elements and diferent status
           e_result = it_result.
    I put several rows (two)  in the table it_wbs_user_status., I put two rows,  the WBS elements for the same item with two different status, but I get error because it says that the WBS  element is repeated.
    ¿Can you have multiple user status for the same element PEP? I try it in the transaction CJ20N too, and I don't Know.
    Thanks.

    In transaction CJ20N you can change user status for each WBS elements.
    Menu --> Edit --> Status --> User Status --> you can choise betwen "Set" or "Set & Pass On".
    I want BAPI, function , etc.... that do the same thar "Set" , not "Set & Pass On".
    BAPI_BUS2054_SET_STATUS = "Set & Pass On"
    Thanks

  • TECO Status on WBS Element

    Dear Experts,
    We have set the status to TECO for a WBS Element.
    But it is allowing CAT2 Entry for the Activity Attached to the WBS Element.
    I would like to know if there is a Status to Block costs , but not Revenues
    Regards,
    Shareeq
    Edited by: K M AHAMED SHAREEQ HUSSAIN on Jan 26, 2010 12:55 PM

    Hi Gurus,
    I have a problem also with my WBS Element's status... maybe you can help me...
    We have some cost orders related to some WBS Elemetns. We want to be able to close first the WBS Element, and leave the cost order available for new postings, only in the COST ORDER, and when necessary, close the cost order. But SAP does not allow to close a cost order if it's WBS element is close. It gives CJ656 message, but i can't make this message only as a warning.
    Do you have any idea or clue about how to avoid this problem?¿?
    Thanks a lot!!
    Regards

  • CJ20N - status release WBS element

    In transaction code CJ20N - projects, when you release the status of an WBS element, which BADI is called ?
    I need to transfer fields from the WBS element to the screen assets under construction, and especially to the tab 'allocations'.
    Regards,
    Alex Glorie

    HI
    Welcome to SDN
    [ Click This|Re: User Exits and Badi]
    Regards
    Pavan

  • Cj20n  all levels of WBS wrt PR by relate NETWORK , ACTIVITY  No

    Dear SDN Team,
    1. Is there any PS table to find out WBS Element levels for individual Purchase Requisition?
    2.In our orz all PR is maintained by Network activity No. in EBKN table, where i have already got details of Network for respective PR. But how can i get WBS Elements of all levels  for particular PR with this Network?? Also i want to know Table for activity No for individual PR?
    rgds
    sp
    kolkata

    Hi ,
    Use this BBP_WBS_GETLIST

  • BI content for Daily progress / confirmation in network activity R/3

    Hi All,
    Please advice, is there any BI content to get quantity / daily progress from network activity in SAP R/3 . I found 0PS_NWA_EVA but it does not provide quantity for confirmations.
    Please Advice.
    Cheers,
    Nies

    Hello
    We will move this thread to the [SAP Netweaver BW |SAP Business Warehouse;forum as this is not related to PI.
    Regards
    XI/PI Moderator

  • TECO Status in WBS ELement not allowing DP91 transaction for RRB

    Hi Team,
      I would like to look if DP 91 will not allow to Bill a  particular cost once the project is in TECO Status.
    Please confirm if this is configurable.
    Regards
    Vignesh R

    Thanks for your clarification.
    I have one more query which is not related to the Project status.
    When a Dynamic item is being populated in DMR after DP91 transaction,the summarisation of material or activity takes place and If there are A(50$),B(25$),C(25$) are the materials posted and grouped to form Dynamic Item "Material" and E(100),F(50$),G(50$) are the activity posted and grouped to form Dynamic item "Labor" based on grouping set in material determination,
    the DMR will reflect as
    Line               item 10
    Material         Material
    Price             100$
    Line                item 20
    Material          Labor
    Price              200$
    My client need a report which would give a detailed list of Dynamic item along with quantity and value by just entering the Billing document number.
    Like
    Material
    A   50$
    B   25$
    C   25$
    Labor
    A  100$
    B  50$
    C  50$
    What are the tables I need to refer to bring up a report as stated above.
    I couldnt get these details in AD01DLI and AD01DLIEF
    Regards
    Vignesh R

  • To get system status of WBS Element in run time

    My requirement is to call a Z prorgam when the std transaction CJ20N is saved.
    The Z program should be called only when the system status is set as closed. I am using the BADI workbreakdown_update to call the Z program. Inside the BADI I need to check if the system status is closed or not. How can I capture the screen field value of System status ? Can any one help me?

    Hi,
            table TJ02 dont contain the updated record. this process should be triggered before saving. So I need to get the changed system status in screen. The table contains the status as Released but the screen field has the status as closed.I need to fetch the screen value.

Maybe you are looking for

  • Uptodate Leopard

    Sorry if this is in the wrong place. Not sure where else this should go. I went to the place where you order your copy of Leopard uptodate and the form is not working. I have very carefully followed the instructions over here: http://store.apple.com/

  • Wireless roaming in different networks

    Hello, In Wireless networks if we have two different networks with the same SSID when we pass from one network to another network, the client will change the ip network automatically or we need to disconnect and connect again to request another ip? I

  • Incorrect dates on email message

    Hi there, I've got my own email classes, and am formatting the date/time for the email as follows: EEE, d MMM yyyy HH:mm:ss Z The problem is that any email sent from this class arrives in my email box with a date/time 5 hours after the actual time. N

  • Navigation wont work

    Hi. Im trying to figure out why the navigation is not working in this file. No errors are found and still the external SWF files are not loading. Can  somebody help me find what could be the problem?

  • WebI - free hand sql

    Hi, I am new to WebI. I am runiing BO Xi 3.1. Does anyone know how to create a Webi report using free hand sql?