Concatenate field and use in smartform

Hello,
I have generated a form .In a program ,i have used a  CONCATENATE IT_OUT1-BSCHL UMSKZ INTO temp1.
and IT_OUT1-BSCHL = temp1.
temp1 is a variable type c.when i called it in smartform i.e.WA_IT_OUT-BSCHL.it does not shows both field data in print preview.
Please give me the solution.
Its an urgent.........
Awaitng reply.
Thanks
Suchita

hi
  in global Definition u can define variable , then in ur driver prg.
add that fields name  and assign value to it of that fields of internal table.
like this :
    netpr                      = itab_ekpo-netpr
   TOTAL_VALUE                = ITAB_TOTAL-TOTAL_VALUE
importing
Note :   netpe is variable u define in SF and itab_ekpo-netpe value ur passing to it.  add before importing
                                        OR
add a new field in ur intarnal table and assign value to it and call it in SF.
rewaed if helpful.

Similar Messages

  • Declare the internal table with only one 10 character  field and use

    Hi,
    I want to declare the internal table with only one 10 character  field and use.
    Jaya

    Hi,
    Go ahead. U can declare IT with only one field
    Example:
    data: begin of zcustlist occurs 1000,
                   custmer(10)  type c,
             end of zcustlist.
    Narendra Reddy.
    Edited by: Narendra Reddy C on Aug 8, 2008 11:39 AM

  • Make unit price as a mandatory field and using FMS

    I would like to use FMS for provide price as a mandatory filed in Purchase order .
    I created UDF and made it as a mandatory and I refered it's value to Unit price but during UDF definition system asks me default value so when I create purchase order the udf has a value and it makes problem.

    Hi
    It can be done by FMS .
    You need to put clause like ..where $[$userdefined field] =' '
    Please test this in your environment .If this didn't help ,then you have to go for Store procedure .
    Thank you
    Bishal

  • CUP - custom field and match code

    Hi,
    is it possible to have a custom field in CUP with a match code to help searching ?
    the only two way that i found are dropdown lists for a table from a backend system and free field ( varchar, date, numeric)
    thanks
    Regards
    Aurelien

    Hi Aurelien,
    You can create custom fields in CUP for the following types.
    1  Text type
    2 Numeric type
    3 Date type
    4 Drop down
       a) drop down data define in CUP
       b) Drop down data coming from backend table.
    If you want a request to be associated with a match code that helps you seaching the request later.
    Than create an text type custom field and use in a workflow.
    While a creating the request define the value of custom field.
    Now you can serch request on the basis of the value define in the custom field.
    Kind Regards,
    Srinivasan

  • Concatenate fields using commas

    How do I concatenate fields using proper English separators? I'm using Acrobat Pro X.
    I have fields named Field1, Field2, Field3, Field4 and Result.
    Example 1
    In Field1, I enter Apples. In Field2, Oranges. The other two fields are empty (Null).
    In the Result field it returns "Apples and Oranges."
    Example 2
    I add Grapes in Field3.
    The Result field returns, "Apples, Oranges, and Grapes."
    Example 3
    I add Pears to Field4,
    The Result should be,  "Apples, Oranges, Grapes, and Pears."
    Any help is appreciated.

    The script for this will be scaled up to ten total fields once complete and will only contain consecutively filled fields. This is what I have currently. It uses a separate field for the conjunction and obviously leaves the remaining commas and the end of the returned result.
    var a=getField(“Field1”).valueAsString
    var b=getField(“Field2”).valueAsString 
    var c=getField(“Field3”).valueAsString 
    var d=getField(“Field4”).valueAsString 
    var e=getField(“Field5”).valueAsString 
    var f=getField(“Field6”).valueAsString 
    var g=getField(“Field7”).valueAsString 
    var h=getField(“Field8”).valueAsString 
    var i=getField(“Field9”).valueAsString 
    var j=getField(“Field10”).valueAsString 
    var sep=getField(“separator”).valueAsString; 
    if(sep.length>=1) 
    {event.value=a+sep+ b+sep+ c+sep+ d+sep+ e+sep+ f+sep+ g+sep+ h+sep+ i+sep+ j+sep}
    Else event.value +””;

  • Concatenate fields using vb script

    Hi,
    we have three text fields tex1,text2 and text3. How to concatenate text2 and text3 to text1 using vb script. we have text1,text2 and text3 in workbook.
    Any inputs will be appreciated.

    Hi Prasad,
    Below is VBA code.  If you really want to do this with VBScript, you will need to use createObject to get a reference to Excel.  I think you probably meant VBA.  Let me know if I am wrong and I will post the VBScript code instead.
    - Pete
    Sub mergeText()
    Dim rng As Range
    Dim col1 As Long, col2 As Long
        Set rng = Range("SAPBEXqueries!SAPBEXq0001")
        'make sure that the BW query sheet is the active sheet
        rng.Parent.Activate
        'determine first and last rows and columns
        firstRow = rng.Rows(1).Row
        lastRow = firstRow + rng.Rows.Count - 1
        firstCol = rng.Columns(1).Column
        lastCol = firstCol + rng.Columns.Count - 1
        'locate the columns we want to concatenate
        'are the column headers in the first row???
        For j = firstCol To lastCol
            If Cells(firstRow, j) Like "Sales Person*" Then col1 = j
            If Cells(firstRow, j) Like "Sales Manager*" Then col2 = j
        Next j
        If col1 = 0 Or col2 = 0 Then
            MsgBox "Did not find required columns"
            Exit Sub
        End If
        'if we got here, we found the required columns
        'concatenate
        Cells(firstRow, lastCol + 1) = "Concatenated text"
        For i = firstRow + 1 To lastRow
            Cells(i, lastCol + 1) = Cells(i, col1) & "\" & Cells(i, col2)
        Next i
        'reset result range so that BW will clean up during next query refresh
        Set rng = Range(Cells(firstRow, firstCol), Cells(lastRow, lastCol + 1))
        rng.Name = "SAPBEXqueries!SAPBEXq0001"
    End Sub

  • Is there anywhere where Apple describes the function and use of every field and popup and checkbox in the email setup "panes"???

    So you call up an account in email
    Account Information is selecgted in the 3-choice menu-bar/button (what is that thing called, anyway? An "inspector"? (frown).
    Then check "enable this account"--is selectable
    Then Account type: iCloud IMAP or example--this is NOT selectable.
    Then "Description field" What's it for, where does it show up, especially if it shows up in other "related" or "integrated" programs?
    Alias popup: What's this for? How do you use it. What approaches, strategies, effects might one employ?
    Email address is pretty straight forward--but see "user.name" in the "server sub-box/sub-pane" below.
    Full Name:  What full name? Where does it appear in use? I cannot access it from the pane/panel, so how do I set it, or who/what sets it?
    Outgoing mail server (SMTP): OK, here's a popup that isn't congruent with "account type" in the first sub-pane. Or is IMAP only an extroverted function/setting, and (SMTP) is a introverted one (IMAP for outbound, SMTP for inbound)?
    Now comes Confusion: Outgoing Mail Server popup menu, which leads you off to a wholenother pane that lets you create new/delete old incoming server names.
    There's a Description (what's that for, what does it do?  Ditto Server name--I get than's something like smtp.ISP.Com or IMAP.ISP.com). You can set those fields in the + menu Account Information Pane, with its blank text fields. And you can also "double-click to enter" that field in the list itself. Why is that?And then I can select Advanced, and get another batch of checkboxes, fields, and popups.
    But I left the Account Information pane before asking, What is this Thread-Lock Stitching Certificate thing? (Or is that Transport Layer Secrecy Sertificate, what?  None is displaying now, but if I popup what's beneath it a humongously long "ID" string, which I take to be, what, my Apple ID? A public key/ provate key encryption string/key? How do I use it if I'm trying to keep the National Surveillance Agency from eavesdropping, "in the clear," my every blessed keystroke, "phrase-stroke" (think VoIP), and if I use the thing, can the president just press a button and send a drone to blow me off the planet (and anyone near me at the time--always great fun for friends and family)?
    And never mind router and FiOS, etc., modem settings. and the Network settings outside of email....
    I guess my bottom line is, the user is presented with a rich smorgasbord of significant choices by all of the panes and panels, etc., on the mac, iMac, iPad-Phone-Watch real soon now, mac pro, macbook pro, etc.  But the specific description of the proper use of these description/instruction on their use and function is impoverished.  I think manuals used to handle some of these issues. But where are the manuals? Or am I just so overwhelmed by the complexity of what was once a simple user interface that I can't see pointers (in light grey type on lighter grey backgrounds--what the heck is wrong with black type, I'd like to know!) staring me in the phiz. Oh, help.

    Hi Cff7dxp,
    I am glad to hear that your issue has been resolved from the provided troubleshooting steps. Please feel free to post in Lenovo Community Forums if you have any further queries!
    Did someone help you today? Press the star on the left to thank them with a Kudo’s!
    Cheers!
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Interactive PDF form on Android, can I make a form field to open camera and use photo in field?

    If I have an interactive PDF form on Android, is there any way to make a form field that will open the camera and insert the photo in the field?

    One alternative would be to create a web form in FormsCentral and use the attachment feature.

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • Hello, I have created a distribution kit for my program.The problem is that the when the program is installed onto another computer, it fails to communicate with field point (Using FP-AO-200 and FP-AO-1000). Help is greatly appreciated, Thanks faen9901

    Hi Everyone,
    I have a program that sends information(analog output) to lab windows cvi in the form of a text file or user input.
    The program runs on the computers that I have the field point explorer and lab windows cvi installed on. In order to run the program without always installing labwindows/cvi and field point; I wanted to create an executable file that could be load on another computer.
    I used the create distribution kit part of labwindows/cvi to do this.After creating the distribution kit, I then installed it
    to another computer.
    My user interface appears on the screen, when the user clicks on the exe. file, but no data is sent to the field point module. I know that the data is being read from the user and textfile because in it appears in the uir.
    The following are some details about the problem:
    1. On another computer without labwindows/cvi and field point explorer not installed - no data is sent to field point module
    I know this because a current is being read on the current meter connected to field point module.
    My questions are the following:
    1. What are the possible reasons for the data not being sent to the field point module?
    2. Do I still need to create an iak. (Installing Field point Explorer) file stored on any new computer that I install my created distribution kit file too?
    Thankyou very much for any help that you can provide. I greatly appreciate it.
    Faen9901

    Re: Hello, I have created a distribution kit for my program.The problem is that the when the program is installed onto another computer, it fails to communicate with field point (Using FP-AO-200 and FP-AO-1000). Help is greatly appreciated, Thanks faen9901Faen9901,
    1) If you do not install FieldPoint Explorer, the FieldPoint Server is not installed so there is nothing on the target computer that knows how to talk to the FieldPoint system.
    2) Yes, you need an IAK file on the target computer. Assuming the settings (i.e. com port#) are identical you can simply include the iak file as part of the distribution.
    3) You also need to include as part of your installer the file "fplwmgr.dll". If this file is not installed, your program will not be able to access the FieldPoint Server. Alternatively, this file is installed automatically if FieldPoint Explorer detects LabWindows/CVI or Measurement Studio Development versions on the target computer or if you choose to do a custom FieldPoint Explorer installation and
    choose to provide LabWindows/CVI support.
    Regards,
    Aaron

  • Attach pdf to email and use text from field in body

    I'm looking to create a fillable form with a 'submit' button at the bottom.  Upon clicking the submit button, I would like an e-mail window to open with a pre-defined recipient, and the pdf attached.  I've found code to accomplish this using this.mailDoc()
    However:
    I'm also hoping to get the text from the "Name" field of my form and use it in the body of the e-mail.
    I've found the following code in another post, which appears to work for this:
    var cClientName = this.getField("ClientName").value;
    var cAddress = this.getField("Address").value;
    var cBody = "Client Information:\n\n";
    cBody += "Client Name: " + cClientName + "\n";
    cBody += "Address: " + cAddress + "\n";
    var myURL = "mailto:[email protected]?subject=Client Info&body=";
    myURL += cBody;
    app.launchURL(myURL, true);
    That will open an e-mail window with a body containing the data from AcroForm fields named "ClientName" and "Address".
    The problem is, that this code will not attach the pdf.
    How can I get the best of both worlds?
    Thanks!

    You don't need launchURL to achieve that. mailDoc is capable of setting the
    subject line, email body, recipients lists, etc.
    See this tutorial for a detailed explanation:
    http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

  • Email submit button using drop down boxes, cc field and

    I have a form that I would like to have the employees use a drop down box that already exists on the form with names and email addresses and use those names in the to field of an email submit button.  Also, I do have a static cc: address in teh cc field and for the subject of the email to use  an existing field such as the name field as the subject of the email and attach the form to it.

    I tried that but it  does not seem to be working.  I am a JavaScript Novice.  I am trying  to use the mailto field based on email addresses in a dropdown box, a static cc field like cc: [email protected] and for the subject to be based on the company name field on the form.  But before all of that I want to make sure all the required fields are filled out.  help I have been working on this for over a year.  It may seem simple but it's not working.

  • Acrobat form on Ipad - form field to open camera and use photo in field?

    If I am using a acrobat form on an Ipad can I set a required field to open the camera, take a photo, and place the photo in the field?

    It's possible, but not with Reader for iOS. The only PDF viewer for iOS that I know it can be done with is Readdle's PDF Expert. You can set up a button with a layout other than "Label Only", and use the following JavaScript in the button's Mouse Up event:
    // Mouse Up script
    event.target.buttonImportIcon();
    It will allow you to take a picture or use an image from a photo library.

  • Convert a field to_number and use formatmask

    I like to convert a field into a number SRW.Set_field(0, to_number(:fieldname));
    as well create this mask 'N.NNN.NNN.NNN.NNN.NNN'
    SRW.SET_FORMAT_MASK('N.NNN.NNN.NNN.NNN.NNN'); or SRW.ATTR.FORMATMASK := 'N.NNN.NNN.NNN.NNN.NNN';
    All this srw doesn't work, why?

    The field doesn't have a datatype. The field's datatype is picked up from the column that is its source. Therefore, the datatype of a field is fixed at runtime and can't be changed.
    The srw.set_field_number() built-in only sets the value of a field, it doesn't change the field's type. If the datatype of the source column for a field was not "number" then the above call would have no effect.
    Likewise, the srw.set_format_mask() built-in only effects fields whose datatype is number.
    It sounds like what you're doing is trying to display both Character and Number values in a single field. The only way to do this with a single field is to base the field on a character column and do the formatting either in the SQL or PL/SQL that is the source of the column. This will limit you to the format masks available in both SQL or PL/SQL.
    Another way of doing it is to create 2 fields. One for the number value and one for the character value. Place the fields on top of each other and use format triggers to display one or the other. You can then use the srw.set_format_mask() against the number field if required.

  • Remove particular field and button from a screen when using pnp

    hi,
    i came to a request of remove a field and button from the displayed screen. i developed the report using logical database pnp. i need help.

    There are a couple of ways to accomplish this.
    1. Use a report category so that the only fields on the screen are those that you want.
    2. Do something like this:
          LOOP AT SCREEN.
        IF SCREEN-NAME = 'PNPTIMED' OR
           SCREEN-NAME = 'PNPBEGDA' OR
           SCREEN-NAME = 'PNPENDDA'.
          SCREEN-ACTIVE = '1'.
          SCREEN-INPUT = '0'.
          SCREEN-OUTPUT = '1'.
          SCREEN-INVISIBLE = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.

