NEED SET PARAMETER ID for  maintain Activity (BUS2000126)

Hi all,
         i am working in CRM 5.0, i have created one Z Activity Report wit interaction,
i need Set parameter id for maintain Activity (BUS2000126) for geting the partcular Transaction Activity,
it is not working :
FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
RS_SELFIELD TYPE SLIS_SELFIELD.
data:index type i.
  CASE R_UCOMM.
    WHEN '&IC1'.
        read table it_data  index rs_selfield-tabindex.
       SET PARAMETER ID    'CRM_CURR_OBJECT_ID'
           FIELD it_data-object_id.
       call transaction 'CRMD_BUS2000126' ."and skip first screen.
  ENDCASE.
ENDFORM.                    "user_command
this 'CRM_CURR_OBJECT_ID' parameter is not working ,
Can any one tell me parameter ID for t-code 'CRMD_BUS2000126' ,
Thanks,
Ganesh R

Hi Pratik Patel,
                       i have tryed  Parameter ID: CRM_OBJECT_ID,
but it is not working ..
see my coding :
FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
RS_SELFIELD TYPE SLIS_SELFIELD.
data:index type i.
  CASE R_UCOMM.
    WHEN '&IC1'.
        read table it_data  index rs_selfield-tabindex.
       SET PARAMETER ID 'CRM_OBJECT_ID' FIELD it_data-object_id.
       call transaction 'CRMD_BUS2000126' and skip first screen.
  ENDCASE.
ENDFORM.                    "user_command
here is any problem?,
i have checked clicked object id is comming properly ,
can u tell what is the problem?
regards
ganesh

