‎2010 Apr 06 6:07 PM
Hello ABAP Experts,
I am trying to develop an ABAP report/program from functional specification. Below are my questions as a ABAP beginner:
1. Assuming I have learned the basic ABAP programming concepts, techniques and had basic training, what is the starting point for developing a program or report based on simple standard functional specification? Where do I begin?
2. How do I begin to start programming? For example, do I start creating data elements, tables, structures, etc.? Is there a standard template or process for this?
3. How can I start creating ABAP technical specification based on functional specification? Is there a standard template or process to follow?
Any links, documentation, reference materials or tips/hints will be greatly appreciated.
Thanks,
Rajan
‎2010 Apr 06 8:34 PM
Hello Rajan,
There are two ways of ABAP development: Procedural and Object Oriented. Depending on which way you want to go. You can develop your objects in either way or combine both. You would need to have or create data elements, structures and tables.
Regards,
John
‎2010 Apr 06 6:21 PM
Maybe an ABAP beginner, but not an SDN beginner:
>Total Questions: 32 (23 unresolved)
Rob
‎2010 Apr 06 8:34 PM
Hello Rajan,
There are two ways of ABAP development: Procedural and Object Oriented. Depending on which way you want to go. You can develop your objects in either way or combine both. You would need to have or create data elements, structures and tables.
Regards,
John
‎2010 Apr 21 5:59 PM