No wildcard selection for PROJ-PSPNR

Hi all,
I've added the following select option to an input screen for a report:
s_pspnr  FOR proj-pspnr,                          "Project definition
When I run the report I notice that I cannot enter a pattern...such as 100...to return all PSPNR that begin with 100. What gives? Am I missing something here?
regards,
Mat

hi Mathew,
The field PSPNR is associated with a check table, and hence if you enter 100, it will fail even selection screen validation (I believe you are getting an error message when you enter 100 in the selection screen field).
For this reason, when you try to get the data from SE16 also, if you give 100* you will not get all the projects starting with 100.
You may either need to change this to PSPID (i am not sure it will work), or you need to have a custom logic to have two fields (low and high) and then code the query using "like %".
Hope this helps,
Sajan Josph.

Similar Messages

  • Wildcard search for field PLKO-PSPNR

    Hello Experts,
    I am using field PSPNR from table PLKO in my selection selection screen. So when i search with F4 buton ,it works , but when i use wildcard  search i.e  B1   , it doesnt work. The reason for this is PSPNR field uses conversion routines within .
    But then my user wants this wildcard search in the report. Is this possible ? Please advice.
    Thanks and Regards,
    Swapnil

    Hi Swapnil,
    <li>Define select-options for PLKO-PSPNR like below.
    TABLES:PLKO.
    SELECT-OPTIONS: s_pspnr for plko-pspnr NO INTERVALS no-EXTENSION.
    <li>The above select-options looks like parameter and then now pass this s_pspnr in the WHERE condition like below
    SELECT * FROM PLKO INTO TABLE it_plko WHERE pspnr IN s_pspnr. "Like that ..
    Thanks
    Venkat.O

  • Wildcard search for numeric values using select ?

    Hi,
    I want do wildcard search for numeric fields of the table.
    For charcter/string i have used - select * from XX_TABLE where param1 like 'SS%'. But this query doesnt work when para1 is numeric. Please let me know first whether this is possible ? if yes how to achieve it ?
    Thanks in advance,
    Shrinivas

    Hi Jack,
    The numeric field is of  8 digits, so when i give search critera as '66', it should return values 66000000, 660000, 6600 etc. so i was not able to give between some range. I also tried storing all these values in internal table and the segregate the values it contains '66*'. This worked well but requires lot of coding effort.Please suggest if you guys have any better method ?
    Thanks,
    Shrinivas

  • Table PROJ & PSPNR

    Hi,
    Please Tell what is Significanse of  PSPNR  field of table PROJ (Project defination)?
    and how it is linked to the PSPHI field of table PRPS(WBS) ?
    For single project defination there is multiple WBS elements.
    Pleas tell me the Functional Aspect between PSPHI & PSPNR?

    Hi Vikram,
             See what I understand ...If you want a link in bteween PROJ and PRPS use field POSNR.and POSID. If you wnat to fetch for one to many use
       Select * from PROJ as pr inner join PRPS as ps Into ITAB
                     on prposnr = psposnr
                     and prposid = pspisid.
    or you may find the relation between two table use Transaction Code : SQVI
    ther you enter you table name you find the relation...
    I hope it may help you if not then explain your problem in details ...
    Souman

  • % Wildcard selection - extract data via Query as a Web Service

    Hello all,
    I am using Query as a Web Service to extract data through to my Xcelsius document. I have a series of charts that display summed data according to user selections within some combo boxes.
    Is there any way to send through a wildcard selection, i.e. pass a " like '%' " query string somehow through to the database?
    With the query that I have created:
    I have a measure value returned
    I have 4 filter objects
    I have selected the "Prompt" option for each
    Within the Data Manager, the prompt fields are assigned to cells which reference the combo box selections
    When I build the query, the selections available are many (equal to, not equal to, greater than, greater than or equal to, etc), but there is no 'like' comparison.
    Alternatively, is there a way that I can pass the selected parameter values, including " like '%' " if no value is selected within a dropdown, to the original measure calculations within the universe?
    I hope this makes sense, let me know if I need to clarify anything. Any help would be very much appreciated.
    Cheers,
    Marco

    Very easy solution - select 'matches pattern' within the filter objects selection when building the query.
    Don't know why I didn't try this earlier.

  • Including customized fields in Field selection for Project definition

    Hi Experts,
    I have created additional zfields in Project definition,
    But those fields are not coming in customization node " Field selection for Project Definition".
    Is there any way , by which we can include those fields in the list of " Field selection for Project Definition"  in customization ,
    so that i can hide/disable for diff project Profile.
    Thanx in adv.
    Regards
    Ashis

    Hi,
    actually one can try to add customer fields to field configuration using transaction SFAW alike SAP own fields.
    It is usually possible to extend the list of the modifiable fields of the  field selection in transaction SFAW within the framework of a            
    modification (as long as the fields are relative to tables PRPS or  PROJ). The relevant module pool is SAPLCJWB.                             
    Example
    E.g. for the SAP field 'functional area' (field  PRPS-FUNC_AREA) one would proceed as follows:                                                                               
    In the transaction SFAW, Module pool SAPLCJWB, Screen group PRPS 
    -Select 'Modified fields', and choose 'Change'.                          
    -Enhance the list of the modifiable fields by the following entries :    
    PRPS-FUNC_AREA. Answer yes to the question : do you want the field to   
    be modifiable?.                                                         
    Don't forget to save and then click on the 'generate button' of the     
    transaction SFAW.                                                       
    - The relevant field for distribution profile would be PRPS-PGPRF.         
    In the same manner one can try to add the Z field.
    Please note: This procedure is considered as a modification, so please review note    
    114390 which discusses a problem which can occur during an upgrade.      
    Kind regards
    Peter

  • Error message: "playlists selected for updating no longer exist"

    I tried to update my ipod nano and I guess I had deleted a playlist, but since then, I have not been able to update. Every time I try, I get the following message:
    "Cannot be updated because all of the playlists selected for updating no longer exist."
    I haven't been able to highlight which playlists are selected to begin with.
    I read through the manual and thought that maybe rebooting the whole system might work. So I deleted Itunes from my computer and re-installed.
    Then I tried re-setting my ipod. So now I have nothing on my ipod.
    I also deleted everything from my library, thinking it might help to start from scratch. Nothing has worked.
    How do I "select" and "unselect" playlists so I can get up and running again?

    Here you go.
    http://discussions.apple.com/thread.jspa?messageID=607312&#607312

  • How can I display "detailStamp" facet selectively for rows in a table ?

    Hi,
    My JDEV version is Studio Edition Version 11.1.1.5.0
    I am trying to display "detailStamp" facet selectively .
    If I read api in link below
    http://docs.oracle.com/cd/E26098_01/apirefs.1112/e17488/oracle/adf/view/rich/component/rich/data/RichTable.html
    Use the "detailStamp" facet on the Table to include a collapsable content area for each table row. Please note that the height of the open detail area will be a set height based on the height of the detailStamp component. Adding a component that changes in height (like showDetail or panelBox) will by default produce strange results when the detailStamp component's height changes.
    Detail Stamp can be selectively displayed for rows in the table by EL binding the "rendered" attribute of the "detailStamp" facet to "true" or "false". The EL binding can contain references to the table "var" attribute since during rendering it will be executed in the context of the row. Disclosure icon is displayed only for rows which have rendered="true".
    I can see that i can achieve it by setting rendered property for that facet. BUT this property is not available in Studio Edition Version 11.1.1.5.0

    Hi Frank.
    Thanks for your quick reply .
    But I am using Studio Edition Version 11.1.1.5.0 . In this version the property RENDERED of f:facet name="detailStamp" is NOT allowed.
    Edited by: user13764942 on Feb 7, 2013 5:48 AM
    Put in another way , I want to render the "detailStamp" facet selectively for rows , so for that I need the RENDERED property of "detailStamp" facet. This property is ONLY available in Jdev version 11.2 . I am using Jdev 11.1.1.5.0 so I need some alternative to RENDERED property as this property is NOT available in Jdev 11.1.1.5.0.
    Please suggest some way to achieve this behaviour of displaying "detailStamp" facet selectively ....
    Thanks!
    Edited by: Mangpal Singh on Feb 7, 2013 11:57 PM

  • Songs cannot be synced: playlists selected for syncing no longer exist

    "Songs on the ipod cannot be synced because all of the playlists selected for syncing no longer exist"
    I finally filled all of the memory in my nano for the first time, and I got a popup to put all of my playlists in one file so it wouldn't take up as much space. When I saw it, I deleted it, I wasn't aware of what was going on. I tried to fix it by changing the settings to manually sync music but that didn't work. Then I restored my ipod and now it doesn't have any songs on it. So I tried to uninstall everything, itunes and ipod to restore the settings back to normal but that didn't work either. Everytime I connect my nano, all it says it can't sync because the playlists don't exist anymore. I don't know what to do anymore. Can someone help me?
    inspiron b130 laptop   Windows XP  

    But then it says it can't read or write to my nano.
    is that the message discussed in the following document?
    "Disk cannot be read from or written to" when syncing iPod or "Firmware update failure" error when updating or restoring iPod

  • Lost music on ipod because "playlists selected for updating no longer exist

    Not sure what I've done. I recently downloaded newer version of itunes. Then when synching, I had too much music in my library for the ipod to handle so it told me about doing the smart playlist. I erased a couple of playlists on the itunes menu I no longer wanted and then when I went to synch, this error came up "songs on the ipod cannot be updated because all of the playlists selected for updating no longer exist."
    Please help.....

    Check this out.
    iPod cannot sync because one or more playlist....

  • Songs on iPod cant be synced cuz all of the playlists selected for...

    all songs in my nano was gone so i tried to load songs again to it,
    but iTune kept saying this message below, even there are songs in my iTune (but not in my nano).
    "songs on iPod cannot be synced because all of the playlists selected for syncing no longer exist."
    how do i load my songs back to my nano??
    mine is 2nd gereneration.
    Plz help me!!
    Message was edited by: shan1211

    See this user tip.
    The iPod cannot be updated because one or more playlists no longer exist.
    For versions of iTunes from 7 onwards, the option to "update selected playlists" is now under the "music" tab in the summary screen.

  • "All of the Playlists Selected for Updating No Longer Exist"

    My family has 2 ipod shuffles. After purchasing a Nano recently, I inserted the cd that came with it. Apparently the existing iTunes software was removed and reinstalled. At any rate, the library still shows all the original songs, but when the Nano is plugged in, iTunes immediately gives a prompt stating "Songs on the iPod *** cannot be updated because all of the playlists selected for updating no longer exist." The library is there, the playlists that were there are there, and I can play the songs on my cpu. Is there anything I can do besides completely uninstalling everything and starting over?
    iPod Nano   Windows XP Pro  

    This user tip should help you sort out your missing playlist problem: Hudgie - iPod cannot sync because one or more playlists are missing

  • Have a 3rd gen nano, when I plug in  I get "Podcasts on this IPOD cannot be synced because all of the podcasts selected for syncing no longer exist." I have no podcasts in my IPOD or queued in library. Help pls. Thx

    Wnen I plug in my IPOD, I gret the error message " Podcasts on this IPOD cannot be synced because all of the podcasts selected for syncing no longer exist. I have no podcasts in my IPOD or queued in I tunes at pfresent. When I did try to sync a current podcast, nothing happened although the podcasts did show in my library. I did play around with podcasts several months ago, but just listened to them on the computer, the IPOD was plugged in at times though, although not set up...thx

    Click here and follow the instructions.
    (27971)

  • "...(ipod) cannot be updated because all of the playlists selected for

    Please help! I get the error message, "Songs on the iPod
    cannot be updated because all of the playlists selected for updating no longer exist." So it seems that I erased the playlists from my iPod. I have done the "Five Rs."
    Doing the iPod Updater took 2 1/2 hrs. It did not help.
    How can I get my iPod to work?

    See this.
    iPod cannot sync because one or more playlist is missing.

  • Playsists selected for syncing no longer exist? ipod won't update

    My new ipod won't update because it says that playlists I've selected for syncing no longer exist. For this reason I can't get any of my music onto my ipod and I don't understand what I am supposed to do to fix this
    dell inspiron   Windows XP  

    Hi guys, I've been having the same problem. Specifically, when I try to transfer songs from iTunes to my iPod I get the following error message: "Songs in the iPod "My iPod" cannot be updated because all the playlists selected for syncing no longer exist". I did some searching around at this site, and found that one possible problem is that my library is larger than my iPod's capacity, so I have to eliminate some songs. I did this, but I still get the same error message.

Maybe you are looking for

  • "change over of currency in existing company"

    Hi Gurus, My client wants to change his currency from CAD to USD for an existing company. Can anybody tell me the impact of changing currency for an existing company to a new currency in a live scenario and configuration settings also. Thanks jais

  • HT202213 can't find home sharing icon on my imac

    I dont have the home sharing icon to connect up apple tv

  • Publish new site

    Hello, I created a site with iWeb one month ago using apache server,the one the OS X has.Because I have a dynamic IP,I use the dyndns service.I created a new site and the files are stored in the 'Sites' folder.My problem is that the old site is still

  • Bdc error recovery

    Hi,      plz any body tell me the best method of error recovery in bdc both  in call transaction and bdc session, since data is in huge ammount and in excel sheet. plz give me answer in full details, bcaz i am is in big trouble uploading around 40 la

  • Problem with exclusive gateway in multi-instance subprocess

    Hi, I've recently developed a BPM process with 11gPS4 FP, the idea is simple: 1. The initiator select a set of "StakeHolders" from LDAP, each "StakeHolder" has an BOOLEAN attribute "isApprover" 2. There is a multi-instance subprocess, I used Parallel