hi
I did as you said and I can see vseg-lifnr = plifnr but what I'm doing in the program is passing 3 fields to vseg i.e lifnr, name1 and ort01 as per the below code from my idoc program which i have pasted in the previous reply
SELECT SINGLE * FROM EDP13 INTO VEDP13 WHERE MESTYP = 'ZTMSG' AND
IDOCTYP = 'ZTRANS'.
VSEG-LIFNR = PLIFNR.
VSEG-NAME1 = PNAME1.
VSEG-ORT01 = PORT01.
TEDIDD-SEGNAM = VSEG.
TEDIDD-SDATA = VSEG.
APPEND TEDIDD.
Is this the error that all 3 fields are not being moved to vseg?
The entire process I'm doing is : I have made an tcode ZTC which enters lifnr,name1,ort01 into lfa1 table and then I run my idoc program(above) and again pass the same values(in parameters) i had entered into ZTC and then these values are sent to client 810 using IDOC.
Thank you. Waiting for your reply.
