Help for logic

Hi
I have one scenerio. I need to create a table wtih ID,creation_dt,password. I have to maintain password history.
If I first time login and enter a new pwd then it will store in my table. next time he/she change the password then it will also store in my table. upto 5 times. In the mean time If I give new passwords..it has to check with old passwords. if it same then display error message. If sixtime enter with new password then first one (old) password will be erase from the table.
For this scenerio....What kind of table (normal table / object type / varray/nested) I have to create? how to store the data? how to delete first row when I insert 6th time with new password?
Please help me in this regard...?
For example..
ID create_dt password
1 01/01/2008 abc
2 10/10/2010 xyz
1 12/03/2009 pqr
3 24/12/2008 abcd
1 01/10/2010 wxyz
2 22/12/2011 hijk
1 19/09/2011 rstu
2 10/01/2011 abc12
1 11/12/2011 defg
4 01/01/2008 klmn
Now if id 1 enter update the password then his first record(old one) can be erased. 01/01/2008 abc.
I need to implement this requirement .. Please your help / advises are very important.
Help me..!!
Regards
SA

can you manage you inserts into the password history table through a procedure?
/* Formatted on 6/14/2011 4:11:33 PM (QP5 v5.149.1003.31008) */
CREATE TABLE password_history
   user_id     INTEGER,
   create_dt   DATE,
   password    VARCHAR2 (20),
   CONSTRAINT password_history_uq UNIQUE (user_id, password)
CREATE OR REPLACE PROCEDURE password_history_mgr (
   p_user_id     password_history.user_id%TYPE,
   v_password    password_history.password%TYPE)
IS
BEGIN
   FOR c IN (SELECT user_id,
                    create_dt,
                    password,
                    ROW_NUMBER () OVER (ORDER BY create_dt) rn
               FROM password_history
              WHERE user_id = p_user_id)
   LOOP
      IF c.rn > 6
      THEN
         DELETE FROM password_history
               WHERE     user_id = c.user_id
                     AND create_dt = c.create_dt
                     AND password = c.password;
      END IF;
   END LOOP;
   INSERT INTO password_history
        VALUES (p_user_id, SYSDATE, v_password);
END;
exec password_history_mgr(1,'ghi');

