Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

ABAP OO
Displaying data with ABAP WebDynpro table PDF Print E-mail
User Rating: / 1
Written by Kevin Wilson   
Friday, 22 February 2008

Below are the steps for displaying data within an ABAP WebDynpro table.


Step 1
Create new Web dnpro component (WDP_SEL_TABLE), double click on the ComponentController and select the 'Context' tab. Now add a new node to the contect node (right click the context and select Create->Node).

Last Updated ( Wednesday, 20 February 2008 )
Read more...
 
WebDynpro to display 'Hello world' PDF Print E-mail
User Rating: / 0
Written by Anon.   
Wednesday, 20 February 2008

Below are the steps for creating a simple ABAP WebDynpro.
Step 1
Execute transaction SE80

Step 2 – Create Web Dynpro component
Select Web Dynpro component/application from drop down and create new Web Dynpro component with a Web Dynpro window. Give the window a name of your choice e.g. INIT_WINDOW

Read more...
 
Managing persistent objects with object services PDF Print E-mail
User Rating: / 0
Written by Dany Charbonneau   
Sunday, 03 June 2007
Note: This only works for WAS 6.10 and over.

There is a way to avoid building a fully object-oriented program while still working with non-object-oriented relational database. The object services layer now provides a persistence framework that closes the object-relational gap. You no longer need to write SQL code as objects are transparently loaded from the database when needed. You must create a persistent class.
Read more...
 
Difference between Function and Objects PDF Print E-mail
User Rating: / 0
Written by P. Renjith Kumar   
Wednesday, 30 May 2007
Last Updated ( Wednesday, 27 February 2008 )
Read more...
 
Managing Persistent Objects With Object Services PDF Print E-mail
User Rating: / 0
Written by Dany Charbonneau   
Sunday, 27 May 2007
Managing persistent objects with object services.

Note: This only works for WAS 6.10 and over.

There is a way to avoid building a fully object-oriented program while still working with non-object-oriented relational database. The object services layer now provides a persistence framework that closes the object-relational gap. You no longer need to write SQL code as objects are transparently loaded from the database when needed. You must create a persistent class.

Read more...
 
Why use ABAP OO with Workflow? PDF Print E-mail
User Rating: / 1
Written by Anon.   
Friday, 20 April 2007
See entire blog here : https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3858
Read more...
 
Using ABAP OO attributes in workflows and tasks PDF Print E-mail
User Rating: / 0
Written by Anon.   
Thursday, 19 April 2007

A little background history for those who know BOR

VERY HELPFUL TIP!   If you are an ABAP OO programmer and never did any code in the Business Object Repository, skip this section... you don't need to know about it, and you probably don't want to know either.

Once upon a time, in the land of BOR (Business Object Repository), there were 3 types of attributes:

  1. Database attributes
  2. Virtual attributes
  3. Status attributes

Database attributes were always the easiest of attributes - just say what table and field you want to read and the BOR would generate some code to read all the data from a record of the table. You just had to fill in the blanks. Then you could add other database attributes referring to the same table and they would all use the same pre-generated code. Easy for workflow devlopers, but not always the most efficient way to read code, as you may only be using one or two fields but you still read the entire table row.

Virtual attributes were the most useful type of attribute as you could derive anything here including complex values, structures, tables, and instances of other objects.

Status attributes were a neat trick for business objects that used SAP status management, but most programmers didn't even know they existed. By using a special interface, and filling in the code behind a few predefined virtual attributes, you could then generate a yes/no flag to indicate if a particular status of that object was active.

In ABAP OO we no longer make the distinctions between these different types of attributes. So what do you lose? No more pre-generated code. And what do you gain? Flexibility and control over how your attributes are coded so that you can make the code as performance-efficient as possible.

Tip!  Wanting to find whether a status attribute is set or not? Just call function module STATUS_OBJECT_READ with the status object number. All the statuses set for that object will be returned.

Read entire blog here https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4203

 

 
Using functional methods in workflows and tasks PDF Print E-mail
User Rating: / 0
Written by Anon.   
Wednesday, 18 April 2007

This is number 6 in a series of blogs on ABAP OO for workflow, so you it would be a really good idea to make sure you have worked through the first 5 blogs. The examples we'll use here continue on from those we used in the earlier blogs.

Here's the list of the earlier blogs:

  1. Why use ABAP OO with Workflow?
  2. Getting started with ABAP OO for Workflow ... using the IF_WORKFLOW interface
  3. Using ABAP OO with Workflow Tasks
  4. Raising ABAP OO events for Workflow
  5. Using ABAP OO attributes in Workflows and Tasks
Read entire blog here: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4662
 
Using ABAP OO methods in Workflow Tasks PDF Print E-mail
User Rating: / 0
Written by Anon.   
Tuesday, 17 April 2007
Read the blog at https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3948
 
How can I use ABAP OO Classes in Workflow? PDF Print E-mail
User Rating: / 0
Written by Anon.   
Tuesday, 17 April 2007
Jocelyn has written an excellent paper which you can download via SDN. https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3907
 
ABAP OO Syntax PDF Print E-mail
User Rating: / 1
Written by Henrik Frank   
Saturday, 03 February 2007
  • Template for making a class
  • Template for calling a class
  • Subclass
  • Template for calling a class
  • Using a class as a parameter for a method
  • Interfaces
  • Events
Read more...
 
ABAP OO Definitions PDF Print E-mail
User Rating: / 4
Written by Henrik Frank   
Wednesday, 31 January 2007
  1. Public attributes  

  2. Private attributes

  3. Instance attributes 

  4. Static attributes 

  5. Public methods 

  6. Private methods 

  7. Constructor method 

  8. Static constructor 

  9. Protected components 

  10. Polymorphism

Read more...
 

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor