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: 

Any Standard Report for the SAP Area Menu display...

Former Member
0 Kudos

Hi,

Do we have any standard report in SAP for the SAP Area Menu display.

The output should be, the way we have in SAP EASY ACCESS screen:

Accounting=>Financial Accounting=>General Ledger=>Posting=>

Below this we will have some list of transactions like:

FB50 - Enter G/L Account Document

F-02 - General Posting.

etc...

Thanks!

Puneet.

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Refer TCode se43.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi,

I created an Area Menu using SE43 transaction. How can I attach it to the AREA MENU of the SAP EASY ACCESS screen. So that it will display all the transactions in my Area Menu.

Thanks!

Puneet.

former_member194669
Active Contributor
0 Kudos

Hi,

If you looking for Tree report then you can do it using type pools STREE and functions

eg.

CALL FUNCTION 'RS_TREE_CONSTRUCT'

TABLES

NODETAB = ITAB.

CALL FUNCTION 'RS_TREE_LIST_DISPLAY'

EXPORTING

USE_CONTROL = 'L'.

or

Go to tcode DWDM>Controls->Tree Controls

aRs

Former Member
0 Kudos

Hi

U need only to write the Area Menu Code in the prompt of SAP, just like a transaction.

The path: Accounting=>Financial Accounting=>General Ledger is Menu Area FGM0.

Max