Application Development 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: 

SAP Standard Area MENU changed

former_member190312
Active Participant
0 Kudos

Hi all,

i copied the SAP area menu S000 to ZSAP .i deleted some menus from ZSAP.

now i checked S000 area menu. whatever i deleted from ZSAP, the same things r also deleted from S000.that means S000 is changed. is it possible?

plz give me the correct way, how to come back to the original SAP area menu S000.( my S000 menu is changed & i want to revert back ).

correct answers will be rewarded.

Thanks & Regards

pabitra

1 ACCEPTED SOLUTION

Former Member
0 Kudos

AREA MENU:

Area menu is nothing but a menu which will have a collection of all the logical transaction codes together. For example, WEDI is a area menu that will have all the ALE/IDOC transactions.

SE43 is the transaction to create a area menu and it will have a transaction code associated with it. When you execute that transaction, it will display all the transactions that you have included with in that area menu

Area menus allow you to group together menus that contain a set of functions intended to perform a particular task in a company.

Check this URL for detail documentation on Area Menu

http://help.sap.com/saphelp_46c/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm

To include the tcode in the existing Area Menu:

Step 1: Check for the area menu where we need to include our Tcode

Click Extras - > Technical Details

It will show the name of the Area Menu. Copy it

Go to SE43 tcode (Area Maintenance Menu) and give the copied area menu name

Click on the change Area Menu button

Click on change push button

Select German Language because editing is possible in original language only

The following screen for editing will be available

To add entry on the same level

To add entry on subnode

Enter the description and tcode to be added

Double click on Unbilled Income

Click as a folder and click copy button the following screen will appear Click copy again

The following folder will be displayed

Save it and go to command box and write the name of the area menu S000_OLD and enter (OR) Go to SAP Easy Access Menu, we can find our tcode in a folder in the Area menu

We can also copy the existing Area Menu to Z Area menu and add our tcode for the ZArea Menu Created.

Click copy button and select English Language

Click the change button and follow the same steps as done above.

To make the Created Area Menu by default on the SAP Easy Access Menu

Goto Transaction SU01 - Maintain users

Type in the user name and click the Defaults button

Type in the area menu (ZXXX) in the Start Menu field.

Click Save

The user will be able to see the additional transaction on the next logon.

Some Imp Information on Area Menu :

1. Convert your menu to a role, this can be done from the profile generator (PFCG)On the menu

tab you have the option to Copy a menu from an area menu

2. use fm TH_CREATE_FOREIGN_MODE

CALL FUNCTION 'TH_CREATE_FOREIGN_MODE'

EXPORTING

client = sy-mandt

user = sy-uname

tcode = menu

3. with the help of a basis Person we can define the activity groups and assign them to different users. see the SU21 and PFCG tcodes

4. To create a menu for some transaction you can also use transaction code SIMGH.

5.

You can transport an Area Menu manually if a transport error occurred or you want to transport it into another system than in the transport request.

Prerequisites

You are in the Area Menu maintenance initial screen.

Procedure

Enter the menu name in the Area Menu input line. You can choose from the possible entries help or your favorites.

Choose Area Menu ® Transport.

Create a transport request or choose an existing one.

Choose Continue.

Result

The Area Menu is transported into the specified target system.

6. Go to CMOD , Create the Project

Execute CMOD

Create the Project (ZXXXXX) and attach the enhancement CUST2.

Activate it. and will ask the request , save and activate the project.

Rewards if useful.....................

Minal

1 REPLY 1

Former Member
0 Kudos

AREA MENU:

Area menu is nothing but a menu which will have a collection of all the logical transaction codes together. For example, WEDI is a area menu that will have all the ALE/IDOC transactions.

SE43 is the transaction to create a area menu and it will have a transaction code associated with it. When you execute that transaction, it will display all the transactions that you have included with in that area menu

Area menus allow you to group together menus that contain a set of functions intended to perform a particular task in a company.

Check this URL for detail documentation on Area Menu

http://help.sap.com/saphelp_46c/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm

To include the tcode in the existing Area Menu:

Step 1: Check for the area menu where we need to include our Tcode

Click Extras - > Technical Details

It will show the name of the Area Menu. Copy it

Go to SE43 tcode (Area Maintenance Menu) and give the copied area menu name

Click on the change Area Menu button

Click on change push button

Select German Language because editing is possible in original language only

The following screen for editing will be available

To add entry on the same level

To add entry on subnode

Enter the description and tcode to be added

Double click on Unbilled Income

Click as a folder and click copy button the following screen will appear Click copy again

The following folder will be displayed

Save it and go to command box and write the name of the area menu S000_OLD and enter (OR) Go to SAP Easy Access Menu, we can find our tcode in a folder in the Area menu

We can also copy the existing Area Menu to Z Area menu and add our tcode for the ZArea Menu Created.

Click copy button and select English Language

Click the change button and follow the same steps as done above.

To make the Created Area Menu by default on the SAP Easy Access Menu

Goto Transaction SU01 - Maintain users

Type in the user name and click the Defaults button

Type in the area menu (ZXXX) in the Start Menu field.

Click Save

The user will be able to see the additional transaction on the next logon.

Some Imp Information on Area Menu :

1. Convert your menu to a role, this can be done from the profile generator (PFCG)On the menu

tab you have the option to Copy a menu from an area menu

2. use fm TH_CREATE_FOREIGN_MODE

CALL FUNCTION 'TH_CREATE_FOREIGN_MODE'

EXPORTING

client = sy-mandt

user = sy-uname

tcode = menu

3. with the help of a basis Person we can define the activity groups and assign them to different users. see the SU21 and PFCG tcodes

4. To create a menu for some transaction you can also use transaction code SIMGH.

5.

You can transport an Area Menu manually if a transport error occurred or you want to transport it into another system than in the transport request.

Prerequisites

You are in the Area Menu maintenance initial screen.

Procedure

Enter the menu name in the Area Menu input line. You can choose from the possible entries help or your favorites.

Choose Area Menu ® Transport.

Create a transport request or choose an existing one.

Choose Continue.

Result

The Area Menu is transported into the specified target system.

6. Go to CMOD , Create the Project

Execute CMOD

Create the Project (ZXXXXX) and attach the enhancement CUST2.

Activate it. and will ask the request , save and activate the project.

Rewards if useful.....................

Minal