Similar Messages

  • How to set parameter id for a field, which is in disable mode ?

    Hi,
    I Have to set parameter id for field ledger for transaction FAGLB03, which is in disable mode, i have to set it through program,please let me know how to set it.
    Thanks.

    Say i have 5 rows then
    for(int i=1;i<=5;i++){
    String Newpath = updatepath(eval("{{obj.libraryname.web_input_text_fieldname}}"),i)
    web.text_area(Newpath).setText("Text to be set")
    Below function is used to update my path
    public String updatepath(String path,int i) throws exception {
    String FPath = "";
    if(i<2) {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    } else {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+(i-1)+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    return Fpath
    anyother way to update path and set the fields in mutiple block is appreciable
    thanks
    Suresh

  • Set parameter id for select-options to fill more than one value

    FROM MY CUSTOM PROGRAM I AM CALLING A TRANSACTION CODE. IN MY REPORT I WANT TO SELECT MORE THAN ONE RECORD AND TO CALL THE TRANSACTION BY PASSING THE SELECTED VALUES TO THE SELECT-OPTIONS OF THE TRANSACTION.
    IF IT IS A PARAMETER I CAN WRITE SET PARAMETER STATEMENT FOR ONE VALUE AND EASILY CALL THE TRANSACTION. BUT I WANT TO FILL THE SELECT-OPTIONS OF THE TCODE.
    CAN ANYBODY PLEASE PROVIDE ME THE LOGIC HOW TO FILL THE SELECT-OPTIONS FROM MY REPORT FOR CALLING THE TRANSACTION.
    REGARDS,
    VASU.

    Hi..
    Instead of calling the Transaction
    Call the Report directly using:
    (First declare the Ranges)
    ranges : R_matnr for mara-matnr.
    (Fill the values into Ranges Table and call the report )
    SUBMIT <REPORT>
      With s_matnr in R_matnr.
    <b>Reward if helpful.</b>

  • I need a request code for offline activation. Because i cannot connect with adobe server for online activation. But I receive "The request code is invalid." by generate answer code.

    I need a request code for offline activation. Because i cannot connect with adobe server for online activation. But I receive "The request code is invalid." by generate answer code.

    Dear Anubha,
    I hope these windows illustrate what I am facing.
    The above window shows the prompt that the software requires activation.
    The version is 8.1.0.
    This next window is the point where I select activation by phone.
    This final window shows that the "response code" is not returned.  I get an
    "Activation Number" instead.
    Steven
    On Tue, Jan 27, 2015 at 10:50 PM, Anubha Goel <[email protected]>

  • How to set FROM ADDRESS for EMAIL activity in Process Flow

    Hi all,
    Can any one tell how to set(which address) FROM ADDRESS for EMAIL activity in Process Flow?
    Thanks,
    Suvvi

    Did you set what OWB guide says:
    To execute a process flow with an email activity, you may need to access different host machines and ports. New security measures implemented in Oracle Database 11g Release 1 restrict access to hosts and ports. You must explicitly grant access to hosts and ports that the email activity accesses using the DBMS_NETWORK_ACL_ADMIN package.
    For example, the user OWBSYS needs to send an email through the mail server mail.example.com using port 25. The DBA must perform the following steps:
    1. Create an Access Control List (ACL) for the user OWBSYS using the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.CREATE_ACL
    (’acl_for_owb_cc.xml’,’ACL for Control Center’,’OWBSYS’,’CONNECT’);
    The ACL has no access control effect unless it is assigned to network target.
    2. Assign the Access Control List (ACL) to a network host, and optionally specify a TCP port range. Use the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (’acl_for_owb_cc.xml’,’mail.example.com’,25)
    3. Commit the changes made using the COMMIT command.

  • How to find out the SET PARAMETER ID for FB02 transaction

    hi masters,
    i m working on a alv report and in that i have to make a BELNR field as a interactive field. i m using the 'user command' for this.
    FORM user_command USING ucomm TYPE sy-ucomm
                        selfield TYPE slis_selfield.
      IF selfield-value IS NOT INITIAL.
        CASE selfield-fieldname.
          WHEN 'BELNR'.
            SET PARAMETER ID 'FBAS'  FIELD selfield-value.
            CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.
          WHEN OTHERS.
            MESSAGE text-000 TYPE 'W'.
        ENDCASE.
      ENDIF.
    ENDFORM.                    "user_command
    i used this code using this. using this code my program goes to FB03 tc but it don't shows the data of BELNR what i was clicked. it always shows first BELNR no. in the table. plz anyone help me for this..
    the  SET PARAMETER ID 'FBAS'  i m using is right? if not plz suggest me how to find out correct one?

    Hi Vicky,
    To know the Parameter Id of any field in a transaction ,
    you just press F1 onthe particular field then in technical settings under Field data
    you can see the PARMATER ID.
    So if you check like this you can see 'BLN' as parameter id for Document number in FB03
    transaction
    Regards,
    Manoj Kumar P

  • Set parameter just for SAP account of Administrator

    Dears,
    1. Due to system audit that demand to set some special rules of password just for administrators in SAP system.
    for example, we need set password's expiration, length, complexity and so on.
    I know we could set parameters like ’login/passwd_expiration_tim’ ‘login/min_password_d’
    ‘login/min_password_letters’ and so on, but these parameters will set for all the users in SAP.
    Now we must set some special rules just for some 'Administrators' as the audit demand,
    Could you please give me any idea ?
    2. Need disable intreractive login for the system account and communication account in SAP, how to archive this ?
    Thanks,
    Hong

    Due to system audit that demand to set some special rules of password just for administrators in SAP system.
    for example, we need set password's expiration, length, complexity and so on.
    I know we could set parameters like ’login/passwd_expiration_tim’ ‘login/min_password_d’
    ‘login/min_password_letters’ and so on, but these parameters will set for all the users in SAP.
    Now we must set some special rules just for some 'Administrators' as the audit demand,
    Could you please give me any idea ?
    login parameters are system wide, only system users are exempt. Seems like your auditor have no idea of how a SAP system works. You cannot set special rules for Administrators...  I cannot find one single reason to have different rules for Admins.
    Need disable intreractive login for the system account and communication account in SAP, how to archive this ?
    You don't need to achieve that... system and communication users are by definition not interactive users (you cannot logon to the system with them).
    Regards, JP

  • Help needed setting up WebUI for Wireless Gateway

    I have a problem setting up a webUI for my demo project.
    I am just doing a simple WSN application measuring temperature on a WSN-3121 thermocouple node, and logging it on a wireless RT gateway NI 9792.
    Then I wanted to create a web UI for it, and display whats in the gateway's UI - see project.
    SO I'm coming up stuck with the web UI.  I've tried reading as much as I can but I still dont know what I'm doing wrong.
    As far as I can see, I need to create a web service in the build specs for my gateway, and place the gateway_main.vi as the vi to use.  Then build it, and deploy it.  Once that has happened and I run the vi on the gateway, I created a webUI as shown in the pic, where it imports the web service from the gateway using 192.168.0.16:8080 - that works fine.
    When I run the webUI, it just sits there and times out.
    I am using LAbview 2010.  Please help.
    Solved!
    Go to Solution.
    Attachments:
    Straight Temperature Monitor.zip ‏2152 KB
    webUIsetup.jpg ‏75 KB

    Hello markza,
    Your approach to using Web UI Builder and understanding its use case is exactly right, the issue lies in the web service you have deployed. The VI you are building as a web service, i.e. gateway_main.vi, has while loops in it and hence cannot be used as a web service. The reason for the timeout is that your UI Builder app is calling the LV2010 web service and is getting stuck there waiting for the while loops to complete. Also, the cluster datatype is not supported in Web UI Builder so you would have to break up the Wireless Node Sampling Time input into two separate numeric inputs.
    I would recommend creating a subVI out of your code inside the inner while loop in gateway_main.vi. This subVI should have two numeric inputs to replace the cluster (as mentioned above) and not have either of the Start or Stop boolean inputs. Outputs would stay the same i.e. two doubles and a boolean.
    Let me know if that helps you and if you have any further questions.
    Thanks!
    Diya Jakkidi
    LabVIEW Web UI Builder R&D

  • Help needed - setting password policies for different types of accounts

    Hello,
    We have a situation where we have different types of users created on a solaris server. We have regular users, admins, functional accounts and device accounts. Of course solaris does not differentiate between regular user and other types, i think. The default password policy applies to all the users on the server. I want to configure different policy for different types of user accounts. Is it possible? The difference between the accounts on our side is
    Regular user accounts - 8 digit numbers ( 00667265) - expire password every 90 days
    Functional accounts - 8 digits starting with F ( F0253466) - do not expire, but password length must be 10-12 and complex
    Device Accounts - 8 digits starting with Z ( Z2367249) - do not expire, but password length must be 12 and complex - like upper case, lower case, number, special chars etc.
    Is it possible to set up different password policies, is so how?

    The password expiration policy is pretty easy, it can be set on a per account basis when the account is created. I'm not aware of a simple way to define a complexity policy for groups of accounts but the policy is enforced using pam, so you should be able to write a pam module which would enforce your complexity policy. The pam manual page would be a reasonable starting point for learning about pam.

  • DSEX status for Network Activity

    Hi,
    1. How do I set DSEX status for Network Activity using BAPI?
    2. How do I update scheduled dates for an activity once DSEX status is set, through BAPI?
    Regards
    Shrikant

    Hi Abhishek,
    Thanx for ur reply. I am already aware about that BAPI but looking for functionality which PM order maintain BAPI provides. In that BAPI, if you pass X in constraints DSEX flag gets set. Later if you pass dates in constraint dates field, the scheduled dates get updated. So I am interested to find out how one can update the scheduled dates, once DSEX is set.
    Regards
    Shrikant

  • Client need to be opened for what all objects?

    Hi Experts,
    I need to list all the objects for which clients need to opened for customizing/master data download, for ex. when we are downloading condition records we need client to be in open/modifiable state, So what I need now is suggestions based on your experience wherever you feel that cleint needs to be opened for this activity .
    Thanks for sharing your experience.
    With Regards,
    Mayank Choudhary

    Hi Mayank,
    Even I tried for the list of all cross-client download objects in vain. I figured a work around for this and found it helpful.
    To check wether a particular object is downloading cross-client data:
    1) Determine all the tables involved by executing CRM table SMOFTABLES with the adapter object name. (Ex: DNL_CUST_SHIP downloads data from the following tables: TINC, TINCT, TPRIO, TPRIT, TVSB, TVSBT.)
    2) In order to check wether these tables are cross client or not, execute table DD02L in R/3 system with all the tables determined in step 1.
    Ex: DNL_CUST_SHIP
    Table  : DD02L
    Table name----
    Client-specific
    TINC----
    X
    TINCT----
    X
    TPRIO----
    X
    TPRIT----
    X
    TVSB----
    X
    TVSBT----
    X
    This means that none of the tables invloved in DNL_CUST_SHIP download are cross-client and can be downloaded without opening the client.
    If there are any client independent tables involved then we need to open client and perform download.
    Ex. DNL_CUST_CNDALL
    The below mentioned tables are involved in DNL_CUST_CNDALL object download and are cross-client and hence the client needs to be open while downloading the object.
    TMC1K
    TMC1D
    TMC1
    T681
    T682
    T682I
    T682T
    T682Z
    Hope this helps
    Regards,
    Aj K

  • ORA-02069: global_names parameter must be set to TRUE for this operation

    I have 10g database and a schema 'TMAPP'
    And I have two table in TMAPP as
    create table user_menu_privs
    company_code           varchar2(5),
    bu_code      varchar2(12),
    user_group      varchar2(30),
    user_group_type      varchar2(1),
    menu_option_code number(5),
    enabled varchar2(1),
    query_only varchar2(1),
    default_lang varchar2(3),
    created_by      varchar2(10),
    created_on      date,
    updated_by      varchar2(10),
    updated_on      date,
    constraint pk_user_menu_privs primary key (company_code,bu_code,user_group,user_group_type,menu_option_code),
    constraint fk_user_menu_privs foreign key (company_code,bu_code,user_group,user_group_type)
    references user_group(company_code,bu_code,user_group,user_group_type)
    create table user_dst
    company_code           varchar2(5),
    bu_code      varchar2(12),
    userid varchar2(10),
    user_group      varchar2(30) ,
    user_group_type      varchar2(1) ,
    font_size      number(2) ,
    font_name      varchar2(100) ,
    address_id number(10),
    created_by      varchar2(10),
    created_on      date,
    updated_by      varchar2(10),
    updated_on      date,
    constraint pk_user_dst primary key (company_code,bu_code,userid,user_group,user_group_type),
    constraint fk_user_dst foreign key (company_code,bu_code,user_group,user_group_type)
    references user_group(company_code,bu_code,user_group,user_group_type)
    I have another database 11g with a schema TMAPP.
    Here I have created a database link 'to_dev' is connecting to the 10g db
    using this I can connect and see the data from 10g TMAPP
    I have created two views
    create or replace view user_menu_privs as
    select *
    from user_menu_privs@to_dev
    where user_group in
    (select user_group from user_dst
    where user_group_type='F');
    create or replace view user_dst as
    select * from user_dst@to_dev;
    and I executed
    delete from user_menu_privs
    where menu_option_code=108;
    I am getting the error
    ORA-02069: global_names parameter must be set to TRUE for this operation
    after that I set the global_names in 11g as TRUE
    then I am getting another error as
    ORA-02085: database link TO_DEV connects to DEV.REGRESS.RDBMS.DEV.US.ORACLE.COM -- that means link is not wokring
    Please help
    Dennis
    Edited by: DJ on Mar 13, 2012 5:49 AM
    Edited by: DJ on Mar 13, 2012 5:51 AM
    Edited by: DJ on Mar 13, 2012 5:53 AM
    Edited by: DJ on Mar 13, 2012 5:55 AM
    Edited by: DJ on Mar 13, 2012 5:56 AM

    OP wrote
    >
    But you said
    create a database link in 11g database with 11g database global name and put 11g database global_name=true.
    and put 10g database golba_name=false;
    >
    That isn't what I said at all. Reread my first reply. The first part is a copy of what you had stated.
    >
    ORA-02069: global_names parameter must be set to TRUE for this operation
    after that I set the global_names in 11g as TRUE
    >
    And then I said
    >
    That is because when global_names is TRUE, the database link name MUST be same as the global db name of the database to which the link connects to.
    You need to drop the database link and recreate it using the global name of the database it connects to.
    'link name MUST be same as the global db name of the database to which the link connects to.' - I didn't say 11g.
    And I didn't say 'put 11g database global_name=true' because you had already done that! 'after that I set the global_names in 11g as TRUE.
    1. 11g - global_names MUST be TRUE
    2. 11g - database link name MUST be the same as the global db name of the database to which the link connects to - 10g global db name
    3. 10g - gloibal_names setting is irrelevant

  • Set default value for parameter fields

    Good day!
    Situation:
    1. I have 2 parameter fields in reports (dateFrom and dateTo)
    2. Before running report in ASP.NET I change value this fields (dateTo = today, dateFrom = today - 3 days)
    3.I use for this source:
    foreach (ParameterField crParam in CrystalReportSource1.ReportDocument.ParameterFields)
                            CrystalDecisions.Web.Parameter crParametr = new CrystalDecisions.Web.Parameter();
                            string ParametrName = crParam.Name;
                            crParametr.Name = ParametrName;
                              crParametr.DefaultValue = ActionReportParameter.GetParametrValue(ReportName, ParametrName);
                             CrystalReportSource1.Report.Parameters.Add(crParametr);
    4. And repurt run without request value parameter fields.
    5. BUT!!! now I need request value parameter fields before report start running - I want set default values for filelds and offer user change its before report start run.
    How do this?
    Thanks

    I believe you need to create your own parameter promt screen. Capture what the user entered and pass that to the report(?).
    slv

  • I want to pass my iMAC along to my kids. System is 10.4.11 or 10.5.11.  Have original Lion and Tiger OS discs.  What do I need to do to set it up for a new user?

    I want to pass my iMAC along to my kids. System is 10.4.11.  Have original Lion and Tiger OS discs.  What do I need to do to set it up for a new user?

    I'm having to guess at which iMac you have. This forum covers three older variants of the iMac family that were made from 1998-2005 with three different processor types.
    If yours has a G-series processor, it can run neither Lion 10.7  nor Snow Leopard 10.6. If the processor is a G5 or a G4 (must be faster than 867mHz( you can install Leopard 10.5. If your plan is to reinstall the OS before turing over the computer, let us know which iMac you  have (doing "About this Mac" from the Apple menu will give the processor type--that will do for this purpose)
    If "About this Mac" says you have an Intel processor, you have a much newer iMac. Let us know and I can ask the Hosts to move it to that separate forum.
    If you wish to maintain control over the computer, you can go to System Preferences > Accounts and set up a new standard account. The user logged into that acct can pretty much use anything installing in that account but cannot install new software or modify the system. That means less chance of something bad getting on the computer but also means they wil be asking you to help install stuff as they won't have access.
    If you wish to give the kids full control, set up a new account with admin priveleges, then either strip content form your account and leave it, or simply delete it once you are satisfied that the new accout is working.
    This Apple support page is chock-full of helpful tips on manageing accounts and security in OS10.4 Tiger"
    http://www.apple.com/support/tiger/accounts/

  • Please..how to instal libero mail on mi Ipad. I need the parameter for send and receive mail..Thanks

    Please..how to instal "libero" mail on my Ipad. I need the parameter for send and receive mail..Thanks

    FYI: POP will by default, delete messages from the server after downloading them (This applies to most pop clients, computer or mobile). POP is old tech and is not recommended if IMAP or Exchange are available. The default when setting up a g-mail type account is IMAP. Full synchronization with the server. You may also be able to set it up as an Exchange account, allowing for push e-mail and sync of calendars and contacts as well. See the Gmail help pages for instructions.

Maybe you are looking for

  • Adobe Premiere crashes after only a few minutes of use.

    I have a Dell i7 Laptop with 8GB of RAM running Win 8.1 this is the error message I keep getting. Log Name:      Application Source:        Windows Error Reporting Date:          2/12/2014 10:19:46 PM Event ID:      1001 Task Category: None Level:   

  • Warning message on computer

    When I try to get in to my Itunes, I get the following message.. "another user on this computer is using the Ipod software, so Itunes is unable to communicate with this Ipod. Please ask the other user to logout" There are NO other user on my computer

  • MacBook has slowed to the point of crashing everytime?

    So, my MacBook Air (Mid 2011, 2GB Ram) has become so slow to the point of it crashing in every app. It's fairly understandable as it's old and the memory is only 2GB. I will be buying the new MacBook on its release, but is there anything I can do to

  • Package for creating Parameter id

    Hello Friends , I am creating a parameter id for my dialog program using SM30 . Usually I use a z package . It is asking to use an SAP Package . What SAP package should I use to save the parameter id ? Thanks ,

  • Available space

    I have a MacBook Pro.  When I go to storage information in "about this mac" it says I have 89.6 GB in movies.  I can't find any movies on the computer.  I have not put any movies on the computer.  I cannot figure out where all of these supposed movie