Calling another person after first call is finished

Hi all,
I think there is problem with my Iphone... Actually after I call a person if i want to call any other person then my phone is getting stuck and is taking time to come back to normal position....
And if on the other end it goes to voice mail then its the biggest problem....
I have to end the call before other person ends it other wise I have to sit idle for at least a min to make other call...
Can you please help me out in resolving this?
has any body faced the similar situation.
hoping to receive an answer.
bye
Praveena

Please find my codes as below:
On scree Painter at Flow Logic:
process before output.
module status_0100.
process after input.
  module user_command at exit-command.
  chain. " every field here will keep editable
field container.
field shipment_no.
field shipping_line.
field bill_of_lad.
field bl_date.
field from_port.
field to_port.
field tanship_port.
field vessel_no.
field voyage_no.
field container_wt.
field container_vol.
field date_of_shipment.
field eda_port.
    module check_not_initial.
  endchain.
MODULE user_command.
module user_command_0100.
In Program:
data: wa type ZSHIPMENT01,
      pa type ZSHIPMENT02.
data: ok_code type sy-ucomm,
      save_ok like ok_code.
call screen 100.
MODULE check_not_initial INPUT.
if ZSHIPMENT01-CONTAINER IS INITIAL
and ZSHIPMENT01-SHIPMENT_NO IS INITIAL
and ZSHIPMENT01-SHIPPING_LINE IS INITIAL
and ZSHIPMENT01-BILL_OF_LAD IS INITIAL
and ZSHIPMENT01-BL_DATE IS INITIAL
and ZSHIPMENT01-FROM_PORT IS INITIAL
and ZSHIPMENT01-TO_PORT IS INITIAL
and ZSHIPMENT01-TANSHIP_PORT IS INITIAL
and ZSHIPMENT01-VESSEL_NO IS INITIAL
and ZSHIPMENT01-VOYAGE_NO IS INITIAL
and ZSHIPMENT01-CONTAINER_WT IS INITIAL
and ZSHIPMENT01-CONTAINER_VOL IS INITIAL
and ZSHIPMENT01-DATE_OF_SHIPMENT IS INITIAL
and ZSHIPMENT01-EDA_PORT IS INITIAL.
    MESSAGE 'Please complete all entries.' TYPE 'E'.
  ENDIF.
ENDMODULE.                 " CHECK_NOT_INITIAL  INPUT
MODULE user_command INPUT.
  CASE ok_code.
    WHEN 'EXIT'. " defined as exit-command
      LEAVE PROGRAM.
    WHEN 'BACK'. " defined as exit-command
      LEAVE TO SCREEN 0.
    WHEN 'CONTINUE'.
      CALL SELECTION-SCREEN 50.
  ENDCASE.
ENDMODULE.                 " USER_COMMAND  INPUT
with thanks,
DSC

