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

Enhancments

Former Member
0 Likes
669

Hi,

Can any one tell me :

1. How can we find Menu exits?

2. How can we find Badis?

3. What is SHDB transaction for?

Regards,

Dhiraj Mehta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Menu Exit

In older versions MENU Exits approached through Transaction CMOD by creating

PROJECTS and activating the project and assigning Program to that

Transaction Codes. For MENU Exits, Transaction Codes will be starting with

"+" sign and with default text "NODE TEXT NOT FOUND" for which you can

assign your Report or Dialog Program etc., (for Eg:- +DW4 MENU Exits

Transaction available in TOOLS --> ABAP Workbench --> Utilities --> <Node

Text Not found>).

Procedure for Creating MENU Exits.

1) To get into Area Menu Maintenance Screen Type SE43 T.Code in Command

Line.

2) In Area Menu Paramenter type 'S000' (S triple Zero)

3) Then Press Change Icon in Application Tool Bar. Then It may ask for

Access Key [or] it may display "Specify Processing mode" window. If it ask

for the Access Key Check for the availability of OSS Note and apply to open

Standard SAP Menu to include MENU Exits. Otherwise, if it display "Specify

Processing mode" window with Three Push Button. In which select "Change" and

proceed further.

4) Then it will display "Information" window with the following information

"Caution : The Original Language of the structure is German (editing lang. :

English) ". Then press "Enter Key to proceed further.

5) Then you will get into "Edit Area Menu S000".

6) for eg:- Expand Tools Menu.

7) Then Press ABAP Workbench <Icon>.

😎 Then you will get into ABAP Workbench Menu Tree.

9) Then Expand Utilities Menu.

10) In the last line you will find one MENU EXIT Provision to include your

own menu. "Node Text Not Found" This text can be change by double Clicking

that. There you can find the T.Code. Here for Eg:- "+DW4".

11) for eg: - Here change the Text to "Sample Menu Exit" and then note down

the T.Code "+DW4".

12) Then Save with Change Request Number and come out of Transaction SE43.

13) Then Goto Transaction SE93.

14) Then type T.Code "+DW4" and press Create.

15) Then proceed further to create transaction called "+DW4".

I hope this could help you in Creating Menu Exit...

BADI

You can Find BADI's in Tcode SE18 - BADI Definitions

Also from SPRO....

SHDB

SHDB - Transaction Recorder

You can use the transaction recorder to record a series of transactions and their screens

You can use the recording to create

Data transfer programs that use batch input or CALL TRANSACTION

Batch input sessions

Test data

Function modules.

The recording can be executed several times. The screens are run in exactly the same way as they were run during the recording.

You can edit recordings that you have already made using an editor.

Hope this helps....

Vinodh Balakrishnan

Hi,

Can any one tell me :

1. How can we find Menu exits?

2. How can we find Badis?

3. What is SHDB transaction for?

Regards,

Dhiraj Mehta

2 REPLIES 2
Read only

Former Member
0 Likes
644

Menu Exit

In older versions MENU Exits approached through Transaction CMOD by creating

PROJECTS and activating the project and assigning Program to that

Transaction Codes. For MENU Exits, Transaction Codes will be starting with

"+" sign and with default text "NODE TEXT NOT FOUND" for which you can

assign your Report or Dialog Program etc., (for Eg:- +DW4 MENU Exits

Transaction available in TOOLS --> ABAP Workbench --> Utilities --> <Node

Text Not found>).

Procedure for Creating MENU Exits.

1) To get into Area Menu Maintenance Screen Type SE43 T.Code in Command

Line.

2) In Area Menu Paramenter type 'S000' (S triple Zero)

3) Then Press Change Icon in Application Tool Bar. Then It may ask for

Access Key [or] it may display "Specify Processing mode" window. If it ask

for the Access Key Check for the availability of OSS Note and apply to open

Standard SAP Menu to include MENU Exits. Otherwise, if it display "Specify

Processing mode" window with Three Push Button. In which select "Change" and

proceed further.

4) Then it will display "Information" window with the following information

"Caution : The Original Language of the structure is German (editing lang. :

English) ". Then press "Enter Key to proceed further.

5) Then you will get into "Edit Area Menu S000".

6) for eg:- Expand Tools Menu.

7) Then Press ABAP Workbench <Icon>.

😎 Then you will get into ABAP Workbench Menu Tree.

9) Then Expand Utilities Menu.

10) In the last line you will find one MENU EXIT Provision to include your

own menu. "Node Text Not Found" This text can be change by double Clicking

that. There you can find the T.Code. Here for Eg:- "+DW4".

11) for eg: - Here change the Text to "Sample Menu Exit" and then note down

the T.Code "+DW4".

12) Then Save with Change Request Number and come out of Transaction SE43.

13) Then Goto Transaction SE93.

14) Then type T.Code "+DW4" and press Create.

15) Then proceed further to create transaction called "+DW4".

I hope this could help you in Creating Menu Exit...

BADI

You can Find BADI's in Tcode SE18 - BADI Definitions

Also from SPRO....

SHDB

SHDB - Transaction Recorder

You can use the transaction recorder to record a series of transactions and their screens

You can use the recording to create

Data transfer programs that use batch input or CALL TRANSACTION

Batch input sessions

Test data

Function modules.

The recording can be executed several times. The screens are run in exactly the same way as they were run during the recording.

You can edit recordings that you have already made using an editor.

Hope this helps....

Vinodh Balakrishnan

Read only

Former Member
0 Likes
643

HI,

1) To findout the menu exits, go to SMOD transaction and check for the corresponding enhancements. If you click on the components then you can able to see all the Function exits , Menu exits and Screen exits. Menu exits will start with + sign.

2) SE18 is the transaction for the for Definition of the Badis and SE19 is to implement the Badis. To check for the possible Badis in the corresponding program - Search for 'EXIT HANDLER'.

3) SHDB is the transaction to record any transaction before we implement the BDC program either CALL TRANSACTION / Session method ...or other methods.

Regards,

Satya