on 2006 Oct 19 4:44 AM
Here's what I've done so far:
1) Extended the 2LIS_11_VAITM extractor to include two new custom partner types.
2) Added code in module RMCSUZ10 to populate the two new partner types based on the PARVW value on the VBPA table.
Everything is working fine EXCEPT the RMCUSZ10 module is not being executed. I put a breakpoint at the top of the module and tested the exractor via RSA3 and the breakpoint is never hit. Therefore my two new partner types in VAITM are not being populated.
What configuration or setup am I missing that's keeping this module from being invoked?
Thanks!
Hi,
you have to do the user exit coding in CMOD
In CMOD , select the project for BW enhancements. The project should already be there - you can do a F4 or ask your colleagues what that BW project is
Then double click on the function module
and since this is for transaction data use the exit 001
Regards,
San!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
San,
That module is not a function module. It's an include in a Report module:
REPORT RMCSUSR0. "MESSAGE-ID M2.
User INCLUDEs, die leer ausgeliefert werden und vom Kunden bewertet
werden
INCLUDE RMCSUZ10.
INCLUDE RMCSUZ11.
I was told this is where I put the code in the LIS module to populate the fields in the LIS extractor
Hi Wardell,
Goto CMOD give z project name and create then give enhancement component as EXIT_SAPLRSAP_001 and then activate the rpoject.
Then come to SE37 give EXIT_SAPLRSAP_001 module and there you will see an include program double click on that it will ask for creation then create and write your code.
Hope it helps.
Apparao
Hi San,
i was a bit confused with your answer that the enhanced field will trigger the delta because i have read in few threads that if we enhance it will not trigger the delta if it is the only field which is going to be changed.
please kindly explain how it will trigger because i am in assumption that the enhanced fields are only picked at the time of extraction but not when the change takes place.
thanks and regards
Neel
Hi,
Sorry ..i got you wrong for the first time->
Read this from
"In fact, by following this procedure, changes to added fields are not extracted to BW if <b>no additional field contained in standard extract structure was changed (since delta relevant)</b>: our ZZ* field is empty at the time of the check, in both the before and after image and, since there is no change for the system, no delta records are extracted.
"
Source:/people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
Rgds,
San!
Message was edited by: San!
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.