cancel
Showing results for 
Search instead for 
Did you mean: 

want to add subdirectory

Former Member
0 Kudos

Hello all

I have a directory like

1. In the directory src/packages/<component-package-folder> (that is, src/packages/com.sap.tc.webdynpro.tutorials.masterdetail in our example)

i want to add a new subdirectory called bol.

***can any body tell me how can add this..

And then

2. Save the following Java class, called SomeBOL.java, in this subdirectory.

Thanks and regards

Accepted Solutions (1)

Accepted Solutions (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Go to navigator explorer instead of webdynpro explorer. Then browse to the src folder and then to the required masterdetail folder. Then right click and New -> Other -> Java -> Package -> Give name as com.sap.tc.webdynpro.tutorials.masterdetail.bol

Then click Finish. Now copy the Java class and paste it inside this folder.

Regards,

Vijai

Former Member
0 Kudos

Hi Vijai

Thanks A lot..

Answers (0)