Submit and return and after that what?

Hi all,
Iam successfully submitting a standard program.My problem is what I want is the final internal table values,how can i get that?
Here is my code :
tables : mseg,ioheader,IOITEM.
DATA : IT TYPE STANDARD TABLE OF ABAPLIST WITH HEADER LINE.
*DATA : IT TYPE STANDARD TABLE OF  IOMAMO WITH HEADER LINE.
select-options : s_aufnr for mseg-aufnr,
                 S_PAUFNR FOR ioheader-aufnr,
                 S_PLNUM FOR ioitem-plnum.
PARAMETER : P_PROFID LIKE tcoad-profid.
initialization.
s_aufnr-low = '1000560'.
append s_aufnr.
S_PAUFNR-LOW = '1000'.
APPEND S_PAUFNR.
S_PLNUM-LOW = '40070110803312'.
APPEND S_PLNUM.
P_PROFID = '000001'.
*SUBMIT PPIO_ENTRY WITH S_AUFNR = s_aufnr
*WITH PPIO_ENTRY_SC1100-PPIO_LISTTYP = 'PPIOD000'
*EXPORTING LIST TO MEMORY AND RETURN.
SUBMIT PPIOD000 WITH S_AUFNR = s_aufnr
WITH S_PLNUM = S_PLNUM
WITH S_PAUFNR = S_PAUFNR
WITH P_PROFID = P_PROFID
EXPORTING LIST TO MEMORY AND RETURN.
CALL FUNCTION 'LIST_FROM_MEMORY'
  TABLES
    LISTOBJECT = IT
  EXCEPTIONS
    NOT_FOUND  = 1
    OTHERS     = 2.
IF SY-SUBRC = 0.
  CALL FUNCTION 'WRITE_LIST'
    TABLES
      LISTOBJECT = IT.
ENDIF.
Hope Iam clear in my questian.
Thanks & Regards,
Rock.

Thanks all of u for the reply,
but when I use FM LIST_FROM_MEMORY it is getting short dump.
See the code :
tables : mseg,ioheader,IOITEM.
DATA: INT_S000 LIKE IOMAMO   OCCURS 100 WITH HEADER LINE.
DATA : IT TYPE STANDARD TABLE OF ABAPLIST WITH HEADER LINE.
*DATA : IT TYPE STANDARD TABLE OF  IOMAMO WITH HEADER LINE.
select-options : s_aufnr for mseg-aufnr,
                 S_PAUFNR FOR ioheader-aufnr,
                 S_PLNUM FOR ioitem-plnum.
PARAMETER : P_PROFID LIKE tcoad-profid.
initialization.
s_aufnr-low = '1000560'.
append s_aufnr.
S_PAUFNR-LOW = '1000'.
APPEND S_PAUFNR.
S_PLNUM-LOW = '40070110803312'.
APPEND S_PLNUM.
P_PROFID = '000001'.
*SUBMIT PPIO_ENTRY WITH S_AUFNR = s_aufnr
*WITH PPIO_ENTRY_SC1100-PPIO_LISTTYP = 'PPIOD000'
*EXPORTING LIST TO MEMORY AND RETURN.
SUBMIT PPIOD000 WITH S_AUFNR = s_aufnr
WITH S_PLNUM = S_PLNUM
WITH S_PAUFNR = S_PAUFNR
WITH P_PROFID = P_PROFID
EXPORTING LIST TO MEMORY AND RETURN.
CALL FUNCTION 'LIST_FROM_MEMORY'
  TABLES
    LISTOBJECT = IT
  EXCEPTIONS
    NOT_FOUND  = 1
    OTHERS     = 2.
IF SY-SUBRC = 0.
  CALL FUNCTION 'WRITE_LIST'
    TABLES
      LISTOBJECT = IT.
ENDIF.
CALL FUNCTION 'LIST_TO_ASCI'
EXPORTING
   LIST_INDEX               = -1
