2010 Feb 24 10:10 AM
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
2010 Feb 24 2:21 PM
Hi,
Have you tried searching for Exits that execute after that one that are clearing that value?
Regards
Ernesto
2010 Feb 24 2:39 PM
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
2010 Feb 24 2:44 PM
2010 Feb 25 2:29 AM
thanks for all the input, Raymond is right. It was running OK before sandbox was scrapped. It is really strange.
Any idea?
Chika
2010 May 22 8:32 AM
2010 Feb 24 3:06 PM
Hi,
if you use the search button you can find solutions like this one:
Best regards.
2011 Mar 27 11:14 PM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |