We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] Status Bar Messages Handling

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from tessavr on Jan 5 at 7:15 AM
Hi,

I would collect the messages from 'sy' fields (sy-msgno, sy-msgid,
sy-msgv1...) into a table (it_download below) and then download these into
an Excel file. If you need the message only use FM RKD_WORD_WRAP to
convert the sy fields into the message.

You have to create 'it_download' with your own columns/layout.

lv_filename should contain the full path and name of the file you want to
create including the extension '.XLS' (You can use CALL METHOD
cl_gui_frontend_services=>file_save_dialog to get the filename and path
from the user)

DATA: lv_separator TYPE c,
lv_tab(1) TYPE x VALUE '09',
lv_filename TYPE string.

MOVE lv_tab TO lv_separator.

CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
filename = lv_filename
filetype = 'ASC'
write_field_separator = lv_separator
TABLES
data_tab = it_download
EXCEPTIONS
file_write_error = 1
no_batch = 2
gui_refuse_filetransfer = 3
invalid_type = 4
no_authority = 5
unknown_error = 6
header_not_allowed = 7
separator_not_allowed = 8
filesize_not_allowed = 9
header_too_long = 10
dp_error_create = 11
dp_error_send = 12
dp_error_write = 13
unknown_dp_error = 14
access_denied = 15
dp_out_of_memory = 16
disk_full = 17
dp_timeout = 18
file_not_found = 19
dataprovider_exception = 20
control_flush_error = 21
OTHERS = 22.

Hope this helps :)

---------------Original Message---------------
From: Unknown User
Sent: Monday, October 08, 2001 5:26 AM
Subject: Problems with Siebel Client Installation

Hi Shashi,

There is a problem with data2.cap file. I have also encountered the same
problem.
Only way is you have to get new siebel client software/orginal CD.
Otherwise try to install
through CUSTOM/COMPACT option. Because TYPICAL option select all facilities
and try to
cope-up with data2.cab. Hence, the problem arises.

Try the above option.

Cheers
t arumugham

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
© 2016 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
tessavr  

achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language