How can i sort F4  by the data in the parameter  ?

i create parameter "p_budat" .
now i wont to display in the F4  just relevant data for  the user date .
for example if the user enter "13.03.2006" ,
just relevant data for this date will show up  .
the problem is  , when i going to the  :
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_budat
the parameter "p_budat" is empty the date that i enter is not there .
also i want to use function  : F4_ZAHLLAUF
is it possible to make sort there  ?

hi,
chk this sample code.
<i>how to use dynamic f4 help?</i>
tables: mara, makt.
data: begin of itab occurs 0,
matnr like mara-matnr,
end of itab.
data : begin of btab occurs 0,
maktx like makt-maktx,
end of btab.
data mak like makt-maktx.
DATA : return like ddshretval occurs 0 with header line.
data: begin of dynpfields occurs 0.
include structure dynpread.
data: end of dynpfields.
parameters: p_matnr like mara-matnr,
p_maktx like makt-maktx.
Initialization.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_matnr.
REFRESH ITAB.
SELECT matnr FROM mara INTO TABLE ITAB.
call function 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'MATNR '
dynprofield = 'P_MATNR '
dynpprog = sy-REPID
dynpnr = sy-dynnr
value_org = 'S'
TABLES
value_tab = ITAB
return_tab = return.
select single maktx from makt into mak where matnr = return-fieldval.
p_matnr = return-fieldval.
refresh return.
clear return.
move 'P_MAKTX' to dynpfields-fieldname.
move mak to dynpfields-fieldvalue.
append dynpfields.
CALL FUNCTION 'DYNP_VALUES_UPDATE'
    EXPORTING
      dyname               = sy-cprog
      dynumb               = sy-dynnr
    TABLES
      dynpfields           = dynpfields
    EXCEPTIONS
      invalid_abapworkarea = 1
      invalid_dynprofield  = 2
      invalid_dynproname   = 3
      invalid_dynpronummer = 4
      invalid_request      = 5
      no_fielddescription  = 6
      undefind_error       = 7
      OTHERS               = 8.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
refresh return.
clear return.
Regards
Anver

Similar Messages

  • How can I sort clips by creation date in the project window?

    Trying to find a way to sort clips by creation date in project window, but can't seem to find an option for it. Is it possible?

    im using windows pc.. and a program called 'renamer' which is kinda tricky but free and easy once you figure out how to use it... if you know dos filename conventions and wildcards its easier to figure out.. add rules etc... no clue if this program is avail if you have mac...
    but put all files into a temp folder... use the renamer program.. it will write new names to the same folder.. then move all your files where you want to keep them and delete the temp one...
    if you want more info I'll chk back here..
    the main thing is that you can add prefix to filenames to keep track of what you shot when and ingested ... scenes etc .. or you can replace the sort order by just putting in a number or letter in filename that makes it sort the way you want...
    good luck

  • How can i sort cookies by add date?

    how can i sort cookies by add date, is there any method at all?

    Hi Ted
    Have a look at Cocoa Cookies. Requires minimum OS X Tiger. Not the most ideal cookie manager, but certainly a step up from Safari.

  • How can you sort photos by descending date in Photos?

    how can you sort photos by descending date in Photos?

    There is no way to do that.
    http://www.apple.com/feedback/macosx.html
    Let Apple know your requirements.

  • Editing date in Organizer - but how can i 'hard' write that new date to the actual files?

    Hi, i have a number of files which were created by digitizing about 40 anolog tapes. These tapes have been 'split' into clips(largish) using AV cutty software [it worked v well] and therefore have about 25 avi files per tape.
    I have now imported all of these from folders) into Organizer to tag etc before creating projects in Premiere.
    However, I can amend the dates in Organizer (some of the clips have timestamp on the screen) BUT i want this to be hard-coded back to the original files - is there any way to do this. Otherwise will i have to edit the dates of the clips in Windows Explorer, using something like AttributeMagic 
    Thanks in advance - and hope this helps others at some point too.
    wj
    PS I fully understand that Orginzer is purely referential, but is there NO way to allow the data (eg tags/dates to be writtrn back to the source files?)
    I wonder if I should look at other video software tools?

    PC drives geerally are formatted MBR (master boot record) on the drive and NTFS partitions.
    Mac can read NTFS but not write it unless you buy additional software.
    Do you want to keep that drive's files for read access,  or is your PC-world done?

  • Premiere CS3: How can you encode xml cue point data in the chapter section of a marker for FlashVid?

    Hi there,
    I'm a total newb to this forum, so hello adobe premiere community! I'm perplexed by Adobes documentation on Premiere (and I'm sure I'm not the first ) anyway on the live documents page below:
    http://livedocs.adobe.com/en_US/PremierePro/3.0/help.html?content=WS9390BED7-9466-46ea-A0E A-3240F1AFC36C.html
    it states that:
    “The cue point data in the Chapter field of a sequence marker in Adobe Premiere Pro will be encoded as Flash XML. For the XML protocol required, see Flash Help.”
    Which is great…except this information doesn’t exist seemingly in either the Premiere documentation or Flash either for that matter, but as I’m interested in working with the chapter/marker area in Premiere – should I really be told to go off and search the documentation for another application, probably not!  What would have been useful would have been a code snippet saying you do it like this, but of course, that would make things too easy!
    Basically, I understand that in After FX you can add Flash marker information specifically for interpretation when exporting to Flash Video (i.e. name, type and parameters etc) and it suggests that you can do the same above in Premiere CS3 using some kind of concatenated string in the chapter area…it just doesn’t tell you how anywhere seemingly – WHY ADOBE!
    Currently when I export markers as cue points based on the advice in the page above, anything I put in the chapter section to force Premiere to create a cue point is converted to a string, which becomes the cue point ‘name’.
    This cue point name is then automatically appended to the ‘time’ the marker was inserted at and is always encoded as type ‘navigation’, with no obvious means of adding ‘parameters’ into the equation.
    So (finally) does anyone know if you can insert this information into the chapter area for correct interpretation by flash (i.e. thus allowing you to choose between either 'navigation' or 'event' types, and pass as many 'parameters' as you wish etc) or are you just limited to supplying a name, and it being automatically set to the navigation type with no parameters?
    I’m sorry for this long essay but at least the issue is well defined for you to answer, honestly any help you can provide what so ever would really be most appreciated!
    Best regards,
    Kat
    PS – I have utterly no knowledge of XML either just in case you were wondering – and my only interest in XML is getting this basic information encoded into the FLV file from Premiere Pro CS3! Please help, pretty please with daisy’s!!!

    Hi dradeke,
    Thanks for your reply, which is indeed useful as clearly Adobe have made this task easier and less obscure in CS4 by adding simple interface functionality, however I'm stuck with using CS3 for the moment.  Its not majorly a problem as the video material in question can be exported uncompressed then setup with cue points using the Flash encoder as an alternative (i.e. or even After FX CS3 also) which both provide the same features as Premiere CS4 seemingly. It is just that it would be much easier to be able to drop in simple markers whilst working with Premiere CS3, as this is what we are going to be using primarily, I just wondered if anyone knew how to invoke this in CS3 - its possible you can't, the documentation is vague at best!
    However I really appreciate your response and help, thanks 

  • How can i sort PDF's on IBook with the name that starting with numbers

    i import a number of pdf's representing ameeting agenda as the files names (1xxx,1.1xxxx, 2.xxxx,10.xxxx) on ibook , however the files sorted on a diffrent way as file start with 10 on first . so how can i sor the files on the IBook  with its name starting with numbers as1 &1.1 and so on.

    You seem to want a numeric sort but are getting a character sort.
    a number range  would be 0,1,2,3, ... 9,10,11 ...
    sorting like everything else with computers is an algorithm.  Someone needs to define how it works.  When you see a list of files, someone has defined how the list will be sorted. If you compare Windows file sorting to Mac files sorting you will find there are differences.
    In the case of files sorting, the files are sorted on characters from left to right. In file sorting the sorting algorithm does not try to determine that files are numbers.  All files beginning with a 1 will be sorted together becuase the file sorting althorithm doesn't look at the second character position before grouping all the 1's together.
    For what it is worth, there are multple books written on sorting.
    Robert

  • How can I sort literature by release date?

    I have the new rendering engine activated. How can I get a simple sort of my media downloads? Alphabetical is limiting.
    {module_literature filter="classified" itemId="53502" }
    ~ Mary

    Hi Mary,
    If you want to display the latest items in a category classification you can use filter="latestClassified" otherwise, just filter="latest". Here is the link to the module_literature parameters for more configuration options: Developer reference
    Cristinel

  • How can I go to a specific date in the future other than by clicking one month at a time?

    Would like to go to a specific date several years from now and see what else I have scheduled (if any) or to see if that day is a holiday or even just to see what day of the week that day falls on. Can I do this in some way other than clicking on the NEXT MONTH button a gazillion times?
    I am using Windows 7 (64-bit) on a Dell THX computer.
    Thanks,
    DannyBoy

    tried clicking on the year in the calendar?

  • How can I save images and text data to the same file?

    I have been looking at ways to do this for a while. My main VI saves the raw data to a text file which the users then import to Excel and plot. I am trying to simplify this process and have been looking at ways to accomplish this task. I want to be able to save the raw data to a file and then save the Labview graph as well. This will eliminate the tedious task of importing the raw data into Excel and plotting it. I can save the raw data to its own file and I can use the Get Image method for the graph and save it to its own file. I am currently using the .png format. Is there a way of saving both to the same file ie, importing the image into Excel or Word etc. Before I go off doing a science project I wanted to see if anyone else had experience completing this task and had any recommendations. Thanks in advance for any help.

    well ther are a couple of ways. You could use the standard report generation VI's and make a complete report with the image of the graph embedded into the report with the raw data or you could use activeX and control excel thru LV and put the raw data into excel directly and have excel graph the data without any user interaction. I have posted a slew of VI's on the excel board if you do not have the report generation toolkit. If you could tell me which way you want to go I could possibly send you an example.
    For more information and some sample VI's and tool kits, you can go to the excel board
    Joe.
    "NOTHING IS EVER EASY"

  • How can I sort my photos within albums on the iPad? Apple software *****!

    The primary reason I got an iPad was to use it as a portfolio of my photography. How is it possible that with Apple software you can't easily sort photos in a custom order within albums?!? I've heard there is a way to use Dropbox to work around (ignore) Apple software. Any help? If Apple engineers are reading this, can you please address this? And can we not use something called iTunes to work with pictures? No sense here.

    It's a lot easier with Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • How can I sort my photos by title on the iPad

    Who kows, how I can sort my photos by title on my iPad. In my mac in iPhoto I can do so, and there are several options to sort. When I chose "sort by title on iPhoto, they are displayed in the wright way, but only on the mac not after sync. on my iPad. What the F*** is going on here. This sh*t is since the first time of
    iPad and there is no solution or update since then from apple. (I think so?!). Please help me to fix this ******* problem.
    thanks
    r.

    It's a lot easier with Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • How can I migrate my old sync data to the new system when I don't have any devices signed in

    I just reformatted my computer harddrive and reinstalled both Windows and Linux. Now that I have everything installed and updated, Firefox is asking me to migrate to the new syncing system they have. Problem is, I want to still be able to sign into the old system just to be able to get my bookmarks so I can migrate them to the new system.
    I still have my sync key, and login information for the old system, but I just want to know how to access it once to get my information. I can handle everything from there.

    hello, in this case you'd probably have to use a workaround and download the prior firefox version, disable automatic updating for the moment (in options > advanced > update), link it to the old sync account and upgrade after you have successfully restored your data this way...
    [[Install an older version of Firefox]]

  • How can I sort my imported photo album on the iPhone?

    I would like to sort the imported photos so that the pictures are in the same order as in Photoshop Elements on the PC. Previous to iPhone 4 the sorting was preserved. Now I seem to just have a 'pile' of pictures. Help!

    It's a lot easier with Photo Manager Pro.
    https://itunes.apple.com/sg/app/photo-manager-pro/id393858562?mt=8

  • How can I sort lines of data (alphabetically) in the new pages 5.0?

    How can I sort lines of data (alphabetically) in the new pages 5.0?
    It was very simple to do in the previou version of pages.

    I'm not sure why people are torturing themselves with Pages 5 given the nearly universal outcry on this forum and the incredibly negative reviews elswhere, such as the App Store.
    Pages 4.3 should still be in an iWorks folder within your Applications folder.  Just use that.
    Please remember to tell Apple what we need from them at:
    http://www.apple.com/feedback/pages.html

  • How can I sort albums in a genre by release date in the itunes store

    How can I sort albums in a genre by release date in the itunes store

    Did you figure this out? Am having the same problem.
    EDIT:
    Found the group in store (in this case Juana Molina) It said music -> alternative
    Changed to column view, and could not find the artist at all in any of the sub categories.
    iTunes is really the biggest pain in the .... and has gotten worse over the years.

Maybe you are looking for

  • To comapre a single date with multiple dates

    Hi All, I am using fetch xml report in which there are two table Opportunity and activity One Opportunity with have multiple activity Opportunity has a field  called new_dateofapplication and Activity has a field called StartDateActivity which have m

  • 2 external monitors to macbook pro???

    Hi - I'm a new Mac user - PC convert! So far - I'm loving my Mac! Now - on to my question. I would like to connect 2 external monitors to my macbook Pro. Is this possible? If so - can someone walk me through what i need to buy and how to do it? Note:

  • I'm looking for a job in the gulf area

    Hey all i'm an experienced ALBPM Developer and designer with over 4 years of total experience in the gulf area i'm looking for a job as an ALBPM Team Leader or a senior developer if you can help me please send me an email on [email protected] [email 

  • I ordered IPod touch 5 and it is shipping. Currently located in shanghai, china. How long until I can expect it in the USA (WI)?

    Okay, so after waiting, which I had anticipated, my I Pod touch 5 is in shipping. Currently it's in Shanghai, CN. I'm wondering how long it will take to reach the USA (WI) if it says it's in transit today in Shanghai. It's supposed to arrive on the 2

  • Cannot Boot after software update!

    I just updated to the latest Mac update and after restarting it would not boot! The white screen appears with the loading bar for a few seconds (approx 15) and it restarts again, and it keeps on happening on and on again. I tried using the Disk Utili