2007 May 21 7:11 PM
Hi All,
I am creating material using BAPI_MATERIAL_SAVEDATA I am getting error message "Change Pointer ID already exists"
I need your inputs please to resolve this.
Regards
Martin
Hi All,
I am creating material using BAPI_MATERIAL_SAVEDATA I am getting error message "Change Pointer ID already exists"
I need your inputs please to resolve this.
Regards
Martin
2007 May 21 7:42 PM
2007 May 21 7:52 PM
Hi Seshu,
Message number :- 050
message Id :- B2
thanks in advance
Martin
2007 May 21 8:09 PM
Hi Martin,
Put a break point in the program <b>LSCP1F06</b> where its raising the exception. To help you there are three places(lines 27,33,41). See where the sy-subrc is not equal to zero. You will know wht the problem exactly is.
Thanks
Aneesh.
2007 May 21 8:11 PM
Hi Martin,
I think you are inserting dulicate keys,
Keep the break point in function Module - CHANGE_POINTERS_CREATE
Keep break point below.
write change pointers and status
INSERT BDCP FROM TABLE T_BDCP ACCEPTING DUPLICATE KEYS.
INSERT BDCPS FROM TABLE T_BDCPS ACCEPTING DUPLICATE KEYS.
IF SY-SUBRC <> 0.
MESSAGE E050 RAISING DUPLICATE_POINTER_ID.
ENDIF.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |