Selection fields

Hello experts,
I need to create two selection fields: sales office and sales group in selection screen before the output of the query
and to display values in sales group field according to value selected in sales office field.
Is it possible?
Thanks,
Hagit

Mathew, How can I achieve below requirement using WAD, it is similar to sales offive and sales group as per this thread....?
How will you restrict master data in query filter variable?  we have implemented data level security for reps (sales rep is a navigational attribute of 0customer), when sales rep signed in and access report, he/she is prompted to select customer from customer list, BW is displaying all customers from master data and we would like to restrict the customer list only for signed in sales rep (Not all customers from master data).
Replacement variable and customer exit variable fill the data and this approach (customer exit and replacement path variable) doesn't work. We need to prompt user a list of their customers to select from.
Is there a way you can restrict the master data list based on sign in user (sales rep)? we are open to use web application designer to achieve this if it is not possible using query designer?
Any input will be appreciated.
Thanks,
Steve

Similar Messages

  • Is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    No

  • How to get multiple selected fields in list

    Hello all,
    I am trying to get multiple selected value from a list but i dont know how to get multiple selected fields from a list though AS3.
    Actually i want to pass the selected fields to php, so for that i need to get the selections and send to php.
    Thankx..

    i want to put the selected fields of list in an array through AS3....
    actually......i figured it out how to do that...........
    Its simple......use
    list.selectedItems[index]
    and to get the number of items selected......
    list.selectedItems.length
    simple.....

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • How can I enforce automatic spell checking for selected fields of data entered by form users?

    I'd like to be able to enforce spell checking of selected fields in the forms that I've created using LiveCycle Designer 8.2 at run time, as opposed to design time.  I understand the version LCD 8 has a nifty new spell checker for form designers.  But I want to spell check the data entered by users using Acrobat Reader.  And I want to enforce the spell checking automatically on selected fields only.
    Presently it seems that users filling in my forms, must know how to manually right-click on each field and select "Spell Check" from the resulting dialog box in order to check for spelling errors in the data the user has entered in the form.
    I would like to discover a way to enforce spell checking in selected fields, just as I am able to do in forms created using Acrobat Pro.  In Acrobat Pro, I can set a property for each field to require spell checking.  but that feature seems to be missing in Livecycle Designer.
    I've check the Object model for XFA forms hoping that I might find a method I can call with a Javascript, to check spelling based on an event such as onBlur.  But I haven't found a spell check method.
    Am I missing something simple?  Is there a way to set each field to be spell checked when a user is filling in the form using the free Acrobat Reader?
    Our users are not sophisticated and requiring them to spell check each field separately just won't cut it...
    Any help on this will be greatly appreciated.
    Thanks!
    -David Bartholomew

    Hi David,
    Two things...
    At design time set the locale of the form to one that Acrobat spell checks. For example English (US) and English (UK) locales have spell checkers; however English (Ireland) does not. Check the Warnings tab to see if spell checking is supported for your locale.
    If your form locale supports spell checking then you can go to the button script below.
    If you form locale does NOT support spell checking then Stephanie has a great work around to force spell checking (http://forums.adobe.com/message/2233945#2233945).
    Bring a regular button onto the form and in the click event have the following:
    app.execMenuItem("Spelling:Check Spelling");
    Which will open the spell checker for all fields.  Thanks to Paul for extracting all of the accessible menu items (http://forums.adobe.com/message/1912914#1912914).
    Good luck,
    Niall

  • Problem with selection fields in SAP Quick Viewer

    Hi Friends
    I am using SQVI t-code to develop the SAP queries. I have developed a query using tables KNA1, VBAK and VBAP. Initially I used customer number, customer name, city, document creation data, document type and document number as selection fields. Now I have removed customer name, city, document creation data, document type from selection fields.  I am executing this query through a Function module "RSAQ_REMOTE_QUERY_CALL". While passing the data to selection table, even after deleting the 4 selection fields, still I have to pass the sales document number positioning as 6. Is there any way to solve this and make its position as 2.
    I have gone through the FM "RSAQ_IMPORT_QUERY", there one table parameter O_DBSE will retrieve the values for selection fields are designed for that query, again its tedious process, I have create a customized function module and make the required changes. Instead of using this FM, is there any table which stores the data of the selection fields of a query. I have tried for the table and I failed to find that.
    Please help me in this regards
    Regards
    Praveen

    Hello, I am trying to create LSMW to upload KP06 also, we have been uploading by copying and pasting once we run the iverview layout and then save. The problem is that we can only do this by G/L account. We want to use one file to upload all. Can you give me some tips how you were able to accomplished. I am familiar with LSMW, but tcode KP06 behaves in different ways. Do you use the flexible upload to load the fiel thru LSMW? Can you tell me which fields you touch in KP06 when you were recording?
    Thanks You,

  • How to hide selection fields when using logical database PNP

    hi.
    i m using a logical database PNP and report catagory 1PY_DEF in my program.
    but when i execute it , it shows to selection box. one name is period and second is selections.
    but i just want to show only period box selection fields , not the selection box fields.
    how it iz possible.

    HI,
    In my case i haved used the PNP logical database..in the selection box i don't wnat to display Contorling area,Cost Center & Organizational Unit. i have written this code to hide those fields..
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-name CS 'PNPKOKRS' OR
           screen-name CS 'PNPKOSTL' OR
           screen-name CS 'PNPORGEH'.
          screen-active = '0'.
          screen-invisible = '1'.
          MODIFY SCREEN.
          CLEAR screen.
        ENDIF.
      ENDLOOP.
    Try modify hide the total block instead of individual fields in that block.

  • Customizing user selection fields of Logical database PNP

    Dear Gurus,
    I had made a z-copy of payslip program for incorporation of Logo. Now we need to put this report in Enterprise Portal (EP). Now since we would not want any user to view any other person's payslip, I need to disable the selection field (PERNR) for user selection.
    Problem is this field for user selection is coming from standard Logical Database (LDB - PNP) used in the program. So how can I make this field hardcoded as sy-uname and non-modifiable without making z-copy of LDB-PNP.
    Also I wish to harcode Payroll Area writing some code (from table PA000) but again I cannot write this in std. PNP LDB and writing it in driver program will not help.
    Thanks in advance.
    Regards,
    Amit

    Write the highlighted coding in initialization ...
    initialization .
    select single pernr from pa0105
           into pernr-pernr
           where usrid = sy-uname.
    if sy-subrc = 0.
      PNPPERNR-sign = 'I'.
      PNPPERNR-option = 'EQ'.
      PNPPERNR-LOW = pernr-pernr.
      Append PNPPERNR.
    endif.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW' or
    screen-name = 'PNPPERNR-HIGH'.
    screen-input = '0'.
    endif.
    modify screen.
    endloop.
    at selection-screen output.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW' or
    screen-name = 'PNPPERNR-HIGH'.
    screen-input = '0'.
    endif.
    modify screen.
    endloop.

  • Selection Field in Report Painter Report

    Dear All,
    Could any one tell me the procedure to add new field at selection screen for the report painter report ? To change the report painter selection screen i have to change the Report group or Report of the report group?
    Thank in stack

    In general data selection, i have already cost center, but it is not apprearing at selection screen. Only three field are appearing (Year + Period + Forecast),  and i want to add cost center at the selection screen. How to make cost center field at selection field from General data selection option. Please guide me
    Thank in stack
    Nilesh Shete

  • Settinf selection fields in Report painter

    hi,
    i need to know how to select fields in report painter as selection fields or input fields?
    i just have an idea of library where we select fields.
    but how to select selection screen fields?

    hiiii 
    refer to following link..it will help you for report painter
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    regards
    twinkal

  • In a query, for the selection field 'KNB1-ZWELS' a match-code isn't availab

    Hi All,
    Creating a query, for the selection field 'KNB1-ZWELS' a match-code isn't available.
    Could anyone tell me the reason?
    Thanks
    Gandalf

    Hi,
    Match Code Object is not available for the field ZWELS. If required, You need to contact a Developer for creating one .

  • Is there a way to import a choice list in multiple (or single) selection fields?

    Is there a way to import a previously created choice list in multiple (or single) selection fields in forms central? 

    Hello Dr. Ryan,
    Unfortunately there is no way to move this data into FormsCentral.
    As far as your question about using PDFs with FormsCentral, 'soon' is actually 'now'! You have two options:
    1) Author a new form with FormsCentral. From the distribute tab, save a submission-enabled PDF form. You can send this form out to your recipients and their responses will be collected on FormsCentral.
    2) Import an exsiting PDF form into FormsCentral from the dashboard, and then submission-enable it. Distribute the submission-enabled version and responses will be collected on FormsCentral.
    Thanks!
    Shannon

  • 0PU_IS_PS_31 add selection field - possible?

    Hello all
    I have enhanced my extractor 0PU_IS_PS_31 (Funds Management) with a field and have activated the flag "Selection" for it in the data source maintenance. When I now restrict this field to a certain value in my infopackage it does not work. Means, the data is not restricted to my value  for this field. I always receive all records.
    I have checked the FM "FM_BW_ACTUAL_OI_LINE_ITEMS_IS" behind the extractor and it seems that the possible fields for "selection" are hard coded.
    Is there any possibility to get this working?
    Thanks for your help in advance!
    Regards,
    Bernd
    Some additional infos about the Extractor:
    Name: 0PU_IS_PS_31
    Type: TRAN
    Delta: AIMD
    Exmethod: F1
    Extractor: FM_BW_ACTUAL_OI_LINE_ITEMS_IS
    Extractstructure: IFMBWACTOPIT_ISPS

    Hello Prashanth and Raman
    the field is populated correctly using RSA3. This is working. But when I set a filter for the field its not filtered. Below you find the code of FILL_RANGES procedure. As you can see, the selection fields seems to be hard coded. Do you see any possibility to enable filtering (DS copy, but is it possible with delta type AIMD?)?
    Thanks for your help guys!!
    Regards,
    Bernd
    *&      Form  FILL_RANGES_CALI
    *& Fill selection criteria of commitment actual line items into ranges
    FORM fill_ranges_cali TABLES u_t_select TYPE sbiwa_t_select.
    *  "/ these fields don't exist in database tables
      RANGES: l_r_actdetl FOR ifmbwact_isps-actdetl.
      LOOP AT u_t_select.
    *     "/ fill selection criteria to ranges
        CASE u_t_select-fieldnm.
          WHEN 'FIKRS' OR 'RFIKRS' OR 'FM_AREA'.
            MOVE-CORRESPONDING u_t_select TO g_r_fikrs.
            APPEND g_r_fikrs.
          WHEN 'FISCPER'.
            MOVE-CORRESPONDING u_t_select TO g_r_fiscper.
            APPEND g_r_fiscper.
            g_r_gjahr-sign   = u_t_select-sign.
            g_r_gjahr-option = u_t_select-option.
            g_r_gjahr-low    = u_t_select-low(4).
            g_r_gjahr-high   = u_t_select-high(4).
            COLLECT g_r_gjahr.
            g_r_perio-sign   = u_t_select-sign.
            g_r_perio-option = u_t_select-option.
            g_r_perio-low    = u_t_select-low+4(3).
            g_r_perio-high   = u_t_select-high+4(3).
            COLLECT g_r_perio.
          WHEN 'FISCYEAR'.
            MOVE-CORRESPONDING u_t_select TO g_r_gjahr.
            APPEND g_r_gjahr.
          WHEN 'FONDS' OR 'RFONDS'.
            MOVE-CORRESPONDING u_t_select TO g_r_fonds.
            APPEND g_r_fonds.
          WHEN 'FISTL' OR 'RFISTL'.
            MOVE-CORRESPONDING u_t_select TO g_r_fistl.
            APPEND g_r_fistl.
          WHEN 'FIPEX' OR 'RFIPEX'.
            MOVE-CORRESPONDING u_t_select TO g_r_fipex.
            APPEND g_r_fipex.
          WHEN 'FAREA' OR 'RFAREA'.
            MOVE-CORRESPONDING u_t_select TO g_r_farea.
            APPEND g_r_farea.
          WHEN 'ACTDETL'.
            MOVE-CORRESPONDING u_t_select TO l_r_actdetl.
            APPEND l_r_actdetl.
          WHEN 'ZHLDT'.
            MOVE-CORRESPONDING u_t_select TO g_r_zhldt.
            APPEND g_r_zhldt.
    * Note 993252
          WHEN 'MEASURE'.
            MOVE-CORRESPONDING u_t_select TO l_r_actdetl.
            APPEND l_r_actdetl.
          WHEN 'GRANT_NBR'.
            MOVE-CORRESPONDING u_t_select TO g_r_zhldt.
            APPEND g_r_zhldt.
        ENDCASE.
      ENDLOOP.
    *  "/ fill WRTTP range from ACTDETL (for commitments and actual)
      IF NOT l_r_actdetl[] IS INITIAL.
        PERFORM fill_r_rwrttp TABLES l_r_actdetl
                                     g_r_rwrttp.
      ENDIF.
    ENDFORM.                    " FILL_RANGES_CALI

  • Lockbox User Exit Selection Fields and Matching Open Items in CustomerAccts

    Dear SAP Gurus,
                       I have an issue with lockbox process. The problem is selecting the customer open item for clearing. Our Client uses standard SAP USER EXIT (FEBLB001).
               Our billing document number does not equal to the financial accounting document number all the time. We store our billing document number in the Assignment field some times, and so this is the number the customer will reference when remitting payment. I have not been able to find a way to make the SAP system to use the customer's reference number (e.g. Assignment field) to clear the open item.
    I m not sure how to resolve this issue. As far as my knowledge, we have to add selection field ZUONR to USER EXIT apart from XBLNR, BELNR. Please help me with this problem by providing me some basic knowledge. I would greatly appreciate for help.
    Thanks

    Please Anybody,
    I m waiting for anybody to give their expertize.
    Thanks

  • How to create a selection field in Infopackage

    Hello  Experts,
    Greetings.
    My Requirement is to have a infopackage to dynamically accept the selection field values
    Now I Understand the we can only populate single ragne of values VIA ABAP Routine.
    Eg: 0Plant : 1 to 99999999999
    But now my requirement is to make Infopackage accept full range of single values.
    like for Eg for Numeric values it should be
    0Plant = 1 to 99999999999
    for charcters plant from all characerstic material master
    0Plant = CR_001
    0Plant = CRWed
    0Plant  = QWET
    Eg:  It has a field 0Plant now i want this field to replicate as many plant as I get from Material Master table
    How can this be achieved .
    Regards,
    Sachin Dehey,

    Hello Sachin
    You can add 0PLANT in the InfoPakckage more than once in the Data Selection tab by simply pressing '+' sign.
    Like
    0PLant    0000001 - 0999999999 ( this will be populated via routine or can be fixed values)
    0Plant = CR_001
    0Plant = CRWed
    0Plant = QWET
    THis selection will pull all the plants' data where plant is 000001- 0999999, and plant is CR_001, CRWed and QWET.
    But I must acknowledge , I did not get your question properly. I replied based on my assumption. 
    Regards
    Anindya

  • HR - dynamic selections field name and field value in the program

    HI all,
       I am using dynamic selections for a HR report.
    I have created a view with 20 fields and added it to HR report category ___00003(All fields suppressed).
    I need to check these fields in the program. But i am not able to get the field name and value in the program for dynamic selections fields.
    Please let me know how to get the field names and values in the program for dynamic selections .
    Thanks,
    Kranthi.

    You have to read the itab <i>pnpdynse</i> in your Program to obtain the Dynamic Selection values. This itab has a deep structure.. you can set a break point in one of the events before <b>get pernr</b> & in the debug mode, you will able to display the itab <i>pnpdynse</i>.. you can then identify how to get the values into your code..
    ~Suresh

