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: 

IDOC_INPUT_INVOIC_MRM posting date

Former Member
0 Kudos

Hi,

I have a SD invoice which as an IDOC message IDOC_INPUT_INVOIC_MRM.

This IDOC posts an Invoice in transaction MIR4.

My problem is the SD Invoice date is not transferred to MM invoice date (posting date).

For example I have SD Invoice date: 01/11/2009 but the IDOC creates the MM invoice with posting date equal to actual date (date for IDOC processing).

Do you Know how can I manipulate this date?

I tried to manipulate in IDOC segments but I couldn't.

Thanks,

SF

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

Hi,

Search for an Customer exit and try to write the logic in that exit in the FM IDOC_INPUT_INVOIC_MRM. You need to modify the IDOC_DATA. in the idoc_data you will get the date information. Overwrite it with the date you want and modify the idoc_data....

Regards,

Nagaraj

Former Member
0 Kudos

I have the user exit ZXEDFU02 and ZXM08U22.

But my problem is how to manipulate this date?

Because in transaction WE19 when I see the dates in segment I don´t see any date = 04.11.2009.

I tried to manipulate all dates that appear in WE19 and anyone intgrates in MM posting date.

Thanks,

SF

0 Kudos

Hello Sara,

Even though you change the date in the user exit, it will not change in the IDoc segment. It will only be passed to the application.

Br,

Advait

jeff_cheung2
Explorer
0 Kudos

Hi Sara,

Did you revolve this issue? Would you mind sharing your solution?

Thanks a lot in advance!