Global Property not visible inside a BLT called from another BLT

Hi,
I have created a Global Property SID to indicate the System ID so a BLT can use it (e.g. in file names). This executes correctly (MII 12.0.2).
However, now I call this BLT from within another BLT, and that time the SID is marked as error ("invalid variable in expression: Global.SID").
Has anyone experienced this error before? I thought that Global properties are available in every BLT.
Michael

Rao,
which checkbox do you mean? In the "Transaction Call Configuration" box I only select the transaction name. I do not need the "Reload transaction after execution" checkbox, as all initialization will be done in the called transaction. I would expect the Global properties to be available anywhere...
Michael

Similar Messages

  • New folder is not visible inside my project but shows in Windows Explorer.

    I created a new folder under another folder.  The new folder is not visible inside my project but shows in Windows Explorer.  Also, if I try to add another folder of that same name, it denies the action since the folder (although invisible) already exists.  My co-worker can access the same file (on a share drive) and see the new folder just fine.  This error occurs whether I was the one creating the new folder or she is the one creating the new folder.  I am new to RoboHelp and she has used it for years.  I suspect something is not yet set up right on my side.  Ideas? (I thought I posted this yesterday but I can't find it anywhere)

    Hi there
    What version of RoboHelp are you using?
    Did you create the folder from inside RoboHelp or did you create it using Windows Explorer?
    Cheers... Rick

  • My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    Clean iPhone charging port with clean dry toothbrush. See if better. If still problem clean charging port again with toothbrush and small amount of Isopropyl Alcohol.

  • Action link URL calling from another screen from the same web server not work

    Hi there,
    I have an action link URL calling from another screen from the same web server, used the following syntax:
    /analytics/saw.dll?Go&path=.....
    But it is not working, when open the page, it shows error message
              Oops! Google Chrome could not find analytics
    Any help? Thanks!
    Ling

    That's a +1 from me... same issue and yes, isn't inelegant or a shortcoming for some might be the cause of boldness as they rip their hair off their head so thanks in advance for keeping the refinement of the magic potions making the EA secret magic sauce... which may help stop hairloss
    Cheers!
    tfbkny

  • My Gf has my iphone. How can I see recent messages and calls from another device?

    My Gf has my iphone. How can I see recent messages and calls from another device?

    Depending on your carrier, you may be able to see recent calls by logging into your account on the carrier's web site, if they offer such a feature, though incoming calls being shown is not usual. There will, as diesel said, be no way to see messages already received, either SMS/MMS or iMessages, without having the phone.
    Regards.

  • File upload hanging when called from another form

    Hi
    I have created a file upload form from the documentation I found on metalink and the form works fine on its own. I have then implemented the form into a multi form application and when the file upload form is called from another form it hangs trying to get to the client drive so that it can pick up a file. I have tried using the 'call_form', 'open_form' and 'new_form' built-ins but the results were all the same. Can anybody help me?
    Maria

    Hello,
    This is not the support, so there are no post more urgent than other.
    Francois

  • Populating selection screen of one prog by calling from another prog

    This is regarding variant population.
    I need to populate values in selection screen fields of one program (program 2)by calling from another executable ABAP program(.Program 1)
    I can identify the variant that i need ot populate.But there is a pushbutton in the selection screen of Program 2 which on clicking leads to some more fields in a pop up screen.How can I populate values in those fields there ?Please help.
    Thanks & Regards,
    Savitha

    I got a problem like that, then I tried to do a BDC, but it doesn't accept BDC's so I made a vbs program. This could help:
    FORM exec_vbs .
      DATA:BEGIN OF it_file OCCURS 0,
               line TYPE string,
           END OF it_file.
      DATA:filename     TYPE     string.
      CLEAR it_file[].
      it_file-line = 'msgbox "Variant will be updated, please don''t move or minimize the screen"'.
      append it_file.
      it_file-line = 'Dim objShell:Set objShell = CreateObject("WScript.Shell")'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("R/A Settlements")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 2000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'wscript.sleep 500:ObjShell.SendKeys "%ye":wscript.sleep 1999'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("SAP Easy Access")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 1000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "cj8g":wscript.sleep 940:ObjShell.SendKeys ""'.
      append it_file.
      it_file-line = 'wscript.sleep 1500'.
      append it_file.
      it_file-line = 'do while(ObjShell.AppActivate("Actual Settlement")=FALSE)'.
      append it_file.
      it_file-line = '  wscript.sleep 1000'.
      append it_file.
      it_file-line = 'loop'.
      append it_file.
      it_file-line = 'wscript.sleep 1950'.
      append it_file.
      it_file-line = '''controlshiftF7'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "^+":wscript.sleep 3100'.
      append it_file.
      it_file-line = '''shift+F2'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":wscript.sleep 2199'.
      append it_file.
      it_file-line = '''shift+F10'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":wscript.sleep 500:''SCROL DOWN'.
      append it_file.
      it_file-line = 'for x = 1 to 2: ObjShell.SendKeys "":wscript.sleep 500:next'.
      append it_file.
      it_file-line = '  wscript.sleep 500:ObjShell.SendKeys "":Wscript.Sleep 950'.
      append it_file.
      it_file-line = '''shift+F4'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1999:ObjShell.SendKeys "+ it_file-line = 'Wscript.Sleep 1000:ObjShell.SendKeys "C:\TEMP\Worksheet.txt"'.
      append it_file.
      clear it_file-line.
      concatenate 'Wscript.Sleep 500:ObjShell.SendKeys "' TEMP_FOLDER '\Worksheet.txt' '"' into it_file-line.
      append it_file.
      it_file-line = 'Wscript.Sleep 400:ObjShell.SendKeys "":Wscript.Sleep 2500:ObjShell.SendKeys "":Wscript.Sleep 1900'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "^s":Wscript.Sleep 2900'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1200'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "+":Wscript.Sleep 1200'.
      append it_file.
      it_file-line = 'ObjShell.SendKeys "%"'.
      append it_file.
      it_file-line = 'Wscript.Sleep 1700'.
      append it_file.
      concatenate TEMP_FOLDER '\settle.vbs' into filename.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename = filename
        TABLES
          data_tab = it_file.
      CALL FUNCTION 'WS_EXECUTE'
        EXPORTING
          PROGRAM = filename.
      IF SY-SUBRC <> 0.
      ENDIF.

  • Why can I not see an audio book purchased from another computer on my cloud

    why can I not see an audio book purchased from another computer on my cloud

    Where did you download it from? What format is it in?

  • Initialization section vs call from another code block in package.

    hi,
    why is it intialization section in package body is more than call from another code block the package .

    The initialization section is only called once upon the initial loading of the package into memory, which is just once per session. So, accessing any function or procedure etc in the package causing it to load into memory will automatically run the initialization section first. It doesn't have to be called specifically.

  • TS3899 Not able to send emails. Also not able to downlow  videos send from another iPhone to my.

    Not able to send out emails. Also not able to downlow videos send from another iPhone to my.

    depending on what email account you are using, you may need to enter a password for you outgoing mail server, go back into mail settings and check, same p/w as your incoming mail server.

  • Global CKFs not visible in query

    Hi,
    I created some Global CKFs for a query , but next time they are not visible under the Global CKFs column ,
    Any one has idea about it ?
    Thanks
    Gururaj

    Hi Dinesh ,
    Your concern is right . But for global CKFs should be available on left panel under Calculated Key Figures right? They are not even appearing there . But they are inside the system i checked them .
    This is happening only for one cube . I wonder if there is any setting at cube level to display these global CKFs in query designer ??
    Any idea?
    -Gururaj

  • Added target property not visible in EM12c

    Hi,
    I have added some new target properties using emcli "add_target_property" command. I see them on targets and set values but they are not visible for selection on any EM12c screens i.e. pull down manues or setting up filters for group creation etc. Does any one know how to make them available on EM12c screen menues?
    Thank you.

     
    Hi,
    From the error message you have mentioned, it seems that the web front end servers are out of synchronization. You can use the following steps to fix it:
    Restart the SharePoint 2010 Administration on all of the Web Front End servers (or at least just make sure to restart the one on the WFE where the deployment failed).
    Restart the SharePoint 2010 Timer service on all Web Front End servers.
    The SharePoint 2010 Administration service carries out the actual removing and adding of files the GAC (Global Assembly Cache). This works most of the time and the service will release the handle on a file.
    However, if the Administration service does not release the handle on the file, then you will also need to restart the Timer service. Restarting the timer service on SharePoint 2010 will restart all SharePoint 2010 timer jobs and you will need to delay installation
    for a while, until all of those jobs have had a chance to complete.
    In addition, I suggest that you clear the configuration cache on the server, then test again.
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • I am not able to make outgoing call from my Nokia ...

    Hi,
    Today I observed one weird thing, I am not able to make any outgoing call from my Nokia C7 with Vodafone Sim inside it. After sometime I put some other card and It started working fine. I thought the problem is with Sim hence I put my Vodafone Sim in other phone and It also worked fine.
    Whenever I am trying to make call from Nokia C7 with old Vodafone Sim it gives error "NO ANSWER".
    But I dont understand that why Nokia C7 is not working with Vodafone Sim which was inside it since I purchased the phone.
    Please help as Vodafone customer care has nothing to do as Sim is working fine with other phones.
    Regards,
    Firoz Shaikh

    Have you accidently changed any settings?
    try factory reset the phone and try again
    type in *#7780# and enter 12345 if asked for a code
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • ON-LOGON does not fire in Form B, called from Form A

    We have a situation like this. We are using Forms (Forms [32 Bit] Version 10.1.2.0.2 (Production)).
    We migrated this application to Forms 11.2.0.1.0. Problem is that the ON-LOGON trigger does not fire in the 2nd level forms. Our application work like this.
    (a.) User double-clicks URL icon.
    (b.) Form A is opened without asking for un/pwd. We put a NULL; in the ON-LOGON of A.fmb.
    (c.) This is the main form of the application. This has a canvas with 6 buttons. Each button will launch it's own separate application with it's own menu.
    (d.) Now user presses button in A. This launches Form B. We use
    Run_Product(FORMS, 'B', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);              (e.) Now, in Form B, in the ON-LOGON trigger we have put code to show the logon screen and login to the DB.
    Problem is, this works in 10g Forms. But we had to replace the RUN_PRODUCT with a CALL_FORM after migrating to 11g since RUN_PRODUCT is not supported in 11g.
    Problem is that when you use CALL_FORM to call Form B, the ON-LOGON of the Form B does not fire. We tried OPEN_FORM and NEW_FORM with different parameters, but the behavior is the same. i.e. ON-LOGON does not fire.
    What is the solution or workaround for this please.
    Edited by: user12240205 on Oct 15, 2012 4:50 AM
    Edited by: user12240205 on Oct 15, 2012 4:52 AM

    Michael Ferrante (Oracle) wrote:
    If you need to open another form you should use CALL_FORM, OPEN_FORM, or NEW_FORM. In these cases, ON-LOGON will not automatically fire because the connect info is passed from the calling form. If you need to login from the called form then you need to need to programatically cause that to occur. Refer to the LOGON and LOGON_SCREEN built-ins in the Builder help for more info. You can fire these from almost any trigger you like, for example in a WHEN-NEW-FORM-INSTANCE trigger or where ever is appropriate for you application.Michael, we tried using the CALL_FORM, OPEN_FORM & NEW_FORM.
    Also, there is NO connection to the DB, when B is called from A since we don't login to the DB in A (ON-LOGON has NULL;).
    So, if there is no DB connection when B is called, shouldn't the ON-LOGON in B fire?
    We tried firing the LOGON_SCREEN and LOGON in the WHEN-NEW-FORM-INSTANCE. But, for some reason, the we don't get the menu (we get a menu not found error). We tried correcting the paths and other things but still no solution.

  • I am not able to make International calls from iPhone 5s

    I got this new iphone 5s as a gift a week days ago, and It was working all great for 2-3 days. But from last 4days i AM not able to make international calls
    Whenever I dial, I can't hear any ring going on and all I can hear is my own voice reverting back to me. Moreoever I am being charged for every call I make. I tried restarting my device, Also by connecting to itunes to find if any Update is needed but it says my iOS7 is recent no updates needed.
    Urgent help needed
    Thanks in advance.

    A call is a call so far as the phone is concerned. Internation or across the street, it doesn't diferentiate between them.
    Contact your carrier.

Maybe you are looking for

  • Batch Management - SD

    Hai, Here i have Manual batch management, the scenario is like this, Manual batch mangement - MM maintanance is over. 2 batches for 1 material, contains 10 units each, In sales order quantity is 20, but when i am giving sales order quatity 20 i am no

  • Sales order CIF performance

    Hello SCM experts, We are trying to CIF initial load of sales orders for 2 materials; Each material has Variant configuration. There are 25 APO relevant VC characteristics for each material. Therefore, total volume of VC materials = 2 Each material h

  • Problems with WebLogic 5.1 Tour

    I'm running the tour on an evaluation copy of WebLogic Server 5.1. There are three places in the tour that don't seem to work correctly. 1. On the WebLogic Events page, the applet doesn't display anything. That is, the applet area is totally blank. T

  • I can't listen the sound in my apps

    When I start an application no sound is coming out. And when I open it in my iPhone I have no problem at all. I've already checked the volume. What can I do?

  • Hp pavilion dv6-6113cl entertainment pc windows 7 hard disk error 303 305

    Hi, my PC stopped working a few months ago. I have trying to find a way to fix it, but with no luck. A few weeks ago, I decided to buy the recovery disks from Hp. I did, and they came in the mail a few days ago. I use them, but all that pops up is a