Application Development 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: 

custom container control in the graphical Screen Painter

Former Member
0 Kudos

hi,

NOW I AM WORKING IN OOPS ALV. IT IS REQUIRE CUSTOM CONTAINER CONTROL. HOW CAN CREATE IN <b>SE51</b> AND HOW CAN I USE THAT ONE MY PROGRAM <b>SE38</b>.PLEASE TELL ME

THANK YOU

ASHOK KUMAR

3 REPLIES 3

Former Member
0 Kudos

Check out the demo programs delivered by SAP, such as BCALV_GRID_DEMO

Regards

Darren

0 Kudos

Hi,

Hi Check the programs in package SLIS.

There are lots of programs for OOPS ALV.

Regards,

Sesh

Former Member
0 Kudos

Hi Ashok

You can create a screen from the Screen Painter initial screen or from the object list in the Object Navigator.

Procedure

You create screens from the initial screen of the Screen Painter as follows

Start the Screen Painter.

Enter a program name.

The program you specify should be an executable program (type 1), a module pool (type M), or a function group (type F) and must already exist.

Enter a screen number.

A screen number must be unique and up to 4 numbers long. All screen numbers above 9000 are reserved for SAP's customers. The number 1000 is reserved for table screens and report selection screens. Initial screens of transactions are often given a number whose last three digits are 100 (for example, 3100).

To display a list of a program's screens, use the possible entries button.

Choose Create.

The system displays the Change Screen Attributes screen.

Define the screen attributes.

Check this links

http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/e9/635fa6e01e11d195490000e82de14a/frameset.htm

http://sap.ittoolbox.com/groups/technical-functional/sap-basis/graphic-layout-editor-screen-painter-...

Reward all helpfull answers

Regards

Pavan