Similar Messages

  • Forwarding Call To Another Phone After X Rings

    I have a 7940 phone where the end user wants the phone calls to that phone to be forwarded to another phone after 3 rings on the first phone. Is this possible, and if it is how do you go about configuring this situation in Call Manager. I have Call Manager 6.1 running.

    hai marw,
    one of my end user requirment is like this,
    if somebody calling to pilot number and that extension is 500.500 picks the call, and he wants talk to 501 .
    but the 501 guy not in seat...my question is
    if the 500 extension can able to transfer the
    the call to 501's moblie number by pressing transfer button...if it is possible give me the solution
    NOTE:call forward is not enable in 501's ip phone.
    thanks

  • How can I combine multiple animations. (Play another animation after one has finished with a click?)

    How can I combine multiple animations. (Play another animation after one has finished with a click?) Like a slideshow but with animations. any ideas?

    You can do this by calling up the different edge Animate composition html pages using buttons and an iframe:
    To get a general idea, put this in the body of an html page and insert your own URLs where indicated
    <iframe id="iframeID" src="yourFirstURL" width="640" height="480">
    <p>Your browser does not support iframes.</p>
    </iframe>
    <button onclick='loadIframe("iframeID", "firstAnimURL")'>First Animation</button>
    <button onclick='loadIframe("iframeID", "secondAnimURL")'>Second Animation</button>
    <button onclick='loadIframe("iframeID", "thirdAnimURL")'>Third Animation</button>
    <script>
    function loadIframe(iframeID,url) {
    //alert("Hello");
       document.getElementById("iframeID").src = url;
    </script>
    Peter Small

  • How to make two jobs periodic,second job starting after first get finished

    Hi all,
        My requirement is that I have two jobs . They both need to be periodic
    After job 1 get finished another job must start that is also need to be periodic.
    I tried event event "SAP_END_OF_JOB" and parmeter as first job but only first job get executed
    Please help me to resolve this,   Thank You

    Hi,
    Use the following code.
      DO.
        CALL FUNCTION 'SHOW_JOBSTATE'
          EXPORTING
            jobcount         = l_jobnumber
            jobname          = l_jobname
          IMPORTING
            aborted          = l_aborted
            finished         = l_finished
          EXCEPTIONS
            jobcount_missing = 1
            jobname_missing  = 2
            job_notex        = 3
            OTHERS           = 4.
        IF l_aborted = 'X'(106) OR l_finished = 'X'(106).
          EXIT.
        ELSE.
          WAIT UP TO 5 SECONDS.
        ENDIF.
      ENDDO.
    Thanks.
    Ramya.

  • I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it.

    I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it. Adobe no longer supports activation. Is there a way I can keep using CS2? I need to get files back and forth to my coauthor. I also have CS6. I understand that files can go form 2 to 6, but not backwards. Thanks Robert

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

  • Hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    Hi,
    How is everything going? Have you checked this issue from OWA? If so, please let me know the result.
    In adition, please also try to use the following powershell commands to check if the assistant has right permissions:
    Get-MailboxFolderPermission -Identity
    CEO’s email address:\Calendar -User assistant’s email address
    Also check with:
    Get-Mailbox -Identity CEO’s mailbox
    | fl *GrantSendOnBehalfTo
    Please let me know the result.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to capture when the HTTPService call gets finished

    When I add a item into datagrid, I want the item
    is added into database successfully and capture the return message , and then I refresh the datagrid.
    But, the message is empty since the HTTPService call has not finished. How do make it waits until the call is finished?
    Thank you in advance!

    Thank you for your response.
    I have handlers for both result and fault, but I do not know which
    parameter to tell the call is end.
    For example,
        I call sendData on a.mxml and the HTTPService call and result/fault handler are in b.as.
                I do :
      in a.mxml,
                private  function addInactive():void{
               var selectedPerson:Object = new Object;
               addTopersonEvent.addToInactive(selectedPerson);           
               if (Application.application.getSelectedEvent.indexOf("Error") < 0)
                   this.peopleInActivity.addItem(inActivePerson);
                  this.peopleInActivity.refresh();
      in b.as       
                public function sendhttpResult(event:ResultEvent):void {
                Application.application.getSelectedEvent = event.result.sendresultmsgs.sendresultmsg.message;
                trace(" in tr " + Application.application.getSelectedEvent);
               Alert.show(event.result.sendresultmsgs.sendresultmsg.message,'SENT RESULT:');
              I can see the Application.application.getSelectedEvent value is "Error   xxxxxxx" in b.as, but
              in a.mxml , the Application.application.getSelectedEvent  is null.
             How to I make it wait until the result back then
            do the test Application.application.getSelectedEvent.indexOf("Error") < 0

  • How can I set up a form for someone to fill out on another person's behalf?

    I am trying to set up a form in which someone is asked to fill in the form for another person. Basically, we're asking people if they're still our primary contact. If they are, it's a simple blind form confirmation. If they're not, we are asking them to please tell us who is. So it will take them to a form where they can tell us who is the new contact. However, I don't want cookies for the new person to be attributed to the person that filled out the form (as that would then mess with segmentation, lead scoring/nurturing, etc). We also need to see who is the person filling out the form, so we know who the new person is replacing. So we'll need to collect the name and/or email address of the person filling out the form, in addition to the name and email address of the person they're adding.
    I know this can be done, as at a previous company we had a form that was used internally to add people who called in sales inquiries, so that we could capture them as "submitting an inquiry" as if they had just filled out a form. For example, I would fill out the form after someone called in asking for product information, but the online behavior of that person would not be attributed to me even though I filled out the form from my computer. Unfortunately, I can't recall how this was set up. Does anyone have any ideas on how this could be set up?

    Hi Abby,
    The easiest way to do this is to set up two forms:
    The first form is for your primary contact, who will submit the email address for the secondary contact and any additional contact data for the secondary contact. You can also include a field (hidden or otherwise) for the primary contact if you wish to record this form submission activity, but functionally this is not required.
    A second form which will accept the secondary contact's email address and any other contact info you'd like to capture through this process.
    The trick is that once you've got these two forms saved, you add a form processing step to the first form called Post Data to Server. In this processing step, you fill in the details for the second form, including making sure to map the secondary email address field on form 1 to the primary email address field on form 2. The URL will need to be the POST action url for the secondary form, which you can get from the integration details. You'll also need to append your SiteID and Form Name, and also a variable to disable cookies for this submission (elqCookieWrite). The final URL should be something like this:
    https://s1886.t.eloqua.com/e/f2?elqSiteID=1886&elqFormName=Alt2&elqCookieWrite=0
    My organization is 1886, so you'll have to replace this with your Site ID
    My secondary form name is Alt2, so you'll have to replace this with your secondary form name
    elqCookieWrite=0 ensures the secondary form will not try to associate the session with the ElqGUID (cookie)
    In the secondary form, make sure you have the processing step Update Contacts - With Form Data.
    Now when submitting form 1, you'll see a submission to both forms, and the contact info submitted to form 2 creates a new contact (or updates an existing one) with no ties to the current session/cookie used to submit form 1. You can add these contacts to a shared list, enter them into a separate campaign or program, or anything else you could do with a normal form submission.
    One caveat to remember though is that since this person did not submit the form, you have not technically collected any permission to contact them, so you'll have to sort that out with whatever rules apply in your area (your use case seems to be for existing customers which is generally OK, but you should still check).
    Hope this helps,
    Richard

  • Kisight: FAQ 1: Want to Test your iSight With Another Person? (replacement)

    Original
    kisight: FAQ 1: Want to Test your iSight With Another Person?
    Suitable for iChat 2.x and iChat 3
    This FAQ follows on from EZ Jim's "How To Ensure Your iSight Is Functional"
    Testing with Another User
    This FAQ presumes you have done the preliminary tests in EZ Jim's FAQ and can see yourself in the Preview windows of iChat.
    If your iSight works and you want to test your ability to connect iChat AV for instant messaging, see the iChat AV FAQs for further help.
    Apple runs three AIM names:-
    appleu3test01,
    appleu3test02 and
    appleu3test03 are available as Autoresponders. (They answer your call and start to show Video (adverts).
    They will accept invites from iChat 2.x, iChat 3, the AIM application on a PC and Trillian also on a PC.
    See Table 1 here for clarity
    In Addition to these there are several people who post regularly in the iChat and iSight discussion areas who may offer their help. See the list below.
    Other people put their details in their Apple profiles which you can see by clicking on their name on the left of any post.
    Please be aware of Time Zone differences.
    Current Known test users (Be polite and Text a request first).
    Rather than post iChat names on a page that could possibly be trawled for info, I linked the list to peoples profiles.
    Ralph Johns (UK) See under "Biography" in new Discussions Profile. Using Tiger (iChat 3 Panther at 10.3.9 possible still) Can also host 4 ways
    EZ Jim By invite on the Boards only
    Defcom (UK) From New Disussion Profile. Using Tiger (iChat 3)
    Ryan Mathus New DIscussion Profile. Maryland.
    ChrisBel New Discussions. Please note the @mac reference (Paris).
    James A. Weston New Discussions Profile. California (Please Text first. Has PCs and Macs. Mac on Tiger and an Intel Mac.
    Jeremy Varner Pennsylvania On Tiger
    John Holt In Austailia.
    See More about their Whereabouts and abilities to test here in Table 2
    The people who have offered to be testers have put their iChat details in their profiles.
    The Links are to prevent Trawling.
    From there you can copy and paste them into the Add Buddy set up screens to put them in your Buddy list. Please note you need to select the correct account type when adding a Buddy.
    To start a chat can be done in four ways.
    1) Double click the green camera icon next to the person's name in your Buddy list
    2) Click the person's name once in the Buddy list and use the icon at the bottom of the Buddy List
    3) Click the person's name once and use the Buddies menu items.
    4) Right Click on a Buddy and use the Pop Up Menu.
    3:54 PM Friday; March 30, 2007

    Original
    kisight: FAQ 1: Want to Test your iSight With Another Person?
    Suitable for iChat 2.x and iChat 3
    This FAQ follows on from EZ Jim's "How To Ensure Your iSight Is Functional"
    Testing with Another User
    This FAQ presumes you have done the preliminary tests in EZ Jim's FAQ and can see yourself in the Preview windows of iChat.
    If your iSight works and you want to test your ability to connect iChat AV for instant messaging, see the iChat AV FAQs for further help.
    Apple runs three AIM names:-
    appleu3test01,
    appleu3test02 and
    appleu3test03 are available as Autoresponders. (They answer your call and start to show Video (adverts).
    They will accept invites from iChat 2.x, iChat 3, the AIM application on a PC and Trillian also on a PC.
    See Table 1 here for clarity
    In Addition to these there are several people who post regularly in the iChat and iSight discussion areas who may offer their help. See the list below.
    Other people put their details in their Apple profiles which you can see by clicking on their name on the left of any post.
    Please be aware of Time Zone differences.
    Current Known test users (Be polite and Text a request first).
    Rather than post iChat names on a page that could possibly be trawled for info, I linked the list to peoples profiles.
    Ralph Johns (UK) See under "Biography" in new Discussions Profile. Using Tiger (iChat 3 Panther at 10.3.9 possible still) Can also host 4 ways
    EZ Jim By invite on the Boards only
    Defcom (UK) From New Disussion Profile. Using Tiger (iChat 3)
    Ryan Mathus New DIscussion Profile. Maryland.
    ChrisBel New Discussions. Please note the @mac reference (Paris).
    James A. Weston New Discussions Profile. California (Please Text first. Has PCs and Macs. Mac on Tiger and an Intel Mac.
    Jeremy Varner Pennsylvania On Tiger
    John Holt In Austailia.
    See More about their Whereabouts and abilities to test here in Table 2
    The people who have offered to be testers have put their iChat details in their profiles.
    The Links are to prevent Trawling.
    From there you can copy and paste them into the Add Buddy set up screens to put them in your Buddy list. Please note you need to select the correct account type when adding a Buddy.
    To start a chat can be done in four ways.
    1) Double click the green camera icon next to the person's name in your Buddy list
    2) Click the person's name once in the Buddy list and use the icon at the bottom of the Buddy List
    3) Click the person's name once and use the Buddies menu items.
    4) Right Click on a Buddy and use the Pop Up Menu.
    5:13 PM Thursday; April 5, 2007

  • My phone and number is on another persons account.  If I start my own account, can I transfer the phone and number to it?  If so, what steps do I need to take to do this?

    My phone and phone number are on another persons account.  If I open my own account with Verizon, can I transfer the phone and number to it?  What steps do I need to take to accomplish this?

    I've done this before. First, I had the current acct owner call in and say it's okay for me to assume liability on the line. Next, I called in and explained that the owner already called and gave permission for me to assume the line. Notes were on the account. I was transferred to the assumption of liability dept, I accepted the terms and conditions and we were good to go. The old owner will get a final bill up until the point of transfer and you will get a new bill starting at the point of transfer.

  • Playing a second swf when the first one's finished

    I have 2 swf files (the FLA's too) and want one to play then
    the second. - I'd add the second to the timeline of the first, but
    the second is a complete site and contains many referenced
    "gotoandplay" links which would all need changing. So....I really
    just need a way for the second swf to play after the first one's
    finished. I tried using the load external movie clip behaviour, but
    couldn't make it work. Can I use the first swf as a preloader
    without affecting the timeline on the main swf? I canspare a couple
    of frames at the start of the second movie for that, but don't know
    how to set it up - can anyone help?
    I also want the custom cursor to remain only in the first
    swf, and go back to default on the second.
    main (second) movie:
    http://mysticalbillyo.com
    first movie:
    http://mysticalbillyo.com/intro.swf

    I think you may want to create a 'master' loading swf, rather
    than loading the second movie into the first, and use the
    MovieClipLoader class to call and load new movies into the master
    container.
    Set up a new swf, that is the same size as the others. you'll
    set up a function on the first frame and then use that function to
    load all subsequent content into the master document. You can also
    use methods of the class to add things like preloaders and other
    event handlers. so for instance, at the last frame of the intro
    swf, you'd add a 'call' to the function in the master telling it to
    load the next movie in the sequence. I'll add the call you will
    need on the bottom of the code example below.
    PS. ------------------------------------
    I'm not one to solicit, however I have (awhile ago) developed
    a Component that you may be interested in for your site, although
    it has not been package and ready for distribution, it does
    function - called 'glitterMouse', and produces a twinkling mouse
    trail effect when you move the cursor, mush like the onRollOver
    animation that you'd painstakingly made (ouch) except that it use
    random twinkle generation at run-time, and has many property
    settings, like color, quantity, gravity, and so on. It might be a
    nice addition to your 'wand' cursor, and would not 'replace it' as
    it's not a 'cursor' but an effect generator.
    If you are interested, an example of it in action (although
    you can't purcahse it from there ... yet) can be seen on my site
    at: www.beechstudios.com goto the 'Flash' section, it's the first
    one listed.
    Just thought I'd throw that out there, sorry all, it just
    fits :]
    OK the code for you, add this to the first frame of the
    'master' swf, then add the code at the bottom to the end of the
    intro swf in the last frame.
    EDIT: this is AS2 code, to use AS3 code do something more
    like the methods as described above, yet I would still consider
    placing all content within a 'master' loading doc, and replaceing
    or removeing previously loaded children.

  • Cannot delete jar file, in us by another person

    I cannot delete a .jar file from my hard drive called C:\javaarchive.jar . I have restarted my computer so no programs running, and tried again to remove it. Always says 'it is being used by another person or program', stop other programs and try again.

    Please take your windows support question to a windows support forum.
    These forums are for help for Java programmers needing help with their Java code.
    We cannot help you solve whatever problems you are having with whatever random program or service. That's not what this forum is about.

  • How to stop  after first loop operation  over?

    Hi friends.
    How to stop  after first loop operation  over?
    I have a loop operation in module pool program.
    After first loop over I want to stop.
    I used the STOP keyword, but it is going to dump.
    Thanking you.
    Regards,
    Subash

    Hey,
    The statement STOP is forbidden in methods and, since release 6.10, leads to an uncatchable expection during the processing of screens called with CALL SCREEN...
    As they said above, use a EXIT statement to fix this DUMP...
    Regards,
    Diogo Carvalho

  • Sharing iphoto library with another person?

    Hi
    I have a photo library on my iPad first generation.
    Can I transfer this entire library to another person's MacBook for them to have?
    Would I do this via iTunes or iPhoto 11?
    I don't want to wipe out their library.
    AS

    No, I'm sorry I don't. It works properly on my machine. Perhaps you have problems with the operating system. You could try the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Hi, coding to display popup window after first alv grid display

    hi
    can anybody please send coding to display popup window after first alv grid display i.e.  first the prog shows grid display and from grid display the user select the field and on the basis of field value i need to show pop up window in the first secondary window and then third popup window.
    thanx
    rocky

    Hi rocky,
    here is the sample code .hope this helps you.
    TYPE-POOLS : SLIS.
    DATA : GT_OUTTAB TYPE VBAK OCCURS 0,
           GS_PRIVATE TYPE SLIS_DATA_CALLER_EXIT,
           GS_SELFIELD TYPE SLIS_SELFIELD.
    DATA : IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
           WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV.
    DATA : ITAB TYPE TABLE OF SLIS_SELFIELD,
           WA_ITAB LIKE LINE OF ITAB.
    START-OF-SELECTION.
    PERFORM POPULATE_GT_OUTTAB.
    PERFORM GET_POPUP.
    PERFORM POPULATE_ITAB.
    PERFORM FIELDCAT.
    PERFORM DISPLAY_DETAILS.
    *&      Form  FIELDCAT
          text
    -->  p1        text
    <--  p2        text
    FORM FIELDCAT .
    LOOP AT ITAB INTO WA_ITAB.
    WA_FIELDCAT-FIELDNAME = 'TABINDEX'.
    WA_FIELDCAT-TABNAME = 'WA_ITAB'.
    WA_FIELDCAT-COL_POS = 1.
    WA_FIELDCAT-SELTEXT_L = 'TABLE INDEX'.
    APPEND WA_FIELDCAT TO IT_FIELDCAT.
    WA_FIELDCAT-FIELDNAME = 'SEL_TAB_FIELD'.
    WA_FIELDCAT-TABNAME = 'WA_ITAB'.
    WA_FIELDCAT-COL_POS = 2.
    WA_FIELDCAT-OUTPUTLEN = 20.
    WA_FIELDCAT-SELTEXT_L = 'FIELD NAME'.
    APPEND WA_FIELDCAT TO IT_FIELDCAT.
    WA_FIELDCAT-FIELDNAME = 'VALUE'.
    WA_FIELDCAT-TABNAME = 'WA_ITAB'.
    WA_FIELDCAT-COL_POS = 3.
    WA_FIELDCAT-SELTEXT_L = 'FIELD VALUE'.
    APPEND WA_FIELDCAT TO IT_FIELDCAT.
    ENDLOOP.
    ENDFORM.                    " FIELDCAT
    *&      Form  POPULATE_GT_OUTTAB
          text
    -->  p1        text
    <--  p2        text
    FORM POPULATE_GT_OUTTAB .
    SELECT * FROM VBAK
           UP TO 10 ROWS
           INTO TABLE GT_OUTTAB.
    ENDFORM.                    " POPULATE_GT_OUTTAB
    *&      Form  GET_POPUP
          text
    -->  p1        text
    <--  p2        text
    FORM GET_POPUP .
    CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
      EXPORTING
       I_TITLE                       = 'SALES ORDER'
      I_SELECTION                   = 'X'
      I_ALLOW_NO_SELECTION          =
       I_ZEBRA                       = 'X'
      I_SCREEN_START_COLUMN         = 0
      I_SCREEN_START_LINE           = 0
      I_SCREEN_END_COLUMN           = 0
      I_SCREEN_END_LINE             = 0
      I_CHECKBOX_FIELDNAME          =
      I_LINEMARK_FIELDNAME          =
      I_SCROLL_TO_SEL_LINE          = 'X'
        I_TABNAME                     = 'SALES ORDER'
        I_STRUCTURE_NAME              = 'VBAK'
      IT_FIELDCAT                   =
      IT_EXCLUDING                  =
      I_CALLBACK_PROGRAM            =
      I_CALLBACK_USER_COMMAND       =
       IS_PRIVATE                    = GS_PRIVATE
    IMPORTING
       ES_SELFIELD                   = GS_SELFIELD
      E_EXIT                        = G_EXIT
      TABLES
        T_OUTTAB                      = GT_OUTTAB
    EXCEPTIONS
       PROGRAM_ERROR                 = 1
       OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    " GET_POPUP
    *&      Form  POPULATE_ITAB
          text
    -->  p1        text
    <--  p2        text
    FORM POPULATE_ITAB .
    WA_ITAB-TABNAME = GS_SELFIELD-TABNAME.
    WA_ITAB-TABINDEX = GS_SELFIELD-TABINDEX.
    WA_ITAB-SEL_TAB_FIELD = GS_SELFIELD-SEL_TAB_FIELD.
    WA_ITAB-VALUE = GS_SELFIELD-VALUE.
    APPEND WA_ITAB TO ITAB.
    ENDFORM.                    " POPULATE_ITAB
    *&      Form  DISPLAY_DETAILS
          text
    -->  p1        text
    <--  p2        text
    FORM DISPLAY_DETAILS .
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
      I_CALLBACK_PROGRAM             = ' '
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
      I_STRUCTURE_NAME               =
      IS_LAYOUT                      =
       IT_FIELDCAT                    = IT_FIELDCAT
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
      IT_SORT                        =
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
      IT_EVENTS                      =
      IT_EVENT_EXIT                  =
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
      TABLES
        T_OUTTAB                       = ITAB
    EXCEPTIONS
       PROGRAM_ERROR                  = 1
       OTHERS                         = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    " DISPLAY_DETAILS
    award points if helpful.
    regards,
    deepthi reddy

Maybe you are looking for

  • Acrobat updater error

    I got error message while installing Acrobat 9.0 "adobe updater install manager has stopped working" working on Windiws 7 64-Bit.

  • Acrobat X Pro (trial) giving different output then Acrobat X Standard

    I downloaded and used Acrobat-X Pro (trial version) on a 200 page MS WORD file that was full of photos and it created a 133MB PDF (I ran in Press mode). The trial ran out, so I deinstalled and then installed a licensed Acrobat-X Standard version. I c

  • Griffin Reflect (2G) Case and Dock Adapters

    I have a 2nd Generation iPod Touch and I just got an alarm clock/ iPod charger/speaker/ radio for Christmas. It's alot like an iHome and I'm pretty sure that it has Apple's Universal Dock Adapter. It's a Memorex Mi4019. I have a Griffin Reflect case

  • Error message when I try to open ebooks

    When I try to open acsm files or epub files in adobe editions I am told there is an error.  E_ACT_NOT_READY.  This applies with the new 3.0 Adobe Editions and to different books, e.g. downloaded from my public library. THanks

  • MathScript bug with 3D zeros in LV2012?

    Hi all, There seem to be an issue with 3 dimensional 'zeros' method in the mathscript module? The documentation from Matlab gives the following example: 3-D Array of Zeros Create a 2-by-3-by-4 array of zeros. X = zeros(2,3,4); size(X) ans =      2