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

loading messages...

Former Member
0 Likes
855

hi,

I have a message class created in ECC 6.0.

I have an excel sheet with 100s of messages. Can I upload it by any means for this message class , rather than typing each one of them ??

the excel sheet has language, ApprAr MsgNo and Message text as 4 columns.

thnks

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
810

Hi

Yes by using ALSM_EXCEL_TO_INTERNAL_TABLE function module you can upload the data .

all you have to do is create a INternal table witht the four fieids you have mentioned and use the above function module

[Sample Code|;

Regards

Pavan

7 REPLIES 7
Read only

bpawanchand
Active Contributor
0 Likes
811

Hi

Yes by using ALSM_EXCEL_TO_INTERNAL_TABLE function module you can upload the data .

all you have to do is create a INternal table witht the four fieids you have mentioned and use the above function module

[Sample Code|;

Regards

Pavan

Read only

0 Likes
810

How do u think this list would have been downloaded ?? Is there any menu option in SE91 to download the list into an excel sheet ?

thks

Read only

0 Likes
810

Hi

By using the FM SAP_CONVERT_TO_XLS_FORMAT

Regards

Pavan

Read only

0 Likes
810

i think, it has been simply downloaded in se16 ... table is T100..

Read only

0 Likes
810

Hi

Can you be more clear on the query you have

Regards

pavan

Read only

0 Likes
810

hey pavan,

I just need to upload the messages for a message class from my excel sheet to SAP. I have like 150 message numbers and i want a simplest method to do that.

Do u suggest me to do a BDC on SE91 ??

or if anyone has already got the code to do this, great..pl share..thks

Read only

Former Member
0 Likes
810

Hi,

Try to create one BDC for this..