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

Area Menu

Former Member
0 Likes
879

Hi,

Is it possible to create a transaction that can call an area menu.

Thanks

Martin

8 REPLIES 8
Read only

hymavathi_oruganti
Active Contributor
0 Likes
820

u can use

CALL TRANSACTION SE43

Read only

FredericGirod
Active Contributor
0 Likes
820

Yes,

it is,

Transaction SE43 -> Set the menu and press Display (F7).

You could use SE93 to create a transaction that call this transaction with the good menu name.

Rgd

Frédéric

Read only

0 Likes
820

I have tried SE93 to create a transaction to call the Area Menu but it says that the area menu is not a transaction.

The reason this is required is so that the area menu can be called from a portal.

Read only

0 Likes
820

I don't think you can do that.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

0 Likes
820

SE93 -> set a name

Press create -> set a designation -> choose the last choice (transac. with parameters)

Transaction : SE43

(press enter)

select the GUI (HTML, JAVA, Win)

And set the name of the field and the value

BMENUNAME-ID (field) what_you_want (the value)

Rgd

Frédéric

Read only

Former Member
0 Likes
820

Hi Martin,

I dont think you can attach area menu to tcode.

but if you create area menu with some name, let us say

<b>YTEST</b> in <b>SE43</b> add some objects to that. Like we run

transaction like that we can run <b>ytest</b> from command prompt.

<b>Again no need to attach it to transaction</b>.

Thanks&Regards,

Siri.

Read only

Former Member
0 Likes
820

Hi,

You cannot create an Area menu using SE93.

With SE43, select the node, where the transaction is to be inserted.

If found useful, award points please.

Thanks,

Bharadwaja R

Read only

Former Member
0 Likes
820

Hi Martin

You don't need to a transaction, you can use the name of the same area Menu.

If you insert the it in the prompt of SAP, the system'll load that menu.

Max