Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_CONTRACT_CREATE error BL207

Former Member
0 Likes
1,872

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.

1 ACCEPTED SOLUTION
Read only

former_member235395
Contributor
0 Likes
1,426

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,


4 REPLIES 4
Read only

former_member235395
Contributor
0 Likes
1,427

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,


Read only

0 Likes
1,426

Hi,

May i know what causes this error?

Thank you...

Read only

0 Likes
1,426

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 ?

Read only

0 Likes
1,426

Solved :

Notes OSS : 2159999 & 2687925