Application Development 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: 

Error while posting Goods Issue

Former Member
0 Kudos

Hi All,

When I am trying to Post Goods issue, initially is shows that the task is successfully completed. but after 10 secs, its changing back to not completed and also giving me an error:" Express document 'Update was terminated' received from author 'XXX'."

being a technical person , I have looked for any BADI or exits, but nothing has been changed in the standard program. Could uoy please help me with this.

Thanks in advanc !!

6 REPLIES 6

learnsap
Active Participant
0 Kudos

Hello Priya,

Check in TCode: SM13, to find the reason of update failure and code where it is failing. There could be a custom function module called in update task to be executed during database update.

Give us the details of the update error.

Regards,

Ramesh

Former Member
0 Kudos

Hi ,

Thanks for your reply.I checked in SM13. Is shows error in RV_MESSAGE_UPDATE. But i cnt find any other refrence of this FM.

Former Member
0 Kudos

Hi,

Have you tried to search for SAP note on SAP service market place?

I can see a SAP note 1654137, may be relevant to your problem.

I suggest search for SAP notes.

Former Member
0 Kudos

Hi,

Try debugging the standard program of goods issue, and check weather it is getting successfully geting posted or not, if not check where it is getting problem.

Regards,

Goutam Kolluru.

umashankar_sahu
Active Participant
0 Kudos

Hi Priya,

I was also encountered similer problem while creating a sales contrct using BAPI.

First of all check if you have got any notification on your SAP Buisness workplace (SBWP).

Check whether all required data are filled.

check for any customization which is creating any problem.

Former Member
0 Kudos

Hi all,

Got the issue resolved. It was because of the blank mail id of the customer.

Thanks a lot for your suggestions !!