How i can transfer muliple values through parameter forms

FIRST
====
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no EMP_NO='||:V_EMP_NO);
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no EMP_NAME='||:V_EMP_NAME);
OR
SECOND
=======
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no EMP_NO='||:V_EMP_NO||'EMP_NAME='||:V_EMP_NAME);
which one is correct ?
or any other syntax plz reply.

Both the above are not correct. You can create 2 separate parameters and pass them.
SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no EMP_NAME='||:V_EMP_NAME,EMP_NO||:V_EMP_NO);
If u want to pass multiple emp_nos then use EMP_NO='233,3232,3232' and then you need to extract these in reports
Rajesh ALex

Similar Messages

  • HT201269 i need to know how i can transfer all my music on my current iphone 5 to  a new ione 5. Anyone know how to through itunes?!

    anyone know how I can transfer the music on my old ihone 5 to my new one through itunes?

    All of your music should be on your computer in itunes.  Is it not?
    You can transfer itunes purchases form an iphone to your computer.  File>Devices>Transfer Purchases

  • TS4009 I have had to delete my icloud account and open up another because it would not verify. In the meantime I have lost my storage which was attached to the previous email account. I would like to know how I can transfer it across to my existing accoun

    I have had to delete my icloud account and open up another because it would not verify. In the meantime I have lost my storage which was attached to the previous email account. I would like to know how I can transfer it across to my existing account?

    Thanks randers4. Reading through other discussion points, other people have similar problems. I thought and still do, that the easiest option was to delete and open up another. That worked fine except I remembered that I had some storage attached to that icloud address. I live in New Zealand.

  • How we can get the values  from one screen to another screen?

    hi guru's.
         how we can get the values  from one screen to another screen?
              we get values where cusor is placed but in my requirement i want to get to field values from one screen to another screen.
    regards.
      satheesh.

    Just think of dynpros as windows into the global memory of your program... so if you want the value of a field on dynpro 1234 to appear on dynpro 2345, then just pop the value into a global variable (i.e. one defined in your top include), and you will be able to see it in your second dynpro (assuming you make the field formats etc the same on both screens!).

  • I just received a new ipad and presently have an ipad 1. I was wondering how i can transfer everything from my old one to my new one and keep the same accounts and passwords or is it even possible or do you have to repurchase all of your apps

    I have an ipad 1 and just receive the new one.  I was wondering how i can transfer the apps and things that i have on my old one to my new one and keep the same account names and passwords.  Or do I have to purchase averything over again.

    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
     Cheers, Tom

  • How i can transfer music from my iphone 5 to itunes on my new laptob as my old laptob is dead ?

    how i can transfer music from my iphone 5 to itunes on my new laptob as my old laptob is dead ?

    Use a third party PC/Mac application like Senuti to transfer the music to your iTunes library.

  • HT1976 how I can transfer my contack # from privius iphone ?

    I was lost my iphone
    now i gets new one so how i can transfer my data old to new

    restore the latest backup made of your old phone to your new phone

  • How I can save the value of a variable in a database?

    hello,
    how I can save the value of a variable in a database? I need to keep the # of times you press click animation. to know how many times it has been seen.
    I connect to msql database, using php, javascript, ajax and jquery, but not how to save the variable counter clicks from adobe edge Animate
    appreciate your help so I can connect to the database from adobe edge animate.
    thank you very much
    Luis Felipe Garcia
    [email protected]

    Hi, all-
    This isn't an Animate-specific issue, but I thought I'd take a stab at it anyway.  As with anything else on the web, you need to have a server script to handle incoming data, so it's all back end work.  Your page will need to call that script and provide parameters to that script that it can read.
    The easiest way I can think of to do this (and this is all highly theoretical, so please make sure it's secure before you implement it) is to create a 1px div that has visibility off.  Whenever you click, you can load your URL in that div, which then increments your counter on your db.
    Hope that helps inspire some interesting solutions!
    -Elaine

  • How I can transfer some of my apps from I phone to my MacBook Pro?

    How I can transfer some of my apps from I phone to my MacBook Pro?

    Start iTunes 11.1 or later on your MacBook Pro and connect your iPhone. Select your iPhone in iTunes and under General select Transfer purchases.
    That will create backups of your apps on your MacBook Pro. The apps will not run on your MacBook Pro though just in case you were wanting to do that. The Mac OS X on the MacBook Pro and the iOS on your iPhone are different operating systems.

  • How XI can transfer msgs between ERP to J2EE systems??

    I have a doubt...wat are the responsibilities of a XI developer for system handling the messages between ERP to J2EE systems....If possible give me any link..so that i can read...
    And can any one explain the entire scenario how XI can transfer msgs between ERP to J2EE systems...

    To make XI use appropriate WebSphere's libraries for connecting to it's JMS
    which library file i want to use for this senarios. plz any body help me
    We have WebSphere's lib catalog, but do not know which jar's we have to upload in .sda file
    The adapter tries to send the msg bot doesn't find recuired classes
    Plz send me info ont this to my mail id [email protected]

  • How i can pass the value into 1 line

    Hi expert,
    how do i pass all the value for sales document flow item in one line?
    i'm using this function
    CALL FUNCTION 'RV_ORDER_FLOW_INFORMATION'
        EXPORTING
          aufbereitung  = '2'
          belegtyp      = i_del-vbtyp
          comwa         = l_comwa
          nachfolger    = ' '
          vorgaenger    = 'X'
          v_stufen      = '50'
        TABLES
          vbfa_tab      = lt_vbfa
        EXCEPTIONS
          no_vbfa       = 1
          no_vbuk_found = 2
          OTHERS        = 3.
    so now lt_vbfa already got data line by line....
    line 1 : contract : 00010 : 1000000 : 19,000.00
    line 2 : order     : 00010 : 2000000 : 10000.00
    line 3 : delivery : 00010 : 3000000 : 10000.00
    how i can pass the value into 1 line?
    for example :
    contract  | line     | amount     | Order     | line     | amount    | delivery   | line     | amount     |
    1000000 | 00010| 19,000.00 | 2000000 |00010 | 10000.00 | 3000000 | 00010 | 10000.00 |
    Edited by: anuar jusoh on Aug 17, 2009 4:02 AM

    Hi,
    What is requirement for passing the data in a single line ? Do you finally need to append the same in the internal table and pass it in the module ?
    You can create an internal table of type 1000 character and can loop the existing internal table. Then you can append the Work area in a single line and can finally append it to the table.
    DATA : ITAB type standard table of char1000.
    Loop at <existing table>.
    concatenate table work area wa_char100 into Itab_char_1000.
    endloop.
    APPEND itab_char_1000 into itab.
    Hope this helps.
    Thanks,
    Samantak.

  • How i can transfer photos and videos from pc to i phone

    how i can transfer photos and videos from pc to i phone

    1. Click here and follow the instructions.
    2. Import them into an iTunes library, converting them to MPEG-4 if needed, and then sync the iPhone with that library.
    (113603)

  • HOW I CAN TRANSFER MY APPS TO MY IPHONE?

    I just Upgrade to a 5.0.1 version and I lost all my apps in my Iphone, how I can transfer them form my mac? Please Help!!

    Sync them using iTunes after connecting your iPhone to your computer.

  • How to pass  internal table values to parameter

    hi,
             how to pass  internal table values to parameter in selection screen.if is it possible means please sent codeings.
    thanks.
      stalin.

    hi,
    tables : mara.
    data :  begin of itab_mara occurs 0,
              matnr like mara-matnr,
              ernam like mara-ernam,
              end of itab_mara.
    selection-screen : begin of block blk1 with frame title text-001.
    parameters : p_matnr like mara-matnr.
    selection-screen : end of block blk1.
    select matnr ernam from mara into corresponding fields of itab_mara
                                                                    where matnr = p_matnr.
    loop at itab_mara.
    write :/ itab_mara-matnr,
               itab_mara-ernam.
    endloop.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Any suggestions on how you can transfer photos (including location description etc) from iphoto's on a Mac air book to a Mac?

    Any suggestions on how you can transfer photos (including location description etc) from iphoto's on a Mac air book to a Mac? Whenever I export the pictures the additional information is lost

    Two ways:
    1. File -> Export. Set the Kind to Jpeg or Tiff
    Check the boxes at 'Location Information' and 'Titles and Keyword'
    The information is written to the iptc and Exif metadata on the file.
    2. Use iPhoto Library Manager This will get all of the information plus faces and edit history
    Regards
    TD

Maybe you are looking for

  • J2EE Struts - Database connection failed - help???:(

    Hello, I have built a little web application and it works without any problems. In the next step I tried to add a database connection but I have already worked on it for at least one day and I could not fix the problem with the database connection. I

  • Mac Book HD

    I tried to backup my Macbook Pro to an external drive and accidently copied it back on the HD. How do I go back to where I was, before the "copy"?

  • Enabling the Data Editor in Query Builder 6

    Hi, The help in Query Builder 6 says: Note: Because the Data Editor enables you to change or delete vital data, Query Builder is shipped with the Data Editor disabled. Contact your system administrator if you cannot activate the Data Editor and you f

  • How to call workflow approve service in loop for multiple documents.

    i have created a serviceHandler for approving the document and i post the comma separated dIDs as a string from workflow approval template(custom template). And in serviceHandler program i pass the did for approving and only first document is approve

  • I put the wrong credit card number in and it's locked

    Hay guys anybody know how to reset my account I put the wrong code in a couple times and now I think it's locked any way to unlock idk thanks