2005 Nov 25 5:04 PM
Hello Everybody,
Im using an IDoc custom with only one segment. I use it to import on our R/3 system sales details that an external system send us on demand one time per week.
So, is possible send inside a single IDoc more than one registration, or is necessary create one idoc for every record?
Is there any solution to carry in all data by a single object? (I cant use batch-input)
Thanks for your help!
Regards
Demo
2005 Nov 25 5:19 PM
Hi Stefano,
In your IDoc you have one segment for each registration.
So in that case you can have multiple segments per IDoc and hence more than one registration in one idoc .
However u have to specify this in WE30 when creating the Idoc that is the number of times your segment will repeat.
Thanks and Regards,
Vanita M
2005 Nov 26 4:04 AM
Stefano,
You can definitely send multiple registrations in one single IDOC. I am assuming that each segment will carry one registration. while creating the IDOC type specify the cardinality of the segment as 1 .. max number. While trying to add a segment it will ask what is the minimum and maximum number of segments expected. You can also specify whether it is a mandatory segment or not.
Regards,
Ravi
Note : Please reward the posts that help you.
2005 Nov 26 9:08 AM
HI Stefano,
As already pointed by others, you should go into
we30 transaction and give the maximum number as some 100.
Activate the IDoc Basic type and release it.
That would help you.
Regards,
Ravi
2005 Nov 28 10:50 AM
2005 Nov 28 12:58 PM
Hi Stefano,
If you've got time, could you tell me what this "registration" is all about.
Regards.
2005 Nov 28 3:52 PM
Hi Vijay,
my "registration" are accounting record created by sales orders procedure.
regards
Stefano