“RGGBS000 and RGGBR000 kaynak kodlarını Z’li hale gitiriyoruz.
“Formları bağlama kısmını genellikle modülcü arkadaşlar yapıyorlar.
TABLES: COBL.
FORM U001.
IF COBL-KOSTL IS NOT INITIAL.
COBL-BUKRS = COBL-KOSTL.
ENDIF.
ENDFORM.
” U harfi, geliştiriciler tarafından tanımlanan çıkışlar için ayrılmış.
” S harfi ise, standarttaki exit’ler için
User exit type
|
Description
|
Application
|
Example
|
1
|
No
parameters are defined for the user exit. |
Rules,
validations, and substitutions (prerequisite) |
See
form pool RGGBR000, parameter type C_EXIT_PARAM_NONE |
2
|
Same
as user exit type 1, except one parameter (the field to be substituted) is defined in the user exit. For example, you can create a substitution routine that analyzes the cost center irrespective of the field used. |
Substitution
|
See
form pool RGGBS000, parameter type C_EXIT_PARAM_FIELD |
3
|
All
data is passed as one parameter; this exit type can only be used in matrix validations and substitutions. |
Rules, validations, and substitutions
(prerequisite) |
See
form pool RGGBR000, parameter type C_EXIT_PARAM_CLASS |
*** tablo http://help.sap.com/saphelp_erp60_sp/helpdata/en/5b/d231a843c611d182b30000e829fbfe/content.htm sitesinden alıntıdır. ayrıca linkte daha ayrıntılı bilgi mevcut.
Hiç yorum yok:
Yorum Gönder