Application Development 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: 

Idoc segment with 1000 char

Former Member
0 Kudos

Hi

I have a custom IDOC created with one of the segments being 1000 char. The data is populated through a custom program.

In WE02 I am unable to see all the 1000 char. Even if I export the IDOC to a spreadsheet or word doc it does not show completely all the characters.

I am able to use FM IDOC_Read_Completely to read the IDOC and view the complete segment but I am looking for a standard transaction.

Any inputs on how the I can view all the data in the segment in a standard trx ?.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Maybe you will need to populate 2 segments instead of 1

6 REPLIES 6

Former Member
0 Kudos

hi,

the data in the edid4-sdata is filled with according to Segement field lenght.

you can directly read from table with Idoc number from table EDID4 in se16.

or we05 or we02 or we19 or BD87 transactions.

prabhudas

0 Kudos

In SE16 since the max width is 1023 it does not display the whole content of Sdata.

Former Member
0 Kudos

Maybe you will need to populate 2 segments instead of 1

0 Kudos

I can read the Sdata using the FM Idoc_Read_completely.

I am looking for a trx that will do the same.

0 Kudos

Hi,

You may not get the entire Segment using standard transaction codes. WE02, WE19 etc will convert segment SDATA value based on the columns in Segment definition in WE31.

Regards

Vinod

Former Member
0 Kudos

answered