Export memory statement not working between two methods

hello all
i m implementing one BADI MB_MIGO_BADI .this BADI is having 2 methods 1)LINE_MODIFY and 2)PBO_DETAIL.
the followng is the code in LINE_MODIFY methd
DATA : c_flag TYPE c .
  TYPES:BEGIN OF tp_ecppa,
        prvsy     TYPE /sapsll/prvsy_spi,
        ecpid     TYPE /sapsll/ecpid_spi,
  END OF tp_ecppa.
  DATA:wl_ecppa TYPE tp_ecppa.
  IF cs_goitem-matnr IS NOT  INITIAL.
   SELECT  prvsy ecpid UP TO 1 ROWS FROM /sapsll/ecppa INTO wl_ecppa WHERE prvsy = cs_goitem-matnr.
   ENDSELECT.
   IF wl_ecppa-ecpid EQ 'DE3203CWIP'.
      c_flag = 'X'.
   ENDIF.
  ENDIF.
SET PARAMETER ID 'PMEM' FIELD c_flag.
  export c_flag from c_flag  to memory id 'mem1'.
the following is the code in PBO_DETAIL method
METHOD IF_EX_MB_MIGO_BADI~PBO_DETAIL.
  IF SY-UNAME = 'E494049' or sy-uname = 'E491754'.
    DATA:C_FLG TYPE C .
    CLEAR C_FLG.
    if gf_class_id eq i_class_id.
GET PARAMETER ID 'PMEM' FIELD c_FLG.
   Import c_flg to c_flg from memory id 'mem1'.
IF C_FLG = 'X'.
E_CPROG = 'ZP1_SCREEN'.
E_DYNNR = '0001'.
E_HEADING = 'GTS'.
ENDIF.
endif.
endif.
free memory id 'PMEM'.
ENDMETHOD.                    "IF_EX_MB_MIGO_BADI~PBO_DETAIL
but the new tab is not displayed in MIGO . so i think there is some mistake in  export memory statement .
so could you please check if i have used export/import statements correctly.

If problem is rectified, Please mark as answered.
Sujay

Similar Messages

  • Mail in Mavericks not working between two macs.

    Hello all
    I have a 2012 iMac as well as a 2009 MacBook Pro. I am running Mavericks on both machines. I'm having issues with my exchange e-mail contacts and calendar, syncing between the two devices. I will get it to work on one device or the other but not both at the same time. More specifically in mail when it is working on one computer and I go to check my mail on the other it asks me to put in my password for that e-mail account. Every time I do this it does not work and it always returns an error. If I go to delete an account on either computer it tells me the account is linked to "Internet account" under settings for the computer. When I delete the exchange account from "Internet account" it warns me that it will delete the account off of both macs. When I re-add the exchange account mail, contacts and calander all work for whichever computer I add it on. But the other computer will only show calander or contacts not all three.
    Does anyone have an idea what might be wrong or have a solution? This is very frustrating and I cant seem to find a solution.

    Hi,
    Those last two I do not have on my iMac that is working and part of the issue I have in testing is I don't have a second Mac that will run Yosemite.
    Realistically it could be any of the ones that contain com.apple.ids.service.com.apple.private.alloy.***.plist
    The plain SMS.plist  only states it has been started up not what the Mac is linked to.
    Unfortunately nothing is standing out as the Specific one for me at the moment.
    9:34 pm      Sunday; December 28, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Call does not work between two SX80

    Hello,
        I have two SX80 TelePresence Devices installed on same Network. I want to make call ( IP to IP ) between two Sx80 and the Result was no call Establish between them.
    Are there any configuration required to do it from my side to add to the SX80?
    Note: this two SX80 WORKING stand alone ( No CUCM or MCU).
    Warm Regard,
    Idris

    Log in using SSH and ping one from the other to see if they can see each other, also ensure CallSetUp Mode is set to "Direct" and set default call protocol to H.323.
    /jens
    Please rate replies and mark question(s) as "answered" if applicable.

  • Shared variable does not work between two computers

    I am using LabVIEW 8 on Windows XP computers.
    1. On one computer I have created two projects, writeProject and readProject.
    2.  In the writeProject I have a shared variable, writeData, which is "network-published" double. In this project I have a writeData.vi which in while loop assigns a random value to the writeData variable.
    3. In the readProject I have a shared variable, readData, which is "network-published" double and is bound to the writeData variable.  This is on the same computer as the writeProject.
    4. I run both the writeData.vi and the readData.vi and all works fine.
    5. Now, I create a readProject on a diferent computer.  Perform all the steps as described above and also in tools/shared variable/register computer, I have entered the IP address of the target computer on which the writeData shared variable exists.
    6. Binding the readData variable fails in the following way.  When I browse for the source, in the "Select Source Item" dialog, I see <IP> <Populating Node...>, where <IP> is the IP address of the source computer (on which exists the writeData shared variable).  A very long time later it is still "Populating Node...".  Neddless to say, this readData.vi does not work!
    What am I doing wrong?  Or, perhapse what else do I need to do to make it work?

    Hi,
    I would suggest checking out the two KnowledgeBases I have linked below for common issues with Network Shared Variables. Let me know the results. Thanks!
    Troubleshooting Network-Published Shared Variables
    Why Are My Network Shared Variables Taking Very Long to Initialize?
    Stephanie

  • IChat video chat not working between two iMacs running OSX Leopard 10.5.1

    My mother in law just got a 20" iMac (metal) and is connected to her wireless router.
    I tried doing a video iChat with her, and it is not working. I am able to successfully test iChat with the three apple iChat test AIM buddy accounts.

    Screen names of Test accounts are here http://www.ralphjohns.co.uk/ContactTesters.html
    9:40 PM Wednesday; February 20, 2008

  • EXPORT IMPORT  STATEMENT NOT WORKING

    hI
       I AM USING THE FOLLOWING STATEMENT BUT THE VALUES ARE NOT COMING IN THE TABLE ACTOR_TAB1
    SUBMIT ZDISPLAY3 WITH P_MFRNR = P_MFRNR
                       WITH P_GFELD = P_GFELD AND RETURN
    IMPORT ACTOR_TAB1 = ACTOR_TAB1 FROM  MEMORY ID 'KAKAL_INS'.
    IN REPORT ZDISPLAY3 I AM USING THE FOLLOWING STATEMENT
      EXPORT ACTOR_TAB = ACTOR_TAB TO MEMORY ID 'KAKAL_INS'.
    IN INTERNAL TABLE ACTOR_TAB1 VALUE IS NOT COMING CAN ANY BODY TELLY WHY VALUE IS NOT GETTING POPULATED

    Hi kota,
    1. When u use memory id, make sure of the
    following points.
    a) The memory id is SAME as the variable name
    b) Memory id should be in CAPITAL
    c) When u want to import,
    the variable name should be same as original one,
    and should be declared in the same fashion only.
    regards,
    amit m.

  • Imessage not working between two iPhones

    We just got our son an Iphone 5C for christmas!  iMessage works just fine between his phone, his mother and brothers iPhones but not with my iPhone. He can send me an iMessage which I can recieve just fine but any reply I make to him is showing as a "green" (SMS) text. This is only happening with his phone and mine, any other texts I send to my wife or other son go thru as "blues". All phones are properly registered with apple with their own IDs and are all up to date with iOS 7.0.4
    Thoughts? Ideas? suggestions?
    Chris

    Hey ckeays!
    Here is an article that can help you troubleshoot this issue with iMessage:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Import/Export Memory ID not working correctly.

    Hi,
    I have the following code. Export in one program (1st process), Import in the other (2nd process).
    Program 1:
    DATA: EXP_PLANT TYPE BE_EWERK,
              EXP_CO_CODE TYPE BUKRS.
    EXP_PLANT = IS_ITEM-BE_PLANT.
    EXP_CO_CODE = IS_ITEM-BE_CO_CODE.
    EXPORT EXP_PLANT FROM 'EXP_PLANT' EXP_CO_CODE FROM 'EXP_CO_CODE' TO MEMORY ID 'IDONE'.
    Program 2:
    DATA: IMP_PLANT TYPE BE_EWERK,
              IMP_CO_CODE TYPE BUKRS.
    IMPORT EXP_PLANT TO IMP_PLANT EXP_CO_CODE TO IMP_CO_CODE FROM MEMORY ID 'IDONE'.
    However, when I import EXP_PLANT TO IMP_PLANT, IMP_PLANT comes back as "EXP_".
    At the end of program 1, EXP_PLANT is filled properly.
    What am I doing wrong?

    Try:
    EXPORT EXP_PLANT FROM EXP_PLANT EXP_CO_CODE FROM EXP_CO_CODE TO MEMORY ID 'IDONE'.
    Rob

  • AirDrop not working between two MacBook Pros

    I have a late-2013 Retina MBP running Mavericks. When trying to send files via AirDrop between my laptop and another MBP (non-Retina, circa 2010) also running Mavericks, I have intermittent success. Both machines can usually see each other, and I am able to attempt to send files between them, but more than half the time the receiving computer fails to receive the request. It just never shows up. Everything seems to work fine on the sending end.
    It doesn't matter which machine is doing the sending or receiving. Restarting doesn't matter. Sometimes it works, sometimes it doesn't, no rhyme or reason I can see. Just now I tried to send a PDF from the non-Retina to the Retina: success. Five minutes later I tried another PDF: no luck. I tried to send a file from the Retina to the non-Retina: again, no luck. Both machines can still see each other. Both laptops are only a foot apart and didn't even move in the interim. What is going on?

    I know what you mean.
    Searching around, one reasonable thing to try is trashing these preference files:
    /Library/Preferences/com.apple.P2PSupervisor.plist
    /Library/Preferences/System Configuration/CaptiveNetworkSupport/Settings.plist
    Maybe restart.
    Other things:
    Reset NVRAM and PRAM
    start up in Safe Mode
    Sacrifice a lamb.

  • Airdrop not working between two 5s's!

    My husband and I both have an Iphone 5s. Our wifi is on, our bluetooth is on, we have tried the airdrop on contacts and everyone. We are still not visible to each other on airdrop or bluetooth even if we are in the same room. Why isn't this feature working?

    I know what you mean.
    Searching around, one reasonable thing to try is trashing these preference files:
    /Library/Preferences/com.apple.P2PSupervisor.plist
    /Library/Preferences/System Configuration/CaptiveNetworkSupport/Settings.plist
    Maybe restart.
    Other things:
    Reset NVRAM and PRAM
    start up in Safe Mode
    Sacrifice a lamb.

  • Copy-Item does not work between two azure vms

    hi
    I have 2 VMs hosted in Azure and i tried to copy using power shell
    Copy-Item -Path C:\testSource\test.txt  -Destination \\10.0.0.4\testshare 
    I got the following error
    Copy-Item : Source and destination path did not resolve to the same provider.
    At line:1 char:1
    + Copy-Item -Path C:\testSource\test.txt  -Destination \\10.0.0.4\testshare -Force
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (System.Collecti...[System.String]:Collection`1) [Copy-Item], PSArgumentException
        + FullyQualifiedErrorId : CopyItemSourceAndDestinationNotSameProvider,Microsoft.PowerShell.Commands.CopyItemCommand

    Hi,
    I will mark Sam's post as answer, if you find that doesn't give you help, please feel free unmark it and follow up.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Rollback does not work between two databases

    I have two databases, A and B and a database link.
    I have a procedure in database A that has calls to procedures of database B. When commit in A then gives error (ora-06512), then I make rollback, but only does for database A, in database B has recorded the data. It's normally? What's happens?
    Thanks

    I'm afraid you'll need to give as more information; ORA-06512 is a very generic message and is used to indicate which line another error occured. Can you tell us what that error was, and exactly what you're trying to do?
    Thanks,
    Colin

  • Texts not working between two phones

    My father and I cannot receive texts from each other.  He's got a Samsung Galaxy Avant on T-Mobile and I've got an Iphone 6 Plus on Verizon Wireless.  Neither of us receive any errors.  Nothing is blocked on my account or on my phone.  I'd like to verify with support if the messages are traversing Verizon's network.  I'm trying to determine if we have a carrier, software or hardware issue. The issue was intermittent in the past but has been constant for months.

    The issue magically cleared up after I chatted online with cust service, was told there was nothing wrong on Verizon's end, then posted here.  Someone fixed something, but nothing was communicated to me.  Would love to know what was fixed in case it happens again, as well as to quell my curiosity.  I'm paid to fix technical problems and actually get excited about solutions.  The log of my previous chat was deleted above by the site admin for "violating terms of service." Would be nice if the admins (or anyone at verizon) could exert the required effort to find out what the fix was and communicate it to me, but editing support blogs seems like the priority.  Like most large companies, verizon seems to have its priorities out of whack.  Maybe fix your useless chat support, rather than delete the post which illustrates its ineptitude.  Customer service is dead :( On a brighter note, dad and I can now text eachother again.  Huzzah!

  • TS3367 Hi, the FaceTime just did not work between my mom and I. It used to work weeks ago, but now it does not work after showing"connecting". I feel frustrated and try all the method I can think of. Still do not work. Hope u can help me. Thanks!

    Hi, the FaceTime just did not work between my mom and I. It used to work weeks ago, but now it does not work after showing"connecting". I feel frustrated and try all the method I can think of. Still do not work. Hope u can help me. Thanks!

    Was it just this one time?  Could be that you, or your mom, were experiencing network problems.  Try again at a later time.

  • Use of SAP memory to transfer data between two different sessions.

    Hello experts,
    I wish to know how to use SAP memory to transfer data between two different sessions.
    The scenario is that when I run a report and change a variable, the value of changed variable should be availabe to another user on another terminal.
    Thanks & Regards!
    Sumit

    Hello,
    Just to add what Max has already mentioned. IMPORT TO / EXPORT FROM DATABASE statements can be used to store data in special "cluster" tables (you can't use any DDIC table) e.g., INDX.
    @OP: You can opt for Shared Memory(SHM) for this specific requirement as well. In my opinion SHM is a bit tricky to code, but it is easier to monitor. The opposite holds true for "data clusters".
    You should remember SHM is app-server specific. So if you've a load balancing scenario, using SHM can cause problems.
    Hope i'm clear.
    BR,
    Suhas
    Edited by: Suhas Saha on Nov 19, 2010 4:12 PM

Maybe you are looking for

  • Adobe Photoshop CS4 refuses to recognize installed printers

    I have three printers installed on this Windows Vista 64-bit machine, and they all operate normally with other applications. When I open a TIF or JPEG file in Photoshop, part of the time they open normally, and I can do print preparation and normal p

  • Airport Network?

    Hi All Hopefully someone can put me straight and unconfuse me. I am looking to create a wireless network using my G5 1.8 upstairs, linking to my hifi downstairs. I know I will need and extreme card for the mac and an Express Base station with Airtune

  • What is Authoring Workflow in Adobe Frame Maker for Author / reviewer

    Hello All, I am new to Adobe Frame Maker and want to understand Workflow concept for Adobe frame maker. I have multiple Authors want to perform role of editor / reviewer etc.. want to follow process before doing publish. Is there any pre-defined work

  • Need some eBook help

    Tis the season; I bought my son a work out program for Christmas on line. I downloaded the "ebook" which is I guess what it actually is and it works fine on the computer. As it is a workout program my sons want to take it to the gym and print the sch

  • How to reopen an e-mail address blocked after receiving a large file.

    After receiving some quite large attachments on e-mail the regular sender was unable to get even small e-mails through. Is there a simple solution?