Application Development and Automation 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: 
Read only

MIRO user exits does not work

Former Member
0 Likes
1,254

Hi,

I am working on MIRO user exits EXIT_SAPLMRMP_010, in which to copy LIV number to line item FI document BSEG-ZUONR.

This is a bit anomaly since when we did last, it works OK. After SandBox was scrapped and re-install ECC6, it does not work. When we do debugging, the value of LIV number gets transfered but after posted, no LIV number is transferred in BSEG-ZUONR.

My coding was:

IF e_trbkpv-blart = 'RE'.

e_trbkpv-zuonr = e_trbkpv-belnr.

ENDIF.

Any one ever face this kind of issue ? How to fix it? I am re-searching for another exits for other course.

It is really confusing.

thank you !

Chika

Hi,

I am working on MIRO user exits EXIT_SAPLMRMP_010, in which to copy LIV number to line item FI document BSEG-ZUONR.

This is a bit anomaly since when we did last, it works OK. After SandBox was scrapped and re-install ECC6, it does not work. When we do debugging, the value of LIV number gets transfered but after posted, no LIV number is transferred in BSEG-ZUONR.

My coding was:

IF e_trbkpv-blart = 'RE'.

e_trbkpv-zuonr = e_trbkpv-belnr.

ENDIF.

Any one ever face this kind of issue ? How to fix it? I am re-searching for another exits for other course.

It is really confusing.

thank you !

Chika

7 REPLIES 7
Read only

Former Member
0 Likes
1,091

Hi,

Have you tried searching for Exits that execute after that one that are clearing that value?

Regards

Ernesto

Read only

Former Member
0 Likes
1,091

Hi,

try to use the badi INVOICE_UPDATE rather than the user-exit that u r using now.

'coz i think that user-exit is just for checking data. I dont think that u can use it for change data on it.

Better use that badi.

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,091

When this exit is called, FI interface (Structure XACCHD FI interface header, and tables XACCIT FI interface line items, XACCCR FI interface line items currency info and XACCFI FI interface onetime vendor info) have already been filed.

Regards,

Raymond

Read only

0 Likes
1,091

thanks for all the input, Raymond is right. It was running OK before sandbox was scrapped. It is really strange.

Any idea?

Chika

Read only

0 Likes
1,091

solved

Read only

former_member182371
Active Contributor
0 Likes
1,091

Hi,

if you use the search button you can find solutions like this one:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef...

Best regards.

Read only

Former Member
0 Likes
1,091

Yes, solved but how?

I'm trying to look for an answer to this. I appended a field to RBKP called ZZPED and I want to save it to the info being sent. So far I can capture the info with a pop-up but it doesn't save it to the table.

Can you please share you solution?

Regards.