Maybe you are looking for

  • Error when deploying an CMP-Entity EJB

    Hi , I am unable to deploy a simple example of CMP ,when i select Entity,then select Deployment Settings->Generate Default SQL, My SQL Query is:'SELECT OBJECT(p) FROM Product p' for FfindAllProducts(). I get the error message: ERROR:while generating

  • CS6 Language Pack German Download - Where?

    Hi. I have downloaded the trial version of the CS6 Design & Web Premium (Mac OS X MountainLion). Unfortunately it only installs the english version. I found a video that describes, how to install a different language pack using the Adobe Application

  • Display of PDFs in 5.1?

    I've just updated from 10.6.7 to 10.6.8 and from Safari 5 to Safari 5.1. To my surprise, PDFs are now displayed in QuickTime (first page only), where they had rpeviously been displayed in Preview. I moved the QuickTime plugin from Library/Internet Pl

  • Create a photo collage from iphoto

    I am trying to create a photo collage from pictures from iphoto but I have no idea where to begin. What program do I open for this and do I do a lot of cutting and pasting? I am new to the computer thing so any help would be great.

  • What is the small circle near Verizon at top of iPhone?

    My phone keeps calling contacts, playing music, trying to FaceTime with contacts, is often unresponsive to home button...Verizon store rep checked it out and said it was 4G "bouncing" they had been doing, and many customers had similar problems.  But