Export Tables (SE11 stuff) and ABAP program (SE80 stuff), HOW TO ?

Hi,
I'm working with the VMWare version (SAP NetWeaver 70 - Java and ABAP VMware Trial) and I'm having quite some fun creating my first application (following instructions in a book I have).
For now I'm rather impressed with SAP, and I don't really understand why people pester so much about it. From what I can see for now I'll have my app up in no time. Also I didn't realise that SAP was quite "open" in fact, I was suprised for example to be able to run the debugger "/h" on "SE11" for example, and thus view the SAP source code. Is this also possible on SAP ERP Financials/HCM/Operations transactions ?
OK... I'll confirm all this when I have more experience and my application is actually working, but this is the mood of the week (after a hard WE trying to get NW working).
However, Heres's my question *************
Now I've done some work (created tables with SE11 and ABAP programs with SE80), how can I export this work (to some files) so that if my vmware screws up I can import it back in ?
Another situation : How do I put my work in someone elses NetWeaver (or SAP for that matter) ?
Thanks for some replies.
Angela

Hi,
Thanks. Indeed, when I create my SE11 or SE80 stuff, I keep choosing "local objects".
I don't fully understand what you're saying though.
Do you say that when I've finished my project I can export all my "local objects" to a file or something and import them back in later (or on another NetWeaver)? How do I go about that ? With a transport request ?
Or are you saying that instead of choosing "local objects" I should pick the other option, then what happens ? In my book they always say to use local objects.
About SE80, my book mentions the "export to file" button, but if I've created tens or hundreds of files, this seems a little cumbersome.
I'm asking this because my book doesn't seem to address this topic.
Angela

