Re:Status and Reasons

Hi All,
Can u pls suggest me how to copy the Activity Parner ,Reason and status from one transaction to other when we are Creating the followup transaction Manually.
Is it Possible or not ,if possible can u pls provide me the valuable suggestions.
If we would like copy the status and Reason And Activity Partner when we are Creating the follow transaction Automatically through actions we will implement Badi's but how can i configure the Transactions if i am creating follow up Transaction Manually.
its very urgent...
i look forward to your reply.
Thanks,
zayd

hi
there are two ways u can achiebe this
as u said using manually to create follow up transaction u need to do the copy control and then u will be able to do the follow up
else use action to create the follow up transaction using method call and parameters
but to tell you u can copy every thing but not the reasons
for copying them u need to implement the bAdi
CRM_COPY_BADI
why we use badi when we are doing it manually ,i hope this question of urs is answered
best regards
ashish

Similar Messages

  • How can I pass value in status and reason for rejection using BAPI_LEAD_CREATEMULTI when creating multiple lead

    Hello,
    I want pass value in STATUS and Reason for rejection according to requirement when i am creating multiple lead using BAPI_LEAD_CREATEMULTI. Please help me how can i pass value. Please give some sample code that in which table i have to pass values and please also tell me INPUT_FIELDS values. Please help me
    Regards,
    Kshitij Rathore

    Hello,
    Please help me for solve this problem. I am trying to solve problem from last 4 days but i didn't get any solution.
    Regards,
    Kshitij Rathore

  • Tables for Opportunity "Status" and "Reason"

    Hi,
    Can someone help me in finding the tables for determining "Status" and "Reason" for an opportunity along with the relvant text descriptions?
    Regards,
    Sandeep

    Hi Sandeep,
    Status-  code in field stat of CRM_JEST table
                    OBJNR = guid opportunity
                    INACT = SPACE
            Text of status in TJ30T with your status profile
    Reason-  code in field code of CRMD_SRV_SUBJECT with   
               guid_ref equal to guid_set( of crmd_link with objtype_set = 29 )
            Text of reason in QPCT
    I hope this way help you.
    Regards.
    Manuel

  • Extending resource status and reason code category

    Hi Experts,
    I have a couple of questions regarding the extensibility of status and reason codes in ME15.0 in the context of machine integration:
    1. Is it save to add new status fields (records) in WIP.STATUS for STATUS_GROUP="RESOURCE"? Is there any impact, if a resource doesn't match one of the predefined status values?
    2. The "logResourceStatusChanged" service creates entries in WIP.RESOURCE_TIME_LOG but not in WIP.RESRCE. That way, it is possible to get different status values in both tables at a given time. Do you see any negative impact resulting from this data inconsistency?
    The service "ChangeResourceStatusRequest" is not suitable in our case, since it doesn't provide a timestamp as input parameter for the status change. And even if it would, the prevention of a "sfc complete" when the status is "unscheduled down" is inconvenient for our customer. The scenario is, that the customer wants to complete the quantity produced until the machine broke down (assume lot production).
    3. Is it possible to add new "categories" in addition to the predefined values in WIP.REASON _CODE? What is the impact?
    regards,
    Georg

    Hi Georg,
    I cannot give you a precise yes/no answer - so this is just to share some info.
    - I've heard about some customer who implemented custom statuses. When a new status simply was added in the database, it did not affect a core functionality. But I do not know what happens if this status is assigned to a resource and then a core fucntionality is triggered. There might be some validation which could fail. But it is easier to test specific cases as how you are going to use SAP ME, and I doubt any developer will be happy to run a full analysis of code to answer your question.
    - The new statuses need to be considered for loading via IDAT and adding into LocaleSpecificText properties file.
    - As to custom categories of reason codes, I guess there are only few places where system behavior is tightly connected to specific predefined reason codes. So, I'm inclined to believe that adding reason codes and categories will not harm.
    Regards,
    Sergiy

  • Several processes in SM50 show status as stopped and reason SLEEP

    I have several batch jobs that are running and then sometime it shows up status "stopped" and Reason "SlEEP". There have been some slow DB writes but not sure what I can do about this.
    Should I let them go and let them resolve themselves. Sometimes these jobs will cause performance issues.
    Or do I delete cancel them to restart in the low usage periods.
    Thansk
    Weyland Yutani

    Hi..
    Not sure about your KERNEL PATCH LEVEL.
    Check this note..
    Note 1357780 - Long "stop" status for batch proc.; reason for wait "sleep"
    Secondly as Dibya said...
    Look a closer look at work proces trace file,
    if you do not see any info desired....
    increase the "TRACE LEVEL" of work process and chase for reason log in tracef file.
    WORKPROCESS Trace info should give some clue / info to do a deep dive analyiss of your issue.
    If you avail SAP Verion/ Kernel Version/ DB Version / OS Version ...
    give more light to the signing in users to put their comments close to your issue.
    We are sure, With Dibya reply itself, you would have got the reasons for the issue.
    Finally,
    What is your system utlization during peakload to rate low usage periods.
    Rgds

  • What is reason of failed status and what is solution in rman

    HI
    what is reason of failed status and what is solution
    select status from V$BACKUP_DATAFILE_DETAILS;
    INPUT_TYPE STATUS START_TIME END_TIME Minutes
    DB INCR FAILED 02/11/11 11:31 02/11/11 12:23 52.6
    ARCHIVELOG COMPLETED 02/11/11 15:28 02/11/11 15:28 .03
    ARCHIVELOG COMPLETED 02/11/11 16:30 02/11/11 16:30 .05
    ARCHIVELOG COMPLETED 02/11/11 17:03 02/11/11 17:06 3.27
    DB INCR COMPLETED 02/12/11 09:54 02/12/11 10:18 24.33
    DB INCR FAILED 02/14/11 11:05 02/14/11 11:42 37.05
    ARCHIVELOG FAILED 02/14/11 11:51 02/14/11 12:11 20.47
    DB INCR COMPLETED 02/15/11 10:51 02/15/11 11:26 34.67
    DB INCR COMPLETED 02/16/11 11:59 02/16/11 12:32 33.03

    by rman backup my backup is successful by above command some backups are failed
    what is the reason faild backup status

  • Set PF-STATUS and use SY-UCOMM in an Exit FM

    Hi,
    I am working on an Exit function, and I am trying to read the screen status and then the user's actions, so that I could code for the SY-UCOMM. For some reason, my program is not working. Is it possible to add the PF-STATUS and SY-UCOMM to the Exit function to process the user's actions? Please advise.
    Thanks,
    RT

    Hi Ravikumar,
    I was able to use the parameters in the Exit provided in the Exit FM to process the necessary data. I have other requirements where I would have to code in the Exit FM to detect the user's actions and process them within the Exit to manipulate the tables. I added some code specified in the previous post, but it doesn't seem to get the OK_CODE; therefore, no processing of the data was happening when I tested by clicking on the yellow arrow to exit. I am able to determine the OK_CODE though.
    Would you have any sample code suggestions when using the Exit for SET PF-STATUS and SY-UCOMM?
    Thanks so much.
    RT

  • Need a report on delivery status and response status for capaign recipients

    hi, i need to make a report on delivery status and response status for capaign recipients but cannot find them in the campaign subject area nor the campaign response subject area, any idea?
    thanks

    Correct the Campaign Response History is the report you are looking for. The fields that may be helpful to you are.
    Response status - This shows message opened, click-thru's, opt outs etc
    Delivery status - Hard bounce, soft bounce etc
    To get more details from the above results add the following.
    Response type - This will show the URL that was clicked on a click-thru in case you have multiple links tracked in one email. It will also show the reason for hard bounces. This is important because not all hard bounces will trigger the "Never Email" flag to be checked. This occurs for emails with the bounce statuses of Bad Address,
    Address Moved or Unknown Address only.

  • Customizing Task type (Status and Completed fields)

    We have created our own "MDAction" custom type. The primary reason is that we need different values of "Status", and we dont want to mess with the built in "Task".
    We have created lists based on MDAction and it works fine but we have one issue:
    The users wants the behavior with Date in red when over due. Fine.
    But when we remove the build column "Completed" (that gives provides the "Checkbox") - this column sets the original "Status" field to "Completed" and not the "MDAction". Having the "Completed" fields
    confuses the users.
    To our surprise, when wh remove "Completed", also the behavior with overdue Dates in red disappears.
    How does this work, and how can we have "red over due dates without the completed column in the view"?
    Thanks,
    Jorgen

    Hi Jorgen,
    According to your description, my understanding is that you want to remove ‘Completed’ column and make the Due Date red when the date is due.
    As a workaround, you can customize the task form with InfoPath, and remove the ‘Completed’ column in the form view. For the Due Date with Red, you can create a rule for the Due Data column, the rule is like:
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Session Out Error in Status and Tracking System (BPS) Execution

    Hi,
    I am getting the Session timed out error in Status and Tracking System (Open Planning). The reason I found is:
    In STS (Configuratioin) the web link that I have added is valid for one time. Meaning that ever time I visit Web Interface Builder (Execution), it is generating a different web link. Therefore, it is only valid for a single time.
    Is there any way, that I can make the web string that is generated every time I visit Web Interface Builder (Execution) for a particular report, so that I can use that web link in the configuration of STS (Open Planning). In this case the web link every time that generated is dynamic.
    But, this is not the case with Open Report. I prepared a query and attached the web link of the query into (Open Report). The number of times even if I open the report, there is no issue as the web link is static.
    Any inputs on this will be appreciated.
    Regards,
    Ravi

    Hi,
    This has been solved.
    In STS Configuration the web link (URL) that is to be inserted is not the web link that has dynamically generated. However, it is the web link (URL) on the Web Interface Builder (WIB) - Property - URL BSP Application.
    If you use this URL in the STS (Open Report), this will ask the User for User ID and Password to reach that Web Planning Layout and a dynamic code will then be generated. Every time, user visits it generates new dynamic URL.
    Anyway, Thanks in advance.
    Regards,
    Ravi

  • Status and Tracking and Additonal Information

    I am trying to change the Additional Information text available in Detail Page of Planning in Status and Tracking. By default I see the text available under UPS_START_RUNDE description.
    I tried to create custom text based on documentation available for Maintaining Text with Additional Information, but with no success. Also documentation does not specify it needs to be assigned based on reason code in table UPS_CUSTTEXT.  So not sure how to change this default text.
    Any ideas?
    Thanks,
    Sachin

    I could able to resolve this issue myself, I missed assigning my newly created text objcet in STS configuration setting: Determine Attributes in Planning Session -> Text Element (assigned by own text object created)
    Thanks,
    Sachin

  • How to get system status and user status of service order

    Hi,
    I want to show user status and system status for service order in my report and i am using CRM_ORDER_READ function module to read the status, but it is returning lot of status records, could anyone please suggest how to get the system status and user status for service order.
    I did not find any clue for how to get user status, i can see the user status when i open the transaction using CRMD_ORDER.
    Regards,
    Kamesh Bathla

    Hi,
      Go to CRM_JEST table give your service order guid and get the status, pass this status into TJ02. You will get the status of your order.
    Regards
    Srinu

  • Report on production order status and shortage report

    I want to know standard report on production order status and shortage report. Kindly suggest.

    COOIS - Production order information system . In this report you can give system status in selection screen  and in report you can get complete status details (both system and user status) .
    shortage report - CO24

  • Use of user status and business actions

    Hi all,
    I'm new at status profiles, user status and business actions.
    Currently we are using status profiles and user status for orders - but business actions aren't assigned to the user status. In a project I should evaluate whether we can use those business actions.
    After reading a lot of documentations there is still one question left. What are the business-actions for and how can I use them?
    Let's say I've a status profile with following user status with according business actions:
    - status: new;   business action: to progress
    - status: in progress;   business action: to confirm
    - status: confirmed;   business action: decline or close
    - status: closed;   business action: close
    What happens when a user sets the status of an order to "confirmed"? Will be done additional checks for my order? - If yes: Wich checks will be done and exists there an API to effect these checks or to implement additional checks?
    Regards,
    Christian

    Christian;
    If you´re wanting to speak about Status Profile in OP. You can execute whole theses steps in T-code BS02, when in this IMG:
    1. Enter a Status Profile.
    2. Assign the status profile to an Object Type.
    3. Define the User Status.
    4. Assign Business Transactions to user statuses.
    5. Translate the status profile and user statuses.
    You can also to use this function to simulate the status development for a particular object.
    To do this, select a status profile and branch to the screen "Allowed Object Types". Then place the cursor on one of the object types.
    Using the function Extras -> Status simulation, you can simulate the status changes that could be caused by performing various business transactions, or by changing the staus manually, during the lifetime of the object concerned.
    You can also branch directly from simulation to status maintenance for the object concerned, to display information on which transactions are allowed or disallowed in the current situation.
    The log function records all the changes you simulate and allows you to navigate freely to see what effects these are having.
    Status profile info
    Using the function Extras -> Status profile info, you can display a list of all the entries you have made for a particular status profile. The list is structured as follows:
    The first block contains the permitted object types.
    The second block contains the user statuses.
    The third block contains the following information for each user status:
    which transactions it allows
    which transactions it allows with a warning
    which transactions it disallows.
    I hope help to you
    Regards
    Luciano Nobrega

  • Packing status and delivery status

    What are the fields for packing status and delivery status?

    Hi,
    Please check tables VBUK (header status) and VBUP (item status).
    VBUK-LFSTK ((Delivery status)
    VBUK-PKSTK (Overall packing status of all items)
    VBUP-LFSTA (Delivery status)
    VBUP-PKSTA (Packing status of item)
    Regards,
    Ferry Lianto

Maybe you are looking for