Hi Experts,
When we trying to generate Process Order details to Application server using FM: 'WWI_GENERATE_AND_IMPORT2'.
Please find the below FM details how the values are passing.
My issue is, Russia characters coming in AL11 server with Cyrillic characters.
Output:
[JOB]#
RUSS Test#
NAME=50002234 1-100001908#
FORMAT=100001505-DUMMY-Gazelle-no.fmt#
[VAR]#
ORDER_ID=50002234#
ROW_NO=-1#
MAN_PARTNO=100001908#
1= ????? ?? 06 2016#
2= ????? 70813 ?????????? 07 2013#
#
In Unix server three file generating first .rtf and .val and .job
First file .rtf and .val : coming fine with Russia language. issue with third file that is .JOB.
CALL FUNCTION 'WWI_GENERATE_AND_IMPORT2'
DESTINATION l_destination
EXPORTING
estoh_recn = l_gen_file_number
target_doc1_appl = 'JOB'
target_doc2_appl = space
mode = 'G'
printer = 'STANDARD'
source_doc_size = l_src_doc_size_numc
wwi_anchor = l_wwi_anchor
* IMPORTING
* TARGET_DOC1_NAME =
* TARGET_DOC2_NAME =
* TARGET_DOC1_SIZE =
* TARGET_DOC2_SIZE =
* TARGET_DOC1_PAGES =
* TARGET_DOC2_PAGES =
* RESULT =
TABLES
source_doc = l_repfile_tab
source_val = l_value_tab
target_doc1 = l_trg_doc1
target_doc2 = l_trg_doc2
target_str = l_trg_str
* DOC_FILE_TAB =
doc_file_key_tab = l_doc_file_key_tab
errorfile = l_errorfile
EXCEPTIONS
estoh_recn_invalid = 1
write_source_doc_failed = 2
write_source_val_failed = 3
wwiserv_start_failed = 4
wwiserv_failed = 5
result_not_found = 6
files_not_found = 7
OTHERS = 8.
Thanks in advance.
Each idea is appreciated!
Thanks
Srini