Import  from Memory id is not working

Hi All,
In the program SAPF110V for Tcode : F110 , I have written an enhancement where when user clicks printout button then a popup will come which will ask for whether date should be printed in the check or not. for this i have used FM : POPUP_TO_CONFIRM . here i am exporting the value if user clicks no (value is 2 for NO).
exoprt statemnt written :
export l_v_answer from l_v_answer to memory ID 'ANS'.
In the driver program for check printing i am importing the value .if value = 2 then i am clearing the date that has to be printed in the check.
import stmt :
Import l_v_answer to l_v_answer from memory ID 'ANS'.
however the value is not getting imported here.
not able to find the reason why the value is not getting picked with import. please let me know the solution.
Thanks,
Preethi.

called program
REPORT  ZTEST7.
selection-screen begin of block b1.
parameters: a like mara-matnr.
selection-screen end of block b1.
types: begin of tp_sel_tab.
      include structure zstr2.
types: end of tp_sel_tab.
data: t_sel_tab type standard table of tp_sel_tab with header line.
data: w_t_sel_tab type tp_sel_tab.
*call screen 9100.
start-of-selection.
select ernam from mara into corresponding fields of table t_sel_tab where matnr = a.
export t_sel_tab to memory id 'ZTEST7'.
loop at t_sel_tab into w_t_sel_tab.
write:/ w_t_sel_tab-ernam.
endloop.
calling program
REPORT  ZTEST8.
*types: begin of tp_sel_tab.
     include structure zstr2.
*types: end of tp_sel_tab.
data: begin of t_sel_tab occurs 0,
      ernam like mara-ernam,
      end of t_sel_tab.
data: begin of sel_tab occurs 0,
      ernam like mara-ernam,
      end of sel_tab.
*data: t_sel_tab type standard table of tp_sel_tab.
*types:  begin of tp_sel_tab1,
       ernam like mara-ernam,
end of tp_sel_tab1.
*data: sel_tab type standard table of tp_sel_tab .
data: w_sel_tab type zstr2.
submit ztest7 with a = '000000000000000939' and return.
import  sel_tab = t_sel_tab from memory id 'ZTEST7'.
loop at sel_tab into w_sel_tab..
write:/ w_sel_tab-ernam.
endloop.
please reward points

