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

badi

Former Member
0 Likes
408

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

3 REPLIES 3
Read only

Former Member
0 Likes
384

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

Read only

0 Likes
384

"how to get a drill down button in Selection screen"...You mean to say, 'F4' help for each object? Please let us know, we'll help you.

<b>SAPs Script Printing</b>; Please refer this thread, you may get some tips on it.

Regards,

Ramki.

Message was edited by:

Ramakrishnan Subramaniam

Read only

Former Member
0 Likes
384

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.