cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

View BAPI input data for data buffer entries

Former Member
0 Likes
207

Hi all,

I have a doubt about data buffer entries: I'm not able to see input parameters of the Bapi.

In the console it is possibile to see only the name of the transaction and the user who executed the transaction and nothing else. For instance it would be useful to know for a production order confirmation what was the order to be confirmed.

Do you have any idea?

Thanks,

Roberto

View Entire Topic
Former Member
0 Likes

hi,

there are some icons but no info are showed by them..in one of them there is the stack of the exception ( Connection exception etc. ) the scope of the others is to re-execute the call or delete it..

I'm a little disappointed about this functionality, becuase it manages only connection error ( ECC downtime.. ) all other errors have to be managed in a custom way.. and also errors caused by connection are not showed in a detailed way.

I think we are going to develop a whole custom solution to implement this requirement.

Roberto

Former Member
0 Likes

well, seems you will have to build your own solution.

For example, we have once built an error log table where we can put all information in that we might need, e.g. complete IDoc XML data. For me it was a good help for monitoring and error analysing.

Michael