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: 

IDOC in status 53 but the document doen't exist

Former Member
0 Kudos

Hi all,

I have a really strange problem.

I create about 300.000 assets by IDOC using LSMW.

Now I discovered that there are a couple of idoc that are in status 53, but the corresponding asset (i take the number from the idoc) dosn't exist?

I try to recreate the idoc with trx WE19. The idoc was posted succesfully, but the asset doesn't exist?

Any one can help me?

thanks and regards

enzo

2 REPLIES 2

Former Member
0 Kudos

Hello,

Is this a Custom Program from which you are creating Assets? If yes, check your Code with which you are doing the Creation Part. It could be so that you are populating the Status 53 but the Document is not getting created.

If it is a Standard Program, then Put a Break-Point in the Program and see what exactly is happening.

Thanks and Regards,

Venkat Phani Prasad Konduri

0 Kudos

Hi,

I use the LSMW with a standard bapi.

The problem is that the system seems to create the asset, function module return sy-subrc = 0 and so the idoc status 53. It seems the system doesn't execure the commit.

thanks

enzo