User status for establishing release functionality for new activity.

Hi Experts
My intention is to stop business transactions to a newly included activity in a released project.
I wish a release for the specific activity before allowing business transactions.
For this purpose i have created an user status z0001 as shown below:
10     new     New     10     20     1     1
20     rel     Released     20     20     1     1
But, i am unable to trigger this for only activity that is newly assigned for the newly included activity.
Is there any means to get thje desired functionality?
warm regards
ramSiva

Hello,
Get help from your abaper on this.
Vinay

Similar Messages

  • Activate a user status when confirm with Reason for Variance

    Dear SAPper,
    I have a requirement to set a user status block order for good movement and confirmation
    when user confirm the order with reason for variance Z999 (machine broke down)
    In the order header, I have attach status profile ZBLOCK contain 2 user status
    a. UNR = Unrest ---> initial user status
    b. LCK = lock for good movement and confirmation
    In the reason for variance Z999 (machine broke) i have attach to status profile ZBLOCK user status LCK
    But when i tried confirm worh reason for variance Z999, why the order not updated to LCK for its status?
    Did i miss something?
    Kindly help?
    Best regards,
    Freddy Ha
    Edited by: Freddy Halim on Dec 4, 2008 8:49 AM

    solved.
    it is only works for operation
    and not order header

  • Should I wait to purchase an iMac for the release of the new OS?

    Should I wait to purchase an iMac for the release of the new OS?

    Apple have not announced any new iMac models. I do believe that they have stated that any current Mac running Mountain Lion will be able to upgrade to Mavericks. (Apple have never issued a new version of their OS that would not run on their current/most up to date models/)
    So there seems to be no reason why you should not buy one of the current iMacs now.

  • Steps for deleting release stretagy for Purchase Order

    Hi,
    Could you please help in deleting / cancelling the exisiting PO release stretagy? I need to create new release stretagy which is totally different from the existing one.
    What are the steps in cancelling existing release strategy.
    Can the same steps be used for cancelling release stretagy for Purchase Requistion?
    Thanks.
    Anand

    Hi,
      you goto
    spro> mm>purchasing> purchase order> release procedure
    there you go to to release strategy
    then follow following steps.
    1.delete release strategy
    2.delete release codes
    3.delete release groups
    then to create new release strategy and  follow following steps
    1 create characteristics ( use table cekko)
    2 create class( class type 032)
    3 . create release group and assign class to it.
    4 create release codes
    5 then create release strategy using  release group and release code.
    hope this will solve your problem
    Regards,
    Vijay

  • Any solution to the iOS 6 bug for auto lock function for the iPhone 4S

    Any solution to the iOS 6 bug for auto lock function for the iPhone 4S

    My guess is they don't care. Most likely they're illiterate and don't know what a colon is for. They probably think it's a little-used character. Remember: these are the people who don't know the difference between "deprecate" and "depreciate".
    I have the same colon problem as you do. But it's not the biggest problem I have encountered in Lion. If it was only that I'd be Mr. Delighted with Lion. There's worse than having a colon - uh -  that won't cooperate. A lot worse, in Lion.

  • IDOC for changing user status to 'HIST' on Functional Location

    Hi.
    Can anyone please support me with an inbound IDOC for changing status on existing Functional Location?
    Thanks.

    Hi ,
    I am not sure whether it would work with LSMW but if your on ECC 6.00 ,Enhacement Pack 3 then you have BADIs which allow you to make collective status changes in IW38 .The below are those BADIs :-
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    Else if your on lower version then write up a batch programme which checks the PM Order types with specific status and sets user status using FM STATUS_CHANGE_EXTERN[This is used to set or delete User Status] in SE37 ..
    regrds
    pushpa

  • Update User Status as FIU in CJ20N for Networks & Activities

    Hi Friends,
       I need to Update the User Status as FIU for all Networks & Activities under a WBS Element
    I am executing the function module I_CHANGE_STATUS and able to set the status in Database level
    but when i am opening that particular Network in CJ20N and watching the Status
    it is not updating to FIU
    Please Guide me ASAP
    Thanks,
    Ganesh

    hi dinakar,
    Am using the TCODE : RECN, when i update or modify the real estate contract  ex: name to name1 when i save... the status shoud shoud change from create to modify as i have modified.
    i have seen your answer and i am sure that you can help me in this case.
    your help is much appreicated....as it is SAP STANDARD i have a badi called BADI_RE_CN_CN. can i use this badi... if so where can i change and add my code... as i am new to badis your detailed info will be really helpful.
    looking for ur valuble answer,
    thanks,
    pasala.

  • User exit to change Release date for ME54N

    Dear Folks,
    I need and user exit / BADI to update EBAN-FRGDT (Release date) based on the value in EBAN-FRGKX (Release indicator).
    For example : If the PR release indicator changed to "F", I need to change the EBAN-FRGDT (Release date) to sy-datum and then save.  Please help me. 
    Thanks,
    Kishore. P

    Hi Rohini ,
    I have used BTE 1120 (Business Transaction Event) to change the value date for line items (BSEG-VALUT) for F110.
    May be this can help u ..... try once ....
    Regards,
    AKS

  • Reasons for Introducing database functions for Discoverer Reporting Needs

    Hi All,
    I would like to know the criteria other organizations have used in creating custom database functions specifically for Discoverer reporting needs. It seems good and appropriate to identify these reasons in order that they have a sufficiently good reason (e.g. in presenting this to a change management board).
    Here is a quick swipe:
    -query explain plan improvements
    -take away the complexity of having the end user deal with complex calculations
    -consistency of a value (e.g. a complex amortization calculation)
    -an attribute is used from a dependent table with a minimum cardinality of zero
    Can anyone list other good reasons in terms of Discoverer reporting?
    Thanks,
    Patrick
    Edited by: Patrick Bacon on Jul 15, 2009 10:30 AM

    Hi Patrick
    In addition to the reasons you have given the reasons for having functions anyway apply just as equally to Discoverer as they do to other applications.
    Typically the main reasons why I would use a function are:
    a) due to the complexity of the code, or
    b) to evaluate something which an end user either could not do or does not have access to.
    For example if a user needs to have aggregations from multiple tables side by side in a report, typically from tables which have no joins between them, I write functions to go get the individual results.
    One specific function that I use a lot is one that calculates the number of working days between any given two days. Some of my HR customers use such a function to calculate the number of sick days for an employee when obviously only working days should count. Doing this in a normal Discoverer calculation would be very hard. Retail customers might use this for calculating the number of days it took to ship and item.
    There are other reasons why I use functions but these are the typical ones.
    Best wishes
    Michael

  • CRM Table for finding Partner Function for a Sales Order

    Hello everyone,
    I am trying to retrieve Ship-to-Party Customer Number for a particular Transaction (Sales Order) from a SAP CRM table.
    In SAP SD we have a table VBPA for the same.
    I would like to retrieve the same either from a single table if available or multiple linked tables in SAP CRM.
    I tried to link CRMD_ORDERADM_H & CRDM_PARTNER to retrieve the data .. But it dint work.
    I am new to CRM .. so Gurus, please share ur insight.
    Thanks
    Vin

    Hi,
    Select GUID_SET in table CRMD_LINK where GUID_HI = CRMD_ORDERAMD_H-GUID.
    Use the GUID_SET to select data in table CRMD_PARTNER.
    Best regards,
    Caíque Escaler

  • Incorrect link for "Oracle9i Release 2 for Windows Server 2003 (32-bit)

    Hi. Go to here http://www.oracle.com/technology/software/products/oracle9i/index.html
    Then, under "Oracle9i Release 2 (9.2.0.1)", try to download "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32-bit). It just gives you a patch. It's not the correct link. Where is the full CD images!
    Compare this to the 64-bit version under "Oracle9i Release 2 (9.2.0.2). This does have 2 big CD images.
    Can you fix the link? I need the software for Windows Server 2003 (32-bit). Thanks.

    Yes, it's a little confusing but it's all in the release notes on that page. Basically, you need to install 9.2.0.1 for WinNT/2000 first and then apply the patch to bring it up to v9.2.0.3 for Windows 2003.

  • Looking for the release note for loan contract IDOC.

    Hi ,
         I am trying to  work with "loan contract" , I am worikng in ALE INTERFACE.I am need to use for this IDOC type " LOANSEMBA_GETDETAIL01".
    But this IDOCs are not released .
    I am working in ECC 6 version .
    I have checked with service.sap.com. But unfortunately I am not getting the proper note number for releasing this IDOC .
    Can any one help me out in this regard?
    Debasri Sarkar
    [email protected]
    [email protected]

    Hi Guys,
    Thanks for your replys!
    Best regards,
    Lee

  • Authorization for changing the user status

    Hi all,
    I need to give authorization in such a way that after the initiator has creataed a DIR...:
    1. When it goes to the next approval, the person should be only able to change the user status and save.
        he should not be allowed to change anything else.
    I have tried using different authorization objects but none of them worked. Is there any tcode in DMS for just approving the DIR (changing it to next available user status), similar to release strategy. For ex ME29N for approval of PO (Purchase order) ?
    Thanks
    Anish

    Hi Anish,
    Based on your requirement, I would like to suggest to go by workflow to approve the document..
    With the help of workflow, you can approve the document in workflow inbox itself (workitem), no need to go to DIR, the status will get automatically change in the DIR.
    for this you have to use function mudule (set/get next status).
    you can do this by taking the help of Workflow consultant and abap.
    regards,
    nitin
    award point if useful

  • 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.

  • Need FM for reading user status at run time in CRMD_ORDER txn.

    hello all,
    i need to know the FM for finding the user status on the screen.
    i know there are FM's for finding the values on subject and external reference fields. similarly i want it for user status .please help me in this regard....
    Thanks,
    Sreekanth.

    Hey Shiva,
    The FM for finding user status is CRM_STATUS_READ_OW
    Please Reward for usefull usefull post..
    Regards,
    Anand..

Maybe you are looking for

  • How to find out the number of threads created under java vm at runtime

    our application seems to have hit the max number of threads that can be created under vm and the vm will just hang after that. that behavior seems to be consistent from an article that I read earlier. I wonder any way that java app can find out the n

  • Why is SwitchBoard on my system?

    Sometimes at startup, sometimes at other times, if I run Activity Monitor, I see a process called "SwitchBoard" which very quickly hangs "(Not Responding)" I quit the process because... well, I don't know, really. I guess I figure if something is hun

  • Adding ZoomIn functionality to the Gantt menu Items

    Hi We have a requirement of adding ZoomIn/ZoomOut as MenuItem in Gantt. As ZoomIn/ ZoomOut is an implicit functionality of Gantt.Is there any way to do this?

  • Issue migrating from Jdev eloper 11.1.1.0.2 to 11.1.1.2.0

    Hi, I ha migrated my application and I did the following: 1. Open app in 11.1.1.2.0, I accepted all wizard default options 2. Build->clean all 3. Right clic rebuild model and view contoller projects 4. I got errors as "class not found" in my view con

  • Will the G4 top housing case fit the Intel minis?

    My friend has an intel mac and his case is just scratched up big time. Both on the top and sides. Looks really ugly. I found him a case from a G4 mini for dirt cheap and was wondering if it would fit his intel mini. I know the intel's have an infrare