In a call method, I can make an IMPORT?

In a call method, I can make an IMPORT?
thanks!!

You can import, export parameters using call method.
check out this example.
DATA : w_num1 type i value 5,
       w_num3 type i value 7,
       w_num4 type i.
CLASS c1 DEFINITION.
PUBLIC SECTION.
  METHODS : m1
               IMPORTING num1 TYPE i
               EXPORTING num4 TYPE i
               CHANGING  num3 type i.
ENDCLASS.
CLASS c1 IMPLEMENTATION.
method m1.
  num3 = num3 * 2.
  num4 = ( num1 + num3 ) ** 2.
endmethod.
ENDCLASS.
START-OF-SELECTION.
DATA : oref1 TYPE REF TO c1 .
CREATE OBJECT : oref1.
CALL METHOD oref1->m1 EXPORTING num1 = w_num1
                      IMPORTING num4 = w_num4
                      CHANGING  num3 = w_num3.
Write:/5 w_num1 , w_num3 , w_num4 .
This might help you.
Regards,
Sailaja.

Similar Messages

  • I can't receive phone call, but I can make phone call. Why???

    iMac 2013 Late Fusion drive 1T
    I can't understand.
    Hand off working well.
    iMessege working well.
    I can make phone call very well with iMac to iPhone, Android phone, house phone, etc.
    But only receiving phone calls doesn't work!
    Even, my macbook pro 2010 mid receiving phone calls very well...
    Only receiving phone call doesn't work...

    I tried everything after reading all nice comment.
    But it doesn't work. I tried pram and smc reset, too.
    I tried reinstall Yosemite. But it doesn't work.
    Is it hardware's problem? Do I send my mac to AS center?
    I tried wifi and Lan connection both, separate. Not working.
    I tried Privacy/Security, firewall setting. Not working.
    iOS 8.1 doesn't helpful.
    In my conclusion, it is something like bug etc. or my iMac's hardware problem.
    My MBP 2010 works so great! It wasn't difficult. After Yosemite, Just it works. (No hand off)
    How can I contact Yosemite's programmer? I think there is some problem.
    My iMac warranty is near 1 week left. What do I have to do?

  • I need auto call reject how can make it in iphone 4s. 6.0.1

    I need auto call reject in iphone 4s 6.0.1

    Call blocking is not a feature that is available on the phone. You'd need to contact your carrier to see what services they offer.
    You can quickly silence the ringer for calls you don't intend to answer by tapping the power button once. Tapping it twice will send a call directly to voice mail.

  • HT4993 I downloaded iOS7 to my sprint iphone 5 and now i can't recieve calls. I can make calls and send and recieve texts, but cant recieve calls. What do I do?

    Help

    Thanks for the heads-up.  Seems others are having the same issue.  There are some other threads if you search.  Keep us updated as I am on Sprint and am not going to update until this issue is resolved.  Thanks.

  • Receiving calls marked "Private".  Who can make and how do you make these calls?

    Receiving calls marked "Private".  Who can make and how do you make these calls?

    Anyone can make them, just dial *67 in front of the # you're calling.

  • Iphone is locked with pass code but still we can make a call using voice control

    If our iphone is locked with pass code we can make a call using voice control.
    Press and Hold the Home button then you will get the Voice Control Menu.
    Choose Dial or Call then you can make call.
    Is it IOS Bugs or...

    It is a feature.
    You can disable it at Settings > General > Passcode > Voice Dial if you wish.

  • No CALL METHOD syntax used in Dynpro programming

    Hi Gurus,
    I have just starded with Web Dynpro ABAP. I found that while writing code we don't use CALL METHOD .
    i.eTABLE_NODE = WD_CONTEXT->GET_CHILD_NODE('MY_TABLE_NODE').
    How can we directly call a method using interface variable e.g WD_CONTEXT without syntax CALL METHOD?
    Can anyone explain?
    I am not much familiar with OOPs.
    Thanks in advance.

    Hi Anzy,
    Can u correct this program to let me understand this concept. ( An example ABAP OOPs program)
    REPORT  zjt_test_interface.
    INCLUDE  zjt_test_interfac_class.
    DATA : dd TYPE REF TO demo ,
           inter TYPE REF TO sample,
           inter1 TYPE REF TO sample.
    START-OF-SELECTION.
      CREATE OBJECT dd .
      inter = dd.
      call method inter->test. ******No error with this statement
    inter1 = inter->test.  *********** This statement gives error "Field 'Test' unknown
    The below code is a separate include program.
    *&  Include           ZJT_TEST_INTERFAC_CLASS
    INTERFACE sample  .
      METHODS  test .
    ENDINTERFACE.                    "sample
          CLASS demo DEFINITION
    CLASS demo DEFINITION.
      PUBLIC SECTION.
        INTERFACES sample .
        METHODS : constructor.
    ENDCLASS.                    "demo DEFINITION
          CLASS demo IMPLEMENTATION
    CLASS demo IMPLEMENTATION.
      METHOD constructor.
      ENDMETHOD.                    "constructor
      METHOD  sample~test.
        WRITE : 'Method test of Interface sample executed'.
      ENDMETHOD.                    "sample~test

  • Can a WAR call methods in a 'Parent' jar?

    With oc4j, can I designate a jar containing ejb's (2.1) as a parent of a war file that has servlets which call methods on the ejb (via jndi lookup)? I want to accomplish this without an ear.
    I am considering migrating from JBoss and for some reason JBoss let's me get away with this. This would ease migration substantially.
    Thank you all;
    nat

    I have a question here..
    Will reconfiguring iAS to use J2SE 1.4 conflict with Oracle Portal (9.0.4). I mean we have everything running smooth for Portal so we want to make sure that reconfiguring iAS for J2SE 1.4 won't have any affect on Portal.
    I hope you can reply me on this or refer me to some other document.
    Thanks in advance.

  • I can make calls and send text messages on my new iPhone 5, but incoming calls and texts still go to my old (non-Apple) phone. Is this a problem with the phone set up, or is it a problem with my old carrier or my new carrier?

    I can make calls and send texts on my new iPhone 5,  but all incoming calls and texts are received by my old (non-Apple) phone.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Two EX90 devices can make video calls over Internet with No VCS-C and VCS-E

    Dear Experts;
    I  have just started TelePresence and VCS 2 weeks before by going through cisco docs and videos and I had taken a risk of implementing the infrastructure elements.
    We are now implementing Cisco Tele presence with VCS-C, VCS-E TMS,TCS,MCU and End points with  Jabber in One setup.
    and in another setup CUCM 10.5,UCCX 10.5 IM&P,Jabber with some 10 agents.
    Now the question is In our same building in 2nd floor we have one EX90 and in 5th Floor one EX90 and over LAN we can make video calls using IP address.
    In the same way is it possible to make  a video call between 2 EX90 devices present in different location in the same city over Internet without the involvement of VCS-C and VCS-E.
    Appreciate your valuable reply.
    Regards
    Debashis

    The simple answer to that is NO! Where is the EX90 registered to at the moment? Is it on the VCS? or CUCM

  • Problem with speaker, I only can make calls with headphones, or with handfree speacker from my Iphonhe5, I have no devices on Bluetooth of my phone, but when i use the player and use the volum it appear like if I have a device paired

    Hi,
    I have a problem,
    I use to drive costumers cars, I don't have any devices to pair to my Iphone5.. but today I drive a car and my Iphone ask me if I want to pair the phone to the car, and I chose "Cancel" ..
    since that..
    every time I want to play a song the phone acts like if it is connected to a car or some other device, every time I try to make a call, I only can use the hands free speaker or the headphones, because if I use the normal speaker to listen with the phone next to my face, the person that I am calling can listen me, but I dont..
    so what I think it happens is like.. the phone connects to the car, the car is with the client, so, now, I can't have the the device "on" to my phone recognise it, so I would be able to delete it..
    how do I solve this situation.. how can I delete a device that my Iphone is programed to use it, even when bluetooth is off....

    Hi jonunes!
    I have an article for you that I believe will help you troubleshoot this issue with your iPhone:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Since i have updated to IOS 7.1 my phone no longer can make calls, connect using 3G or send text messages. can someone help please?

    since i have updated to IOS 7.1 my phone no longer can make calls, connect using 3G or send text messages. has anyone else had this trouble? i've tried resetting the phone, but had no luck. i can recieve calls and texts, but cannot make calls, text or use the 3G.
    please can anyone help?

    Yes! All the above. I have to buy a new phone. I contacted my phone company and there is nothing they can do 

  • I am traveling in Chile, South America. I purchased an Entel sym card and I can make and receive phone calls, but the internet only works on WiFi. Do I need to region unlock or what? I willl only be here for A month and a half so I don't want to buy a pho

    I am traveling in Chile, South America. I purchased an Entel sym card and I can make and receive phone calls, but the internet only works on WiFi. Do I need to region unlock or what? I willl only be here for A month and a half so I don't want to buy a phone. Any suggestions?

    Most of the current Apple Intel based computers are comparable in CPU speed. I don't think it is so much the model of laptop as it is the memory, and storage capacity of the machine. If you are going to use FCP on a regular basis, perhaps as a professional or semi-professional, then you should think about the maximum memory and a very large capacity internal disk drive. For instance, one hour of finished compressed video will take up about 1.5 to 2Gbytes of disk space. If you add up the raw footage and still imagery and audio, you'll use up your disk drive capacity real quick. So a hard disk on the order of 750Gbytes @ 7200rpms might be good for video editing. 5400RPMs might be slow to rendering times. Rendering a video might take up a lot of memory so more memory is better e.g. 8Gbytes.
    As a rule of thumb, once you get to about 80% of your disk drive or memory you'll see degradation of performance.
    You can check out macsales.com. THey have a menu system that will allow you to pick and choose from various alternatives. BTW, it's been said that although Macs are typically spec'd at a certain memory size, macsales.com found that Apple computers will actually support higher memory levels. That is, if 4Gbytes are spec'd, some machines support 6Gbytes. macsales.com will provide the guidance for you.
    You might also consider buying an external disk e.g. 500Gbytes to carry around with you for back-up or transport to another machine.

  • I have tried to restore my old iPhone 3, but when i tried the itunes logo and a pic of a USB cable have come up on my phone and now i cant do anything with my phone.Any ideas how i can fix this? I can make/receive call. iPhone 3GS, iOS 3.1.2. Thanks

    I have tried to restore my old iPhone 3, but when i tried the itunes logo and a pic of a USB cable have come up on my phone and now i cant do anything with my phone.Any ideas how i can fix this? I can make/receive call. iPhone 3GS(Ireally don't remember if it's a 3G or 3GS), iOS 3.1.2. Thanks for your help

    please help me!!!

  • I'm having trouble making calls with my Iphone 4. When I try to, the person on the other side can't hear me, and all I can hear are noises. But when I use apps like Viber or Facetime, I can make calls just fine! What may be the problem?

    When I try to, the person on the other side can't hear me, and all I can hear are noises. But when I use apps like Viber or Facetime, I can make calls just fine! What may be the problem?

    Did you fix the problem? I have the same problem and it has been pain in the neck.