Similar Messages

  • F4 Help for Logical file

    Hi All,
    i've declared a parameter where end-user can specify the logical file name. can anyone provide the code for F4 help for logical file name.
    Regards
    Faisal

    Declare this :-->
    PARAMETERS: p_apsvr  LIKE rlgrap-filename OBLIGATORY.
    AT selection Screen
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_apsvr.
      PERFORM get_apsvr_path.
    FORM get_apsvr_path .
      CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
        EXPORTING
          directory        = p_apsvr
          filemask         = '*'
        IMPORTING
          serverfile       = p_apsvr
        EXCEPTIONS
          canceled_by_user = 1
          OTHERS           = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " get_apsvr_path

  • OK, as always I waited before downloading a new OS and I sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP!

    OK, as always I waited before downloading a new OS and I'm sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP! I was going to buy a new Mac pro & two 27" monitors but until I see some real problem addressing by Apple...I'll keep what I have and see how everything pans out. If anyone has any comments to ally my fears, I welcome them. I've been a devoted Mac user since 1993. 7500; G4; G5; and my latest Mac Pro...Where do I go? Again...HELP!

    Hi there,
    If you look through ALL the reviews, they are mainly good. I feel that Lion is an excellent upgrade, although not essential.
    There have been some issues with MS Office, but right now, it is up to Microsoft to issue a Lion compatible update, which will come in time. Saying this, MS Office has been working fine on my mac, it seems to be an isolated issue.
    Logic 9 seems like a strange issue. Again, an update looks to be coming soon, with Lion support.
    I do not feel that apple only focusing on the iPhone and iPad user base. There are many features carried along, but the machine can still be used for pro tools and use just as well. It still is a fantastic, reliable, fast, easy to use OS, which I have had very few problems with. Some additions you may not use, but they don't get in the way. You will love the new Exposé, Mission Control, as it is great for pro users who have many windows open at once, and the new spaces. You may however, never use Launchpad, but you don't have to, just drag it away from the dock!
    I really reccomend buying a mac with Lion, although if you are worried about bugs, wait a few months for the issues to be ironed out, and updates to be given. Because the update is so very cheap, I really think you can hardly go wrong. Try it out with your current mac, and if you like it, go ahead and buy your new ones.
    Lion is fantastic, albeit maybe rushed.
    Any other queries, just ask,
    Nathan

  • Need help on buying FIREWIRE/USB-compatible for Logic Pro 9.0.2 on my SL

    Hi...Im in needs of help in my new OS Mac World.Had my Logic Pro 9(9.0.2) install in my Snow Leopard(10.6.3).Need help on buying FIREWIRE/USB-compatible for Logic Pro 9.0.2 on my Snow Leopard.Just a real basic audio interface that works with my Macbook pro Specification.You're help will be much more appreciated..
    Best Regards:RatzyMazzy

    In any case I would suggest to get an audio interface which is *Core Audio* compatible. This means that you just need to plug it in and it will work with OS X’s integrated driver. I once had an M-Audio interface which needed its own driver and it had latency problems because of them. I am currently using the EDIROL FA-66 with 10.6.3 on my MacBook Pro. It still works flawlessly and has worked without problems in the past with 10.4 and 10.5, too. Here is how it looks like: http://www.rolandus.com/products/productdetails.php?ProductId=731
    I have also heard good things about the FireWire interfaces from Presonus, like the FireBox.
    Björn

  • Please Help for RME fireface400 with Logic Studio 8

    Please I do ask help for configuration of audio interface RME fireface400 with iMac OS 15.5.5, I have problem in output 7/8 monitor phones(no sound or crack sound) and look Fireface Mixer in to the desktop monitor. Where is the problem? I have drive 2.62a.
    Thanks for answer, also in Italiano
    Graz

    Have you tried the RME userforum?
    http://rme-audio.de/forum/index.php
    Maybe you problem is running OS 15.5.5 - must be a beta version

  • No plugin settings folder for logic x!!! PLEASE HELP!

    I accidentally replaced logic x's plugins settings folder while configuring a midi controller. I know have no presets for logics plugins. I've tried reinstalling logic x however it did not work. Can anyone give me any advice on the matter.

            4GB of RAM
    Display with 1280-by-768 resolution or higher
    OS X v10.8.4 or later
    Requires 64-bit Audio Units plug-ins
    Minimum 5GB of disk space. 35GB of optional content available via in-app download.

  • In Answers am seeing "Folder is Empty" for Logical Fact and Dimension Table

    Hi All,
    Am working on OBIEE Answers, on of sudden when i clicked on Logical Fact table it showed me as "folder is empty". I restarted all the services and then tried still showing same for Logical Fact and Dimension tables but am able to see all my reports in Shared Folders. I restarted the machine too but no change. Please help me out to resolve this issue.
    Thanks in Advance.
    Regards,
    Rajkumar.

    First of all, follow the forum etiquette :
    http://forums.oracle.com/forums/ann.jspa?annID=939
    React or mark as anwser the post that the user gave.
    And for your question, you must check the log for a possible corrupt catalog :
    OracleBIData_Home\web\log\sawlog0.log

  • How to define our own selection screen for logical database  in abap-hr?

    Hi Friends,
    Can u please help me
    How to define your own selection screens for  logical database.
    we use to do like(goto->attributes-HRReportcatagerious ).but How to desin using  customer table like t599c, t599f and how to add to my logical database?
    Thanks in advance
    charan

    check out this online help
    http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dba65c35c111d1829f0000e829fbfe/frameset.htm
    Regards
    Raja

  • Logical level for logical fact table sources

    it is clear that for fact aggregates, we should use the Content tab of the Logical Table Source dialog to assign the correct logical level to each dimension.
    question is : is it mandatory to assign even for non-aggregates fact tables the logical level for each dimension (which normally should be set to the most detailed level of each dimension) ? is it any known issue if "logical levels"in content tab are not set ?
    the reason I'm asking this is a strange bug I have (I'm not going to discuss it here) and then only workaround seems to be NOT setting the logical levels (on content tab) for logical fact table sources.
    thank you !

    If levels are not set: By default levels are considered as lowest level
    It should not matter if you set or not
    Generally we set for facts explicitly when we are using Aggregate tables.
    Your current issue might be a case by case; I would suggest to check implicit fact, any table mapped to the source to force a join etc
    Mark if helps
    Let me know how it helps
    Edited by: Srini VEERAVALLI on Feb 5, 2013 8:33 AM
    Any updates on this?+_
    Edited by: Srini VEERAVALLI on Feb 14, 2013 9:09 AM

  • Need to restrict values in F4 help for Batch Characteristic

    Hi,
    I need to restrict values in F4 Help for a batch characteristic based on values entered for another characteristic. I could not find any BADI or Exit for this purpose. There is a BADI CACL_VALUE which is triggered after an entry is selected from dropdown list but nothing when we press F4. I thought of using Object Dependency but I need to write a programming logic for the requirement. Please let me know if there is any way to write program in Object Dependency or any other way for this requirement.
    Regards,
    Nikhil

    Hi nikhil simha,
    first of all, find out which search help is called.
    [Hierarchy of the Search Help Call|http://help.sap.com/saphelp_nw70/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm]
    may help you.
    If you know the search help, you may enhance it, but first of all you should check the where-used-list and make sure that the search help shows the requested behavior only in the context where you want it to.
    If it is your own program, you may be better off to create your own search help and define the triggering fields as search help interface input fields. Then you can use the values to filter results.
    Regards
    Clemens

  • Help! Logic Express 8 does not work on my Mac Pro with OS 10.5.1

    Hello, I hope somebody around here is able to help me.
    I have got a new Mac Pro with one Quad core processor since yesterday and it works fine except for Logic Express 8 (version 8.0.1). Whenever I start Logic the program crashes as soon as "Core Audio initialisieren" is shown in the display. I have tried to reinstall the program, deleted it completely and installed it again. It is always the same.
    Has anyone else experienced this problem? What can I do about it? I am a musician and I really need Logic Express to run.

    Confused. 10.6 is DVD based. Only Lion and above are downloads.
    And best install is not to upgrade. Do a clean install  - on another drive.
    Corrupt partition tables or bad sectors or no room to adjust the partitions or the directory is corrupt.
    ERASE the drive if Repair Disk didn't work.

  • The best way to get help with logic

    I was posting in a thread on support for logic which appears to have been deleted. anyway, what I was going to say I think is useful info for people, so I'm going to post it anyway. to the mods - it doesn't contain any speculation about policies or anything like that. just an explanation of my views on the best way to deal with issues people have with logic, which I think is a valuable contribution to this forum.
    I think there's a need for perspective. when you buy an apple product you get 90 days of free phone support to get everything working nice and neat. you can call them whenever, and you could actually keep them on the phone all day if you wanted, making them explain to you how to copy a file, install microsoft office, or any number of little questions no matter how simple - what is that red button thingy in my window for?.. on top of that, you've got a 14 day dead on arrival period (or 10 days I can't remember) in which if your machine has any kind of hardware fault whatsoever it's exchanged for a totally new one, no questions asked. a lot of people complain that applecare is overpriced.. and if you think of it just as an extended warranty, then it is a little pricey. but if you are someone that could use a lot of phone support, then it's actually potentially a total bargain. the fact that 2 or more years after you bought a computer, you could still be calling them every single day, asking for any kind of advice on how to use anything on the machine, is quite something. many people on this forum have had problems when they made the mistake of upgrading to 10.4.9 without first creating a system clone or checking first with their 3rd party plug in vendors to make sure it was ok. so, with apple care, you could call them and keep a technician on the phone _all day_ talking you through step-by-step how to back up all of your user data, how to go through and preserve your preferences and any other specific settings you might not want to lose, and then how to rollback to an earlier OS version.. they'll hold your hand through the whole thing if you need them to.
    as for applecare support for pro apps like logic, I'd be the first person to agree that it's not great for anyone except beginners and first time users. if you look at what it takes to get even the highest level of logic certification, it's all pretty basic stuff. and logic doesn't exist in a vacuum, there is an entire universe of 3rd party software and hardware, as well as studio culture and advanced user techniques that are going to be totally invisible to some poor phone support guy at apple that did a logic 101. but it's not hard to see that apple are trying to promote a different kind of support culture, it's up to you to decide whether you want to buy into it or not.
    the idea is that they are able to provide basic setup support for new users, including troubleshooting. because it's a simpler level of support, at least they can do this well. so there's no reason why any new user with say a new imac and logic can't get up and running with the 90 days of phone support they get for free.
    but the thing is, for extremely high end pro users it's a different matter altogether. pro use of logic within the context of say, a studio or a film composition scenario is a very different world. it's almost a nonsense to imagine that apple could even hire people capable of giving useful support for this end of the spectrum, over the phone. there are so many variables, and so many things that require a very experienced studio person or in-work composer to even begin to understand the setup, let alone troubleshoot it. and it's a constantly evolving world, you actually have to be working in it and aware of developments on 3rd party fronts as well as changes in hardware.. not to mention even changes in the culture of studio production and the changed expectations that come from that. there's no way some poor little guy sitting at a help desk at apple can even hope to be privy to that kind of knowledge. it's already good enough that they don't outsource their support staff to india, let alone go out to studios and hire the very people with the skills that should be staying in the studio! not answering phones for apple.
    so, given this reality.. companies have two choices. they can either offer an email based support ticket system, which others do. but in my opinion.. this can just be frustrating and only a half-solution. sure you 'feel' like you are getting a response from the people that make the software and therefore must know it.. but it's not really the case due to what I said above. DAWs don't exist in a vacuum, and so much of what you need to understand to help people requires an intimate knowledge of the music industry in which they are working. you still won't get that from steinberg, even if they sort of answer your emails. the other problem is that this kind of system can mean sporadic answers, a lot of tail-chasing, and quite often you won't get an answer that helps you in the end anyway.
    the other model is to foster a strong user support culture. some people react in the wrong way to this idea.. they just think it's a big brush off from the manufacturer, saying we don't care, go sort it out yourselves.. but this isn't true. apple has a classification for pro resellers called 'apple solutions expert - audio'. what this means is that these dealers are recognised as audio specialists and they can receive extra support and training from apple for this. but more importantly than this.. most of them are music stores, or pro gear dealerships that are also mac and logic dealers. they already employ people that have worked or do work in the music industry, and are constantly on top of all of this stuff. apple encourages these dealers to run workshops, and to provide expert sales advice in the very niche area that logic is in, which they can do far better than some generic apple store ever could. but most importantly, they are encouraged to offer their own expert after-sales support and whatever other value-adding expertise they can, to get sales. because margins in computer gear are so tight nowadays, discounting is not really a viable option for these dealers to guarantee getting musicians to buy computers and logic setups from them. the only companies that can entice people with a lower price a big online wholesalers or big chain stores. so the best idea for these niche expert stores to get sales is to offer you their own experts to help with configuration, ongoing support and to generally make it a better idea that you bought your system from them rather than from some anonymous online store. I can see the wisdom of this.. it puts the support back out there on the ground where it's needed, and also where it can work best. apple could never hope to offer the same level of expertise in helping a film composer work through some issues with a specific interface or some highly specific issue they have with getting a task done. no big software manufacturer could do this anywhere near as well as people out there that have worked in studios or currently do work in studios. so in my opinion it's a far better model to foster this kind of support culture, along with training courses, books and training video support. also user forums like this one are possibly one of the most valuable ports of call anyone could ask for. apple couldn't replicate this with their own staff, even if they tried. and even if they made a system where some of the people close to logic development were able to answer emails, it would still be nowhere near as useful, as rapid or as capable of being up to speed with logic use out in the real world with 3rd pary gear, as any of these other methods are.
    the only thing I think they could do better would be to publish a list of known bugs which are officially recognised. this would help everyone and put an end to a lot of wasted time and speculation on if something is a bug totally to do with logic, or if it's a specific issue raised by a particular configuration.
    but really, in my view, a 3rd party support and training culture through a combination of specialist dealers, consultants that literally run a business setting up computers for pro-users and helping them keep it all working, online user-to-user forums and published materials really are the way forward.

    In all honesty this is currently the 3rd "logicboard" (motherboard)
    in my powerbook due to a design flaw regarding the 2nd memory slot....
    Yep. Mine failed five weeks after I bought it. However, I bought it for work and couldn't afford being without it for four weeks while they fixed it, so I had to live with it. My serial number did not entitle me to a replacement either, post Applecare.
    My firewire ports have burnt out from a third-party defective device (no hot-plugging involved)
    My screen is blotchy (my PW serial number did not entitle me to a replacement).
    My battery serial number did not entitle me to a replacement, and is not that good these days.
    My guaranteed Powerbook-compatible RAM is actually not, causing RAM related problems, most notably these days meaning that as soon as I switch to battery power, the laptop crashes, so I can only use mains power. The company I bought it from stopped taking my calls and wouldn't replace it after they replaced it once, so I'm stuck with it. And of course, only one ram slot is working, so I can't even use my original stick in the first slot, which would shift the dodgy stuff away from the lower system area.
    My power supply failed at the weak spot and caught fire. I managed to break apart the power supply and recable it so I didn't have to buy a new power supply, although the connection at the laptop end is loose (all the more fun that as soon as power is lost, the laptop crashes - see above). The power supply is held together with gaffa tape. Silver gaffer tape though, so it's still kind of 'Appley"...
    My internal hard drive is dying - four or five times now it clicks and won't power up, causing the laptop to die.
    One foot has fallen off (but glued back on).
    The lid is warped.
    The hinge is loosish.
    The S-Video adaptor cable is intermittent.
    But aside from all that, I have looked after it well, and I love it to death. Just as well, because it doesn't look like it will be that long...
    But it still "just works". Apart from the battery power obviously. And the ram slot. And the ram. And the screen. And the hard drive. And the firewire ports. And the feet.
    But everything apart from the main board, the screen, the case, the hard drive and the power supply works fine. So thats... er..
    Hmm.

  • An Intel iMac AND a MacBook Pro for Logic Pro?

    I am torturing myself over this issue lately so any input you guys could offer would be welcome!
    This is the situation:
    After 3 months of serious debating whether to purchase a 20" Intel iMac or a MacBook Pro for Logic Pro, I went ahead about 3 weeks ago and got the iMac. My reasoning behind this was that even though I found the portability of the MBP very desirable, the iMac simply represented a better value with the big screen and bigger hard drive. Since getting it, I must say I love this machine and I have not had one single problem with it. Logic 7.2 runs like a dream on it. By the way, aside from maintaing my iTunes Library, occasional iLife stuff and web surfing with Safari, this iMac is for music production only.
    But here's the problem:
    Still, I can't seem to shake the desire for OCCASSIONAL portability. Keep in mind, I am only a "serious" music hobbyist; I create instrumental hip-hop, trip-hop, electronica style of music mainly with software instruments, loops and breakbeats. So needless to say, I don't tour or do a lot of travelling. But the prospect of being able to compose tracks or make beats in Logic anywhere is DESIRABLE to say the least. I could compose while sitting on the couch watching a game or laying in bed - even though I have no idea of how often I'd actually do that, just having the ability to do it is VERY APPEALING to me. Throw in the fact that the iMac currently shares deskspace with a PC that my wife uses - meaning that I often have to stop what I'm doing to let her use the space. With a laptop, I could move and still continue my flow. Lastly, I unfortunately have bad knees and a bad back so after a couple of hours (or 3 or 4) of sitting at the desk working on Logic, I am seriously hurting. Not comfortable at all. At least owning a MacBook would give me the option to move around to some place more comfortable if I desire.
    So...
    Even though I recently bought a wonderful iMac that works great, I'm seriously considering getting a 1.83 MBP with at least 1GB of RAM and the 100GB/7200 RPM drive to accompany it just for the portability factor. Sure, I could get a used G4 PowerBook or iBook, but all I own is the Universal Binary of Logic Pro; I would have a hard time accepting the decrease in speed I've gotten use to on the Core Duo. Besides, I inherently have a problem buying something (even used) that I know is old and out of date when the latest and greatest is available.
    So here is the $25,000 question: Am I nuts for even considering this? Am I placing too much of a premium on the portability as I would use it?
    This could easily be justified if I was a working musician on the road, but that ain't me. And you can believe that I'm definately not rich and thus don't have money lying around.
    But I have obsessed over this so much lately, I feel that I almost have to get it just to put my mind at ease! I even briefly considered putting the iMac on eBay and just buying a MBP to replace it, but I love the screen real estate I get with the 20" iMac and I question if I'll be truly satisfied with a 15.4" screen FULL TIME. 17" might be better, but I doubt if I can wait until June for them to arrive. In addition, everything would connected via my wireless LAN and .Mac so file sharing should not be an issue.
    Help!!!
    What would you do? Sell the iMac or just get a MBP as cheap as I can?
    Opinions, Please!
    20" iMac Core Duo, 2GHz, 2 GB RAM, 250 GB HD, 128MB VRAM   Mac OS X (10.4.4)  

    I love the portability my powerbook gives me. You can use a PB in your setup. You can run an external monitor for either PB or MBP. You can node. Universal Binary menas it is an application which has the components written for both PPC and Intel chips-so you don't need to do conversion. Nodes won't require you buy a nother license. so the answer is down to how much the 2 upgrades and 1 crossgrades will set you back vs how much use you'll get out of them. IMO the iMac is inexpensive (I mean that in a good way-worth hooding on to). Maybe just look at a refurb PB unless you really have the extra cash.

  • Can't sync Digi 002 as an interface for Logic Pro 7

    I discovered Logic about a year after I had already purchased a Digi 002, and have been using it as my interface for Logic Express for about 6 months.  No problems.  I upgraded to Logic Pro 7 last month and now get only garbled sound and the following error message. "Error while trying to synchronize audio and midi.  Sample rate 88215 recognized.  Check conflict between Logic and External Device."
    I am trying to run Logic Pro 7.  I still also use Pro Tools LE version 7.0 which runs fine.  I can play itunes songs, Garage Band, movies, Pro Tools songs, etc., no problem, but not Logic Pro, or Logic Express.
    When I switch to Built In Audio, Logic Pro works fine through the tiny built in speaker, but trying to use the Digi 002 as my interface all the sound comes out garbled.  
    I have been pulling out my hair for weeks.  Any help would be much appreciated.

    Tony P.M. wrote:
    The digi people also recommended buying the update for 7.3 and then updating to 7.3.cs4.  I am going to give that a try.  What does Pro App Support 4.0 do and where do I find it if you think that might help me?
    That is what I'm running, and it works great. Give it a shot. You can do a search on this forum, or on the Apple Support section of the website, and search for that term (Pro Application Support).
    Yes I have learned my lesson with auto update.  Live and learn.
    Yes. Remember, a DAW machine is NOt a regular computer you can do whatever with. Audio software and hardware are finicky creatures that don't play nice if you're messing with their operating system willy-nilly.
    I spoke with the Apple Store people today as well.  They suggest I spend $100 and sign up for one on one support and bring the whole **** set up in to the store and let them work on it. Seeing as how I am using a G5 tower, and we are talking about a digi 002 board, that is going to be alot of fun to lug across the mall.   I am just about that desperate though.  Any thoughts on one on one support in store?
    LOL!!! they just want your money, and will most defniintely screw up your system. They'll update wrong, install stuff you don't want, and re-configure your system to THEIR liking. Stay away from the genius Bar. When it comes to Pro audio, they really know little or nothing. As an example, I went to my local Apple store recently and asked for a copy of Logic Pro. the helpful guy there responded "Logic what? we don't have that kind of software here."
    Thanks for the help.  Again.
    You're welcome. Hopefully soon you'll have it up and running.
    Cheers

  • F4 HELP for standard field..

    i want to put F4 help for standard field FERTH in mm01 and mm02 ...
    is there any way to put F4 help for this field..

    try this
    1. First go to SE11 and create your own search help( if you dont know how to create a search help please feel free to ask me, it is very easy).
    2. Now in your module pool program program go to the layout of your screen.
    3. Now when you see the attributes of this field in the Dict tab you will find the field Search Help. Now here you can specify the name of the search help you created in SE11.
    There is also another mehtod to create the dynamic search help. eg:- in a posted document data get the Document nos related to that company code.
    The sample code is like this:-
    First of all declare the module below in the flow logic of your screen then create it in your main program.
    You declare the module in the PROCESS ON VALUE-REQUEST.
    PROCESS ON VALUE-REQUEST.
    FIELD TXT_DOCNO MODULE VALUE_BELNR.
    You also need to create an internal table where you wil store results of the select query fired below in the module.
    here you will get a F4 help on the filed Document Number(TXT_DOCNO) based on the field Company code (TXT_CODCO)
    MODULE VALUE_BELNR INPUT.
    progname = sy-repid.
    dynnum = sy-dynnr.
    CLEAR: field_value, dynpro_values.
    field_value-fieldname = 'TXT_CODCO'.
    APPEND field_value TO dynpro_values.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
    tabname = 'BKPF'
    fieldname = 'BUKRS'
    dynpprog = progname
    dynpnr = dynnum
    dynprofield = 'TXT_CODCO'.
    CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
    dyname = progname
    dynumb = dynnum
    translate_to_upper = 'X'
    TABLES
    dynpfields = dynpro_values.
    READ TABLE dynpro_values INDEX 1 INTO field_value.
    SELECT BUKRS BELNR
    FROM BKPF
    INTO CORRESPONDING FIELDS OF TABLE it_doc1
    WHERE BUKRS = field_value-fieldvalue.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'BELNR'
    dynpprog = progname
    dynpnr = dynnum
    dynprofield = 'TXT_BELNR'
    value_org = 'S'
    TABLES
    value_tab = it_doc1.
    ENDMODULE. " VALUE_BELNR INPUT

Maybe you are looking for

  • Data pull from Access

    Dear All,            I am a BI developer.I have to get some data from Microsoft Access database to SAP BI 7.0 cube. How do I proceed beginning from recognizing the source system(Microsoft Access) in BI system. Regards, Ratish [email protected]

  • File Adapter Write missing files

    Hello I have some trouble with a bpel process containing a file adapter that should write files to disk. Each bpel-process is started when a read file adapter reads a new matching file (*.xml). I have tested the process with a few files (5-20) and a

  • Laser jet pro 200 will not copy

    Hi, I have had my laser jet pro 200 for at least 6 months and only used it as a printer.  For the first time today I tried to copy something and I got  a blank piece of paper.  I tried the flat bed as well as the feeder and same result.  Hopefully th

  • Scheduling agreement for service procurement

    Hi All, Am trying to create Scheduling Agreement for Services to Maintain Validity period for a longer time and do service entry sheet and invoice manually. But am not able to do service entry sheet , is there any option to do SES Other Side I did fr

  • Process For Close pending PO by mass Maintence

    Dear All Can any Tell Me the  step by step process For Closing the pending Purchase order For last finacial year   & Purchase Requisition through Mass Maintence. Rgds Pankaj Agarwal