2016 Sep 05 4:00 PM
Hi Im trying to create a contract through BAPI_CONTRACT_CREATE, but i always get this error message "LOG NOT FOUND (in main memory)". im running BAPI in an EH7 SAP ERP system. When i tried in other SAP ERP with EH7. I'am able to create the contract.
Is this something related to a certain Business Functions that needs to be activated? or some SAP Notes that the system needs to have?
Please help. Thank you so much.
2016 Sep 05 4:23 PM
Hi Arvin,
Try using this sentences "SET UPDATE TASK LOCAL." before call BAPI_CONTRACT_CREATE, like this way.
SET UPDATE TASK LOCAL.
CALL FUNCTION 'BAPI_CONTRACT_CREATE'.
.....
.......
.........
...........
Read this note 1496983 too.
Regards,
2016 Sep 05 4:23 PM
Hi Arvin,
Try using this sentences "SET UPDATE TASK LOCAL." before call BAPI_CONTRACT_CREATE, like this way.
SET UPDATE TASK LOCAL.
CALL FUNCTION 'BAPI_CONTRACT_CREATE'.
.....
.......
.........
...........
Read this note 1496983 too.
Regards,
2016 Sep 06 4:20 AM
2019 Nov 12 10:24 AM
Hello,
I have de same error, I use SET UPDATE TASK LOCAL. but I still have the same error BL207
Can you help me please ?
2019 Nov 14 10:17 AM