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

Help In changing Development Class - Urgent

Former Member
0 Likes
1,462

I am new to ABAP and I had to create some Infosets and Queries in lucal development class ($tmp). I want to change development class from local to an existing development class. I am not sure how to do it, otherwise I have to create everything from scratch! Please help.

Thanks.

Mithun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,371

Go to SQ02, enter the infoset name and then in the menu 'Infoset>More Functions>Change Package'.

I am new to ABAP and I had to create some Infosets and Queries in lucal development class ($tmp). I want to change development class from local to an existing development class. I am not sure how to do it, otherwise I have to create everything from scratch! Please help.

Thanks.

Mithun.

10 REPLIES 10
Read only

abdul_hakim
Active Contributor
0 Likes
1,371

Follow the below path...

<b>GOTO->OBJECT DIRECTORY ENTRY-->CHANGE</b>

Read only

Former Member
0 Likes
1,371

Hi Mithun.

It can be done in two ways first way is through a standard program RSWBO052.

And secondly it can be done through if go to se38

transaction, then choose the option goto on the menu bar

in that listing select for :Object directory entry, where you can change the development class of an object.

cheers,

Prashanth

Read only

Former Member
0 Likes
1,371

I went to se38 but it does not accept infoset name! I can only enter program names there and change development class. How do I do this for Infosets and Queries?

Read only

0 Likes
1,371

Follow this.

Go to SM30 transaction. Enter TADIR press chage.

in R3TR PROG line, enter your program name and execute.

in next screeen you can change dev.class by Double Clicking on line

for infosets or queries you must find they Object Class.

eg: reports is PROG, tables is TABL.

ibrahim

Read only

Former Member
0 Likes
1,371

Sorry, but nothing works. Any more suggestions? I need to change the development class for infotype/queries.

Read only

0 Likes
1,371

hi,

you need to go to the transaction where you have created the infotype/queries and change it using the path which i have mentioned above!!!

Cheers,

Abdul Hakim

Read only

Manohar2u
Active Contributor
0 Likes
1,371

Here you go how to change the development class for queries

http://help.sap.com/saphelp_nw04/helpdata/en/7f/af0c36932211d194f60000e82de14a/content.htm

Query ® More functions ® Change development class, InfoSet ® More functions ® Change development class or User group ® Change development class.

Regds

Manohar

Read only

Former Member
0 Likes
1,372

Go to SQ02, enter the infoset name and then in the menu 'Infoset>More Functions>Change Package'.

Read only

0 Likes
1,371

go to se80 and select local objects and enter your user id.

it will display all your local objects under your user id.

If you want to change the developement class for a particular object, place the cursor on object and Right click, goto more functions-->object directory entry

Read only

Former Member
0 Likes
1,371

Thanks everyone for taking time and posting information. I created Infoset and Query in STANDARD AREA first as a test and then copied to real program. When I first created it was under local objects. I came to know that I cannot change development class (actually I don't need to assign one) in case of Infosets/Queries because transport is done manually in this case. This issue is resolved now and I appreciate everyone's feedback. I awarded points to everyone.

Regards,

Mithun