*   WITH_LINE_BREAK          = ' '
* IMPORTING
*   LIST_STRING_ASCII        =
*   LIST_DYN_ASCII           =
TABLES
   LISTASCI                 = it
   LISTOBJECT               = INT_S000
EXCEPTIONS
   EMPTY_LIST               = 1
   LIST_INDEX_INVALID       = 2
   OTHERS                   = 3
IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
The internal table INT_S000 is of same type of that programs final internal table.
What might be the problem?

Similar Messages

  • My ipod is disabled and i forgot the password and after that i plugged it in itunes and it still wont let me and the buttons arent working so i cant put it in recovery mode so what do i do!!

    my ipod is disabled and i forgot the password and after that i plugged it in itunes and it still wont let me and the buttons arent working so i cant put it in recovery mode so what do i do!!

    Use this program to place the iPod in recovery mode. Then restore.
    RecBoot: Easy Way to Put iPhone into Recovery Mode

  • I'm new to Mac and the program/all called Numbers. I'm trying to use both Average and small in the same formula. What's I'm trying to do is take 20 cells, find the 10 lowest numbers, then get the average and after that multiply it by .96

    I'm new to Mac and the program/all called Numbers. I'm trying to use both Average and small in the same formula. What's I'm trying to do is take 20 cells in a column,  find the 10 lowest numbers, then get the average and after that multiply it by .96  I used to use Excel and the formula worked fine in that. Here is my Formula
    =(average(small(H201:H220,{1,2,3,4,5,6,7,8,9,10})))*.96
    This formula worked in Excel and when I converted my spreadsheet over to Numbers, this formula no longer works.
    The best that I have been able to do so far is use small in 10 different cells, then get the average of the 10 cells and finally multiply that average by .96  So instead of using 1 cell, I'm using 12 cells to get my answer.
    This is a formula that I will be using all the time. The next cell would be =(average(small(H202:H221,{1,2,3,4,5,6,7,8,9,10})))*.96
    Hoping I explain myself well enough and that someone can help me.
    Thanks

    You can still do it in one cell but it will be more unruly than the Excel array formula.
    =average(small(H201:H220,1),small(H201:H220,2),small(H201:H220,3),...,small(H201:H220,10))*0.96
    where you would, of course, replace the "..." with the remaining six SMALL functions.

  • I have an iphone 5s and my phone was working perfectly fine then it turn into a blue screen and after that i tried to restore it but when i do the phone does half of the steps and then it turns into a blue screen and it doesnt work again what can i do?

    i have an iphone 5s and my phone was working perfectly fine then it turn into a blue screen and after that i tried to restore it but when i do the phone does half of the steps and then it turns into a blue screen and it doesnt work again what can i do?

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Malvinfromny wrote:
    ... i tried to restore it but when i do the phone does half of the steps and then it turns into a blue screen and it doesnt work again what can i do?
    If you try all these Steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step... Be sure to make an appointment first...

  • HT6146 i download ios 6.1.6 and after that it told me to connect to itunes. i have no clue what to do next

    i downloaded ios 6.1.6 and after that it told me to go to itunes. i dont know what to do next.

    Connect your device to your computer and restore it in iTunes.

  • HT1688 MY IPHONE 3GS START TO GET REALLY HOT, AND AFTER THAT ALMOST EXPLODE...ITS BROKEN NOW.... THE BATTERY GETS FAT... WHATS THE SOLUTION NOW???

    MY IPHONE 3GS START TO GET REALLY HOT, AND AFTER THAT ALMOST EXPLODE...ITS BROKEN NOW.... THE BATTERY GETS FAT... WHATS THE SOLUTION NOW???

    Unfortunately it looks like your 3GS' battery has expanded so much that it cracked the whole case wide open. If you have AppleCare on your device then you're all set, just take it to your local Apple Store.
    If not, then still take it to the store. Complain about the battery bursting, and make sure to tell them that it's for sure a defect (you'd think it's obvious, but sometimes you just need to drive the point in), and that it potentially could have been and still be a hazard.
    Remind them that the phone has not been in any adverse conditions, extreme temperatures, or abused in any way but that you just merely used it normally. (I'm assuming that's the truth?)
    If they're good about it they should replace the broken phone for you; but unfortunately there's little chance of repairing your current device.

  • I have I phone 4s. I made update and after that the WI-FI is not starting. Can somebody tell me what to do? Thank you

    I have I phone 4s. I made update and after that the WI-FI is not starting. Can somebody tell me what to do? Thank you

    I have the exact problem on my 4s immediately after updating to 6.1.2. Not able to enable the phone wifi at all! Can anyone please help?

  • Possible help I bought this iPhone, and after that I told him and lock

    Possible help I bought this iPhone, and after that I told him and lock, and I went to a companions did not know what should I do help me
    <Personal Information Edited by Host>

    If you are trying to activate an iPad or iPhone and it is asking for a previous owners Apple ID and password, you have encountered the Activation Lock. This is a security feature that prevents thieves from setting up and using a stolen or lost iPad or iPhone. You have no alternative. You must contact the previous owner to get permission to use the device. If you cannot contact the previous owner return the device to where you bought it and get a refund. You will never be able to activate the device and no one can help you do it.

  • Dear Apple Support,  Good day to you. This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..  After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to resto

    Dear Apple Support,
    Good day to you.
    This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..
    After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to restore. So i connect it to itunes and wait to restore my ipad mini because it is not opening.
    After restoring it my ipad is now opening and it is like new that i need to set up again.
    I set up again until i reach the apple id and password.
    I put my below apple ID and password to unlock my ipad but it didn't work. The message i receive is "the apple ID cannot be used to unlock this Ipad.
    What will I do? Please help.
    Thank you
    Sent from my iPhone
    Begin forwarded message:
    From: Apple <[email protected]***>
    Date: October 9, 2013 at 11:53:53 PM GMT+4
    To: ****
    Subject: Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini 
    Dear Leslie J.,
    Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini named “Leslie Joye's iPad”.
    If you have not recently set up an iPad with your Apple ID, then you should change your Apple ID password. Learn more.
    Apple Support
    <Email Edited By Host>

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

  • Help: I want to auto schedule a load using file watcher but it runs only once for the first time and after that it is not running at all

    Hi All,
    I am trying  to execute the below code as provided from one of the blogs. i am able to run the job only once based on a file watcher object(i.e. for very first time) and after that the job is not running at all and if  i schedule the job to run automatically based on interval of 10 or more minutes it is executing properly). Please let me know or guide me if i have missed any step or configuration.that is needed.
    Version of Oracle 11.2.0.1.0
    OS : Windows 7 Prof
    Given all the necessary privileges
    BEGIN
      DBMS_SCHEDULER.CREATE_CREDENTIAL(
         credential_name => 'cred',
         username        => 'XXXX',
         password        => 'XXXX');
    END;
    CREATE TABLE ZZZZ (WHEN timestamp, file_name varchar2(100),
       file_size number, processed char(1));
    CREATE OR REPLACE PROCEDURE YYYY
      (payload IN sys.scheduler_filewatcher_result) AS
    BEGIN
      INSERT INTO ZZZZ VALUES
         (payload.file_timestamp,
          payload.directory_path || '/' || payload.actual_file_name,
          payload.file_size,
          'N');
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_PROGRAM(
        program_name        => 'prog1',
        program_type        => 'stored_procedure',
        program_action      => 'YYYY',
        number_of_arguments => 1,
        enabled             => FALSE);
      DBMS_SCHEDULER.DEFINE_METADATA_ARGUMENT(
        program_name        => 'prog1',
        metadata_attribute  => 'event_message',
        argument_position   => 1);
      DBMS_SCHEDULER.ENABLE('prog1');
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_FILE_WATCHER(
        file_watcher_name => 'file_watcher1',
        directory_path    => 'D:\AAAA',
        file_name         => '*.txt',
        credential_name   => 'cred',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_JOB(
        job_name        => 'job1',
        program_name    => 'prog1',
        queue_spec      => 'file_watcher1',
        auto_drop       => FALSE,
        enabled         => FALSE);
      DBMS_SCHEDULER.SET_ATTRIBUTE('job1','PARALLEL_INSTANCES',TRUE);
    END;
    EXEC DBMS_SCHEDULER.ENABLE('file_watcher1,job1');
    Regards,
    kumar.

    Please post a copy and paste of a complete run of a test case, similar to what I have shown below.
    SCOTT@orcl12c> SELECT banner FROM v$version
      2  /
    BANNER
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    PL/SQL Release 12.1.0.1.0 - Production
    CORE    12.1.0.1.0    Production
    TNS for 64-bit Windows: Version 12.1.0.1.0 - Production
    NLSRTL Version 12.1.0.1.0 - Production
    5 rows selected.
    SCOTT@orcl12c> CONN / AS SYSDBA
    Connected.
    SYS@orcl12c> -- set file watcher interval to one minute:
    SYS@orcl12c> BEGIN
      2    DBMS_SCHEDULER.SET_ATTRIBUTE
      3       ('file_watcher_schedule',
      4        'repeat_interval',
      5        'freq=minutely; interval=1');
      6  END;
      7  /
    PL/SQL procedure successfully completed.
    SYS@orcl12c> CONNECT scott/tiger
    Connected.
    SCOTT@orcl12c> BEGIN
      2    -- create credential using operating system user and password (fill in your own):
      3    DBMS_SCHEDULER.CREATE_CREDENTIAL
      4       (credential_name     => 'cred',
      5        username          => '...',
      6        password          => '...');
      7  END;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- create table to insert results into:
    SCOTT@orcl12c> CREATE TABLE ZZZZ
      2    (WHEN      timestamp,
      3      file_name varchar2(100),
      4      file_size number,
      5      processed char(1))
      6  /
    Table created.
    SCOTT@orcl12c> -- create procedure to insert results:
    SCOTT@orcl12c> CREATE OR REPLACE PROCEDURE YYYY
      2    (payload IN sys.scheduler_filewatcher_result)
      3  AS
      4  BEGIN
      5    INSERT INTO ZZZZ VALUES
      6        (payload.file_timestamp,
      7         payload.directory_path || '/' || payload.actual_file_name,
      8         payload.file_size,
      9         'N');
    10  END;
    11  /
    Procedure created.
    SCOTT@orcl12c> -- create program, define metadata, and enable:
    SCOTT@orcl12c> BEGIN
      2    DBMS_SCHEDULER.CREATE_PROGRAM
      3       (program_name          => 'prog1',
      4        program_type          => 'stored_procedure',
      5        program_action      => 'YYYY',
      6        number_of_arguments => 1,
      7        enabled          => FALSE);
      8    DBMS_SCHEDULER.DEFINE_METADATA_ARGUMENT(
      9       program_name         => 'prog1',
    10       metadata_attribute  => 'event_message',
    11       argument_position   => 1);
    12    DBMS_SCHEDULER.ENABLE ('prog1');
    13  END;
    14  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> BEGIN
      2    -- create file watcher:
      3    DBMS_SCHEDULER.CREATE_FILE_WATCHER
      4       (file_watcher_name   => 'file_watcher1',
      5        directory_path      => 'c:\my_oracle_files',
      6        file_name          => 'f*.txt',
      7        credential_name     => 'cred',
      8        destination          => NULL,
      9        enabled          => FALSE);
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> BEGIN
      2    -- create job:
      3    DBMS_SCHEDULER.CREATE_JOB
      4       (job_name          => 'job1',
      5        program_name          => 'prog1',
      6        queue_spec          => 'file_watcher1',
      7        auto_drop          => FALSE,
      8        enabled          => FALSE);
      9    -- set attributes:
    10    DBMS_SCHEDULER.SET_ATTRIBUTE ('job1', 'PARALLEL_INSTANCES', TRUE);
    11  END;
    12  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- enable:
    SCOTT@orcl12c> EXEC DBMS_SCHEDULER.enable ('file_watcher1, job1');
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- write file (file must not exist previously):
    SCOTT@orcl12c> CREATE OR REPLACE DIRECTORY upncommon_dir AS 'c:\my_oracle_files'
      2  /
    Directory created.
    SCOTT@orcl12c> declare
      2    filtyp utl_file.file_type;
      3  begin
      4    filtyp := utl_file.fopen ('UPNCOMMON_DIR', 'file1.txt', 'W', NULL);
      5    utl_file.put_line (filtyp, 'File has arrived ' || SYSTIMESTAMP, TRUE);
      6    utl_file.fclose (filtyp);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- wait long enough (may take more than one minute) for job to run:
    SCOTT@orcl12c> EXEC DBMS_LOCK.SLEEP (100)
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- check for results:
    SCOTT@orcl12c> SELECT * FROM zzzz
      2  /
    WHEN
    FILE_NAME
    FILE_SIZE P
    22-OCT-13 10.12.28.309000 PM
    c:\my_oracle_files/file1.txt
            57 N
    1 row selected.
    SCOTT@orcl12c> declare
      2    filtyp utl_file.file_type;
      3  begin
      4    filtyp := utl_file.fopen ('UPNCOMMON_DIR', 'file2.txt', 'W', NULL);
      5    utl_file.put_line (filtyp, 'File has arrived ' || SYSTIMESTAMP, TRUE);
      6    utl_file.fclose (filtyp);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- wait long enough (may take more than one minute) for job to run:
    SCOTT@orcl12c> EXEC DBMS_LOCK.SLEEP (100)
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- check for results:
    SCOTT@orcl12c> SELECT * FROM zzzz
      2  /
    WHEN
    FILE_NAME
    FILE_SIZE P
    22-OCT-13 10.12.28.309000 PM
    c:\my_oracle_files/file1.txt
            57 N
    22-OCT-13 10.14.08.580000 PM
    c:\my_oracle_files/file2.txt
            57 N
    2 rows selected.

  • Hi, my computer is not detecting any display, i'd been having this problem since i connected my computer to a tv, the tv burned up, and after that my port doesn't detect anything at all?? Was that the problem can I fix it.I have the lion 10.7.5.

    Hi, my computer is not detecting any display, i'd been having this problem since i connected my computer to a tv, the tv burned up, and after that my port doesn't detect anything at all?? Was that the problem can I fix it.I have the lion 10.7.5. Dont know if I changed settings or something.

    Hello,
    It isn't the fw in Network you want o use or look at, that's for something completely different.
    My first suspect is the Power Adapter on the LaCie has gone.
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware>Firewire, what is listed there?
    Reset the Firewire bus
    If your Firewire or USB isn't recognizing any device.  A solution which has worked for some whose hard drive became invisible in 10.4 was simply to follow these four steps to reset the Firewire/USB bus:
    1. Shut the machine down.
    2. UNPLUG the power lead to the computer and any firewire/USB drive or devices.
    3. leave it for 10 minutes.
    4. Connect back up and reboot.
    http://www.macmaps.com/firewirebug2.html

  • HT201210 I updated my ipad 1 to 5.1.1 and after that, my ipad shows black screen only, no more

    I updated my ipad 1 to 5.1.1 and after that, my ipad shows black screen only, no more screens, what can i do to fix it,a already tried to recover several times, on three different computers nothing happens

    1. Turn off iPad
    2. Connect USB cable to computer
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times.

  • I have upgraded my Iphone 4s to 7.0.3 and after that my phone is not charging at all if i leave my phone for charging for more then 24 hours it will charge upto 50%. How do i solve  this issue ?? pls suggest ??

    I have upgraded my Iphone 4s to 7.0.3 and after that my phone is not charging at all if i leave my phone for charging for more then 24 hours it will charge upto 50%. How do i solve  this issue ?? pls suggest ??

    Even if it is a hardware problem they should fix it regardless of warranty. If you buy a car and after 1.5 years the doors fall off due to a failure in their design and construction, do you think the car manufacturer could pull off what Apple is trying to do? Yes the car still delivers its primary objective of driving from A to B, but significant functionality has been lost due to their fault.
    It is the same with this iPhone wifi problem. Apple are a disgrace, I have had significant Apple Hardware failures with my MacBook Pro and iPhone within 2 years of purchase. Pathetic quality.

  • Hi, please, anybody knows how many coolers has an iMac 27 Intel core i5? The widget iStatpro shows 3. I changed my HD (the previous one of 1TB crashed) and after that the HDD cooler is constantly working at 4.600 rpm. Anybody is facing this problem?

    Hi, please, anybody knows how many coolers has an iMac 27 Intel core i5? The widget iStatpro shows 3. I changed my HD (the previous one of 1TB crashed) and after that, the HDD cooler is constantly working at 4.600 rpm. Anybody is facing this problem?

    Did you replace the HD yourself? If so what HD did you use?
    You should be aware that the symptom you describe is likely to be because you've used an incompatible HD. The current Macs have the temperature sensor actually in the HD package, with a modified cable to connect to the logic board.
    If the sensor is not in circuit, the fans will run full tilt all the time.
    Also, if it was under warranty, I think you'll find you've just voided it.

  • Hello, i restored and updated my iphone 4 to the latest version of 5.1.1 and after that when i connect my mobile to i tunes all i see is a big rectangle and a apple logo on left and a small lock on right side please help me fix this problem.

    hello,
    i restored and updated my iphone 4 to the latest version of 5.1.1 and after that when i connect my mobile to i tunes all i see is a big rectangle and a apple logo on left and a small lock on right side please help me fix this problem.

    I sloved this issue by resting my phone from settings>general>reset>reset all settings...the problem will be fixed

Maybe you are looking for

  • Solution Manager 4.0- Kernel Upgrade(disp+work stops)

    Hi, While doing Kernel Upgrade for Solution manger 4.0 , the disp+work stops. I have taken the Packs as per my requisite for Windows server X64 bit - Unicode The files that were taken are : SAPEXEDB_102-20001356.SAR SAPEXE_102-20001354.SAR The servic

  • HOw can i show a table(name given in parameters) in a report program

    I made a report in which there is a paremeter asking for a table name .... PARAMETERS TBLLE_NAME(10) OBLIGATORY. Now when I enter the table namke then how can i show its values.... HINT:- We have to use fiels symbols....AND THE USER CAN ENTER ANY DDI

  • Memory is supposedly Full, deleted some files, and now I can't open Itunes.

    I have a Macbook Pro but I don't play any games, I've never downloaded movies, but I do download music approx. 16GB and pictures...though not sure how to see how much memory these take up. Recently I've had trouble because my computer keeps notifying

  • How to define a scalable font in SmartForms

    I am a newbie in SAP. I am using Zebra printer. I need to define a scaleable font, 12point for the font height and 18 point for the character width. Please give me step by step on how this can be done. Please help and I promise points

  • Gmail sent messages are being continously moved to Outbox in OS X mail.

    Gmail sent messages are being moved to Outbox in OS X mail. You can not be sure whether they have been sent or going to be sent anyway. No network problems or SMTP problems exist, a variety of IOS and Windows equipment uses gmail without glitches.(OS