What is the next step after ABAP ? Need resources for SAP structure

Hello,
I have learned ABAP and now it is time to use it to write SAP programs. But what is the next step?
From where can I get information about SAP tables to proceed?
I have 2 ABAP books but they only provide the syntax for ABAP. After learning that, I am finding trouble in knowing on which objects/tables to apply it on.
For example, I want to know that when I use the CV01n to create a file, what happens in terms of internal SAP tables?
If I select multiple files in the search result "CV04N" which table should I access to get these selected files?
Basically does anyone know where I can find such resources in order to understand how to proceed in developing SAP application ?
Regards.

Hi HASSAN,
    For Learning the Business part of  ABAP, (That is what is missing for you i.e the tables and their relations), i would suggest you to take one module at a time.
Like MM(Material management) or SD(Sales and distribution) etc.
Refer this link to know the business part of the SAP:
MM:
http://help.sap.com/saphelp_47x200/helpdata/en/96/df293581dc1f79e10000009b38f889/frameset.htm
SD:
http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm
Regards,
Ravi

Similar Messages

  • What is the Next Step after MCSE

    I need to know what is the Next Step after MCSE massaging ?
    and what is the top certificate in Microsoft

    Hey Mohamed,
    I agree with Danny, he explained perfectly. 
    MCSE Certification is the highest in servers, DB, etc. .. (except from Office where different certifications)
    MASTER degree have now only for Microsoft Office. 
    See all qualifications for office following link 
    https://www.microsoft.com/learning/en-us/office-certification.aspx 
    Or details of the MASTER link 
    https://www.microsoft.com/learning/en-us/mos-master-certification.aspx
    Please Mark This As Answer if it helps to solve the issue
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP
    |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

  • What is the next step after editing or triming a video ? What type of file format to save and what to do after that ?

    what is the next step after editing or triming a video?
    what type of file format should be save and what to do after that?

    In the early days of digital video editing, an export render could take hours!  Not many applications are as hard on system resources as video editing, and rendering the final edit is probably the most system intense action of all.  
    Head on over to the Premiere Pro Hardware forum to see what sort of computer hardware the pros use for NLE (non linear editing), or to the PPBM5 site for a better look.
    PPBM5 Benchmark
    Also check out the specs on the Video Guys website

  • What's the next step after the rebate settlement running?

    I had created the final settlement for the some rebate settlements via vb(7,so what's the next step for it? Is it going to be routed to the financial side for the next amount payment?Please advise.

    You need to create a rebate credit memo request "Standard Document Type B1". It is created automatically while settling rebates.
    Just check if any sales document of type B1 has been generated? Go to VBO2 under menu 'Rebate Payments' you will see 'Credit Memo Request', if you are able to click on the Change/Request that would mean rebate credit memo request has been created.
    If not change the Agreement status in control data to 'B' and click on execute settlement. In the next screen enter the amount for which you want to create rebate memo and save.
    This would generate rebate credit memo request if all customizing is correct. Either case you will get a message.
    Now this credit memo request needs to billed as a normal sales order and if all SD-FI integration settings are correct this would also completes your rebate process.
    Sudhir

  • Migrating large project from DSC 7.1 to LabView 2009 Shared Variables ... What's the next step after recreating my variables?

    I am in the process of migrating a large distributed (multi-workstation) automation system from the LabVIEW 7.11 DSCEngine on Windows XP to the LabVIEW 2009 Shared Variable Engine on Windows 7.
    I have about 600 tags which represent data or IO states in a series of Opto22 instruments, accessible via their OptoOPCServer. There are another 150 memory tags which are used so the multiple workstations can trade requests and status information to coordinate motion and process sequencing.  Only one workstation may be allowed to run the Opto22 server, because otherwise the Opto22 instruments are overwhelmed by the multiple communications requests; for simplicity, I'll refer to that workstation as the Opto22 gateway.
    The LabVIEW 2009 migration tool was unable to properly migrate the Opto22 tags, but with some help from NI support (thank you, Jared!) and many days of pointing and clicking, I have successfully created a bound shared-variable library connecting to all the necessary data and IO.  I've also created shared variables corresponding to the memory tags. All the variables have been deployed.
    So far, so good. After much fighting with Windows 7 network location settings,  I can open the Distributed System Manager on a second W7/LV2009 machine (I'll refer to it as the "remote" machine henceforth) and see the processes and all those variables on the Opto22 gateway workstation. I've also created a few variables on the remote workstation and confirmed that I can see them from the gateway workstation.
    Now I need to be able to use (both read and write) the variables in VIs running on the remote workstation machine. (And by extension, on more remote workstations as I do the upgrade/migration).
    I have succeeded in reading and writing them by creating a tag reader pointed at the URL for the process on the Opto22 gateway. I can see a way I could replace the old DSC tag reads and writes in my applications using this technique, but is this the right way to do this? Is this actually using the Shared Variable Engine, or is it actually using the DataSocket? I know for a fact that attempting to manipulate ~800 items via Datasocket will bog down the systems.
    I had the impression that I should be able to create shared variables in my project on the remote workstation that link to those on the Opto22 gateway workstation. When, however, I try to browse to find the processes on that workstation, I get an error saying that isn't possible.
    Am I on the right track with the tag reader? If not, is there some basic step I'm missing in trying to access the shared variables I created on the gateway workstation?
    Any advice will be greatly appreciated.
    Kevin
    Kevin Roche
    Advisory Engineer/Scientist
    Spintronics and Magnetoelectronics group
    IBM Research Almaden

    I have found the answer to part of my question -- an relatively easy way to create a "remote" library of shared variables that connect to the master library on my gateway workstation.
    Export the variables from the master library as a csv file and copy that to the remote machine.
    Open the file on the remote machine (in excel or the spreadsheet app of your choice) and (for safety's sake) immediately save it with a name marking it as the remote version.
    Find the network path column (it was "U" in my file).
    replace the path for each variable (which will be either a long file path or a blank, depending on the kind of variable) with \\machine\'process name'\variable name
    where machine is the name or ip address of the master (gateway) workstation (I used the ip address to make sure it uses my dedicated automation ethernet network rather than our building-wide network)
    and process name is the name of the process with the deployed variables visible in the Distributed System Manager on the gateway machine.
    NOTE the single quotes around the process name; they are required.
    The variable name is in the first ("A") column, so in Excel, I could do this for line 2 with the formula =CONCATENATE("\\machine\'process name'\",A2)
    Once the formula worked on line 2, I could copy it into all the other lines.
    Save the CSV file.
    Import the CSV into the remote library to create the variables.
    Note: at this point, if you attempt to deploy the variables, it will fail. The aliases are not quite set properly yet.
    Open the properties for the first imported variable.
    There is probably an error message at the bottom saying the alias is invalid.
    In the alias section, you'll see it is set to "Project Variable" with the network path from step 4.
    Change the setting to "PSP URL" with the same path and the error message should disappear.
    Close the properties box, save the library, and then export the variables to a new CSV file.
    Open the new CSV file in Excel, and scroll sideways to the NetworkrojectBound field.
    You'll notice it is False for the first variable, and true for the rest. Set the field FALSE for all lines in the spreadsheet.
    Scroll sideways... you'll notice there are two new columns between NetworkrojectPath and Network:UseBinding
    The first one is NetworkingleWriter; it should already be FALSE for all lines.
    The second one is Network:URL. That needs to be set equal to the value for each line of NetworkrojectPath.
    You can accomplish this with a formula like in step 4. In Excel it was =U2 for line 2, and then cut and paste into all lines below it.
    There is a third new field, Path, which should already be set to the location of the variable library. You don't need to do anything with it.
    Save the edited CSV file.
    Go back to the remote library, and import variables from the just-edited remote library CSV file.
    Once you have imported them and the Multiple Variable Editor opens, click on done.
    You should now be able to deploy the remote variable library without error. (Make sure to open the Distributed System Manager and start the local variable engine. It took me a few failures before I realized I had to do that before attempting a deployment).
    Voila! You now have a "remote" library of shared variables that references all the shared variables on the master machine, and which should be deployable on other machines with very little difficulty.
    It actually took longer to write out the process here than to perform these steps once I figured it out.
    Kevin Roche
    Advisory Engineer/Scientist
    Spintronics and Magnetoelectronics group
    IBM Research Almaden

  • HT201250 When I have completed the restore process , the computer asks me to restart , I have done this but it just cycles around for 15 minutes and asks me to restart again . What's the next step after this ?

    When I have completed the restore process , the computer asks me to restart the computer. When I do there it cycles for 15 minutes and then asks me to restart again. What should I do next ?

    See #E8 in Time Machine - Troubleshooting.
    Also . . . an update was released the other day, to fix some sort of restore problem (we don't know just what).  Run Software Update or download it from here:  http://support.apple.com/kb/DL1505

  • What is the next step after I repair Disc Utility

    I have just finished repairing Disc Utility.  I don't know which option to hit next?  "Erase" "Raid" "Restore" etc ?

    Was Disk Utility able to repair the disk? If so, you can simply quit Disk Utility.

  • What is the next step after I signed my jar ?

    Hello,
    I've signed my jar.
    It works but still display before this message :
    "The application digital is invalid. Do you want to run the application"
    if I say OK, it works but I would like to avoid this "not very funny" message.
    I know I have something more to do and related to certificates but to be honest I'm a little bit lost...
    Any help are welcome. :o)
    Thanks in advance,
    Mangeur de foin

    Re,
    Just to add :
    I checked with : jarsigner -verbose -certs -verify myjar.jar and the answer is "jar verified".
    And I can access local directories once the jar is launched.
    Mangeur de foin

  • What is the next step after i purchase itunes

    I am totally lost here. Bought 2 tunes on itune but can't get them to my phone. I want to make ringtones from this music. Help

    Did you check these articles? How to create and buy a ringtone for your iPhone and How to Make Custom iPhone Ringtones for Free | eHow.com or Guide: The many methods for using custom iPhone ringtones

  • SXDB - record fields, --   what's the next step?

    Hi,
      I want to generate a input file template for batch input of BOM by t-code: SXDB by the following steps:
       T-code: SXDB --> input tansfer object: 30 ==> the follow the menu: goto: record fields --> input transaction code: CS01, then create a BOM... after that a BOM was created successfully, but I can't get a file format which met what I just recorded.
    So, my question is, what's the next step after performing "record fields" in SXDB, how to generate a default input file template by t-code: SXDB?
      Please kindly advise.
      Thanks and Best Regards.

    HI,
    Immediately after recording the BOM, you`ll be in the SHDB Screen. Now, you can save the recorded code to your report program, just download the same into a program.
    You can thus create a new program and the recorded code is reflected there, now customize as per your need and start uploading data from flat file.
    Reward if helpful, hoping that info. is helpful.
    Regards

  • After creating a object of bapi what is the next step to do to create bapi

    after creating a object of bapi what is the next step to do to create bapi  completely,
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Please check the link..
    http://www.erpgenie.com/abap/bapi/example.htm

  • HT1296 Hi i am trying to update my ipad 2 it is on version 4 and has not had an update since and i donot have the option to update on my device what is the next step i need to take?

    Hi i am trying to update my ipad 2 it is on version 4 and has not had an update since and i donot have the option to update on my device what is the next step i need to take?

    See the chart below to determine whether you can upgrade your device and what you can upgrade to. If you do not have a Software Update option present on your iDevice, then you are trying to upgrade to iOS 5 or higher. You will have to connect your device to your computer and open iTunes in order to upgrade.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 7.0.x
    iPhone 4S                                    iOS 7.0.x
    iPhone 5                                      iOS 7.0.x
    iPhone 5c                                     iOS 7.0.x
    iPhone 5s                                     iOS 7.0.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 7.0.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 7.0.x
    iPad 3                                          iOS 7.0.x
    iPad 4                                          iOS 7.0.x
    iPad Mini                                      iOS 7.0.x
    iPad Air                                        iOS 7.0.x
    =====================================
    Select the method most appropriate for your situation.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • I need to upgrade from Mac OS x 10.6 8 what is the next step?

    I need to upgrade from Mac OS x 10.6 8 what is the next step?

    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase a redemption code at the Online Apple Store: OS X Mountain Lion. Mountain Lion is $19.99 plus tax. Use the code to redeem a download of Mountain Lion from the App Store. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later.
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model
                 Identifier 5,1 or later.
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later.
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later.
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later.
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later.
             7. Xserve (Early 2009) - Model Identifier 3,1 or later.
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
    Upgrading to Yosemite
    You can upgrade to Yosemite from Lion or directly from Snow Leopard. Yosemite can be downloaded from the Mac App Store for FREE.
    Upgrading to Yosemite
    To upgrade to Yosemite you must have Snow Leopard 10.6.8 or Lion installed. Download Yosemite from the App Store. Sign in using your Apple ID. Yosemite is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks/Yosemite- System Requirements
          Macs that can be upgraded to OS X Yosemite
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • HT3606 I have Mac OS X version 10.5.8 and so im wondering what is the next step i need to get. i have tried to get snow leopard and other things and not having any lukck . can any one help me out pls.

    I have Mac OS X version 10.5.8 and so im wondering what is the next step i need to get. i have tried to get snow leopard and other things and not having any lukck . can any one help me out pls.

    If your Mac meets these requirements:
    http://support.apple.com/kb/SP575
    then you can order a Snow Leopard disk and install it.
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Ciao.

  • What is the next step to learn acoustic guitar after the basic garage band

    I have basic garageband that came with my iMac  and I want to know what is the next step up to be taught acoustic guitar?

    A good teacher will help you learn faster, PRACTICE!

Maybe you are looking for

  • Can I use Oracle database Standar Edition One?

    Hi, In what versions of database can use Oracle Lite, to my central Database? Can Oracle Lite support Oracle Standar Edition ONE? In the official documentation only mentions Enterprise Edition and Standar Edition Thanks in advance

  • Storing data in binary files

    I am trying to store my data in binary files to save space and lessen time spent on hard disk reads. However, I can't seem to find the proper way to do this in java. For example, I have the integer 65535 in java. How do I convert it into a 2 byte str

  • Complete working code for Gmail POP3 & SMTP with SSL - Java mail API

    Finally, your code-hunt has come to an end!!!! I am presenting you the complete solution (with code) to send and retrieve you mails to & from GMAIL using SMTP and POP3 with SSL & Authenticaion enabled. [Even starters & newbies like me, can easy try,

  • Can't update my asha 501

    My wifi is connected and no software update notification. What do i do?

  • Need help to activate my iphone

    Hello every body , i have problem with my iphone , the device is locked on apple ID and need activation and the account maybe hacked but i still have the original email when i create the account, i tried many times to reset my password but no email r