Excluded LDB selection re-display

The logical database VXV has a selection screen version 600, which excludes the parameter VBTYP_M.
This ldb and the screen 600 therein have been used in a Z program, in which i need this parameter to appear.
Is it possible to re-display ( if you will ) a parameter excluded in the selection screen declaration in the ldb.
Secondly , (i tried but was not successful at this ),  if a selection screen version can be created in the customer namespace for an SAP provided LDB ( without ofcourse resorting to creating a copy of the LDB ).
Awaiting your response

Hi,
Yes it is possible.
AT SELECTION-SCREEN OUTPUT.
LOOP AT screen.
IF screen-name EQ ur screen field name. "This is ur LDB screen field name. If select option then
"pass some thing like 'SO_VBTYP-LOW' and SO_VBTYP-HIGH'.
screen-sctive = 1.
MODIFY screen.
ENDLOOP.
Thanks,
Vinod.

Similar Messages

  • Is it possible to move the ldb selection screen?

    Hi All,
    I have a custom program which uses a logical db.
    The selection screen from the LDb is displayed first and then my custom selection screen is displayed.
    There is a requirement where the custom selection screen needs to displayed first - at top and then the selection screen from the LDB.
    Is it possible to move down the selection screen from the LDB?
    If so then please let me know how...

    Hi,
    with LDB, you can just hide or display LDB selection screen elements,
    but moving your custom  selection screen  above LDB selection screen  is not possible, as upto my knowledge.
    Thanks.
    Raghav M.

  • LDB Selection-screen

    Hello ,
        In my program selection-screen is coming from LDB(logical database) and i want my own selection-screen in the top means before LDB selection-screen.
            Pls solve this ASAP.
    Thanks.

    Hi,
    Create your own selection-screen  in your report with Parameters and select-option and activate.
    Then automatically it will come.
    Regards,
    N.L.Narayana

  • I cannot mirror my macbook pro with my tv,there is no tab to select in display settings

    i cannot mirror my macbook pro with apple tv,there is no tab to select in display settings

    That's because the mirror setting, known as Airplay does not work with Mac OS X 10.7.5.
    You need 10.8 or later and a
    AirPlay Mirroring is available with iPad 2 or later; iPad mini; iPhone 4s; iPhone 5; iPod touch (5th generation); and iMac (Mid 2011 or newer), Mac mini (Mid 2011 or newer), MacBook Air (Mid 2011 or newer), and MacBook Pro (Early 2011 or newer) with Mountain Lion.
    Source:
    https://www.apple.com/airplay/
    Note, Mac OS X 10.9.2 has issues with Airplay, and is the only really secure version of 10.9 at the present time.
    Alternatives to the 10.8 restriction, and 10.9 are listed here:
    https://discussions.apple.com/docs/DOC-2821

  • Want to use ldb selection screen with select queries

    I want to use ldb selection screen with select queries since ldb having performance issue .How can I use the fields of the dynamic selection of LDB in the select queries

    Hi,
    Check the code snippet below: Here 'XXXX' is the table for your select query.
      DATA L_DS_CLAUSES TYPE RSDS_WHERE.
      MOVE 'XXXX' TO L_DS_CLAUSES-TABLENAME.
      READ TABLE DYN_SEL-CLAUSES WITH KEY L_DS_CLAUSES-TABLENAME
                                 INTO L_DS_CLAUSES.
      SELECT * FROM XXXX
              WHERE field1 IN ...
               AND   field2 ....
               AND (L_DS_CLAUSES-WHERE_TAB).
          PUT XXXX.
      ENDSELECT.
    You can also try using the FM 'RS_REFRESH_FROM_DYNAMICAL_SEL' passing SY-CPROG in curr_report and 'M'  for mode to get the dynamic selection screen values.
    Regards,
    Munesh.

  • ORGEH ON HR LDB SELECTION SCREEN

    hello,
    I am using PNP LDB selection screen i am getting the results when i gave person number but i am unable to get the data for ORGANIZATIONAL UNIT (orgeh).
    ANY ONE PLEASE SUGGEST ME HOW TO GET THE DATA FOR ORGEH.
    THX IN ADVANCE
    MUNNA.

    Hi,
    Please follow
    Go to transaction SPRO -> Personnel Management ->Human Resources Inforamtion system -> HIS -> Reporting ->
    Adjust the standard selection screen -> Create Report Categories.
    I hope if this meet your requirement, please award suitable points and close the thread.
    Regards,
    Irfan Hussain

  • LDB selection screen field mandatory

    hi,
    In LDB selection screen i want to make other period field as mandatory.
    how to do it? if anyone knows please help me.
    thanks in advance.
    Suchithra.

    Hi,
    You can use following code to (AT SELECTION-SCREEN OUTPUT) in the LDB to make selection screen parameter mandatory.
    AT SELECTION-SCREEN OUTPUT.
    loop at screen.
      if screen-name = 'PNPBEGDA'.    "Give here the screen field name that you want make as manadatory
                                                        " to get the screen field name, press 'F1' on that field and get technical  
                                                        "information
        screen-required = 1.
        MODIFY SCREEN.
      endif.
    endloop.
    Hope this helps,
    Shrinivas

  • Is there a way you can select a display option for Safari pages on the OS5?

    The tabbed version of Safari for the ipad2 is nice but the old one is better. Is there a way we can select a display option that lets a user toggle between the two?

    No, Safari on the iPad in iOS 5 uses tabbed browsing. You can try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • Selection screen display after role menu selection

    Hi,
    I have strange situation:
    - running a query on the WEB from Query Designer 3.5 first display a selection screen and then the data - what is OK or expected
    - but we created an application in WAD with just role menu - if we pick the same query, from the same role - the query is displayed without selection screen. After that the variable screen can be displayed, but we needed before the query is actually displayed (some variable are filled with user exit on selection screen, ...)
    Any idea?
    Thanks,
    Tomaz

    Tomaz,
    Have you checked the webtemplate properties in WAD where you can check - force selection screen display?
    Bob

  • How to select a display varaint using VL06O with background processing

    We are on 4.70 I would like to schedule a few delivery reports using VL06O I have created a selection variant which works fine. I am not able to select a display variant for background processing. If I process in the foreground the system uses the my user defined variant but not in background processing.
    Help,
    Jim Durkin
    Gleason
    Edited by: James Durkin on Dec 4, 2008 7:22 PM
    Edited by: James Durkin on Dec 8, 2008 6:51 PM

    Background processing in VL06O is actually meant for outputting the delivery documents (picking list, delivery note etc.) and not the delivery list itself. The list of deliveries you see when releasing the spool request is for your reference only, not relevant to any layout maintenance.
    Edited by: Jalo Kotinurmi on Dec 11, 2008 1:56 AM

  • Supress 'Further Selection' And 'Search Help' buttons from LDB selection sc

    Hi,
       How to supress/invisible 'Further Selection' And 'Search Help' buttons from LDB selection screen?
    waiting for reply.
    Shweta.

    Hi,
    1) try to use another version of sel-screen
    2) work with loop at screen:
    LOOP AT SCREEN.
        CASE SCREEN-NAME.
          WHEN 'ANLAGE-LOW' OR 'ANLAGE-HIGH'
          OR '%_ANLAGE_%_APP_%-TEXT'
          OR '%_ANLAGE_%_APP_%-VALU_PUSH'
          OR '%_UNTNR_%_APP_%-TEXT'
           OR 'UNTNR-LOW' OR 'UNTNR-HIGH'
          OR '%_UNTNR_%_APP_%-VALU_PUSH'
           OR 'BEREICH2' OR 'BEREICH3'.
            SCREEN-INVISIBLE = 1.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          WHEN 'BUKRS-LOW'.
            SCREEN-REQUIRED = 1.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.
    A.

  • select to display table data.

    I'm having some trouble displaying some data with a <select>
    What I am trying to do is to use <select> to displays the countries and have a table that shows the state selected (once as a heading), a list of all cities, country code, area code and phone numbers.
    This is the xml structure:
    <AccessNumbers>
        <AccessNumber>
            <country>Argentina</country>
            <city>Buenos Aires</city>
            <countryCode>54</countryCode>
            <areaCode>11</areaCode>
            <phone>52582114</phone>
        <AccessNumber>
    <AccessNumbers>
    The problem I have is that my xml has the countries and cities repeated multiple times so in my <select> I can't filter out duplicate countries. Also, don't understand how to tie the <select> info to the table to display the correct data in the table based on the country selected.
    Can anyone help?

    Olavarrieta wrote:
    The problem I have is that my xml has the countries and cities repeated
    multiple times so in my <select> I can't filter out duplicate
    countries.
    These will be your datasets listing the original data and listing the countries filtering out duplicate countries
    var dsAccessnumbers = new Spry.Data.XMLDataSet("accessnumbers.xml", "AccessNumbers/AccessNumber");
    var dsCountries = new Spry.Data.XMLDataSet("accessnumbers.xml", "AccessNumbers/AccessNumber/country", {distinctOnLoad: true});
    Olavarrieta wrote:
    Also, don't understand how to tie the <select> info to the table
    to display the correct data in the table based on the country selected.
    Have a look here to give you an idea http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMasterDetailSample.html
    The above example uses a different XML data structure, but with a bit of juggling, you will be able to make it work for the structure that you have in place
    Other articles worth noting:
    http://labs.adobe.com/technologies/spry/samples/
    http://labs.adobe.com/technologies/spry/samples/data_region/SetURL.html
    http://labs.adobe.com/technologies/spry/articles/data_set_overview/

  • Change location of drop-down selected text display

    When I use a drop-down list, the selected text displays to the left of the drop-down arrow. Is there some way that I can customize the drop-down so that when I make a selection, the selected text displays below the drop-down arrow and not to the left?

    But this way it will display in both places, bcz dropdown list we cannot change.
    Place one text field where you want to show that and assign the dropdown value to new text field on lay out ready event.
    find the attached modified pdf. (check the java script on TextField1::ready:layout event)
    Hope this will help.
    RAGHU.

  • Parameter - Exclude from Selection

    BOXI R2 SP 2
    I have created a report that connects to BI using the SAP BW Query driver. When executing the query with Analyzer, I have the option to exclude a selected value from a variable. I would like to do the same thing from Crystal. However, I do not see that option for the parameter.
    I tried entering ! in front of the value but that produces an error.
    Is this possible?
    Thanks,
    --Brent

    Hi ingo,
    Yes, I thought of that too. For some reason, when we add characteristics to the rows, they do not appear with data in the report. I think it is because we also have a structure in the rows.
    However, it may work work with the MDX driver. Until, we have MDX functioning in all landscapes, we are still using the old driver.
    I think for now, I will just consider this issue a limitation and we will work around it by creating hiearchies that meet our needs.
    Thanks,
    --Brent

  • RE:pnp LDB selection screen problem

    hi,
    hi friends iam facing one problem regarding hr ABAP selection screen ,in my program iam using PNP LDB for bonus details report
    i have using selection screen declaration present for single selection.
    SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-006.
    SELECT-OPTIONS: S_ABKRS FOR P0001-ABKRS NO INTERVALS NO-EXTENSION,
    S_WERKS FOR P0001-WERKS NO INTERVALS NO-EXTENSION,
    S_BTRTL FOR P0001-BTRTL NO INTERVALS NO-EXTENSION,
    S_PERSG FOR P0001-PERSG NO INTERVALS NO-EXTENSION,
    S_PERSK FOR P0001-PERSK NO INTERVALS NO-EXTENSION.
    SELECTION-SCREEN END OF BLOCK B3.
    based on this selection iam fetching the information from infotypes using macros.
    now my requirement is iam fetch the information for multiple selections means like payroll areas z1,z2 and z3 payroll informations
    should be fetching once. pls any body knows solution please give me reply.
    thanks & regards,
    mgrao.

    hi jain thanks for your reply, iam already created report category and assigned my report. here iam giving my report selection
    declerations fully   below.
          S E L E C T I O N       S C R E E N                           *
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001. " DECLEARED REPORT CODE LEVEL
    SELECT-OPTIONS: S_DATE   FOR SY-DATUM NO-EXTENSION.    "Bonus for Financial Year
    PARAMETERS:     P_BDATE  TYPE SY-DATUM OBLIGATORY,     "Bous payed as on
                    P_WKDAYS TYPE CHAR6.                                            "No.of Working Days     
    SELECTION-SCREEN END OF BLOCK B1.
    *SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-006.    " COMMENTED report level TAKING FROM LDB PNP    
    *SELECT-OPTIONS: S_ABKRS FOR P0001-ABKRS NO INTERVALS NO-EXTENSION,     "  Payroll area
                   S_WERKS FOR P0001-WERKS NO INTERVALS NO-EXTENSION,                       Personnel area   
                   S_BTRTL FOR P0001-BTRTL NO INTERVALS NO-EXTENSION,                          Personnel  sub area        
                   S_PERSG FOR P0001-PERSG NO INTERVALS NO-EXTENSION,
                   S_PERSK FOR P0001-PERSK NO INTERVALS NO-EXTENSION.   
    *SELECTION-SCREEN END OF BLOCK B3.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002. "REPORT CODE LEVEL SELECTION
    PARAMETERS: P_FORMCP TYPE PIN_RATE, " char6,    "Form C %    
                P_FORMEP TYPE PIN_RATE, " char6,                 "Exgratia %
                P_FORMBP TYPE PIN_RATE. " char6 .               "Bonus %   
    SELECTION-SCREEN END OF BLOCK B2.
    SELECTION-SCREEN BEGIN OF BLOCK B4 WITH FRAME TITLE TEXT-004.
    PARAMETERS: L_REPORT TYPE ZHRD_FORMC AS LISTBOX VISIBLE LENGTH 40 OBLIGATORY . Report for list box   1 form c
    SELECTION-SCREEN END OF BLOCK B4.                                                                                2 exgratia
    the above selection is iam used first, now iam commented BLOCK B3 SELECTION  PARAMETERS  and taking the parameters from REPORT CATEGORY  ASSINGN MENT.
    MY PROBLEM  is if i select one payroll area example z1 it showing all pay roll employees bonus details it is not filter the remaining payroll areas my requirement is what are the payrolls iam  selecting  those pay roll area details only displaying.
    data fetching from  INFOTYPES 0001,0002,0021 AND 9150 FOR BONUS DETAILS and out put is classical report format.
    please kindly give the reply if you knows the solution.
    thanks & regards ,
    mgr.

Maybe you are looking for