Application Development 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: 

Which field from idoc INVOIC01 maps to Item Text field in MIRO transaction?

Former Member
0 Kudos
1,567

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

8 REPLIES 8

former_member181962
Active Contributor
0 Kudos
319

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

0 Kudos
319

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.

0 Kudos
319

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

0 Kudos
319

Thanks Shital for your response.

I have done this using user exit. Now item text fields is being populated.

0 Kudos
319

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.

0 Kudos
319

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.

0 Kudos
319

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.

0 Kudos
319

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