Question:
Dear,
I always use 'WE05' to display the IDOC data information. I must click 'we05', then double click the select IDOC, then double click the message type, then click the IDOC number, then click the detail data record, So I can see the detail information of this IDOC number.such as
MATNR 010032
WERKS 1001
LGORT 1101
CHARG 0300013320
BWART 261
SHKZG H
ERFMG 6240.000
SGTXT 0000417887
AUFNR 000001006813
It is very inconvenient, I want to find the table which maintain the detail data information. I can not find it.
Could you tell me which table maintain it?
Appreciate for your care, and I am looking forward your reply.
Jenny
Answer:
EDID2, EDID3 and EDID4 (depending on release) hold the data portions of segments in a 1000 byte character field called SDATA.
Answer:
Thanks for your information. I test , EDID4 mantain it, but I can not display SDATA field, it is blank. I wrote a program to display it, I can see all feilds value expect the SDATA. could you give me more inofrmation?
I am looking forward your replay.Thanks.
jenny
Answer:
The segment name in EDID4-SEGNAM defines the structure of SDATA. For example, if SEGNAM = 'E1EDK01', then you move the SDATA field into the structure E1EDK01 to display it. Check an IDOC function module like IDOC_INPUT_ORDERS if you want an example of how SAP reads it.