How can I create a loop in a multi-record block (on the background)

I have a multi-record block.
In one item I change a value.
Upon this change, in the when-validate-item I would like to
change other records in the same block.
I planned to loop the block with go_record and to do my things
in each record. Unfortunately the go_record built-in is
restricted and cannot be used in a wvi-trigger.
Another approach can be to update the records in the database
and to perform an execute_query after this change. Also this
procedure cannot be used in a wvi.
How can I easily loop in a multi-record block???

You can try to put loop with go_record in KEY-NEXT-ITEM on that
field.
Or if you change something and then press KEY-COMMIT you can
update another records in database and after commit do again
execute_query. Something like :
on KEY-COMMIT:
update_another_records;
commit_form;
execute_query;

Similar Messages

  • I have an iCloud email address on my iMac. How can I create an icloud email address for my wife on the same computer?

    I have an iCloud email address on my iMac. How can I create an icloud email address for my wife on the same computer?

    If all you want is an additional email address you can create up to three 'email aliases'  - these are additional addresses (not accounts) which deliver into the same inbox as the main account.
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account, move it to another account, or reactivate it if you delete it.
    More information on aliases here:
    http://help.apple.com/icloud/#mm6b1a490a
    If you want to keep her email separate from yours she will need to create a new Apple ID, and use it to create a new iCloud account either on a separate computer or on a separate User Account on your Mac.

  • How can we create a table with more than 64 fields in the default DB?

    Dear sirs,
    I am taking part in the process of migrating a J2ee application from JBoss to SAP Server. I have imported the ejb project.
    I have an entity bean with 79 CMP fields. i have created the bean and created the table for the same also. but when i tried to build the dictionary, i am getting an error message as given below,
    "Dictionary Generation: DB2:checkNumberOfColumns (primary key of table IMP_MANDANT): number of columns (79) greater than allowed maximum (64) IMP_MANDANT.dtdbtable MyAtlasDictionary/src/packages"
    Is it mean that we can not create tables with fields more than 64?
    How can i create tables with more than 64 fields?
    Kindly help,
    Thankyou,
    Sudheesh...

    Hi,
      I found a link in the help site which says its 1024 (without key 1023).
    http://help.sap.com/saphelp_nw04s/helpdata/en/f6/069940ccd42a54e10000000a1550b0/content.htm
      Not sure about any limit of 64 columns.
    Regards,
    S.Divakar

  • How can i create PR and if there is some change in the PR due to wrong calc

    Dear all,
    I wanted to know how can i create PR, and is that simple? Ok, while creating PR, when i will come to know that stock entered here is less that the actual stock that was mentioned, but due to some error, how can i change it, how is that possible?

    1981,
    You have posted this question in the wrong forum.  Such topics are covered in the MM forum
    SAP ERP - Logistics Materials Management (SAP MM)
    You can easily create a new PR in ECC using transaction ME51N
    You can easily change an existing PR in ECC using transaction ME52N.
    Best Regards,
    DB49

  • How can I create a model node in SAP Records Management

    Product: SAP Records Management
    Hi,
    I would like to create a model node in a record tree.
    I found in the function modul BAPI_RECORD_ADDELEMENT no entry for the creation of a model node. Only the instance and the structure node can create by this function modul.
    So, does anyone know a solution to create a model note?
    Regards,
    Thomas Fanninger

    Hi Thomas,
    it is not possible with the BAPI due to the piece of coding:
    case  myElementType.
            when glob_const_elem_type_instance.
              myRecordElement->Type_Set( if_srm_sp_record_element=>type_instance ).
              myRecordInstanceElement ?= myRecordElement.
              loop at element_sp_poid into myElementSpPoidWa.
                mySpPoidWa-id = myElementSpPoidWa-name.
                mySpPoidWa-value = myElementSpPoidWa-value.
                insert mySpPoidWa into table myElementSpPoidTab.
              endloop.
              myElementSpsId = sps_id.
              myElementPoid = myClientService->poid_get_instance( im_rms_id  = myRmsId
                im_sps_id  = myElementSpsId  im_sp_poid = myElementSpPoidTab ).
              myService->check_sp_connection( myElementPoid ).
              myRecordInstanceElement->poid_set( myElementPoid ).
            when glob_const_elem_type_folder.
              myRecordElement->Type_Set( if_srm_sp_record_element=>type_folder ).
            when others.
              perform set_error using '852' return.
              return.
          endcase.
    But you can do that by using directly the Records API. How to use this is demonstrated in the report 'SRM_RECORD_API_HOWTO'. Search there for the subroutine 'fillrecordelement'. There a record element for insert is created and its type is set. You can set the type there to 'IF_SRM_SP_RECORD_ELEMENT~TYPE_MODEL'. Of course your POID then may not be an instance POID.
    Best regards,
    Thomas

  • How can I create and export a file in 1024x768? Is the size supported in FCPX?

    I'm trying to create a video to export and upload on YouTube, and we want to do it at 1024x768. FCPX does not support this file size. Ideally how can I
    1) Create a canvas size in 1024x768 (or the same aspect ratio)
    2) Export my video at 1024x768 (here it has to be the exact dimensions).
    I feel so dippy, this seems like it should be obvious but I can't figure it out! Closest I've gotten is 2048x1556. Thanks for any help!

    The technique explained in the Creative Cow tutorial works perfectly. I use it all the time for the odd aspect ratios we work in for video walls. It does feel odd working in FCPX without creating a Project (Compound Clips are stored in Events) but hapily you have all the editing capabilities in a Compound Clip timeline as you do in a Project timeline.
    It would be nice if FCPX allowed us to enter custom sizes for Projects like one can in FCP7. But FCPX with this technique actually handles odd aspect ratios better than 7 did. I used to run color shifts and transition problems doing this in 7.
    I once called Apple tech support about the problems in 7 and they told me that although you can enter custom resoulutions in FCP7, Apple doesn't support anything other than standard resolutions. I guess they clarified that position with FCPX.
    Come on Apple (and YouTube and Vimeo.) Not everyone lives in a 16x9 world. My daughter, as do most teens, shoots all video at 9x16. Surely that resolution will soon have to be supported.

  • How can I create a details cube with millions records

    Hello everyone,
    I need now to create a cube for details data. But the problem is that the details data is very large. There are some millions records.
    How can I design such cube in the essbase? Or can man create such cube in the essbase at all?
    I need your suggests. Thank you very much!
    Ming

    hello Sandeep,
    thank you for your reply.
    Our situation is we have biee+essbase.
    And the users want to see the details data. The data is too large.
    The users want to get all data from excel (hyperion).
    So there are many problem with the speed performance.
    How can I design so that the performance is better?
    Ming

  • How can I get a parallax effect with Hub Control or change the background image scroll rate?

    Like the title says, I'm trying to get more of a parallax effect with a Hub Control in Windows Phone. In my current hub app, the picture has to be as wide as the entire hub, and it scrolls through the picture quickly. I'd like a way to make the background
    image scroll slower than the content on top of is.
    I've looked everywhere in the API docs, but I can't find anything saying how to do this. :(

    Hi PTK7,
    Yes, currently there is no documentation for this effect, however we can manually control the image scroll speed:
    http://stackoverflow.com/questions/10589192/windows-8-gridview-parallax-background-image
    Also I found a sample from code center:
    https://code.msdn.microsoft.com/windowsapps/ParallaxBackground-A-Metro-f929e558, take a look to see if these helps.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I make my Logo appear after 10 seconds of loading the background?

    Hi,
    I have an animation Logo flash movie which I want to appear after 10 seconds of loading the background image (Panel_mc)?
    I am using Actionscript 3 to load the Logo.swf movie. The following is the whole code that I have on my action script page:
    stop();
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    var PanelTween:Tween = new Tween(Panel_mc, "y", Elastic.easeOut, -400, 20, 5, true);
    var l:Loader=new Loader();
    addChild(l);
    l.load(new URLRequest("Logo.swf"));
    l.x = -20;
    l.y = -20;
    l.contentLoaderInfo.addEventListener(Event.INIT, growLoader);
    function growLoader(evt:Event):void {
         l.width = 320;
         l.height = 185;
    Note: I need it because first the background will animate so no one can pay attention to my Logo. Once the background stops animation, My logo needs to be start (animation)?
    How can I do it using Actionscript 3.
    Hope somebody will help me.
    Thanks.

    If you look into the few code elements I mentioned, either in the help documentation or using Google, you will find examples that you can use/modify for your current project.  You'll learn more by doing some work yourself rather than having solutions handed to you. We are all learners... yes, it can be hard, but it gets easier when you work at it.

  • How can I create a loop of pictures in Acrobat

    I have a .pdf file with 50 pictures, and want to present these as a repeating loop on a projector.  Can this be done?
    Joe

    Have you tried exporting it to PowerPoint?
    If you still want Acrobat, you can display PDF in the Full Screen Mode (Ctrl+L), but that would require manual scrolling and no loops.
    Or you can use JavaScript.
    Sample JavaScript code:
    app.fs.isFullScreen = true;
    app.fs.loop = true;
    app.fs.timeDelay = 1;
    app.fs.useTimer = true;
    app.fs.defaultTransition = "Fade";
    app.fs.escapeExits = true;

  • How can I create an iPhone3g ringtone from a recorded MP3

    I've recorded my daughters voice as an mp3 file (about 10 seconds long) and want to use it as a ringtone on my iPhone3G but cannot figure out how I do this. I'm using iTunes8 and all the instructions I've found on creating ringtones will not work as menu options simply aren't there and no amount of messing around with the file will allow me to drop it into the ringtones folder on my library. This is infuriating as is the apple support site 8-(

    The easiest way I found was by using http://audiko.net/en.html. You just upload any MP3, trim it by dragging the handles to what you want and then download it to your PC. Then, you can just drag it to the Ringtones section in iTunes.

  • How can I create a video clip that has multiple copies of the same subject playing at the same time?  Basically like one person became 50 backup dancers!

    Hello Everyone,
    I am trying to create a single video clip where my original subject (dancer) is multiplied on the screen many times.  Basically I am trying to create a background video for a dance team and want to make it look like an army of the same person dancing behind them.  Amy guidance would be great!
    Thanks
    Madisonman 2013

    Motion ($50) can do this with a replicator.
    Russ

  • How can I create a button to open email client and allow the user to e-mail pdf to a friend?

    I need to find a way to let our members share our marketing pdf files with their friends as an email attachment. I can only seem to find a way to send a mailto to a specific address. I am thinking that the form is the only way to create that possibility, but would be open to any help even if not by a form.

    Thanks you but I want the end user to be able to open my pdf file from my website and email it as an attachment to their family and friends. ( no specific email address assigned) I tried adding a empty mailto tag and it opens the email client, but no attachment. I don't think I am making my question understandable and maybe it is not possible to do this in Acrobat.

  • How can I create a interactive image on ibook author, just like the temperatures map on the "life on earth" book?

    I need a create an interactive image at the ibook author app, but I don´t know how, I saw the interactve image in the "life on earth" book, from the apple store, in an temperature map
    apreciate that someone could help me, please

    Doesn't work w/iBA books & iBooks 2, sorry.

  • Webapps.  How can I create a link to a page instead of showing the details-view

    I want my client to define what page a webapp shall point to in list-view, instead of showing the  details view, but I cant figure out how.  I have tried this, but it seams that tags don't work inside links:
    <a href="{tag_my_custom_link}">{tag_name}</a>
    .. does any one know how to do this?

    The problem is the format of your tag.  If your field name in the web app is "My Custom Link" then your tag is {tag_My Custom Link} (note the spaces).
    Cedric is right though, make sure the field is a textfield and not a hyperlink field in your web app.  If you use BC's new "Develop" tab up top you can navigate to your web app detail layout in /Layouts/Web Apps/<yourwebapp> and find "list.html".  Then, you can use the toolbox on the right (click the data tab) to insert tags without having to guess.  You can choose your custom field and insert the tag.

Maybe you are looking for

  • My Lumia 800 Experience - Issues/Questions/Suggest...

    Ok. Firstly, hi all. A few of you helped me when i had an X6, hope i get the same response now. I have just gone from a Nokia N900 to a Lumia 800. It's a sleek, stylish phone, comfortable to use but the difference in touch sensitivity between the N90

  • Can iCal show all recurring events?

    I have a bunch of recurring events throughout the year in iCal, and I'd like to see a list of them.  Or at least, find them one by one, to see what's there (and what isn't).  Is there some way I can do a search that shows me a list of only the recurr

  • Move library from 1 computer to another help

    I moved it and all that jazz. But when i try to play it, it can't be found. Thanks

  • Which statement is correct?--------QNo.108

    Which statement is correct?-------- A. One block change tracking file is created for each datafile. By default, the file is created in DB_CREATE_FILE_DEST. B. One block change tracking file is created for the database.By default, the file is created

  • AOL email connectivity issue - Sends but does not receive

    I have 2 AOL email accounts on my Droid X.  Up until Thursday, I had no issue receiving emails to both addresses.  Suddenly on the Thursday my default account kept indicating connectivity issues with the account.  The other AOL account worked perfect