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

outbound idocs failed

Former Member
0 Likes
1,504

Sending out material master

extended the idoc MATMAS03

Created one segment with one field

added it to the idoc

populated that segment in the Customer Exit

'CAll function 002' of FM:Masteridoc_create_matmas

On sending the materials via bd10

I get errors with status 26

1. 26 error during syntax check of idoc(outbound)

Get details from previous status records with status 26

2. 26 error during syntax check of idoc(outbound)

EDI:Idoc has more than one syntax errors

2. 26 error during syntax check of idoc(outbound)

Syntax error in idoc (mandatory group missing)

Inspite of all these errors Data records are correctly populated.

Please advice

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,004

Hi Kittu ,

1.(mandatory group missing) - Parent segment is missing for your segment .

2. Double click on the number 26 and go for tab 'Logging'. you can find the segment number where the error has happend .

Rgds

Sree M

Sending out material master

extended the idoc MATMAS03

Created one segment with one field

added it to the idoc

populated that segment in the Customer Exit

'CAll function 002' of FM:Masteridoc_create_matmas

On sending the materials via bd10

I get errors with status 26

1. 26 error during syntax check of idoc(outbound)

Get details from previous status records with status 26

2. 26 error during syntax check of idoc(outbound)

EDI:Idoc has more than one syntax errors

2. 26 error during syntax check of idoc(outbound)

Syntax error in idoc (mandatory group missing)

Inspite of all these errors Data records are correctly populated.

Please advice

2 REPLIES 2
Read only

Former Member
0 Likes
1,004

Hi,

I believe you have are either using a custom basic type or you might have added an extension to the standard basic type.

The outbound idoc which has been created is missing a mandatory segment in the idoc, check which is that segment and recheck the code why that segment is not populated while your idoc is created. This is basically an syntax error.

Thanks,

Mahesh.

Read only

Former Member
0 Likes
1,005

Hi Kittu ,

1.(mandatory group missing) - Parent segment is missing for your segment .

2. Double click on the number 26 and go for tab 'Logging'. you can find the segment number where the error has happend .

Rgds

Sree M