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

Similar Messages

  • Searching field name in sap screen

    Hi, is there any easy way to search for a field name in sap screens, like control+F in ms applications. i am searching for "calc formula" in qs21 screen. how to find the same field in qs21 screen.

    Hi,
    we are not clear what you are looking for.
    QS21 is a transaction to create Master inspection characteristic.and in the initial screen there will not be any field like Cal c formula.
    If that charateristic has to be created as Calculate characteristic,then we need to check teh radio button in control indicators inside Qs21.then the we need to assign the formula.
    Please explain what exactly you want.

  • Can I get field name of Selection screen ?

    Hi, experts.
    I'd like to manage PGM's screens & fields of screens. I need to know field names of selection screen in  external PGMs to manage input values of those fields.
    For values, I'll use 'Dynp_values_read', but what should I use for getting field names of selection screen?
    Is there any functions, classes or tables for PGM's fields of selection screen?
    I've found tables&functions for this and I found D020S, D020T, D021T for PGM's screen. But I counld't see proper field names that shows on a selection screen when I excuted PGM. I guess there's a conversion routine between data that saved in repository and field name on screen.
    Please let me know what should I use a function, tables or else.
    Thanks.

    Hi
    Use Read text pool syntax
    READ TEXTPOOL program name
    INTO T_TPOOL
    LANGUAGE 'NL'.
    within TB_TPOOL all select option field namees will be stored under field ID with type S
    Edited by: Lavanya K on Apr 22, 2009 10:02 AM

  • 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-----

  • 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

  • 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.

  • Getting special character while saving adobe form from portal

    Hi All,
    I am getting Special character while saving adobe form. I am using webdynpro java application, in which I am using download file UI element.We are facing this issue after support packs were implemented in staging system.
    Kindly advise.
    Regards
    Shashwat

    Hi,
    We have ABAP system as backend system seperately and Single sign on is configured.
    when we access the portal with domain name line http://hostname.domain/52000/irj/portal, we are able to access the adobe form which is develope on abap system without any issue.
    but our issue started when we are trying to access portal only with hostname as http://hostname:52000/irj/portal
    we are able to login to portal but when we are trying to open the adobe form we are getting error
    No switch to HTTPS occurred, so it is not secure to send a password
    Since you have configured SSL, I assume that this configuration is done with fully qualified hotsname. Hence the certificate is generated based on this hostname.
    Now when you access your portal without typing fully qualified hostname, system is unable to locate a relevant certificate. Hence it lands up with a message "No switch to HTTPS occurred, so it is not secure to send a password"
    Hope this answers your query
    Regards,
    Deepak Kori

  • 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

  • HI Iam trying to get into my account in Adobe Form Central and when i click on sign in..not working

    HI Iam trying to get into my account in Adobe Form Central and when i click on sign in...the screen shows " this page cannot be displayed" is there a problem with the site?

    I just found that Amazon web services does have a network issue with one of their instances that is affecting some regions around the east coast, this could be affecting your ability to sign into FormsCentral.  They will likely have that back up soon and assuming that could be the issue it should be fixed shortly.
    Thanks,
    Josh

  • QR Codes using SAP Adobe forms

    Hi,
    We are printing QR code labels using SAP Adobe forms and using Zebra printers (Z4MPLUS, ZM400 ) for this. Size of the QR code that is being printed is small and we want that to be printed bigger than current size.
    Could anyone help us on how to increase the QR code size? We have tried changing the module height and width in XML Source, but no luck.

    Hi,
    Does anyone have a solution for this ?
    We have the same issue on ZM400 and GX430 Zebra labelprinters.
    The QR barcode is printed very small on the label.
    We changed ModuleHeight en ModuleWidth in de adobe xml source.
    We changed the QRCode en CodeQR to "software" support in both XDC files : zpl203.xdc and zpl300.xdc.
    However after changing the XDC file from "hardware" to "software" support, the QR barcode is not printed on the label.
    Any suggestions ?
    The QR code is displayed correctly in de Adobe LiveCycle Designer (with the correct size).
    Thanks in advance.

  • SAP Adobe form configuration

    Hello,
    I am new to SAP adobe forms. For configuring output type to a particular business activity, we go to NACE. There we can attach if print output type shoud be a smartform or sapscript. But I don't seee option for Interactive Adobe form. Where do we link Adobe form for output type ?
    I assume my question makes sense since I am new to Interactive form.
    I appreciate your inputs and guidance.
    Regards,
    Rajesh.

    Solution: There is not configuration such as NACE for adobe forms. The interface in transaction ocde SFP defines the ouput that can be used for a given business transaction.
    Thanks.
    Regards,
    Rajesh.

  • Insert/Embedding PDF documents to SAP Adobe forms

    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

    I would think the common sense approach would be to upgrade to ECC 6 first then migrate your forms.
    This seems to be just another step in the upgrade process.
    We went from 4.7 to ECC 6, but only had Smartforms and SAPScripts. We wound up just re-creating the forms directly in Adobe.

  • Fonts installation SAP Adobe forms

    We need to install following fonts in the SAP Adobe Forms landscape.
    Question is are the following fonts available with Adobe :
    Helvetica Neue Light (Standard/Bold/Italic)
    Superior Title Black  (Standard/Bold/Italic)
    Universe 45 Light  (Standard/Bold/Italic)
    The fonts need to be in .TTF format
    Where can I find the steps to install the fonts into SAP.

    I don't really understand what you mean by "available with Adobe".  First let's clarify the product: I'm guessing Adobe Reader, but perhaps Adobe Acrobat. (Adobe are the company, they have dozens of modules). However, it isn't clear in what way any Adobe product integrates with SAP, as opposed to displaying content generated by SAP.
    If by "available" you mean "included", NO. There are hundreds of thousands, perhaps millions, of fonts. Only fonts needed for correct operation are included. But
    1. PDF files can "embed" fonts. This is strongly recommended because then the font is not needed by the end user. Perhaps you are asking about embedding rather than displaying?
    2. Fonts are not installed "into" Adobe software; no idea about installing fonts into SAP. That's not our department. Adobe software and perhaps SAP just pick up the fonts installed in the system in the usual way.
    Many companies make fonts, and many companies sell the same fonts. You need to verify the license on the font (fonts have licenses like software) allow your intended use. If you want to distribute fonts to your end users you will need a special license indeed. You can start with Adobe's font shop: Buy, download fonts | Adobe Type

  • Preconfigured SAP Adobe Forms

    Hi All,
    Can someone tell me where do I find the list of preconfigured sap adobe forms for EHP4/5?

    Hi,
    Did you try to check from the tranasction SFP
    1. Execute SFP and choose FORM
    2. * and F4 you will see all the forms that are available in the system.
    IF you are looking for specific adobe forms with respect to business process then you need to check from SPRO transaction or else respective configuration table ....
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Dec 14, 2011 3:49 PM

  • How to translate field names in SAP R/3 (SE63)?

    Hi gurus,
    I actually have an unsolved with my translation job in SAP R/3. It's urgent and I just can't find a solution for that:
    I'm using the translation menu with transaction SE63.
    Though I have translated the object types domain (DOM), data elements (DTEL) and table descriptions (TABT), I get no translated field name (e.g. in selection screens for summary tables).
    Which object type do I have to translate? Or is there another SAP transaction or a table where I can translate the field names?
    Thank you for answering!
    Best regards
    T. Duong

    Dear T. Duong,
    In SE63 -> Repository Texts.
    Also, visit Note 585116.
    WebAs Support Package 25 converts the SAP translation environment (SE63) to a Unicode-enabled version for short text translation. This conversion requires some system adjustments before translation can continue.
    If you never translated in your system before Support Package 25 was imported, you can simply ignore this note because your system does not contain any translation data that needs converting.
    Please download the current documentation attached to this note:
    Choose file UC-SE63_DE.PDF or UC-SE63_EN.PDF if you want to read the end user documentation.
    Choose file UC-TransAdmin-DE.PDF or UC-TransAdmin-EN.PDF if you want to learn more about translation system setup and coordination.
    If your system does not yet run on a Unicode basis, you must make the
    technical adjustments described on the first page of the documentation.
    If yours is already a Unicode system, create an OSS message and assign it to the component BC-DOC-TTL.
    Should you have to translate from a Business Warehouse (BW) environment, please refer to the Quick Guide to generating worklists in transaction SLWB attached to this note (files QuickGuideTransAdmin-DE.PDF or QuickGuideTransAdmin-EN.PDF).
    Regards,
    Naveen.

