Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Building Module Pool using Objects ?

Former Member
0 Likes
616

Hi,

I want to develop custom module pool programs / transactions, using ABAP Objects, can anybody please provide me some sample abap code ( or links ) or coding conventions to develop a custom transaction using ABAP objects.

thanks and regards,

Navneeth K.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

Hi Navneeth,

<b>Please check out this below Module Pool

SAPM00PS_WB</b>

HR PS : Process Workbench Engine ( PWE)

This Program seems to be a good example

SAPSIMPLE_TREE_CONTROL_DEMO

++++++

DEMO_ABAP_OBJECTS Complete Demonstration for ABAP Objects

DEMO_ABAP_OBJECTS_CONTROLS GUI Controls on Screen

DEMO_ABAP_OBJECTS_DIALOG_BOX Splitter Control for Screen with Dialog Box

DEMO_ABAP_OBJECTS_EVENTS Demonstration of Events in ABAP Objects

DEMO_ABAP_OBJECTS_GENERAL ABAP Objects Demonstration

DEMO_ABAP_OBJECTS_METHODS Demonstration of Methods in ABAP Objects

DEMO_ABAP_OBJECTS_SPLIT_SCREEN Splitter Control on Screen

<b>Try out Transaction

ABAPDOCU

Or better in SE38

DEMO* and press F4</b>

Regards,

ABY

3 REPLIES 3
Read only

Former Member
0 Likes
538

Hi Navneeth,

<b>Please check out this below Module Pool

SAPM00PS_WB</b>

HR PS : Process Workbench Engine ( PWE)

This Program seems to be a good example

SAPSIMPLE_TREE_CONTROL_DEMO

++++++

DEMO_ABAP_OBJECTS Complete Demonstration for ABAP Objects

DEMO_ABAP_OBJECTS_CONTROLS GUI Controls on Screen

DEMO_ABAP_OBJECTS_DIALOG_BOX Splitter Control for Screen with Dialog Box

DEMO_ABAP_OBJECTS_EVENTS Demonstration of Events in ABAP Objects

DEMO_ABAP_OBJECTS_GENERAL ABAP Objects Demonstration

DEMO_ABAP_OBJECTS_METHODS Demonstration of Methods in ABAP Objects

DEMO_ABAP_OBJECTS_SPLIT_SCREEN Splitter Control on Screen

<b>Try out Transaction

ABAPDOCU

Or better in SE38

DEMO* and press F4</b>

Regards,

ABY

Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
537

Hi,

You can try use the Tomas Jung way as follow.

<a href="Object Oriented Dynpro Screens in ABAP">Object Oriented Dynpro Screens in ABAP</a>

Regards.

Marcelo Ramos

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
537

Hi Navy,

try <a href="/people/thomas.jung3/blog/2005/09/08/oo-abap-dynpro-programming weblog</a>

Cheers

Graham