2007 Oct 18 3:53 PM
Can u please differentiate between SE16 and SE16n?
2007 Oct 18 3:57 PM
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.
2007 Oct 18 3:57 PM
2007 Oct 18 4:00 PM
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