Skip to Content
0
Former Member
Aug 02, 2016 at 08:51 PM

an easy one

51 Views

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