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: 

How to Download Complete Message Class ?

KN-Nampoothiry
Active Participant
0 Kudos
2,894

Hi ,

I have a Z Message Class. How can i download it to a file, say a text file ?

If i download it from Sandbox, can i upload it to Development someway ?

I have developed some objects in Sandbox which use messages from a new Message class. I want to use the same message class in Development as well back it up as a copy.

Is there a program that can download Message class ?

Please help.

1 ACCEPTED SOLUTION

Former Member
1,012

Get it from table T100 through a program into internal table & download it using FM GUI_DOWNLOAD.

T100-ARBGB = <Message claas>

Hope this helps...

6 REPLIES 6

Former Member
1,013

Get it from table T100 through a program into internal table & download it using FM GUI_DOWNLOAD.

T100-ARBGB = <Message claas>

Hope this helps...

KN-Nampoothiry
Active Participant
0 Kudos
1,012

Hi,

I will download messages from T100 and then using FM to read Long Text i will get the Long text also doenloaded.

this way i can upload the Messages using program as well by inserting into T100.

what to do for Long Text i do not know

Above all, i was searching if any standard program is there to do that.

I will keep thread open for some more time.

Thanks

SumanPoddar
Active Participant
0 Kudos
1,012

Hi,

For Downloading & uploading Message Class, you can use SAPLINK.

Link is : http://code.google.com/p/saplink/

Check Plug in list.

Regards.

Suman

former_member632729
Contributor
1,012

Hi ,

step 1 . T100 table contain all the Messages .. in this table you have the field called SPRSL = EN and ARBGB = 'XXXX' ( Message class name for which you want to download the messages ...

step 2. F8 .

step 3. Local file..

KN-Nampoothiry
Active Participant
0 Kudos
1,012

Hi,

Thanks all for the suggestions.

I used:

Went to text elements screen and gave print to Dummy printer. From spool ( T-code: SP02 ) choose the spool and export it to excel ( or any desired format ).

This is just another way i feel.

Thanks.

Awais_syed77786
Explorer
0 Kudos
691

Hi,

Go to T-code SE11 or SE16N.

Table - T100

Awais_syed77786_0-1719467660980.png

Then go to contents.

Awais_syed77786_1-1719467733942.png

Put your class name (standard or custom) in the ARBGB area. If you received the message class number, enter it in the MSGNR field.

Awais_syed77786_2-1719467855327.png

Here you will get the details of your message class.