Maybe you are looking for

  • Requirement of sending Sapscript through mail and fax

    I need help in code for sending sapscript through email or fax as the data is maintained in customer master table . If anybody has done so please help. I do not want to use CONVERT_OTF function and SO...API1 function.

  • Some keys arent working please help !

    My problem is that some of my keys arent working, the keys are ; u, i, o, p, e and r. This is on my HP mini they recently stopped working but do work if i hold down my FN key ;\ which is very annoying as I have to constantly hold it down. does any on

  • Newbie Needs Help

    I am running iPlanet Fasttrack 4.1 under Win2K and it starts fine, seems to work to view a=static web pages etc. But, when I tried to set an alias or virtual directory up under additional document directories, it won't run my web app. Is it possible

  • 3-Sweep (3D modeling) integration in Adobe CC

    Just saw a jaw dropping demonstration of very Adobe-like 3D modeling technology called 3-Sweep.  I would love to see this in Adobe CC.  It is a revolutionary breakthrough on how to model anything from a 2D image by drawing a line and dragging.  A tho

  • Unable to install WildCard Certificate for ASA 5512-x

    Have a customer who we manage an ASA 5512-X for.  I am configuring a Wildcard Certificate for AnyConnect. They have a wildcard certificate purchased through Godaddy.com.  I am utilizing ASDM 7.3 for the installation of the certificate.  I added the I