Maybe you are looking for

  • SATA Hard Drive no longer recognized by Mega 865

    I recently put together an MSI Mega 865 barebone system with the following specifications:   Processor: Intel 3.2c Ghz (Northwood core) Hard Drive:  Western Digital SATA 10kRPM Raptor Memory: 1 GB (2 x 512MB) Kingston 3200 (400Mhz) DVD Player: Plexto

  • Does anyone know how to monitor a microphone when using Voice Over tool?

    I use Final Cut studio in conjunction with an AJA Kona LHe card. Audio inputs are via the AJA. I monitor the output from FCP through the AJA card via a Samson C-Control (monitor matrix). Here's my problem. When I'm recording voice over, I am unable t

  • Calling a method in a class extended from thread

    I'm trying to use two threads of type ThreadTest to call the addNum method in the class below. I found that i couldnt call the addnum method with the instances I created but had to make the addnum method static and then call it with the class name Th

  • Sudden Problem Sending Photos by Email

    Hi, After being able to successfully send photos from my iPhone by email ever since I got it, I suddenly have a problem. The recipient does not receive the photo - only a small blue box with a question mark in it. The copy of the email in my Sent fol

  • I cant stream HD video using Airplay

    I cant stream HD videos using airplay and a specific iphone app that used to work properly before (Globo.tv). HD videos from Youtube app work fine. Any idea on what is going on? All softwares are updated to the latest version, wifi is fine, router is