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: 

Area Menu

Former Member
0 Kudos

Hi,

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

Thanks

Martin

8 REPLIES 8

hymavathi_oruganti
Active Contributor
0 Kudos

u can use

CALL TRANSACTION SE43

FredericGirod
Active Contributor
0 Kudos

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

0 Kudos

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.

0 Kudos

I don't think you can do that.

Regards,

Ravi

Note : Please mark the helpful answers

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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