I’m trying to read a extended IDOC file with Data Services.
In our system, the IDOC type ZZZ_WPDBBY01 is an extension of IDOC WPDBBY01.
The IDOC file header has this values at the firs line:
EDI_DC40 … … WPDBBY01 ZZZ_WPDBBY01 WPDBBY
I think WPDBBY01 is the IDOC Type, ZZZ_WPDBBY01 is the custom extension and WPDBBY is the message type.
If I use the IDOC type WPDBBY01 lo load data from this file, I get the following error:
Idoc type WPDBBY01 (extended) is different from WPDBBY01
If I import and use ZZZ_WPDBBY01 as IDOC type, I get a Bad schema. Some of columns and nested schemas are duplicated so I have to delete its duplicates in the original imported schema of IDOC in order to read it from Data Services.
Doing that, the job pass the validation step and get running, but it fails with Access Violation error
I’m running 12.2.3.1 version of Data Services in Windows 2008 Standard 32 bits.
I have the same problem when i import my idoc CREMAS05 with a segment extension beginning with Z, i can’t see the segment extension in bods but in sap, how i can import the segment extension in BODS?
I have the same problem when i import my idoc CREMAS05 with a segment extension beginning with Z, i can’t see the segment extension in bods but in sap, how i can import the segment extension in BODS?