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 for ME32K

Former Member
0 Likes
863

hi

I need to change the payment term and inco term of a contract agreement within a update task ,i tried BAPI_AGREEMENT_MAINTAIN but a call transaction is called inside this BAPI so dumb is occuring.

Then i tried BAPI_CONTRACT_CHANGE ,but error is generating 'Could not determine receipients for message type EKSEKS'.

thanks in advance.

hi

I need to change the payment term and inco term of a contract agreement within a update task ,i tried BAPI_AGREEMENT_MAINTAIN but a call transaction is called inside this BAPI so dumb is occuring.

Then i tried BAPI_CONTRACT_CHANGE ,but error is generating 'Could not determine receipients for message type EKSEKS'.

thanks in advance.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
538

OK, but the call transaction mode is set to 'N'. Never display. BAPI is remote enabled, so should be possible to use it. What is the dump telling you?

Read only

Former Member
0 Likes
538

'Error showing is update is terminated' then i debugged the BAPI ,once its execute the CALL Transaction statement then immediately it comes to the intial screen,( from where i called the user exit) and a mail is send to sy-uname with subject 'UPdate terminate' ( this is due to the Function module called in Update Task).