‎2006 Nov 20 6:32 AM
pls help me out i have attend interview on yester day i didnt answer these questions.pls
1) Wht is the DIff between SAP 4.6c and SAP 6.0 Versions
2) Why BADI's can be implemented any number of times by any number of customers
3) Why cannot we use labelling in SMART FORMS
4) how to get a drill down button in Selection screen
5) How to test a SAP SCRIPT print program
6) Diff between AT Selection screen Output and AT selection Screen
‎2006 Nov 20 6:38 AM
2. Have a look at below link.
http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cfa940e11d295df0000e82de14a/frameset.htm
6. The event AT SELECTION-SCREEN is the basic form of a whole series of events that occur while the selection screen is being processed.
Selection screen processing starts after the INITIALIZATION event with AT SELECTION SCREEN OUTPUT.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 20 9:01 AM
‎2006 Nov 20 4:16 PM
Why BADI's can be implemented any number of times by any number of customers
BADIs are object oriented, what we have is only a interface and we can create multiple implementations over that interface. We also have filter dependent BADIs---where the implementation can be different based on the set filter condition
how to get a drill down button in Selection screen
> If it is regarding value help-then you need to you use AT SELECTION-SCREEN ON VALUE REQUEST event for the specific field.
You can hide or unhide selection screen elements.