Can i send back an internal table by using Changing clause?

i'm using a  Perform statement in SAP Script and i have written corresponding subroutine in an Zprogram.
In that subroutine i want to create one internal table and send back it to script.
can i send back an internal table by using Changing clause?
if it is possible, pls give me the idea................

Hi,
While calling the formroutine,just u can pass the individual values using the ITCSY.In form,you are decalring the internal table with structure itcsy-input.
Then,you need to place the loop on the table and print in script.
But, passing the internal table in script,is not recomnded..
Regards,
Shiva Kumar

Similar Messages

  • Can anyone send me link of IDOC gentn using change pointers!

    Hey guys I need to learn IDOC generation using change pointers.Please send me some help notes and link  and sample program on that !

    Hi,
    Change pointers are the mechanism through which you can send data to another SAP system or external system if there is a change happening to specific fields of master data.
    For more information, please check this link.
    http://www.angeli.biz/www5/cookbooks/workflow/workflow_30/docu.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm
    Regards,

  • How to send data from internal table to the shared folder in ABAP

    Hi experts,
             My requirement is to transfer data from a file to shared folder. i just did reading data from a file to a internal table. Now i want to send this internal table data into a shared folder which is  "
    xxx\y\z....".
    I do not have any idea on how to send data from internal table to the shared folder path.
    can anybody please help me out how to do this?
    Thanks & Regards
    Sireesha.

    Where that folder is located, its on presentation server i.e. desktop or application server.
    If its on presentation server, use FM GUI_UPLOAD.
    If its on application server, then use DATASET functions. Have a look at below link.
    [File Handling in ABAP|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/frameset.htm]
    I hope it helps.
    Thanks,
    Vibha
    Please mark all the useful answers

  • Regarding passing of the modified data back to internal table form alv

    Hi,
       My requirement is i hav a fld in my alv grid checkbox which iam checking when i output the list on the alv grid and I hav to execute an action on all the checked rows the poblem is even iam checking the checkbox it is not being passed back to internal table.I hav used methods to create and display alv grid.This is really urgent can anyone provide any inf on this .
    Thanks and Regards,
    Rajashree

    Hello Tathagata,
    I have a similar problem.
    I need to react on a change of an input-field of the
    grid-control.
    When i call the method "->check_changed_data"
    i allways get e_valid == 'X'.
    The problem is, i have to react in any case, when the
    user presses <ENTER> and if the user has changed
    a field-entry, i have to read additional data
    and store it into the internal datarow of
    the grid-table.
    I have'nt found an event like "ON DATA CHANGED" ...
    How can i solve this problem.
    Thank You very much in advance
    Michael

  • With in the internal table can I READ the same internal table for a record?

    With in the internal table can I READ the same internal table?
    For Suppose
    LOOP AT itab.
    can I do as below
    READ TABLE itab with key bukrs = itab-bukrs
                       belnr = itab-belnr.
    *and I have to compare
    IF itab-shkzg = itab-shkzg_ia.
    ENDIF.
    ENDLOOP.

    Hi,
    Yes..But use work area to differentiate..
    EX.
    DATA: WA LIKE ITAB.
    DATA: WA_READ LIKE ITAB.
    LOOP AT itab <b>INTO WA</b>.
    can I do as below
    READ TABLE itab <b>INTO WA_READ</b>
               with key bukrs = itab-bukrs
    belnr = itab-belnr.
    *and I have to compare
    IF <b>WA</b>-shkzg = <b>WA_READ</b>-shkzg_ia.
    ENDIF.
    ENDLOOP.
    Please reward for helpful answers.
    Thanks,
    Naren

  • I want to create an internal table without using header line and occurs 0?

    hi experts,
    Can anybody help me to declare an internal table without using headerline and occurs 0 options but still i have to use the functionalities that occurs 0 and header line options provide.

    Hi Saisri,
    You can use the internal table without headerline and create a header for then internal table with the same structure. We need to use the header while manipulating with the data of the internal table.
    example:
    types: begin of ty_afpo,
                 kdauf type kdauf,
                 kdpos type kdpos,
                 ltrmp   type ltrmp,
               end   of ty_afpo.
    data : t_afpo type standard table of ty_afpo,  " internal table declaration
             wa_afpo type ty_afpo.                        " work area declaration
    <after populating the data into the internal table>
    loop at t_afpo into wa_afpo.
    write:/ wa_afpo-kdauf, wa_afpo-kdpos, wa_afpo-ltrmp.
    endloop.
    This I think shall give you a basic understanding of how things work.
    <b>Reward points if this helps,</b>
    Kiran

  • Static internal table issue - Used in BI Extractor

    Hi,
      We are reading data from a table in to a static internal table and using this table for future lookups.
      Once in a while we can't find data while doing a lookup from this static internal table , But most of the time it works.
       Is it possible that data from this static internal table is removed due to memory issues during peak periods.
    Thanks in advance

    Here is the code and it is there in a function module.This function module is called from a different FM in a loop.
    TABLES: OIU_CM_MAT_PRCD.
      STATICS: i_mat_prcd LIKE OIU_CM_MAT_PRCD OCCURS 10 WITH HEADER LINE.
      DATA: ws_lines like sy-toccu.
      DESCRIBE TABLE i_mat_prcd LINES ws_lines.
      IF ws_lines = 0.
        SELECT * INTO TABLE i_mat_prcd
          FROM OIU_CM_MAT_PRCD.
        IF i_matnr > ' '.
          SORT i_mat_prcd BY matnr.
        ELSE.
          SORT i_mat_prcd BY majpd_cd pd_cd.
        ENDIF.
      ENDIF.
      IF i_matnr > ' '.
        READ TABLE i_mat_prcd WITH KEY matnr = i_matnr
           BINARY SEARCH.
        IF SY-SUBRC = 0.
          CHG_MAJOR = i_mat_prcd-MAJPD_CD.
          CHG_MINOR = i_mat_prcd-PD_CD.
          CONCATENATE i_mat_prcd-majpd_cd i_mat_prcd-pd_cd
             INTO chg_prod.
        ENDIF.    " i_matnr > blank

  • How can I send a message to multiple contacts using "groups".

    How can I send a message to multiple contacts using "groups".
    It was easy on my sony ericssonn....do i need to download an app?

    There is no group send option like you are looking for.
    To send to a group you have to pick each person you want to send to and send as a group that way. Then don't delete that SMS thread and you can reuse it again later.
    As for an app, well SMS works via your carrier and the OS, not something an App can do unless the app send the data to them (a third party) and then they relay it to the carrier. Do you really want to be sending your SMS to some 3rd party first?

  • How can I send an email from Sharepoint Online using sandbox solution?

    How can I send an email from Sharepoint Online using sandbox solution?
    If possible I do not want to use workflow.
    Is It possible to do it without using workflow?

    hello Steven Andrews,
    when any user sends a message using contact us page in SharePoint online.
    1. We are inserting item in Contact Us List . - This is working fine
    for anonymous users also. We have used Office365 anonymous codeplex wsp and it is working fine. Anonymous user is able to insert new record in the Contact Us List.
    2. Once, new record is inserted in Contact Us list, we want to fire email notifying thanks to the user on his email id as well as to our company x person for notification of new inquiry. 
    We tried using Workflow having impersonation step for  anonymous user but it is not working for Anonymous users. Workflow is able to sent the email if someone logged into system but not working for Anonymous user although workflow is getting started
    but not able to send email although used Imperonsation step.
    We are stuck into implementing second step.

  • How can you get back to the registration screen to change information once registration is complete

    how can you get back to the registration screen to change information once registration is complete?

    You don't have to. Just go to Apple's Express Lane and add products.

  • Please can anyone send me a snapshot of lsmw using bapi

    please can anyone send me a snapshot of lsmw using bapi
    pointz wll b rewarded to the person who send a snapshot of the above query in my mail
    [email protected]

    Hi,
    Please check these links for step by step including snapshot.
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    Regards,
    Ferry Lianto

  • Can We Send SmS To Any Mobile, Without Using Gsm Modem, Through Oracle

    Can We Send SmS To Any Mobile, Without Using Gsm Modem, Through Oracle ?
    suppose you don't have mobile connected to ur com port.

    is this helps?
    http://inside-apex.blogspot.com/2007/05/sending-sms-to-mobile-phone.html or
    Re: Send Message From Oracle To Mobile Device

  • Can't send email from internal server, same domain name as external.

    We have a domain "example.com", hosted externally, for email and a website.  We are thinking of hosting email 'inhouse' and have setup a dedicated subdomain on a 'fixed' IP, "mini.example.com" for AFP services mainly. mini.example.com provides DNS internally, its primary zone is also example.com. All access to the external web goes thru' a modem/router that the server is connected to. We have to set an A record for www access to our website.
    In our testing to migrate email, the internal setup works fine, until the switch over.  Now we can receive mail to the mini server, but can't send any out.
    We instructed our webhost provider to set the CNAME mail.example.com to point to mini.example.com and created a cPanel MX extry mail.example.com, 10 priority.  Previously, the external host had CNAME as mail.example.com to example.com and MX as example.com, 10 priority.
    Since the implementation of the CNAME change, we can't send emails out and they get stuck at the outbox waiting. Client Mail app, says to check for port and SSL and account settings.
    Any idea where we went wrong here and what we can do to get emails out? We could go to each computer and point-off the DNS to office IP, but we rather not.
    Thanks!

    Thank you Camelot and MrHoffman for your replies.
    I got in this am to find Mail.app could actually send out emails and I'm stratching my head wondering what happened yesterday.
    SMTP server addresss was manually set to mail.example.com for all accounts. In trying to get things to work, the mail setup was redone again by "Accounts", in Systems Preferences, when Login is clicked on, and mail was automatically given a SMTP as mini.example.com instead of mail.example.com.  I'm guessing that that could be where the initial 'inside' problems were, given that it had a 0 answer to the MX query. Or then again I wasn't patient enough.
    Just for completeness, and if there's something to learn from here, these are the dig results for example.com as seen from within the office network.
    ============================
    ~ dig mx mini.example.com :
    ; <<>> DiG 9.6-ESV-R4-P3 <<>> mx mini.example.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1791
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;mini.example.com. IN MX
    ;; AUTHORITY SECTION:
    example.com.                    10800          IN          SOA          mini.example.com. dnsadmin.example.com.example.com. 2011120603 86400 3600 604800 345600
    ============================
    ~ dig mx mail.example.com :
    ; <<>> DiG 9.6-ESV-R4-P3 <<>> mx mail.example.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36128
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;mail.example.com.                    IN          MX
    ;; ANSWER SECTION:
    mail.example.com.          10800          IN          CNAME          mini.example.com.
    ============================
    ~ dig mail.example.com :
    ; <<>> DiG 9.6-ESV-R4-P3 <<>> mail.example.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35095
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;mail.example.com.                    IN          A
    ;; ANSWER SECTION:
    mail.example.com.          10800          IN          CNAME          mini.example.com.
    mini.example.com.          10800          IN          A          10.0.0.34
    ;; AUTHORITY SECTION:
    example.com.                    10800          IN          NS          mini.example.com.
    ============================
    ~ dig mx example.com :
    ; <<>> DiG 9.6-ESV-R4-P3 <<>> mx example.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47951
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
    ;; QUESTION SECTION:
    ;example.com.                              IN          MX
    ;; ANSWER SECTION:
    example.com.                    10800          IN          MX          10 mail.example.com.
    ;; AUTHORITY SECTION:
    example.com.                    10800          IN          NS          mini.example.com.
    ;; ADDITIONAL SECTION:
    mini.example.com.          10800          IN          A          10.0.0.34

  • How can i use the internal table as a WHERE clause ?

    Dear Support ,
    I have one internal table that save the material information ...
    data : begin of itab ,
              matnr like mara-matnr ,
    end of itab .
    And now i want to fetch the material desription text base on this internal table .
    As i know that the "FOR ALL ENTRIES" statement is not allowed us to use "IN" this keyword ....
    So , Has another solution for this case ? I don't want to use "LOOP AT ...." this way ...
    Many thanks .
    Carlos

    Why can't you do
    SELECT MATNR MAKTX INTO TABLE ITAB2 FROM MAKT FOR ALL ENTRIES IN ITAB WHERE MATNR = ITAB-MATNR.

  • Can't send or receive internal mail Outlook 2013/Exchange 2013

    Working on migrating from Exchange 2010 to 2013 .  When I move a mailbox to the 2013 DB I lose the ability to send or receive internal mail.  OWA works fine, but no internal.  If I move it back to 2010, everything runs perfect.  I have
    been chasing my tail and seem to be missing something.  Any suggestions?
    :Updated:
    Host record incorrect.

    Hi Doc, First of all I would recomend you to take a look to this link:
    http://technet.microsoft.com/en-US/exdeploy2013/Checklist?state=2419-W-AgAEAAAAQAAAAAEAAQAAAAA%7e
    It's very helpfull for migrations, take the time to review it, also, in your particulary case, I'd recommend you to redirect all the messaging throught the new Exchange 2013 CAS server, so in that case all the mails from outbound just get authenticated and
    then search for each mailbox.
    Your issue cames out because your moving the user to an isolate envioroment, maybe the send connectors aren't configured, have you installed the Domain Certificate? or maybe have you exported?
    Luis Antonio Navarrete Aranda Consultor Senior Akros Solutions Ecuador

Maybe you are looking for

  • Upgrading bi publisher server error (10g to 11g)

    Hi All, We have installed OBIEE 11g (11.1.1.6). After installing we have upgraded bi publisher repository from 10g to 11g. Stopped managed server while upgrading. Upgradation was successful. But the managed server is starting in Admin mode. So unable

  • How to get all the values from a HashMap? thanks

    hi can anyone tell me how to get all the keys and their values contained in a HashMap? thanks

  • Why is the sync button shaded/ grayed out in iTunes when I try to sync my iPhone 4s

    I have 2 iPhone 4s', I originally synced one last year to the same computer I am using now, it worked fine. I have all the latest updates for iTunes and IOS. I am using a windows 7 laptop. When I try to sync my phone, iTunes takes a very long time to

  • I want to show labels having images one by one in Panel

    i want to show labels having images one by one in Panel through a while loop... I made an ImagIcon array. It doesn't work properly. It shows only first image while the variable is incrementing. :( This is my code...(Plz check it....) import java.awt.

  • Converting iMovies for TV

    I'm preparing about 20-30 movies (and later on maybe even more) in order to show them on a TV-set. I'd like to avoid burning each and everyone on DVD, I'd rather like to make them playable from a Harddisk which is connected to a TV set - therefore I