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

Missing Data on an output File on Application Server

Former Member
0 Likes
515

Hi All, I am displaying the following fields in a CSV file on the application server.......

'VKORG' 'VTWEG' 'SPART' 'SPARTD' 'VKBUR' 'VKBUR_TXT' 'VKGRP' 'VKGRP_TXT' 'PRCTR' 'WW002' 'WW006' 'WW007' 'BSTKD' 'BZIRK' 'VDATU' 'EDATU' 'EBELN' 'ERDAT_ORD' 'ERNAM' 'AUART' 'BNDDT' 'WERKS' 'MATNR' 'MAKTX' 'PSTYV'

'MTPOS' 'KUNAG' 'NAME1_AG' 'REGION_AG' 'CITY1_AG' 'POST_CODE1_AG' 'KUNWE' 'NAME1_WE' 'REGION_WE' 'CITY1_WE' 'POST_CODE1_WE' 'KUNRE' 'NAME1_RE' 'HKUNNR' 'NAME1_HL' 'BRAN1' 'LFSTA_TXT' 'FKSAK_TXT' 'GBSTK_TXT' 'GBSTA_TXT' 'FAKSK'

'LIFSK' 'VBELN_ORD' 'POSNR_ORD' 'PARVW_VE' 'PERNR_VE' 'ENAME_VE' 'PARVW_ZX' 'PERNR_ZX' 'ENAME_ZX' 'PARVW_ZY' 'PERNR_ZY' 'ENAME_ZY' 'KWERT_ZPRO' 'WAERK_ZPRO' 'KZWI3_ORD' 'WAERK_ORD' 'ZUNITPR' 'ZUNITPRCURR' 'KWERT_ZPRS' 'WAERK_ZPRS'

'ZPROFIT' 'ZPROFCURR' 'zprofperc'

'ZPROFPERC(16)' 'KWMENG' 'VRKME_ORD' 'LIFNR' 'NAME1_VEND' 'VBELN_DEL' 'POSNR_DEL' 'WBSTK_TXT' 'LFIMG' 'VRKME_DEL' 'ZQUANT_DEL' 'ZVRKME_DEL' 'WADAT_IST' 'FKART' 'VBELN_INV' 'POSNR_INV' 'FKIMG' 'VRKME_INV' 'KZWI3_INV' 'WAERK_INV'

'ERDAT_INV' 'FKDAT' 'ZQUANT_INV' 'ZVRKME_INV' 'ZAMOUNT' 'ZWAERK_INV' 'FPROZ' 'ZFPLVAL' 'KWMENG_OH' 'KZWI3_OH' 'KWERT_COS_OH' 'ZPROFIT_OH' 'ZPROFPC_OH(16)' 'KWERT_COS_IN' 'ZPROFIT_IN' 'ZPROFPC_IN(16)'

'ZUONR' 'ABGRU' 'SPNAME2' 'SHNAME2' 'BPNAME2'

However, from ZUNITPR onwards, the fields are not showing. Is there any reason why this is?

Points for helpful people.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

The record length on application server in 1023 characters. I think your record length exceeds this!

The record length on application server in 1023 characters. I think your record length exceeds this!

1 REPLY 1
Read only

Former Member
0 Likes
458

The record length on application server in 1023 characters. I think your record length exceeds this!