Similar Messages

  • Import from Final Cut Pro not working correctly

    I have a very simple project in FCP. (Ver 6) It is a HD clip that is about 5 min long with 7 chapter markers.
    I exported the project as an XML file and imported that into Premiere Pro empty project.
    I wind up with two assets, a .mov with same name as the .mov in FCP and a sequence with the same named sequence in FCP.
    Right clicking on the .mov and selecting "New sequence from clip" creates a new sequence with the .mov on the timeline.
    There are no markers.
    Right clicking on the sequence asset and selecting "New sequence from clip" creates another sequence with the same name and the .mov on the timeline.
    The markers are inside the .mov and audio tracks, not up on the top ruler line where markers appear when manually adding markers.
    The keystrokes to move to markers do not work.
    The "Clear all Markers" function is greyed out , like it is when no markers exist.
    If a "Dynamic link to Encore is performed, there is no markers in Encore.
    If you enter chapter markers manually and look at the project file (an XML file) you will see indexes with the chapter points , durations and names as children named "Markers" with attribute"ObjectID='22'.under "//PremiereData"
    Following , in sequential order, are subsequent objects "Markers", ObjectID='23" through "ObjectID=n
    However, if you look at the project file after importing a FCP project, this same function occurs, except that it is "Markers" "ObjectID=30 with the indexes and marker data 31 through n (further down in the file). This area is empty when adding the markers manually in Premiere Pro.
    FYI , the project file is littered with the word "Marker" and "Markers" throughout the file, only their attributes make any node unique.
    I am at 99.9 &% finished with a VB program to create / modify nodes, values and attributes, except that the XML date changes format at the node named "//WorkspaceSettings" so I am not able to edit values to make a file that will not crash when opening.
    I would very much like the import from Final Cut Pro to work, or someone explain how to work with the nodes under "//WorkspaceSettings"
    Thank millions for a solution.

    It's a 2007 iMac with 2.4 GHz Intel Core 2 Duo.  I had been using Final Cut Pro without any problems right until I upgraded to Yosemite.  I'm hoping that upgrading to Yosemite doesn't mean I can't continue using Final Cut Pro - that would be extremely frustrating. 

  • Lr5 does not import from d800 tether does not work either.

    When i connect D800 to my Win7pro laptop win sees the camera but LR5 does not.
    It freezes when i try to import and it does not recognize it for tether, I can tether other program.

    @Denyerec, Hi! Just so you are aware this is a user to user forum so the replies you will get here are mainly from users like your self. To have someone understand exactly what your problem is and respond with anything constructive you will need to supply a lot more details.
    What system are you useing Mac or PC what OS? What are you attempting to do when you have a problem? Do you get an error message? If so exactly what does it say? Was Lightroom working properly prior to this problem? Is your camera a Nikon D800 also?

  • Transfer functions imported from Simulink through MIT not working in Labview

    Hi,
    I am just starting to use Labview interface with Simulink using Model Interface Toolkit (MIT). I am trying to import an integrater model from simulink. The model is very simple. An input port connected to an output port through an integrator model (1/s). Here are the steps I used:
    1. Build the model in Simulink.
    2. Add the NI input-output ports to the model and place the NIVeriStandSignal Probe in the model.
    3. Generate the dll using NiVeriStand.tlc as the target file option.
    4. Import that dll into Labview using Load Model.vi. Follow the steps given in the example file for importing the input/ output ports info along with the timing info.
    5. Then use a numeric control to input value to the integrator dll and pass the output from dll to a waveform chart.
    But when I run the labview VI, the output in the chart is always zero. What could be the possible reason? Please let me know if I am making any mistake in the process?
    I have used Fixed time step with ode4 (Runge-Kutta) as the solver options in Simulink during dll generation. I am using Labview 2014 and Matlab R2014a.
    I have found the issue to occur only when I use any transfer functions or Plecs circuit with inductors or capacitors in my Simulink model. But when I use simulink model with only constant or maths functions like add, subtract etc, this process works and gives me the correct result in Labview.
    Any help would be appreciated.
    Thanks.

    Hello Sachin_Madhu,
    Can you build example programs with a solver included? Does the model work in The MathWorks, Inc. Simulink® Software without tying into LabVIEW? It is important that when you built the model you followed the four steps listed in this help file:
    http://zone.ni.com/reference/en-XX/help/374160A-01​/vsmithelp/mit_convert_model_to_dll/
    MATLAB®, Simulink®, and Real-Time Workshop® are registered trademarks of The MathWorks, Inc. Other product and company names listed are trademarks and trade names of their respective companies.
    Siana A.
    Application Engineering
    National Instruments

  • Import from illustrator to flash not working (PNG/SWF)

    I spent 2 days making some lovely pictures in illustrator,
    all ready to go into flash. I first exported them into PNG from
    illustrator and tried importing that that way but after clicking OK
    nothing appeared on the stage or in the library. There were no
    error messages. I then tried exporting from illustrator in swf
    format. This time the picture appeared on the stage, with
    associated symbols etc. in the library, but when I came to publish
    the movie, the picture wasn't there at all. I finally tried copying
    and pasting from illustrator. This simply crashed flash every time.
    Has this happened to anyone else before? Or does anyone have
    any suggestions as to what the problem might be or how i could go
    about resolving it? Any help greatly appreciated. I'm begging for
    your help. Thanks.
    Adobe Illustrator CS2, Flash 8, Mac. (Png attached)

    This never happened to me.
    I use Illustrator 10 and Flash 8 Pro.
    Don't use .png (too heavy files).
    Use, as you did, export .swf in Illustrator.
    But be careful with export parameters!
    Which ones did you use?
    In Flash, did you group the parts and convert them to a
    symbo

  • IMPORT FROM MEMORY ERROR

    When ever i run a driver program of Sap-Scrip i get an abend msg statin IMPORT FROM MEMORY ERROR: Program canceled. what should i do to get over this error...???

    Hi Kunal,
    Once again u check out the parameters u passed  correctly or not in FM.
    Give first &  next page in script layout.

  • After "upgrade" to new firefox, bookmarks didn't transfer. Help tells how to import from another browser but not old firefox. Also my anti virus (latest update) apparently not compatible with 4.0 Can I restore my old version

    Question
    After "upgrading" to new firefox none of my bookmarks are in new bookmarks help topics tell me how to import from another browser but not from previous version of firefox. Another problem is my anti virus ( most up to date) is apparently not compatible with 4.0 liked the old firefox would never have "upgraded" had I known my anti virus wouldn't work. Can I get old version back

    Check with Kaspersky as to what versions of Firefox their programs are compatible with. It is up to Kaspersky to keep their stuff up to date as Mozilla releases new versions of Firefox. And if they are unwilling or incapable of doing it, they should inform their customers of such and maybe refund their customers instead of stringing them along.
    http://forum.kaspersky.com/

  • Confusion re: photostream, import from memory card, events, etc.

    confusion re: photostream, import from memory card, events, etc.
    Up until a few weeks ago, my travel-photo-handling went like this:
    Each night, I download photos to my iPad for safekeeping. They, of course, wind up in Photostream.
    When I return home, I connect my camera card to my iMac (where I have my iPhoto library), and I can "see" the photos on my memory card - the photos which, although in Photostream, I have not yet manually downloaded.
    I select and ownload them.
    New Events are created in my Library automatically, as I have my preference set to Autosplit Events.
    This week, I came home from a trip during which I had downloaded to iPad during my time away.
    I connected my memory card to the iMac.
    iPhoto did not "see" any photos to import - as far as iPhoto was concerned, those photos were already in my Library.
    I had iPhoto show all photos on my card, selected the photos from my trip (I shot over 1000) and clicked "Import Selected"
    iPhoto says they're duplicates.
    However, the photos have NOT been downloaded manually and there are NO Events in my Library for those days.
    Note: yeah, they're in Photostream, but IN THE PAST - and I mean literally up until 3 weeks ago - the photos have ALWAYS been "visible" and importable even if in Photostream, as long as I had not yet manually downloaded to the computer.
    So my question, I guess, is multi-part:
    What changed in iPhoto and/or Photostream in the past couple of weeks?
    Why are Photostream photos suddenly considered to be the same as the photos on my card which have not yet been manually downloaded to the computer?
    What the heck is going on?
    I hate having duplicates, but I also hate being confused by something that used to be really easy, then - with Photosream - became annoying, and is now simply perplexing and sometimes imcomprehendable.

    Check iPhoto's Photo Stream preference pane to see if the highlighted checkbox in the screenshot below is checked.  If it is then all photos taken by the iPad are automatifdally being imported into your library.
    Go the the Events mode and check the View ➙ Sort menu option to verify where new Evens will be located, at the top of the window or the bottom.  Then check to see if your PS pictures are there.
    As a test launch iPhoto with the Option key held down and create a new, test library.  Connect your iPad and import all photos.  Dismount the iPad, close and reopen the test library, connect the iPad again and test to see if the same problem persists. Does it?
    If it does'nt then your current library is damaged and needs to be repaired.
    OT

  • Reopen All Windows from Last Session is not working

    The option Reopen All Windows from Last Session is not working, is there any other way to recover the tabs from my last session?
    Last night I fell asleep and my friend shut down my laptop.
    When I woke up in the morning I couldn't restore my last session which had several tabs opened for my research.
    I don't know the exact date when I found them, so I haven't been able to find them in History either.
    I've looked around on the internet, but haven't been able to find anything that helped me out.
    Hope you can help me! Thanks.

    Restart your Mac.
    Check the box for:  Reopen windows when logging back in
    Then check History >  Reopen Windows from Last Session

  • HT201210 trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know

    trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know why?

    The servers are overloaded. There are a hundred million people all trying to download iOS 7 at one time. Try again later

  • IMPORT FROM MEMORY from a report painter.

    Hi experts.
    I have a report painter that calls an ABAP program.
    In the abap code, am I able to get the data shown on the report painter? Or the selections performed?
    I know that this might be with some kind of IMPORT FROM MEMORY but i cannot find any documentation about that. Cone someone please help me with that?
    Thank.you very much,
    Artur.

    Finally i found it myself, i share this with all of you:
    CONSTANTS:
          con_sel_data_mem_id(32)   VALUE 'COMMUNICATION-HANDLER-SELDATA'.
    DATA: it_sel    LIKE TABLE OF rstisel    WITH HEADER LINE.
    DATA: it_fields LIKE TABLE OF rstifields WITH HEADER LINE.
    IMPORT it_sel it_fields FROM MEMORY ID con_sel_data_mem_id.

  • The "always match my default message font" option in the Signature preferences from Mac Mail does not work if e-mail is received in other Mail Software. How can I make it work?

    The "always match my default message font" option in the Signature preferences from Mac Mail does not work if e-mail is received in other Mail Software. How can I make it work?

    I found this plugin which solved pretty much all of my mail font rendering problems.  It is designed for Lion, so don't know whether it will work but thought I would offer it up.
    http://noware-it.zxq.net/

  • HT201412 Safari could not open the page because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work. Can you please help me. I've tried everything. Thanks ya'll!

    Safari could not open the page on my new ipad mini's because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work fine. Yesterday I got it to work. Weird. Can you please help me. I've tried everything. Thanks ya'll!

    Hello SavannahSweetie,
    I was looking into the issue you are desribing, and found a great article for troubleshooting wifi connections with iOS devices. It's called iOS: Troubleshooting Wi-Fi networks and connections and can be found here: http://support.apple.com/kb/ts1398.
    Start with this section, and work your way down if needed.
    Basic troubleshooting
    Tap Settings > Wi-Fi and turn Wi-Fi off and then on again.
    Verify that you are in range of your Wi-Fi router or base station.
    Confirm that your Wi-Fi router and Cable/DSL modem are connected to power and turned on.
    Check whether other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Update your Wi-Fi router to the latest firmware.For AirPort Base Stations, refer to this article for information about firmware updates. For third-party Wi-Fi routers, check the manufacturer's website for details on updating your firmware.
    Restart your iOS deviceHold the On/Off button until "slide to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    All the best,
    Sterling

  • Redemption code from Photoshop Elements 12 purchased from Best Buy does not work 'Oops! This code doesn't seem to be active. Please contact the retailer you purchased the card from, or use a different code.'   I have an invoice and the pickup notice from

    Redemption code from Photoshop Elements 12 purchased from Best Buy does not work 'Oops! This code doesn't seem to be active. Please contact the retailer you purchased the card from, or use a different code.'   I have an invoice and the pickup notice from Best Buy.   What other information does Best Buy need?   What will they do?   Will I get a new box?   What happened to the days of just typing in a simple s/n?   

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Wish to post KeyNote file as pdf. Export from KN to iW not working

    Wish to post KeyNote file as pdf. Export from KN to iW not working - get blank screen. Tried to upload PDF to mobile me and link to that file - also didn't work. I'm not familiar with iFrames but have read about them in this forum - is that my only option? Why wouldn't a KN export work?
    Thanks, Brian

    I have just tried this with a test site and publishing to a folder and it does work perfectly for me.
    I had a Keynote document already so all I did was click on File and then selected the Print option. I then selected the save as pdf option the the pdf document was created on my desktop instantly.
    All I then did was open iWeb and type some words in a text box My Prices. I then highlighted My Prices and opened the Inspector and went to Hyperlink and clicked on the option Hyperlink to a file. I then selected the pdf file from my desktop.
    I then used ftp to a folder on my desktop and when I opened the appropriate page, I click on the words My Prices and the pdf file opened straight away.
    As OT has suggested, check that you have linked to the correct file. If it does not work, either you have not created the pdf correctly or at all or you have not linked to the correct file.
    As I said, it worked for me.

Maybe you are looking for