Add field(Text-Field) in SAP Adobe form (SFP) @ line item level

Hi All,
I have copied SAP Standard Travel Request Form (FITP_REQUEST_FORM), and modifying it according to client's requirement.
The requirement is to display Comments field
I need to display some more details under Travel Itinerary & Services
Eg: Comments field for > Outbound Train , Outbound Flight etc.
The problem I am facing is unable to filter data in Node Request > Data > Car, Flight, Train, Hotel and others.
I have added text field in the Car node but its not retiveing data related to Car Comments its showing for Flight.
Regards,
Shree Wadekar
Useful answers will be rewarded

Solved by my own

Similar Messages

  • How to add new custom tab to WZR1/2/3 at line item level

    Hi,
    Please explain how I can add new tab with custom fields at item level in SAP transactions WZR1/2/3. I am trying to use BADI WLF_ENHANCE_SCREEN_EX but somehow its not working. Please explain how this can be done ?
    Thanks
    Ullas

    Hi,
    We are trying to copy a work flow objects from ECC6.0 to 4.6C...where we found the following Select statement.
    *Determine Top WorkItem Instance
      if im_top_wi_id is initial.
       select wi_id top_wi_id wi_rh_task into lw_top_id from sww_wi2obj
         up to 1 rows
         where wi_rh_task = im_wftask and
               catid      = 'BO'      and
               instid     = l_instid  and
               typeid     = 'FIPP'.
       endselect.
       endif
    As table sww_wi2obj can't be found in 4.6C, can any one help how to replace or implement the same logic as above statements.
    Thank you....

  • Vb script to get fields name of SAP adobe forms

    hi
    is there any way to get and set fields of SAP adobe forms embedded in SAP portal

    I think when I tried to process each PC name from text file against registry key value, above code not working. As per my knowledge some issue in loop. Do I need to add FOR EACH feature? 
    Please help to correct it. Thanks in advance.
    Your code contains numerous errors. Furthermore you make things difficult for yourself by giving similar names to the objects used for your input and output. If you are a systems administrator then your best bet is to make an effort to learn the language
    instead of grabbing a few code fragments from here and there and hoping that somehow they will work.
    Try the cleaned up code below for this particular project. Note the consistent code indentation. It helps you enormously when trying to understand the structure of the code. Remember also that you must fully qualify all file paths. Writing to "Destination.txt"
    will cause endless confusion because you never know for sure where this file will reside.
     Const HKEY_CURRENT_USER = &H80000001
     Set oFSO = CreateObject("Scripting.FileSystemObject")
     sKeyPath = "Environment"
     sValueName = "LSFORCEHOST"
     sFile = "D:\Test.txt"
     If oFSO.FileExists(sFile) Then
       Set oInput = oFSO.OpenTextFile(sFile, 1)
       Do While Not oInput.AtEndOfStream
         sComputer = oInput.ReadLine
         If Trim(sComputer) <> "" Then
           Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
             & sComputer & "\root\default:StdRegProv")
           oReg.GetStringValue HKEY_CURRENT_USER,sKeyPath,sValueName,sValue
           Set oOutput = oFSO.OpenTextFile("D:\destination.txt",8, True)
           oOutput.WriteLine sValue
           oOutput.Close
        End If
      Loop
      oInput.Close
    End If

  • Text Field value display twice in Adobe Form.

    Hi Experts,
    I want to display a text field value twice in a ADOBE FORM but it only display at first occurance of the text field.
    Please suggest me possible solution.
    Regards,
    Abdul

    Why don't you have two different text fields in the interface and bind them separately at the two different places in the form. In the driver program you can control the value being passed to be same for both the fields.
    Regards
    Ranganath

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • To add a text field in standard Transc

    Hi ,
    I want to add a Text field for a email address in BP transaction Address tab and want to update that in to a data base table So can we suggest User Exit and BADI for the Updation if Any or tell me the process....

    Hi Srinivas,
    Check this BADI BUPR_RELSHP_OVR_EXT. According to the documentation it is used to display additional additional data. Check the documentation and see if this is helpful.
    Regards

  • To add a Text field in Standard Transaction

    Hi..
    i want to add a Text field for a email address in BP transaction Address tab  and want to update that in to a data base table So can we suggest  User Exit and BADI for the Updation if Any or give the the process to over come this issue

    Hi,
    You have not mentioned the version you are using (assume its 5.0 or lower). Also, do you want to add a custom field & also programatically update it? If you want to add a custom field , you can use EEW.
    But, from what you have written, I have a feeling that you can use some of the (existing) standard fields. What is your exact requirement.
    Regards,
    L

  • How to add new "text" field in GL item fast entry?

    Hi Gurus,
    Is that possible to add "text" column or field in GL item fast entry. For example, if i go to Txn F-04, i enter all the details then i go to: "Goto>GL item fast entry (shift+F8). Now you will see layout (GL item fast entry). So back to my question before, is that possible to add new field or column (text field) in this layout? If the answer is Yes, appreciate Gurus help and guide me in configuration, if any.
    Thank you
    Regards,
    Nazrul

    Hi Sreehari Annavaram,
    Thank you for your kind reply. Based on the answer from the link you have given me (as per below quote), there's no "DEM03" in my selection screen. We only have SAP01, SAP02 and GL001 (customised layout). That's why i had created new customised layout GL002 and try to add the "text" field in layout as per my first question. But system still won't allow it.
    *"In F-02 under editing option screen screen templates and line layout variant for document entry will be there in that
    GL accounts items for fast entry select DEM03 u will get the text item"*
    Appreciate help.
    Thank you
    Regards,
    Nazrul

  • Add a text field in ToolBar

    Hi,
    I'd like to add a text field in my toolbar like the one used by Acrobat for the Zoom. I also want to attached a menu to it. It will help me to show the user the document's list of layers, and my 'active' layer will be shown in the text field.
    I couldn't find any explanation neither in the API reference nor in the snippets exemples of the SDK.
    If someone knows...
    Thanks

    The APIs necessary to put non-buttons in a standard Acrobat toolbar are not exposed to 3rd parties at this time :(.
    if you want/need to do something like this, I would suggest using OS functionality to create a floating palette of your own.
    Leonard

  • Attaching same style in Standard text as well as adobe form

    Hi Experts,
    I have created 2 styles. One in se72 and second one in smatstyles.
    But when i use 1st one in standard text, i can't see this style in adobe form to attach.
    And 2nd one i can see it in adobe form but i can't see in standard text.
    I want only 1 style to be used in both places.
    Please help.
    Thanks in advance.

    Hello,
    You can achive this in two ways.
    First - Go to the form interface and right click on the node create a text field in the form context.
    In the properties tab on the right hand side of your form context you can specify Text Type.
    Following Text type can be selected.
    Include Text
    Text Module
    Dynamic Text.
    As per your requirement select Include Text and then specify the NAME, LANG & TEXT ID for the text.
    Once this is specified you can add this text field on the form layout.
    NOTE: This normally works only if you maintain this text in the header or footer on the form but not at the line item level.
    There are few issues when you try to print this text at the line item level.
    To overcome this if your requirement is at the line item level follow second method mentioned below.
    User READ_TEXT to read the standard text in your driver program. Then Pass the internal table returned with the text from this FM to another FM FORMAT_TEXTLINES.
    This table is then used to map it on the adobe form. The second function module takes care of formatting.
    Thanks

  • Inserting/Embedding PDF documents to an SAP Adobe Form

    Hi all,
    We have a requirement to insert/embed an external PDF documents to an SAP Adobe Form.
    Please provide pointers in this regard.
    Thanks,
    Sandhya

    Tim, a change like this is really simple.
    Formcalc and javascript are pretty similar - when I started developing AIF a year ago, I knew nothing about either of them... not that I know a whole lot now...
    The Help in Livecycle designer is actually quite helpful when it comes to scripting. Also, there's a google group you can join where you can email questions for help.
    You would just call the form like you normall do. The code is placed INSIDE your form "under" your field. There is a script editor built in to Adobe - Click Pallettes -> Script Editor to see it.
    there are many events on which to place code - you will need to find an event that triggers early - such as Form:Ready etc...
    Here's an example I have with 2 radiobuttons and a text box. If my 'yes' radiobutton is chosen, I make my input box visible
    if ( yes.rawValue eq "1" ) then
    data.Page2.grp2.func.rb.ifyes.presence  = "visible"
    endif
    Same concept if my 'No' button is chosen
    if ( no.rawValue eq "2" ) then
    data.Page2.grp2.func.rb.ifyes.presence  = "hidden"
    endif
    Both of these scripts are in the "click" event of the radiobutton.
    Lastly, here's a link to a great resource on Scripting
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    Scripting, on a moderate to small scale, will make your life a bit easier. Don't try to do too much, otherwise you'll find AIF may be the wrong tool for what you're trying to do.

  • Create Address in Sap ADOBE Forms

    Hi Everyone
    I have created a purchase order in Sap ADOBE Forms. I am using the BAS to show a "DELIVER TO" address. The address is totally correct. The only problem is that at the top of the address field the word "COMPANY" is displayed. I have tried everything to remove this additional line which contains the word "COMPANY" but nothing works. I have searched through the available Sap Adobe threads on this website but I did not find any solutions to my problem.
    Can anyone help or atleast point me to the correct thread, if there is a correct thread for this problem?
    Sephiroth

    Hello, I guess there is some type of flag in the address structure which says "this is the company". And this has more values I guess. And I hope one of the values is something like "type unknown" where the word company won´t be used. That is what I would try to look for. Otto
    p.s.: have you already visited: http://help.sap.com/saphelp_nw04/helpdata/en/12/ad79815c5811d3b4ea006094192fe3/content.htm

  • How to create Hiperlink in SAP Adobe Forms

    Hi Experts,
    Can somebody assist me on how to create a hiperlink in SAP Adobe forms. At the footer we will display some text message like "........ for further enquires please visit out home page". When user double click on "home page" it should take him to to website of that particular organization. If possible to explain via screen shots then it will be a great help to me.
    I know you can use "Button" option to call a link ( go to layout->Palettes->Library->Button) in Adobe form. I don't know where to specify website name(www.google.com).
    Note: we can do it through binding but sitename is displaying in form (sitename should not appear in the form).
    Regards,
    Meera.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 29, 2009 9:58 AM

    Hi,
    Thanks to all who tried to give a solution but I found a solution to how to do it.
    Just wann to share here.
    Go to Layout(Click on "Layout" tab)  Palettes-> Script Editor
    you can see script editor here we have to code some Java script to call website when user click on some text.
    app.launchURL("http://google.co.in", 1)
    in your driver program you have to specifiy  SFPDOCPARAMS-FILLABLE = 'X'.  "Interactive form?
    Regards,
    Meera.
    Edited by: meera2009 on Dec 30, 2009 4:37 AM

  • How do I add a user command to a Adobe Form Button?

    Hi,
    I want to add a user command to a Adobe Form button, but have no idea how to do it? (Since the material I have only mentioned how to do it by using JSP pages). This is a question comes from PCR. Thanks.

    Formscentral does not support forms with digital signature workflows. I suggest you see if our Echosign product meets your needs.

  • Standard SAP Adobe Forms

    Hi All,
      I am new to SAP Adobe Forms and have a quick question.
      I need to create the output for order confirmation and invoice in Adobe Form. Does SAP provide any
      standard Adobe Forms out of the box in ECC 6.0 for these outputs. I will greatly appreciate if anyone
      can help me with the names for these.
    Thanks a lot,
    Vamseedhar K

    Hi,
    we can find the standard forms and templates in SFP.
    search with the same name as script and smartform adding '' at end (ex:medruck->press f4).
    Thank U
    Jay-----

Maybe you are looking for

  • How to make a network with my ImacG3 700 and my PC

    Please I want to link my G3 700 and my Pc to store iMovie files and burn DVD on it, because i have only CD on my Mac; Is it possible to share screen (iMac) with PC or is it necessary to have both? If somebody on this site is french or french speaking

  • How to update the form bean after the first submission?

    Hi all, I am trying to refresh the data that have been retrieved from database to a jsp page. The first action class is retrieving data from database and display them in the jsp page. In the same jsp page I want to create a button where a user can cl

  • How to enable PDF printing (Ubuntu, Tomcat+Cocoon, Apex 3.1 or greater)

    Hi, Hope that this my guide help someone http://ubuntuforums.org/showthread.php?t=1004742 Br, Jari

  • CSM DNS query payload translation

    Similar to IOS NAT for overlapping networks where DNS query payloads are translated, is there any thing similar in CSM? We have a situation where the client queries the DNS server located behind the CSM, we need CSM modify the reply where the payload

  • Cannot package Flascc swc for ios

    Trying to package a an swf that contains a swc that I made with Flascc. Everything works just fine on the desktop. I have tried setting Xmx to anything from -Xmx=256 to -Xmx=18G nothing works.