Regarding a project in abap

hi,
I am a newbie in abap.Could anyone suggest me some projects in abap.I have competed some main topics in it like abap dictionary,abap editor,internal tables.So i a nutshell i have completed the basics of abap.
I was wondering, based on my knowledge in abap, could anyone suggest me a project or a task, worthy to be submitted as a college project.
thanks.

Here is an easy way.  Simple move it to a numeric with a length of 5 and then move it back to ZIPCODE.
data: n(5) type n.
n = ZDCM-ZIPCODE.
ZDCM-ZIPCODE = n.
Regards,
Rich Heilman

Similar Messages

  • Problem regarding JAVA project...

    this is the brief discussion about my project :it actually automatically fillup the application forms or other forms on net
    (on the sites mentioned).Actually the information that is to be fill up in application form is saved on the hard disk in the form of text file .N ow my project read this text file and fill up the application form on net.
    I am actually learning core java and i want to know which book to follow for JAVA regarding my project(Means i don't know which book to follow after core java . THERE ARE servlets and JSP books,or others books) .i have not started it(project) yet.i am learning "core java from Head First Java".
    and i even don't know what are servlets And JSP ,Why it is use????
    and also tell me the books to followed for core java and then for Advanced java ???.If there are any good tutorial regading them ,then plz send me the link.....or email me at [email protected]

    You need to be proficient in core Java (J2SE) before even thinking about starting on J2EE.
    But if you want to learn more about what J2EE is, why not read the tutorial: [http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorial.pdf]

  • Regarding Migration projects

    Hi ,
    Could any one give some scenerios  of migration  project in ABAP.
    I understood Migration Projects as..." customers are migrating from older versions like 4.5 or 4.6b, 4.6c to ECC 5.0 or ECC 6.0 versions.So we support them"
    But please provide me with some real world scenarios.

    Sagar,
    For instance, your customer has an R/3 4.0B installation, and would like to upgrade to ERP 2004. But his 4.0B contains a lot of custom developments (reports, online transactions - all in customer's namespace (Z../Y..)) and also contains customizations made through user-exits (see for instance include MV45AFZZ, with transaction SE38) or customer-exits (there are a lot of them in the standard system, waiting to be used - see transactions CMOD & SMOD) or BADIs (not as many as the customer-exits,  but SAP is increasing the number of BADIs in the standard every day - see transactions SE18 & SE19).
    There are also other ways the standard can be customized through source code, WITHOUT MODIFICATION, like the output & copy control routines in SD for instance. 
    What you have to do is to copy the code of all these developments & customizations in the new system (those the customer decides he wants to have migrated) and to make sure that, in the new system, they return the same kind of results like in the old system.
    If standard MODIFICATIONS were made in the old system, the situation is even more complicated, because:
    - these source code modifications were made in SAP's standard applications, as they were written in 4.0B;
    - in the meantime (that is, in ERP 2004) SAP obviously changed / improved / rewrote these applications to keep the old functionalities, but also to include new ones, or to simply do the same thing the old version did, but more efficiently.
    So, in this case, you can't simply copy the source code and hope it will work in the new version, and a more insightful analysis is required.
    Hope this clarifies.
    Bogdan

  • Construct the URL to launch a specific C-project from ABAP Report.

    Hi All,
    For one of my ABAP applications, I want to open a specific C-project in the browser from an ABAP Report.
    Constructing some URL, I could navigate to the list of all the C-projects that we have in portfolio.
    Now to navigate to a particular C-project in that, I don't know how to proceed. To be specific, I don't know how to pass the C-project ID in the URL and make it understand which project I want to open.
    When we right click on any field in the NWBC, in the technical help, we have "URL Start Parameter". Can these be used to construct the URL?
    I have attached the screen shot of the URL Start parameters that I see in NWBC.
    Regards..
    Piyush R. Sakharkar

    I think you are using “Content-Type” header or an “Accept” header.
    You should be using “Accept: application/xml” for that request
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center
    Canada
    Follow us on Twitter

  • Regarding Upgrade project

    Hi I want to know about upgrade project from 4.7 to ECC 6.0.
    The points to be known is........
    1. What are the steps to be followed during upgradation?
    2. Any phases are there in an upgradation?
    3. In an ABAP program run what are the statements giving the problem (Few examples)?
    Help would be appreciated.
    Thanks in advance
    Ramesh

    Hi Ramesh,
    When we go for upgradation, first we read upgrade guide thoroughly and implement accordingly then we will do very fast and with out problem. Please ready carefully and implement.
    Regards,
    Anil

  • Need suggestion/expert comments regarding course FICO or ABAP

    Dear Experts,
    I am working as Oracle DBA for the past 12 years. I wanted to do SAP and joined here in Singapore at an institute. They asked me to take four core modules and one for my project. I took SD and HR as my core module and for my project I am confused what to take. I have two options on FICO or ABAP. For my experience which will be best so that it will help me to look for job opportunity in SAP. I need your expet comments in this.
    Moved to Right forum
    Edited by: kishan P on Feb 17, 2012 2:11 PM

    Hi Kumar,
    ABAP would be proper choice for you.
    Regards,
    Leon

  • Regarding BADI's in ABAP

    Hi,
    Can anybody tell me What is meant BY <b>BADI's</b>!
    Also what are the main diffrences between <b>User-Exits and BADI's</b>!
    Can anybody explain me wether any diffrent types of <b>BADI's</b> are available!
    Can anybody provide me documentation with the examples
    for <b>BADI's</b>.
    If anybody is having good material on the same please post it.
    (or)
    Please send the material to
    My Personnal Mail id : <b>[email protected]</b>
    Thanks in advanace.
    Thanks & Regards,
    Rayeez.

    I.What is Badi?
    1.New SAP enhancement technique
    2.To accommodate user requirements not available / too specific to be included in the SAP standard Program
    3.Based on ABAP Objects – It has Interfaces & Methods
    4.Guaranteed upward compatibility of all Business Add-In interfaces
    -Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces
    II.BAdi & Customer-Exit
    1.Though different enhancement technique, BAdi has following distinct features
    -Uses Object oriented approach
    -Two parts - Definition and its Implementation - definition can either be SAP provided or user may also create it
    -no longer assumes a two-system infrastructure (SAP and customers)
    -allows multiple levels of software development (by SAP, partners, and customers, and as country versions, industry solutions, and the like)
    3.BAdi – where to find
    1.Look for BAdi in IMG and in component hierarchy (using transaction SE18)
    2.Create own implementation of the add-in (complete coding for Methods) and activate
    3.Enhancement's active components are called at runtime.
    BAdi Definition (SE18)1.To include Business Add-Ins in the program
    - Define an interface for the enhancement in the SAP menu under Tools-> ABAP Workbench -> Utilities -> Business Add-Ins -> Definition (transaction SE18)
    -Call the interface at the appropriate point in application program
    -Customers can then select the add-in and implement it according to their needs
    BAdi Implementation (SE19)
    1.ABAP Workbench ->Utilities -> Business Add-Ins -> Implementation (transaction SE19)
    2.Find the suitable Business Add-Ins present in system (Use IMG or Component hierarchy)
    3.Use Add-Ins Documentation to understand functionality & to decide
    4.Implement the Add-Ins
    -a class is created with the same interface
    -Finalize coding for the method
    5.Implementations are discrete transport objects and lie within the namespace of the person or organization implementing them
    check the SAP help link on BADI's
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    /people/sergey.korolev/blog/2005/03/14/the-time-for-me-to-have-a-badi-of-my-own
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ef6c0507-0701-0010-7395-e526c68bbc4e
    Thanks & Regards,

  • Regarding parallel queries in ABAP same as in oracle 10g

    Hi,
       Is there any way we can write parallel queries in ABAP, in the same way we do in oracle 10g.Kindly see below;
    alter table emp parallel (degree 4);
    select degree from user_tables where table_name = 'EMP';
    select count(*) from emp;
    alter table emp noparallel;
    SELECT /*+ PARALLEL(emp,4) / COUNT()
    FROM emp;
    The idea here is to distribute the load of select query in multiple CPUs for load balancing & performance improvement.
    Kindly advise.
    Thanks:
    Gaurav

    Hi,
    >    Is there any way we can write parallel queries in ABAP, in the same way we do in oracle 10g.
    sure. Since it is just a hint...
    SELECT *
      FROM t100 INTO TABLE it100
      %_HINTS ORACLE 'PARALLEL(T100,4)'.
    will give you such an execution plan for example:
    SELECT STATEMENT ( Estimated Costs = 651 , Estimated #Rows = 924.308 )
           4 PX COORDINATOR
               3 PX SEND QC (RANDOM) :TQ10000
                 ( Estim. Costs = 651 , Estim. #Rows = 924.308 )
                 Estim. CPU-Costs = 33.377.789 Estim. IO-Costs = 646
                   2 PX BLOCK ITERATOR
                     ( Estim. Costs = 651 , Estim. #Rows = 924.308 )
                     Estim. CPU-Costs = 33.377.789 Estim. IO-Costs = 646
                       1 TABLE ACCESS FULL T100
                         ( Estim. Costs = 651 , Estim. #Rows = 924.308 )
                         Estim. CPU-Costs = 33.377.789 Estim. IO-Costs = 646
    PX = Parallel eXecution...
    But be sure that you know what you do with the parallel execution option... it is not scalable.... .
    Kind regards,
    Hermann

  • Regarding Turnkey Projects Procurement

    Hi SAP Experts,
    We have a client Requirement, which is Turnkeys Project procurement, in which
    Step 1) The client awards Turnkey tender to Vendor which includes both the Materials & services,
    Step 2) The client inspects the Material Made (Quantity & Quality) at vendors warehouse, & release a payment of 60% for executing the Project.(The Client wants to capture this process in SAP, although the accounting will not happen in clients stores)
    Step 3) The Vendor then picks up the material & do installation at the required sites.(the clients needs the consumption data of material)
    Step 4) The Client checks the work executed, & Pays accordingly.
    How this process can be mapped in SAP.
    Regards
    Pankaj Verma

    hi,
    turn key project means where you start everything from scrap.
    like designing the Architechture,hardware, installations etc.
    everything  like starting from a vacant land to building a house.
    B1 is  bussiness one i think
    SAP has introduced Bussiness one software for small companies may that is B1 project.
    regards
    nalla

  • Regarding the Authorization in ABAP-HR

    Hi all,
        I want to know about the Authorizations in the ABAP-HR. If any body is having any material regarding the can you plz share with me...
    thanks in advance,
    Suresh

    Hi Kutam,
    Chk these Links....
    Can i have the list of infotypes .
    abap hr
    http://www.asug.com/client_files/Calendar/Upload/HR_STRUCTURAL_AUTHORIZATIONS.ppt
    Reward Points if Useful
    All the Best
    Gokul

  • Regarding interface in the ABAP-HR

    Hi Experts,
             Iam new to ABAP-HR,
             I have 2 custom table which are updated with OT records from one batch program.
             Now i have to generate two files for regular OT data file and Off-Cycle OT data file respectually.
    What i have to do?For this i have to  pick the data from those two custom tables and create the files by using open dataset statement,Is this right way in HR?
    Actually the selection screen is having Payroll area,Current period and Other period fields.
    and the table is having BEGDA,ENDDA in one table and OTdate in onother table.How can i compare the dates?

    Hi,
    <b>Interface</b> Can be declared globally or locally within a program.
    Locally declared in the global portion of a program using:-
    INTERFACE <intf>.
    ENDINTERFACE.
    The definition contains the declaration for all components (attributes, methods, events) of the interface.
    Interfaces are included in the public section of a class.
    Interfaces do not have an implementation part, since their methods are implemented in the class that implements the interface.
    Interfaces do not have instances.
    A component <icomp> of an interface <intf> can be addressed as though it were a member of the class under the name <intf~icomp>.
    <b>Addressing Objects Using the class reference variable <cref>:</b>
    To access an attribute <attr>: <cref>-><intf~attr>
    To call a method <meth>:
    CALL METHOD <cref>-><intf~meth>
    <b>Using the interface reference variable <iref>:</b>
    To access an attribute <attr>: < iref>-><attr>
    To call a method <meth>:
    CALL METHOD <iref>-><meth>
    Addressing a constant <const>:
    <intf>=><const> (Cannot use class name).
    Addressing a static attribute <attr>:
    < class>=><intf~attr>
    Calling a static method <meth>:
    CALL METHOD <class>=><intf~meth>
        (Cannot use Interface method ).
    casting operator (?= )
    <cref> ?= <iref>
         For the casting to be successful, the object to which <iref> points must be an object of the same class as the type of the class variable <cref>.
    <b>sample program</b>
    report ysubdel .
    interface i1.
    data    : num type i .
    methods : meth1.
    endinterface.
    class c1 definition.
      public section.
      methods : meth1.
      interfaces : i1.
    endclass.
    class c1 implementation.
      method : meth1.
       write:/5 'I am meth1 in c1'.
      endmethod.
      method i1~meth1.
       write:/5 'I am meth1 from i1'.
      endmethod.
    endclass.
    start-of-selection.
      data : oref type ref to c1.  create object oref.
      write:/5 oref->i1~num.
      call method oref->meth1.
      call method oref->i1~meth1.
    Regards,
    Sowjanya.

  • REgarding link for NEW ABAP Editor

    Hi All,
              I wanted to install NEW ABAP EDITOR. CAn any one give me the link from where we need to install the new ABAP editor..
    Thanks,
    Suresh

    Hi kutam,
    it comes with support packages since 4.7 and GUI640 and is included in ECC600.
    Use tools->settings to switch to new editor.
    Regards,
    Clemens
    Message was edited by:
            Clemens Li

  • Need Information Regarding Rollout  Project In Netweaver Portal

    Hi,
    Can anybody give me some information regarding how to rollout a project in Netweaver Portal or what exactly a rollout project is ?
    If we are using Webdynpro for developing UIs , then what needs to be done on the Webdynpro side for doing the rollout .
    I have been searching sdn regarding this but could not get any useful information .
    Thanks a lot .

    Hello Vijay,
    <a href="http://www.sap.com/services/education/consultant/solutionacademy/index.epx">Here</a> you can find an overview of the different consultant training.
    You have a track for Portal (<a href="https://websmp204.sap-ag.de/sapidp/011000358700003602072006E">link</a>) and also one for KM (<a href="https://websmp207.sap-ag.de/sapidp/011000358700003602162006E">link</a>).
    Both can be done in a "technical" and a "development" flavor.
    Regards,
    Christophe

  • Problem regarding SAP Project System & Material Management

    Hello Experts,
    please check our process as below:
    Order confirms than sales order and project will create
    material of BOM is assigned to any activity in project so these material (RM) will be procured and consumed
    assign activity for all work done on material to produce FG or SFG.
    confirm activity whenever any work done like fabrication done so confirm and its cost comes to WBS.
    than we have to subcontracting process so dispach SFG from this and receive after activity done by third party.
    than more work is done and confirm these activity. than after all work done we get FG in stock. than delivery from project.
    We are facing issue in above business process of our client as below:
    1. process of subcontracting using project system as we are not using production planning. how we get any SFG for subcontracting process.
    2. if we confirm all activities and consume all Raw Materials than how we will get finished good in our project stock for delivery.
    3. after delivery from project how sales order affects with regards to completeness of this sales document.
    Please help for this.
    Note: Remember we are not using PP cos customer require detailed report of these process and capacity planning etc.
    Thanks
    Sunil

    Hi Sunil,
    Assume this is my project structure & attached components. I will procure this components externally. After GRN, This components will be issued to network with 581 Q movement type.
    Now we need to assemble this raw material to produce our FG, As these SFG are in our project stock. What we need to do for assembly process through PS.
    Also throw some light over benefit of using PS-BOM interface ( CN33 ) for attaching material components.
    Project
    WBS
    Network
    Activity A
    Gears
    Qty - 1
    Activity B
    Blades
    Qty - 2
    Activity C
    Stand
    Qty - 1
    Activity D
    Connectors
    Qty - 1
    Regards
    Gaurav Ahuja    

  • Regarding PS- Project System.

    Hi,
    What is standard flow of PS ? Can Anybody tell in detail the process flow for Project System?
    What is the process flow difference betn PP & PS?
    Awaiting for Reply,
    Rg
    SM

    Dear,
    Please follow this
    1.Project Structure Creation
    Creation of Project Definition, WBS Element, Network, Activity(Internal, External, Cost, Service) (Tcode: cj20n)
    2. Planning:(Tcode: cj20n)
    Date Plannnig
    Material Planning
    Service Planning
    3. Execution (Tcode: cj20n)
    Change Project Status / Project Release
    (status change CRTD-REL)
    Confirm Activities (status change REL-CNF)
    4. Reports:
    Progress: cne5
    Plan/Act/Variance s_alr_87013432, s_alr_87013542
    5. Project Closing
    Settlement (Tcode: cjb2, cj88)
    Close Project (status change CNF-TECO-CLSD) (Tcode: cj20n)
    For PP please refer this,
    [PP FLOW|http://www.sap-img.com/production/discrete-manufacturing-the-step-by-step-tcodes.htm]
    Regards,
    R.Brahmankar

Maybe you are looking for