cancel
Showing results for 
Search instead for 
Did you mean: 

ORDERS05 baseic type /ORDERS message type/E1EDK35 segment

01-04-2024 1:26 PM
pooja_bakshi Explorer
1678 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

ORDERS05 basic type and Message type 'Orders' has segment E1EDK35 but I dont find this segment getting appended in the outbound IDoc.

The standard FM triggered for the same doesnt have E1EDK35 appended.

Do we have to add customising code for the same. if so then it is difficult to do so as the sequence of the segments in IDoc is important to do so.

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

RaymondGiuseppi
Active Contributor
0 Likes
  • Are you using a FM such as IDOC_OUTPUT_ORDRSP, in this case can you debug (set a break-point at start of form FILL_E1EDK35 of FG VEDC)
  • Else provide FM name (IDOC_OUTPUT_ORDERS which may not use this SD segment)
  • Did you use customer exit SDEDI001 / EXIT_SAPLVEDC_002 or MM06E001 / EXIT_SAPLEINM_001 ?
thilakan_t
Participant
0 Likes

Check if segment E1EDK35 related data available in your sales order. The segment is for additional data of sales order.

Customer group - VBAK-KVGR*

Condition group - VBKD-KDKG*

search the standard FM with segment name and debug to find why it is not filled.

If not, you can add logic in customer exit to add this segment in write place.

pooja_bakshi
Explorer
0 Likes

the data is available but there is no append statement for E1EDK35 in the FM. No code is written for E1EDK35 segment , only the segment is added in basic type.

Sandra_Rossi
Active Contributor
0 Likes

pooja_bakshi Which FM are you looking at?