2016 Aug 02 9:51 PM
Greetings All,
I need to develop an user-exit which will be allowing us to create an utilities billing order with the status '02'when the billing related device will be removed from the corresponding installation.
Would you please let me know that the following user-exit is correct?
FUNCTION EXIT_SAPLE30D_002 .
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" REFERENCE(X_ACTION) TYPE ACTIONWL
*" REFERENCE(X_DISP_INPUT) TYPE ISU07_REG30_D
*" REFERENCE(X_ZW_INPUT) TYPE ISU07_ZWT
*" EXPORTING
*" REFERENCE(Y_TABIX) TYPE SYST-TABIX
*" REFERENCE(Y_CURFIELD) TYPE CURFIELD
*" EXCEPTIONS
*" INPUT_ERROR
*"----------------------------------------------------------------------
INCLUDE ZXE07U04 .
ENDFUNCTION
Being said that if you let me know any tricky points, i'd highly appreciate your help.
Thank you in advance for your kind answers.
With kind regards,
SZ
Greetings All,
I need to develop an user-exit which will be allowing us to create an utilities billing order with the status '02'when the billing related device will be removed from the corresponding installation.
Would you please let me know that the following user-exit is correct?
FUNCTION EXIT_SAPLE30D_002 .
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" REFERENCE(X_ACTION) TYPE ACTIONWL
*" REFERENCE(X_DISP_INPUT) TYPE ISU07_REG30_D
*" REFERENCE(X_ZW_INPUT) TYPE ISU07_ZWT
*" EXPORTING
*" REFERENCE(Y_TABIX) TYPE SYST-TABIX
*" REFERENCE(Y_CURFIELD) TYPE CURFIELD
*" EXCEPTIONS
*" INPUT_ERROR
*"----------------------------------------------------------------------
INCLUDE ZXE07U04 .
ENDFUNCTION
Being said that if you let me know any tricky points, i'd highly appreciate your help.
Thank you in advance for your kind answers.
With kind regards,
SZ
2016 Aug 02 11:21 PM
One tricky point is that you have to put code in the include (ZXE07U04) to implement the requirements.
Is that what you are asking?
2016 Aug 03 9:10 AM
Sadly, it's not answering my question.
I know the code should be implemented in that include.
If you know that i'am on the correct user-exit that would be helpful as well.
2016 Aug 03 8:48 PM
I bet most ABAPers here have no IS-U installed, so how would we even know... Is there no information on this in IS-U forum? In SAP Help? In Google?
What have you tried so far? Is there some issue with using a test system and a breakpoint in debugger? I'm confused...
2016 Aug 04 9:32 AM
It seems that i made a mistake...
Sorry for being posted this in a wrong place
Thank you for your kind returns.