2008 Mar 10 10:03 PM
Hi all,
Can i use a break-point into ENHANCEMENT-POINT?
i can't debug into ENHANCEMENT-POINT.
Anybody help me??
regards,
2008 Mar 11 9:26 AM
Hi
put break point pressing the button
or write break sy-uname (abc) in enh point
Regards
Shiva
Hi all,
Can i use a break-point into ENHANCEMENT-POINT?
i can't debug into ENHANCEMENT-POINT.
Anybody help me??
regards,
2008 Mar 11 5:45 AM
Hi,
Yes you can put a break point in the enhancement point..
Try using the session breakpoint..
Reward points!!1
2008 Mar 11 9:26 AM
Hi
put break point pressing the button
or write break sy-uname (abc) in enh point
Regards
Shiva
2008 Mar 11 11:39 AM
I put a break-point in the code, but the system don't stop.
See the exemple:
ENHANCEMENT-POINT WE_AUS_BETS_02 SPOTS ES_SAPLEINR.
ENHANCEMENT 13 /CWM/APPL_MM_SAPLEINR. "active version
INCLUDE /CWM/MOD_LEINRF2B_1. "CWM CWEK000072
break marcelo_10.
if sy-tcode = 'MB01'.
if EKKO-WAERS NE 'BRL' and
( ekko-bsart NE 'ZI' and
ekko-bsart NE 'IP' ).
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
EXPORTING
DATE = I_BLDAT
FOREIGN_AMOUNT = XEBEFU-NETWR "Nettower
FOREIGN_CURRENCY = EKKO-WAERS
LOCAL_CURRENCY = T001-WAERS
TYPE_OF_RATE = KURSTYP
IMPORTING
LOCAL_AMOUNT = XEBEFU-NETWR.
endif.
endif.
ENDENHANCEMENT.
2008 Mar 11 11:53 AM
Hi
It should trigger if the spot is at correct i think the spot is not created at the right point
Please check the same
Regards
Shiva
2008 Mar 11 9:29 AM
Hi
Yes you can put a BREAK-POINT
and make sure that break-point will be removed before transporting that enhancement
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |