SAP ABAP 첨부파일 한글깨짐 현상 해결

data: application->gs_file-name type string,
       lv_fname_01 type string.
       lv_fname_02 type string.
 
lv_fname_01 = cl_http_utility=>escape_url( unescaped = lv_fname_01 ).
 
c.f) BSP
SPLIT application->gs_file-name AT ‘.’ INTO: lv_fname_01 lv_fname_02.
lv_fname_01 = cl_http_utility=>escape_url( unescaped = lv_fname_01 ).
REPLACE ALL OCCURRENCES OF ‘+’ IN lv_fname_01 WITH ‘_’ IGNORING CASE.
CONCATENATE ‘attachment;filename=’ lv_fname_01 ‘.’ lv_fname_02 

                       INTO application->gs_file-name.
 
c.f) 첨부파일 클릭시 무조건 팝업으로 열기/저장/취소로 보이게 하려면
mime type = ‘application/octet-stream’ 으로 hard coding.
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
trackback
15 years ago

오랜만에 윈도우용 SAP GUI 710 패치가 나왔습니다^^ 얼렁 설치~~ 고고싱!! ㅋ 패치레벨 11에서 외관상으로는 별로 달라진것이 없어 보입니다. 하지만 뭔가 좋아진듯;;; 한번 다운해보세요^^