Similar Messages

  • Table Name where the ABAP program names get stored

    Can any 1 tell me the table name where the ABAP programs get stored

    try TRDIR,TRDIRT,TADIR
    regards
    shiba dutta

  • I've got movies on my computer on itunes, however my parents wish that i use my laptop for itunes stuff, and i cant figure out how to get those movies to be able to sync with my ipod again, it wont recognize that I have them. Suggestions?

    I've got movies on my computer on itunes, however my parents wish that i use my laptop for itunes stuff, and i cant figure out how to get those movies to be able to sync with my ipod again, it wont recognize that I have them. Suggestions?

    While you're in itunes, with the leftside window open, click on Apps. Then, look across the top middle of your itunes screen. You will see several choices: All, Iphone/iPad Touch, Ipad, Ipod Games, List, and Updates. 
    Clicking on each of these gives you a different view. 
    When you select ALL you will see all of your apps. When you select Updates you sill see only the apps that need to be updated. When you are in Updates you will see the Update button in the lower right corner.
    Hope this helps.

  • How to exchange data between wda program and abap program?

    Dear guru,
    the situation is:
    we have a abap program , which uses
      CALL FUNCTION 'WDY_EXECUTE_IN_PLACE'
        EXPORTING
        PROTOCOL                  =
        INTERNALMODE              = 'X'
        SMARTCLIENT               =
          application               = 'YHREFM_WD_APPROVE2'
        CONTAINER_NAME            =
          PARAMETERS                = lt_parameters
        SUPPRESS_OUTPUT           =
      IMPORTING
        OUT_URL                   =
      CHANGING
        VIEWER                    =
        EXCEPTIONS
          invalid_application       = 1
          browser_not_started       = 2
          action_cancelled          = 3
          OTHERS                    = 4
    to call a wda application inside sapgui, and  we want to get data return by the wda application in the program.
    we tried to use EXPORT/IMPORT  TO/FROM MEMORY, but failed.
    could you please tell me how to do that?
    br
    zj

    For integration between SAPGUI and WDA, the only supported solution is to have two iViews within the same portal page.  As mentioned in the linked thread, this function module is not released for customer usage.  You could setup a parameter transaction around WDYID and launch the WDA application from a SAPGUI transaction.
    For communicaiton of data, I wouldn't suggest anything that relies on memory communication.  In a multiple application server envinroment, there is no way to know if the two sessions will be on the same application server due to load balancing.  Therefore you should fall back to communications at the database level. Write data into a temporary database table. Consider using Server Cookies.

  • Key/Text table - usage in an ABAP program

    Hi Abapers!
    I need help about usage of key and text tables.
    I have created key and text table and now i want to use them in the abap program. My problem is, that i don't know how to properly read data into internal table from these two tables, so i can show these data in the table control. I also want to know how to save data from text boxes into key and text table (text boxes: txtid, txtlang, txttext).
    Key Table:
    name: ztbl1
    fields: mandt, id
    key fields: mandt, id
    Text table:
    name: ztbl2
    fields: mandt, lang, id, text
    key fields: mandt, lang, id
    Tables are connected together as they should be.
    And i don't want to use sm30 for editing table data.
    Regards,
    Egi

    My Dear,
    u are loosing the concept of Text table...
    Text table are generally used for multi lingual F4 (i.e you enter vaious F4 list to be displayed for a perticular field when a user from differenct lang log on)
    for eg...
    in urr text table u have .. 2 key itemm
    item_code     ||      lang     ||     text
    10111         ||      E        ||     Eng_Chicken
    10111         ||      D        ||     Chickeno (translation from eng to germen)
    10111         ||        F      ||     Ghoose..
    so when a user with logon lang as 'E' will log on and when he press F4 on item_code he ill see Eng_chicken
    but when a user with logon lang as 'D' will log on and when he press F4 on item_code he ill see Chickeno not Eng_chicken..
    i hope u understood the whole concept...
    No rewards Plz...

  • InDesign CS6 ePub Export : Tables with header and footer in HTML

    Hey there,
    does anyone know, whether InDesign CS6 also exports Table Headers and footers correctly into the XHTML-File of the ePub.
    What I mean, is whether the elements <thead> and <tfoot> are created?
    Or is it only possible to steer this via the CSS-Classnames which can be given in the tableformats?
    Generally I think it would be better if the user had the chance to map other exporttags to its elements than just p, em, strong, h1-h6.
    it would be useful to also put in other elements by hand.
    Best regrads.

    Magnolee2 wrote:
    does anyone know, whether InDesign CS6 also exports Table Headers and footers correctly into the XHTML-File of the ePub.
    What I mean, is whether the elements <thead> and <tfoot> are created?
    By "also", do you mean the behavior is changed with respect to CS5/CS5.5? In those, thead and tfoot are created correctly. (Although, quite disconcerting, in the order "thead / tfoot / tbody". ePub renderers based on Webkit display them correctly nevertheless, but others do not. An extremely annoying free interpretation of the W3C rules.)

  • Java and abap programing

    can any one help as in at freshers level how much of java programing is needed as in in details which all topics and where do u use later, i just know basics of abap.......
    Message was edited by: anu raj

    I think java will come in handy if you are developing Netweaver portals applications using Web dynpro java  or  jspdynpage applications.  In the latter, it is very important to know java very well.  With web dynpro, a lot of the coding is hidden from you, but you still need to know the basics of java and oo programming concepts.
    I noticed that you have already marked your post as "solved on my own".  I would suggest reversing that unitll your question has been answered completely.  When people see the blue star, then usually don't bother to read the post, hence limiting your answers.
    Once your question has been answered, award point accorindly.  Welcome to SDN!!
    Regards,
    Rich Heilman

  • Function Modules and ABAP programs Where-Used

    Hi,
    Can anyone teach me on how to check where a function module or ABAP programs have been used? When I click the where-used button, there's nothing found but I know the FM/ABAP programs have been used somewhere.
    Thanks.

    Hi,
    This is very basic question, you simply need to go to transaction SE37 for FM and click on the where used list, in the next popup you will have to make proper selections, e.g. ABAP reports, FM's etc. then it will give you the list of objects where the current object is getting used.
    I am not sure whether we will have any where used list for SE38 programs, just check it out.
    Regards,
    Durgesh.

  • I import in HD and Export in HD 1280x720 and Use the IDVD burner How do I get the best quality? It seems to be a generation down on quality.

    Need help with getting best quality for DVD's.

    The best quality you can get is to first understand that the biggest frame you can play back using a DVD player is 720x480. So no matter how big the image is going into iDVD it is throwing away some information to get it all to fit 720x480. Your best option then is go to Share Menu > Media Browser... Then choose the Large size.
    Open iDVD and find your video project by clicking on the Media button in the iDVD lower right hand corner. Then above that there's the media browser window with the Movies button on the right hand side. Click Movies button and browse for your project under the iMovie star icon.
    Drag that project into a clip and burn the project to a DVD-R.

  • HT1202 hi im trying to link my itunes account to my husbands computer but it comes up with my stuff and his together?? how can u have two seperate itunes accounts on 1 computer?

    how do i add a seperate itunes account to a new computer that is already linked to a itunes account?

    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • I backed my ipod up but it changed a lot of stuff and deleted iMessage chats. How can I restore it back to how it was before?

    How can I un back up my ipod

    If the last backup was before the deletions/changes your only hope is a data recovery company like one of these discussed here:
    https://discussions.apple.com/thread/5316025?tstart=0

  • Reg:Abap program table name

    Hi friends,
    Which table contains all the abap programs ?
    Thanks and Regards
    V.Raja sekaran

    Hi V,
    Or you can use this transparent table : D010SINF
    Thanks
    william wilstroth

  • How to pass table data to brf plus application through abap program

    Dear All,
    i have a question related to BRF Plus management through abap program.
    In brf plus application end, Field1,field2,field3 these 3 are importing parameters.
                                           Table1->structure1->field4,field5 this is the table,with in one structure is there and 2 fields.
    in my abap program, i am getting values of fields let us take field1,field2,field3,field4,field5.
    And my question is
    1) How to pass fields to BRF Plus application from abap program.
    2)How to pass Table data to BRF Plus application from abap program.
    3)How to pass Structure data to BRF Plus application from abap program.
    4)How to get the result data from BRF Plus application to my abap program.
    And finally , how to run FDT_TEMPLATE_FUNCTION_PROCESS.
    How do i get the code automatically when calling the function in brf plus application.
    Regards
    venkata.

    Hi Prabhu,
    Since it is a Custom Fm i cant see it in my system.
    Look if u want to bring data in internal table then there could be two ways::
    1) your FM should contain itab in CHANGING option , so that u can have internal table of same type and pass through FM,
    2) read values one by one and append to internal table.
    Thanks
    Rohit G

  • How to compare all ABAP Programs (Workbench) between system?

    Hi BASIS Guru,
    Please kindly guide me How to compare all ABAP Programs (Workbench) between system?
    I have copy client (Export/Import) from PRD to DEV but I have some error about abap programs does not exist.
    For example COPA workbench object (Table and ABAP Program).
    Please kindly help.
    Thank you very much.
    Best Regards,
    Saiya

    Hi,
    You can use SE39 to compare your programs.
    Regards,
    Vijay

  • Scripts and Abap

    SAP Scripts and ABAP programs are client dependent or not? Why?
    regards,
    kb

    Hi,
    Standard Texts, SAP Scripts are client dependent objects.Tables are client indpendent but the data in those tables is client dependent as we have there is a field called MANDT. All dictionary objects like Tables, Views and other objects in SE11 and Programs, Fun modules ,smartformsand most of the repository objects are client Independent.
    http://sap.ittoolbox.com/documents/popular-q-and-a/differentiating-between-dependent-and-independent-data-1957
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a9/bb963a570b4b5de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/8a9a3aaf894871e10000000a114084/frameset.htm
    Re: What is the concept of Client
    Reward if found helpfull,
    Cheers,
    Chaitanya.

Maybe you are looking for