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

Maximum Data records in a Segment?

abhishek37373
Participant
0 Likes
666

Hi Folks,

I wanted to know if there is a limitation to number of data records in an IDoc segment.The requirement to generate 1 segment for each material number but the problem is whenever a material number contains greater then 1000 records,it is split into two segments.

The IDoc is an extension of PROACT01 IDoc.

Thanks in Advance.

-Abhishek

1 ACCEPTED SOLUTION
Read only

Former Member
530

Hi Abhishek,

Maximum records that can be created 1 segment is 9999999999.

It all depends on the attributes of Segment.

Regards,

Vineesh B    

2 REPLIES 2
Read only

Former Member
531

Hi Abhishek,

Maximum records that can be created 1 segment is 9999999999.

It all depends on the attributes of Segment.

Regards,

Vineesh B    

Read only

0 Likes
530

Thanks Vineesh,

Worked after changing the attribute of the MAXIMUM field in the segment attribute in WE30.

Thanks!!