2008 May 01 10:51 AM
Hi
Will anybody please tell me which of the field in which segment of IDOC INVOIC01 maps to Item text (INVFO-SGTXT) field in Basic data tab of MIRO transaction
2008 May 01 11:08 AM
Hi,
Have a Look at the segment E1EDPT1 segment.
Looks for the text ID that corresponds to Item texts in Billing and fill accordingly.
Regards,
Ravi Kanth talagana
2008 May 01 11:23 AM
Thanks Ravi for your response.
But I have tried with all fielsd related to texts in IDOC but it is not being filled in transcation .
If you see the F4 help in text field then Text Id is four character and when I manually assign this in transactin then it is putting = symbol in fron of the id. And then if we save or go to other tab then it is filling text.
I am not able to find the error bcoz document is being posted through idoc but text field is not getting filled.
2008 May 04 8:26 AM
Please check E1EDKT2.
Are you able to find text id in any segment, if yes can we use this ID too retrive text at receiver system?
Thanks'
Shital
2008 May 04 10:08 AM
Thanks Shital for your response.
I have done this using user exit. Now item text fields is being populated.
2008 May 21 10:35 PM
Hi Pranay,
Could you please let me know which user exit you have used? Actually I need to populate BKTXT in the similar way.
Regards,
Nanda.
2008 May 22 7:18 AM
User exit:EXIT_SAPLMRMH_014
code to fill item text
if I_IDOC_DATA-SEGNAM = 'E1EDK01'.
E_RBKPV-SGTXT = I_IDOC_DATA-SDATA+227(40).
E_CHANGE = 'X'.
endif.
2008 Jun 10 8:32 AM
Hi am also facing the similar kind of issue.
1)I want to calculate the tax and i found the idoc segment is E1EDk04 and the fields needed r musbt and txjcd.How should i code please help.
2008 Jun 11 7:04 AM
Hi Hema,
are you doing your sceanrio through output type or with some other technique. Bcoz i suppose these fields should be filled thorugh statndard function module..........will you explain in detail?
Regards,
Pranay Gupta