2006 Mar 22 2:45 PM
HI ALL,
i am using CSAP_MAT_BOM_MAINTAIN for changing BOM and i am passing commit = 'x' .
i am not getting any error message , but i am unable see changes in tranction .
please help .
HI ALL,
i am using CSAP_MAT_BOM_MAINTAIN for changing BOM and i am passing commit = 'x' .
i am not getting any error message , but i am unable see changes in tranction .
please help .
2006 Mar 22 3:03 PM
Maybe you use COMMIT WORK also -:) Or BAPI_TRANSACTION_COMMIT.
Greetings,
Blag.
2006 Mar 22 3:39 PM
Hi,
Give fl_commit_and_wait = 'X'
CALL FUNCTION 'CSAP_MAT_BOM_MAINTAIN'
EXPORTING
material = matforupdate
plant = pltforupdate
bom_usage = usgforupdate
change_no = chgforupdate
<b>fl_commit_and_wait = 'X'</b> "Synchronous update
fl_new_item = 'X'
i_stko = i_stko
TABLES
t_stpo = stpotab
t_dep_data = deps
t_dep_order = ords
EXCEPTIONS
error = 1
OTHERS = 2.regards
Vjay
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |