2009 Feb 13 7:21 AM
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.
2009 Feb 13 7:25 AM
Get it from table T100 through a program into internal table & download it using FM GUI_DOWNLOAD.
T100-ARBGB = <Message claas>
Hope this helps...
2009 Feb 13 7:25 AM
Get it from table T100 through a program into internal table & download it using FM GUI_DOWNLOAD.
T100-ARBGB = <Message claas>
Hope this helps...
2009 Feb 13 7:32 AM
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
2009 Feb 13 7:40 AM
Hi,
For Downloading & uploading Message Class, you can use SAPLINK.
Link is : http://code.google.com/p/saplink/
Check Plug in list.
Regards.
Suman
2009 Feb 13 7:44 AM
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..
2009 Mar 01 3:28 AM
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.
2024 Jun 27 7:02 AM
Hi,
Go to T-code SE11 or SE16N.
Table - T100
Then go to contents.
Put your class name (standard or custom) in the ARBGB area. If you received the message class number, enter it in the MSGNR field.
Here you will get the details of your message class.