For Budget release / supplement  User status

Hi Experts,
In project i m using a user status for taking approval / release budget .
Description                   Lower                         Highest
initial                               1                                   2
bud planning                   2                                  3
bud release                    3                                  4
release                           4                                  5
execution                       5                                  5
Here, after getting approval / Release budget i have to change staus manually (based on authorization).
Now here i want that when i add supplement budget then once again system should go on bud planning and authorized person change the status (from bud planning to bud release).
For this in OK02 i had set Bud Supplement on Bud Planning. (According to that while budget is supplement then status go back on bud planning).
Here i m little bit confused that wt level i have to select here between lower and highest. (i m taking the same level as shown above)
While testing this, i m not getting the required ans..
pls suggest me if i m doing something wrong.
Regards,

Hi,
Description Lower Highest
initial 1 2
bud planning 2 3
bud release 3 4
release 4 5
execution 5 5
Please understand this, if you want to move form bud release to bud planning, then lower limit of bud release should be 2 not 3.
as per your settings system would not move from one status to its previous status.
Lower limit is what ever the status number it scan move backwards, understand this basic concept & apply it as per your requirement, I have just explained one scenario here.
Thanks
SL

Similar Messages

  • Budget Control through User status

    Dear all,
    I am implementing the budget process through user status as follows
    step1 User has to do the Cost planning first, So that time system does not allow to do direct budget allocation through cj30 and stop all the process like Release,PR,PO,GRN FI posting.
    Step 2 approval of cost planning by HOD from this process only system allow the budget allocation.
    step 3 budget approval by GM, So afer the  approval of budget system should  allow PR process.
    Step 4 Budget Release by MD throuch CJ32 and set the user status budget released,After this status system system should allow all the process like Release,PO,GRN,MIRO,FI posting.
    I did all the required configration as per requirement for above process in WBS user status, But my problem is that if suppose MD set the user status Budget released without doing the budget release through cj32 then system allowing all the process because my AVAC is not activited.
    Please provide me the solution
    thanks
    abhijeet

    you need to check you budget profile your availability control should get checked against Release budget mostly for overall release ( A/c to your scenario ) . So when you does CJ32 and  give budget at that time AVAC  status will be on WBS and if you giving less budget in CJ32 system will not allow your approver ( MD ) to save transaction.
    Ind. 'Overall' Ind. 'Releases'       Avail. control against ...
             X                       X             Overall budget released
    Make setting shown as below in your budget profile with activation type 1 .
    With Regards
    Nitin P.

  • User exit/BADI for tracing change of User Status in IW22

    Hello,
    I am looking for a user exit or BADI that triggers whenever ther's a change made to User status field.
    eg. changing user status to APTC(Approved to be executed)
    I then need the exit/badi to trigger my workflow to send mails to list of reviewers. I can handle that but I am not able to find the suitable exit.
    I have seen BADI IQS0_STATUS_MAINTAIN, but no use.
    Can anyone help?

    Hi..
    Transaction Code - IW22                     Change PM Notification
    Enhancement/ Business Add-in            Description
    Enhancement
    IWO10026                                User check on setting status 'Do not perform'
    IWO10027                                User exit: Generate user-defined settlement rule
    IWOC0001                                Create PM/SM notification: Determine reference object
    IWOC0002                                PM/SM notification: Check whether status change is allowed
    IWOC0003                                PM/SM authorization check of ref. object and planner group
    IWOC0004                                Change single-level list editing PM/QM/SM ALV settings
      Business Add-in
    WOC_FL_DETERMINE                        Determine Date for Determining Installation Loc. Equi.
    NOTIF_AUTHORITY_01                      Additional Authorization Checks for the Notification
    IWOC_OBJECTINFO_CHNG                    Changes to Data of Object Info Screen
    IWOC_LIST_TUNING                        Performance Tuning for Lists in PM/CS
    IWO1_SUBSCREEN_0170                     Display Additional Data on Object Screen 0170 PhysicalSample
    IQS_MASS_CHANGE                         BadI for Mass Changes to Notifications
    IQS0_STATUS_MAINTAIN                    Control of Changeability of User Status
    No.of Exits:          6
    No.of BADis:          7
    Arunima

  • Date for Budget release

    Hi All ,
    I want to create ABAP Z report in which search criteria  required Budget Release date . I tried to search in budget tables but no one table have update Budget release date . So want to know table & field for same.
    Thanks,

    Hi Virendra,
    Check report S_ALR_87013560. Here you will find the released budget (Total and overall) data. Select the release value for any project/WBS element then in Menu bar Goto -> Line items.
    Here, change the layout (Ctrl+F8) and you will get the document date.
    Regards
    Saurabh

  • Userexit for updating sales order user status based on PO

    Hi.
    My clients requirent is
    Sales order user status should get updated based on production order creation,GR for PO creation etc.
    Basically depending on PO & GR For PO,various user stauts in sales order should get updated.
    Can you please suggest me some userexits in PP for this requirement?
    I am a SD Consultant and not having much idaes about PP
    Thanks
    Nisha

    hi,
    if you are not going to update it in the SO..
    then you need different exits as those are different transactions.

  • Userexit for updating sales order user status based on Production Order

    Hi.
    My clients requirent is
    Sales order user status should get updated based on production order creation,GR for PO creation etc.
    Basically depending on PO & GR For PO,various user stauts in sales order should get updated.
    Can you please suggest me some userexits in PP for this requirement?
    I am a SD Consultant and not having much idaes about PP
    Thanks
    Nisha

    hi,
    if you are not going to update it in the SO..
    then you need different exits as those are different transactions.

  • BAPI for changing Work order user status in IW32

    Hello Experts,
    I am getting Same Problem in updating status via BAPI, BAPI_ALM_ORDER_MAINTAIN.  Its not giving any error but even not update status.
    I know i can use this for changing the user status also but not sure how to carry out things.
    I used this code.
    fi_methods-method = 'SAVE'.
    APPEND fi_methods.
    fi_methods-refnumber = 1.
    fi_methods-objecttype = 'USERSTATUS'.
    fi_methods-method = 'CHANGE'.
    fi_methods-objectkey = '002000002453'.
    APPEND fi_methods.
    fi_userstatus-user_st_text = 'COMM'.
    fi_userstatus-user_langu   = 'EN'.
    fi_userstatus-change_event = ' 01 '.
    APPEND fi_userstatus.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
        it_methods    = fi_methods
        it_userstatus = fi_userstatus
        return        = fi_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Above code I am using and there the message comes like
    T ID                   NUM           MESSAGE
    S IW                   080           Order saved with number 2000002453
    S IWO_BAPI2     110           BAPI control was ended
    can any on know what is wrong in this? please help if having knowledge.
    Thank You,
    Jahnavee Trivedi

    I am getting Same Problem.
    fi_methods-method = 'SAVE'.
    APPEND fi_methods.
    fi_methods-refnumber = 1.
    fi_methods-objecttype = 'USERSTATUS'.
    fi_methods-method = 'CHANGE'.
    fi_methods-objectkey = '002000002453'.
    APPEND fi_methods.
    fi_userstatus-user_st_text = 'COMM'.
    fi_userstatus-user_langu   = 'EN'.
    fi_userstatus-CHANGE_EVENT = ' 01 '.
    APPEND fi_userstatus.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
        it_methods    = fi_methods
        it_userstatus = fi_userstatus
        return        = fi_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Above code I am using and there the message comes like
    T ID                   NUM           MESSAGE
    S IW                   080           Order saved with number 2000002453
    S IWO_BAPI2     110           BAPI control was ended
    can any on know what is wrong in this? please help if having knowledge.
    Thank You,
    Jahnavee Trivedi

  • Function module for changing Work order user status in IW32

    Hi,
    I want to change the work order user status in IW32 using ABAP.
    Is there any function module to do so or any other way? I have tried using BDC but this does not work.
    Please suggest.
    Regards,
    Naba
    Edited by: n. saha on Nov 5, 2008 6:46 AM

    I am getting Same Problem.
    fi_methods-method = 'SAVE'.
    APPEND fi_methods.
    fi_methods-refnumber = 1.
    fi_methods-objecttype = 'USERSTATUS'.
    fi_methods-method = 'CHANGE'.
    fi_methods-objectkey = '002000002453'.
    APPEND fi_methods.
    fi_userstatus-user_st_text = 'COMM'.
    fi_userstatus-user_langu   = 'EN'.
    fi_userstatus-CHANGE_EVENT = ' 01 '.
    APPEND fi_userstatus.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
        it_methods    = fi_methods
        it_userstatus = fi_userstatus
        return        = fi_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Above code I am using and there the message comes like
    T ID                   NUM           MESSAGE
    S IW                   080           Order saved with number 2000002453
    S IWO_BAPI2     110           BAPI control was ended
    can any on know what is wrong in this? please help if having knowledge.
    Thank You,
    Jahnavee Trivedi

  • SAP Standard Workflow for PR Release (with user exit)

    Hi SAP WF Gurus,
    Good day!
    I just wanted to check with you if you have ever used a user exit in the activation of the standard workflow for PR (overall ( release. What we have is a two0step approval process wherein each level has a proxy/alternate approver. We used the available user exit to accommodate this customer requirement since the standard release would only allow us to define 1 approver as a prerequisite for the next level. We were able to execute this on the first level approval; however, we observed that the workflow is not anymore triggered (i.e. does not send work items to agents) for the level 2 release. My questions therefore are:
    1. How to set up SWEC? I already executed SWELS and SWEL to check if the events are being created and event linkage is automatically deactivated after running into an error regarding the binding...My initial SWEC setup is for BANF BUS2105 RELEASED On Change. I am assuming that since the workflow was released from the first level, this should be the starting point
    2. How to rectify the binding error? I already executed automatic binding in the WF header for the start events but still face it
    Your inputs/comments are most welcome
    Regards,
    DeLo

    Just to add:
    The error that I am encountering in the second run/cycle for the PR approval workflow is Import container contains errors (are any obligatory elements missing?)
    Basically, WS20000077 will be executed if an approval level is seen. Once the approval is made, then the workflow is also completed. However, for multiple approvers, I only get to execute successfully the first level approval. The succeeding levels are encountering errors as stated above

  • BAPI for PM Notification system/user statuses (given OBJECT_NO)?

    Hi guys,
    I am using the BAPI_ALM_NOTIF_GET_DETAIL, so in OBJECT_NO field of the exported table NOTIFHEADER_EXPORT it contains the number that later can be used for se16 -> JEST.
    My question is if there is a BAPI that can provide me with the User and System statuses (integer and string values) of this PM Notification, given its OBJECT_NO.
    Any hints & tips highly appreciated & rewarded with points.
    Please consider that I am still a newbie
    Best Regards,
    Lalo

    I guess it is the workitem I am referring to. 
    The body of the email in my workflow message is:
    Location  &WF_BUS2038.LOCATION&
    Description:    &WF_BUS2038.MAINTENANCEORDER.SHORTTEXT&
    Priority:&WF_BUS2038.PRIORITY&
    Notification Number:   &WF_BUS2038.NUMBER&
    Notif. Date:&WF_BUS2038.NOTIFICATIONDATE&
    Reported by:    &WF_BUS2038.REPORTEDBY&
    Priority Type:  &WF_BUS2038.PRIORITYTYPE&
    The content in the document in my business workplace is as follows:
    Location  FM-KINP
    Description:
    Priority:3
    Notification Number:   7000568
    Notif. Date:30.03.2009
    Reported by:    MDEMECHA
    Priority Type:  FC
    I will try to to create the sub-object to get the problem type.  Thanks.

  • EXIT/ BADI/ Enhancement point for User Status change in Order

    Hi all,
    I am looking for an EXIT or a BADI or an enhancement point specifically for user status change in an order thru IW31/IW32.
    I have the exit names for Order PBO, PAI, 'SAVE' event etc. so m not looking for generic answers.
    I have to put some validations for the Order on USER STATUS CHANGE. Let me know if any of u have any pointers on that.
    Thanks and Regards,
    Sonal

    Hi,
    Use this Enhancement IWO10009 and call these function module to change the User Status
    STATUS_TEXT_EDIT --> To Read the existing status.
    STATUS_CHANGE_INTERN_VB --> to change the status.
    Regards,
    Satish

  • FM/BAPI for deleting Equipmet User status

    Hi Guys
    I am looking for a way to delete the equipment user status (the second box in IE02). I used a BDC for setting it and it works fine but I want to delete it now and I have no clue how.
    I checked all the FM's related to STATUS and I found that internal status is the system status and the ext. status is the user status.
    Anyone has experience in Equipment Sales?
    Would appreciate your help.
    Thanks
    Sameer

    Hello,
    The rules, defining user statuses of an equipment, are defined by PM functional consultant (customizing SPRO).
    As i know, it is not possible to delete equipment external status.
    Using IE02, you can change equipment user status as defined by functional consultant.
    In your other thread "How to delete equipment user status?", Pete Atkin has given a lot of interesting informations (for example, to change user status equipment use FM STATUS_CHANGE_EXTERN).
    Cordialement,
    Chaouki.

  • Several user status at the same time

    Hi Export,
    As I found, we can only choose one status from the list in WBS. Is there any config can make it possible to select multi status in one time?
    Thanks,
    Liang

    Hi
    yes you can select more then one user status at the same time
    For example you create user status like this in OK02
    1     INIT     Initiative
    2     DRPR     Draft Proposal
    3     PLAN     Fully planned & costed
    4     AFEA     502-Approved
    5     RELE     Released for execution
    6     HOLD     On hold
    You can select the user status from the above list
    If you set the Initial status flag for the user status
    If a status is marked as an initial status, it is automatically activated in an object when the object is created
    Thanks
    S.Murali

  • Components to be activated for Budget check in the table TRWCA

    hi,
    I want to know the components to be activated for budget check in the TRWCA table. I want to check the budget at the time of  PO creation , Goods reciept/Invoice receipt creation  using Network account assignment in PO  which is having WBS element and Project in its higher level.
    Thanks
    Rao

    ok well!
    Brother system will only check the budget, when your availability control is active.
    Further, as per your configuration, system will only prompt error  message when your budget exhausted 100%. ok
    please follow the same then  let me know
    check your WBS status is there avaiablity control active, when you entered the amount for budget/release.
    also check the transacion "CJBV - Activate Availability Control "
    Note: when ever you change the setting of your budget profie, must reconstruct the availability control transaction code is :CJBN/CJEN
    Thanks

  • Error: "User status Z5 is active (ORD 300761)?"

    Hi
    Experts,
    While Iam doing ME21N an error occurs, even though while I want to change the Budget Amount in KO22, it is not allowing due to below error, I checked KO02, KO22,
    User status Z5 is active (ORD 300761)
    Message no. BS014
    Diagnosis
    For object ORD 300761 user status Z5 (Technically Complete (IO)) is active.  According to this status, transaction 'Budgeting' is not allowed.
    Procedure
    You can only carry out the requested function if this is allowed according to the status of the object.
    Thanks,
    Anil

    Hi Anil,
    It seems like you dont have authorisation to change the status.
    Please check with your BASIS person, he may provide you the required authorisation.
    As soon as you got the authorisation message, type immidiatly ?NSU53 in transaction code field and ENTER.
    You will now get the information regarding roles, which will be helpful to BASIS people for tracking authorisation for you.
    Regards,
    Srinu

Maybe you are looking for

  • What are the futures of ios5.1.1

    What are the difference of IOS 5.1.1 and IOS 7 and its applicable to use IOS7 to IPAD1

  • Converting image sequence

    Dear Sirs, when I convert image sequence into a ProRes 4444 + Alpha using Compressor i noticed a difference in brightness with the original content. This happens every time i elaborate in After Effect a special effect. The images in output from AF ar

  • Creating large DVD onto USB memory to be played back on a smart TV

    I want to create a 20 gig. movie in Premiere Elements 13 that uses movie themes so I can choose sections from a main menu and store it on a USB memory stick that will be played back on a smart TV. Is this possible?

  • Telephony Issues on Nexus 5548

    Dear Viewers, I have Nexus 5548 devices in one of my client data centers and i have one 3750 switch to which all of these Avaya voice servers connect. The 3750 switch was initially connected through a L2 Link to a 6509 catalyst switch and the telepho

  • Can not install JRE since Update 23 on Windows 7 x64

    There's something different with JRE since update 23. I can install until update 22 just fine, but update 23 and 24 just does not install. I always install with offline installer. I have the error from event manager Registo de falhas 1729745976, tipo