Need of parameter id's...?

Hey gurus,
In PBO event why do we need parameter ID's..and are the parameter ID already defined or do we create one..
Please help...
Cheers:Jim

hi,
parameter id's are useful in having data values from one session to another for from internal session to external session. useful in situations when we have to cal standard screens with some default values.
if helpful reward some points.
with regards,
suresh.

Similar Messages

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

  • 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

  • Dynamiclaly determine the need of parameter prompt? (CR8.5)

    Hi,
    I'm wondering if it's possible to have cr8 decide if a parameter is needed.
    I have a report, its an invoice template that has some graphics that display depending on a selected parameter.
    The graphics are generally only used when a copy invoice or credit is needed - otherwise the user selects 'plain' and the invoice prints with no graphics.
    The document type is determined by the database field DOC_TYPE which would be 'CIV' for copy invoice or 'CCR' for copy credit - otherwise 'INV' or 'CRN'
    Is it possible to specify that, if the doc_type is 'CIV' or 'CCR' then prompt for graphics if not, no parameter prompt - show/print the plain report.
    The reason for this is that, when invoices are raised, they are raised in batches and it would be inpracticle to stop and choose a parameter for each invoice - these invoices are all printed on headed paper, therefor - graphics are supressed.
    The graphics are only shown when a customer requests a copy invoice and we then send out a pdf generated from the report with graphics shown

    Please re-post if this is still an issue or purchase a case and have a dedicated support
    engineer work with your directly

  • I need one parameter value to return all values in SSRS

    when clicking on last label , I need data associated with all counties to retrieved , it is working fine when clicking on particular country but I can't figure it out how to do this is with multiple value  
    in my SQL code I am trying to do this 
    where country in(@country)

    There is no need to specify "All countries" in SSRS if you want to select all the countries if you want to render the report. Just pass all the available values and in the "General" tab select
    Allow multiple values which gives you the option to choose all the countries or also one or more countries... Don't forget to specify the "IN" operator in your query... it's a must...
    Good luck :) .. visit www.sqlsaga.com for more t-sql code snippets and BI related how to articles..

  • Singleton - Constructor needs a parameter :(

    Hello,
    i have a Problem with the Singleton Pattern.
    Following situation:
    I have a class (Commander) which starts all the dialogs of my Swing Application. For this it starts first the BPs and they start the dialogs.
    The BPs need my mainprocess class in the construtor to set the its parent. So, my commander-class needs to keep an instance of the mainprocess-class as a member.
    At the moment the constructor of my commander class gets the mainprocess instance, but i want to make the commander singleton.
    When i do that i am not able to use the constructor to publish the mainprocess class. I dont want to use the getInstance-method to give my the commander, the mainprocess.
    It seems impossible to make the commander singleton as long as it needs the mainprocess for each other operation. Is that right or do you have a solution for my problem?
    thanks and regards
    Toni

    Does something like this work?
    public final class Commander {
        private static Commander instance;
        private MainProcess main;
        private Commander(MainProcess p) {
            main = p;
        public static synchronized Commander createInstance(MainProcess p) {
            if (instance == null) {
                instance = new Commander(p);
            } else {
                throw new UnsupportedOperationException("Instance already created!");
        public static synchronized Commander getInstance() {
            if (instance != null) {
                return instance;
            } else {
                throw new UnsupportedOperationException("Instance not created!");
    }

  • Why I need this parameter file ? initTSH1.ora

    I have installed oracle10g on RHEL5, did not get any error message, after the installer finished , I startup the database , but got this msg:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/oracle/product/1020/db_1/dbs/initTSH1.ora'
    and the parameter directory has these files:
    [oracle@localhost dbs]$ pwd
    /u01/oracle/product/1020/db_1/dbs
    [oracle@localhost dbs]$ ls
    hc_datacent.dat init.ora lkDATACENTER spfiledatacent.ora
    initdw.ora lkDATACENT orapwdatacent
    [oracle@localhost dbs]$
    I can not search anything about the file initTSH1.ora , please help me, thanks .

    Your ORACLE_SID environment variable is set as TSH1, which is not your DB name. As oracle user try this :
    $ export ORACLE_SID=datacent
    $ sqlplus / as sysdba
    If you get "Connected to an idle instance.", then try
    SQL> startup

  • BSP needs Portal Parameter

    Hi to all,
    I'm not very familar with Business Server Pages but I have the requirement to provide a BSP with parameter from the SAP NetWeaver Enterprise Portal (like username, language, iView-Id....). I'm not allowed to use Application Parameter or URL-parameter to send the data to the BSP.
    So my question is: How can I provide the BSP with parameter from the portal?
    Can I use Customer Exits for 'ParameterProvider' and put there some values into the current component or http session but how can I then read the values in the BSP?
    Or shall I use cookies? Other ideas?
    Thanks for your help!
    Best regards
    Katharina

    Hi,
    You can use below steps...
    1.  Application Parameters for BSP iview in portal like below
    Application Parameters =
    userid=<User.LogonUid>&fname=<User.firstname>&lname=<User.lastname>&email=<User.email>
    And  
    <User.displayname>
    <User.salutation>
    <User.firstname>
    <User.lastname>
    <User.jobtitle>
    <User.department>
    <User.telephone>
    <User.fax>
    <User.streetaddress>
    <User.zip>
    <User.city>
    <User.country>
    <User.timezone>
    <User.mobile>
    2. BSP application in R/3
      DATA: l_url_parameters        TYPE tihttpnvp,
                 l_url_userparameter    TYPE ihttpnvp.
      READ TABLE l_url_parameters WITH KEY name = 'USERID'
                                  INTO l_url_userparameter.
    Thnx!
    Suriya

  • Need make Parameter i/p field invisible

    Hi,
    Below is my sample program. I am trying to make MG1 invisible on output screen.
    But PT1_From still visible where as other comments are invisble.
    Please help me on changing the visibility of PT1_From to invisible.
    Thanks
    Vimalraj
    REPORT  ZQUERYSCREEN.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (20) PT1 FOR FIELD PT1_From MODIF ID MG1 .
    SELECTION-SCREEN COMMENT (20) text-013 MODIF ID MG1 .
    PARAMETERS: PT1_From type i  MODIF ID MG1 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (20) text-014 .
    PARAMETERS: PT1_To type i.
    SELECTION-SCREEN END OF LINE.
    at selection-screen OUTPUT.
    PT1 = ' Flight Date ' .
    PT2 = ' '' Comma escape '' ' .
      LOOP AT SCREEN.
        IF screen-group1 = 'MG1'.
           screen-intensified = '1'.
           screen-INVISIBLE = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.

    Hi,
    try this:
      LOOP AT SCREEN.
        IF screen-group1 = 'MG1'.
          screen-active = 0.
          screen-input = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Reward points please,
    Regards,
    George
    Edited by: George Lioumis on Jan 9, 2008 11:23 AM

  • Need to use DocNum as parameter in Crystal report

    Dear All,
    I am developing a report for our customer now. It is a invoice report. We need 2 parameters
    1) Customer code (drop-down list. can only choose one each time)
    Here is my token
    Customer@ SELECT CardCode, CardName FROM OCRD WHERE CardType = 'C' ORDER BY CardCode
    2) Then we need another parameter to display all invoice number for the specific customer. How can I create the parameter here?
    Thanks in advance.
    Regards,
    Yuka

    You create two parameters in Crystal Reports. Try these
    One for Cusomer (Customer@Select CardName from OCRD where CardType='C')  - This would be String, Dynamic
    One for DocNum - Type :Number , Static
    Import the crystal report using Report Layout Manager to the app menu.
    Then navigate to the patch and click on the report, when the report loads you should see a dropdown list for Customer Name and the DocNum will be blank.
    Click on View-->System Information and findout field info
    create a query : Select DocNum,CardCode,CardName,DocTotal,DocDueDate from OINV where CardCode=$[TableName.Field]

  • SUP workflows - parameter mapping needs to be done dynamically

    Hi Experts,
    I have a requirement where I need to map parameters depending on the menu options selected by the user.
    there are three menu options - create, check and send and each of them needs different  parameter mappings. for e.g. if  user selects create then 'create' should be mapped to corresponding parameter and similarly for others
    I thought of changing (adding/removing) keys in related functions in Workflow.js, but not sure if it 'll work or if its a good practice.
    Any pointers are appreciated.
    Regards,
    Victor

    Your best bet is likely to use the same parameter mappings and change the key values dynamically at runtime in the customBeforeMenuitemClick.  You certainly can change the code in Workflow.js, but its not recommended, as it'll be overwritten every time you regenerate (unless you turn the Generate checkbox off).

  • How to run the same SSRS report multiple times, each time with a different parameter value?

    Hi,
    I have an SSRS report that produces a list of invoices for a single supplier (so supplier is a parameter specified at runtime). The report is based on a stored procedure in SQL. I would like to make things easier and instead of going through all suppliers
    one by one, I want to have a single action, which produces separate reports, per supplier, for all suppliers that have an outstanding invoice (so not all suppliers on the system as a whole but all suppliers that are within the result set of the stored procedure).
    I assume this would mean first executing the stored procedure to find all suppliers that have invoices at the time. And then running the report multiple times, once for each supplier, where the supplier value is used as the parameter every time. ideally
    this would open separate webpages with a single report per page. (I am creating a button in another software, which is simply launching iexplore.exe and passing a
    fixed SSRS report URL).
    What would be required? I have SQL 2012 and I am building this in Report Builder 3.0.
    Thank you!
    Dimitar
    P.S. What about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?

    What
    about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?
    Yes thats a much better option. Its very easy to generate such a report in SSRS. You dont need a parameter
    in that case but just needs to add Supplier as a grouping field in the tablix. Then add other columns and groups if required. Select option set page break after each instance of the group for first grouping (ie based on supplier field). Then report will render
    with one page per supplier. On exporting to excel also each supplier data goes to a different tab
    Here's a similar requirement I did for one of my projects
    http://visakhm.blogspot.in/2013/10/using-ssrs-to-export-sqlserver-data-to.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Crystal Reports Viewer 2008 and parameter fields

    Hello,
    I saw this product on the main Crystal Reports site this afternoon and decided to download it to try it out.  I have a number of users who would benefit from being able to preview their report results prior to actually running the report.  This seems like the perfect product.  I have a large number of Crystal Reports which were created in Crystal version XI.  I also downloaded the free 30 day version of Crystal Reports 2008 yesterday to see what new features are there.
    While testing Crystal Reports Viewer, I tried to run one of my reports which needs a parameter to run properly (account number).  This type of parameter is needed for probably 98% of this business' reports. 
    The problem: Crystal Reports Viewer does not prompt me to input the parameter.  In my actual Crystal Report, I had the box "Save Data with Report' left unchecked, as the account number frequently changes.  However, if that box is left unchecked, Crystal Reports Viewer will give me the error message "No Saved Data.  This report file does not contain saved data and cannot be viewed.  To get data into the report, please open and re-save it in the Crystal Reports designer application with the "Save Data with Report" option selected."
    Thinking that possibly it was the version of Crystal Reports in which the report was created (XI), I downloaded the free trial of Crystal 2008 and created a very simple test report with one parameter for account number where the account number is retrieved from our database.  And I am having the same trouble. 
    The "Help" section of Crystal Reports Viewer tells me that I can select my parameters in the parameter panel.  I do not see anything in my parameter panel other than the words "Current Data Set Last refreshed: 04/12/10 2:58 PM".  The help tells me that I can "select the parameter directly in this panel by entering a new value", but there is no option to do so.
    Any help would be appreciated.
    thanks,
    Noel

    What I've learned is that I was originally using Crystal Viewer XI and upon opening it I received a message indicating there was an update.
    I ran the update which put me on Crystal Viewer 2008.
    Since then I have not been able to refresh my screen to bring up the parameters.
    See the attached forum for another post concerning this same issue. 
    Paramter Prompts in Crystal Viewer

  • Pass a parameter in a Web Dynpro Application

    Hi,
    I have a Web Dynpro that Calls a RFC. This RFC needs a parameter (user ID from portal) in order to obtain Info. from the R/3 System.
    I do it with based on the article which calls a bapi "BAPI_FLIGHTLIST".
    The application runs OK when I type the parameter (user ID) in an "input field", it only return the information needed (method button) from R3. Now, if I want to get the parameter (user ID) automatically from the Web Dynpro ( the user who Logon into the portal) the application does not work.
    I try with this code but isn't work.
    wdContext.currentZrfc_Prueba_Portal_InputElement().setZusuario(userid);
    How can I set the parameter (Zusuario) in my input field automatically and after I press the button (method) return my info.???
    Here is the code.
    The method wdDOInit
    Zrfc_Prueba_Portal_Input input = new Zrfc_Prueba_Portal_Input();
    wdContext.nodeZrfc_Prueba_Portal_Input().bind(input);
    The method that Execute a RFC
    //@@ Begin Take USer
           String userid="";
              try {
                   IWDClientUser user = WDClientUser.getCurrentUser();
                   userid = user.getSAPUser().getUniqueName();
              } catch (WDUMException e) {
                   e.printStackTrace();
    //@@ End Take USer
    //@@ Begin Set the login user to Zusuario parameter
              wdContext.currentZrfc_Prueba_Portal_InputElement().setZusuario(userid);
    //@@ End Set the login user to Zusuario parameter
              //@@ Begin Method that execute the RFC
              try {
                            wdContext.currentZrfc_Prueba_Portal_InputElement().modelObject().execute();
                   wdContext.nodeOutput().invalidate();
                   wdComponentAPI.getMessageManager().reportSuccess(
                             "Execute whit the user: "
                                       + wdContext
                                                 .currentZrfc_Prueba_Portal_InputElement()
                                                 .getZusuario().toString());
              } catch (Exception e) {
                   e.printStackTrace();
                   wdComponentAPI.getMessageManager().reportException("Caution " + e);
              //@@ End Method that execute the RFC
    Any help will be rewarded.
    Regards
    Dario

    Hi Bala Duvvuri,
    I taste your code but isn't work.
    This the method wdDoInit
    public void wdDoInit()
        //@@begin wdDoInit()
           Zrfc_Prueba_Portal_Input input = new Zrfc_Prueba_Portal_Input();
           wdContext.nodeZrfc_Prueba_Portal_Input().bind(input);
        //@@end
    This the method ExecuteRFC
    public void ExecuteRFC( )  {
        //@@begin ExecuteRFC()
             Zrfc_Prueba_Portal_Input input = new Zrfc_Prueba_Portal_Input();
           wdContext.nodeZrfc_Prueba_Portal_Input().bind(input);
           //@@ Begin Take USer
           String userid="";
           try {
                   IWDClientUser user = WDClientUser.getCurrentUser();
                   userid = user.getSAPUser().getUniqueName();
              } catch (WDUMException e) {
                   e.printStackTrace();
               //@@ End Take USer
              //@@ Begin Set the login user to Zusuario parameter
              input.setZusuario(userid);          
              //@@ End Set the login user to Zusuario parameter
              //@@ Begin Method that execute the RFC
              try {
                   wdContext.currentZrfc_Prueba_Portal_InputElement().modelObject().execute();
                   wdContext.nodeOutput().invalidate();
                   wdComponentAPI.getMessageManager().reportSuccess(
                      "Execute whit the user: "
                        + wdContext
                                .currentZrfc_Prueba_Portal_InputElement()
                             .getZusuario().toString());
              } catch (Throwable e) {
                   e.printStackTrace();
                   wdComponentAPI.getMessageManager().reportException("Caution " + e);
              //@@ End Method that execute the RFC
        //@@end
    Regards

  • Help need in selection query

    Hi ,
    I have a field(test) in ztable(zxxx) whose length is 12 char and while updating it
    only 10 digits were updated and there are no zeros in front of the value in order to make it
    12 digit.
    Now i need this parameter to be included in another program selection screen.
    Now i have given it as
    parameter :  test(12) type n.
    it works fine when it has an entry , when it is blank i has to retrieve all records but in this case
    i won't because it has a value of 000000000000
    noe when i declare like this
    paramter : test like zxxx-test.
    when my input is 123456, it won't fetch me any value because it has to be 0000123456 because it has been updated like in the table.
    There was a purpose in updating this way.
    Now my code is like this
    parameters : test(10) type n.
    select-options :   kostl for zxxx-kostl NO-EXTENSION NO INTERVALS,
          p_uname for zxxx-uname NO-EXTENSION NO INTERVALS.
    if test is initial.
    select * from zxxx into table itab where kostl in kostl and uname in p_uname.
    else.
    select * from zxxx into table itab where aufnr  = order and
                                   kostl in kostl and uname in p_uname.
    endif
    PLEASE SUGGEST ME IF THERE IS AN ALTERNATE BETTER WAY.
    or this is the best way
    Thanks

    Hi
    as per my knowledge what you have done is right.
    Thanks
    KAJOL

Maybe you are looking for