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: 

Folder in SE80 through Abap Program

Former Member
0 Kudos

Hai Everyone,

is it possible to create a Folder in the transaction SE80 through Abap program?

Best regards,

rama

7 REPLIES 7

former_member184578
Active Contributor
0 Kudos

Hi.,

Use GUI_CREATE_DIRECTORY

Check Function Group : SFES

hope this helps u.,

Thanks & Regards,

Kiran

0 Kudos

deleted

0 Kudos

Hai,

Where is this directory created? I want it to be seen in the SE80, either in the Favorites or the User Menu.

Best regards,

rama

0 Kudos

Hi.,

That will create a Folder in local hard disk., If you give the path ., It will create folder in that path.. !!

If you want to create Folder and transactions in it., Check Area Menu Transaction SE43

hope this helps u.,

Thanks & Regards,

Kiran

kesavadas_thekkillath
Active Contributor
0 Kudos

Why do you need to create a folder in se80 ? Please explain.

Its used for object navigations and by default all your objects are categorized and displayed in the folders which represents a entity.

0 Kudos

Hai,

The idea is that we create shortcuts for Transactions and place them in Favorites right..in the same way we wanted to create a folder in the Favorites section and place some transactions (there will be some hierarchy regarding this folder) and we want to Transport them along with the other programs so that the Customer need not create this hierarchy manually in his system.

I hope you got my point???

Best regards,

rama

koolspy_ultimate
Active Contributor
0 Kudos

try this transaction SE43

goto se43

Click on create

Give the name and description what ever you want

In Edit are menu

Place the cursor on the name of menu path and follow the menu path as below

Edit--> Insert menu entry --> as a subordinate node

Transaction code/menu - enter the transaction code and enter, description comes automatically, if you want to edit description you can do that.

Click on enter.

Save it

In SU01 for your user, enter the start menu in default tab page what you have created just now.

You can see the transactions and can be defaulted for all users to which it is assigned.

hope your problem is solved.

thanks & regards,

koolspy.