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

sap abap

Former Member
0 Likes
610

Can u please differentiate between SE16 and SE16n?

Can u please differentiate between SE16 and SE16n?

3 REPLIES 3
Read only

Former Member
0 Likes
583

se16n is enjoy transaction

This enjoy transactions are oops enabled. transactions have screens,

which use ActiveX controls (like Grid),

which must be present on the presentation server, so bdc is not possible on this enjoy transactions.

hope this link helps u.

these are normal transactions...but they are like helpful ones...normal transactions have been enhanced to show more properties and utilities to enter data....

SAP NetWeaver Engin. ABAP Control Framework

Doel Enjoy transactions are one on the major new developments in SAP R/3 since release 4.6. When you want to use ABAP programming with Enjoy transactions you need to have knowledge about EnjoySAP Controls, containers and control events. Amongst others, these topics are trained within the training module Control Framework.

The participant will gain knowledge of, and will be trained in:

- The use of EnjoySAP Controls in ABAP dialog programming.

- The creation of containers and controls in ABAP programs.

- Manipulation of controls by calling control methods.

- Handling control events.

also, check the below link for more info...

http://www.sapdesignguild.org/editions/philosophy_articles/print_enjoy_success.asp

The Transactions Which Ends with N are Enjoy transactions.

Sap came with Some New Active X controls and ALV displays In this TCodes.

Thats Why it does n't work for BDCs. Because You Cannot run ALV in back Ground.

N-joy transactions contains all the information in the information is contained in a single screen with multiple tab pages in it . where as in previous versions each and every information is contained in a different screen.

so when we do BDC its is difficult to handle tabstrips using BDC so we generally follow the old one.

its not like we cannot use BDC for the N-JOY TCODES

we can but we have to use classes in order to use that.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
583

SE16, is the older list display, SE16N is the newer ALV output display. That's pretty much it.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
583

se16n is a newer version of se16 with some additional functions some of which are:

1) biggest one is that you can execute your selection in <b>Background.</b>

2) You can see the field description/technical names simultaneously.

3) You can select which fields to be shown in the output on the same screen.

Hope it helps.

Lokesh