Maybe you are looking for

  • "Notes" on my iPad

    Having trouble with "notes" on my ipad. Yesterday I had 2 notes"folders" that just disappeared then 2day they magically reappeared. What could be going on?

  • Problems with: orcl:lookup-xml in BPEL process transformation activity

    All, I'm trying to do a lookup (using orcl:lookup-xml) from a transform activity within a BPEL process. The function editor in JDeveloper tells me that the following params are needed: - docURL - parentXPath - keyXPath - lookupXPath - key All of this

  • Output of the form in various languages

    Questions on the forms output 1) What is best way of achieving the output of a form in various languages? Both for SAPSCRIPTS and SMARTFORMS? 2) If I develop a form(SAPSCRIPTS or SMARTFORMS) in English, what kind of efforts are required to get the ou

  • Movieclips acting as buttons questions

    I have 4 mc's that are acting as btns inside an mc on the main timeline code is below newolivefour_mc.buttonMode=true newolivefour_mc.addEventListener(MouseEvent.ROLL_OVER,buttonOverfour); newolivefour_mc.addEventListener(MouseEvent.ROLL_OUT,buttonOu

  • Sync to pull iCal from Mac to iCal on iPhone

    On my Mac, I run Mac OS X Lion 10.7.5, and just started entering events on iCal. On my iPhone 4, I just added the iCal app. I then followed these instructions for syncing. Syncing Your Calendar Via ITunes Step 1 Launch iTunes on your computer and con