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: 

How to capture express error messages

Former Member
0 Kudos

Hi all,

How can I capture any express error messages which is displayed as a popup on the screen if I fail in certain transaction? In my program I tried to perform some update in C002. It failed somewhere and I received an express error messages and a mail send to my inbox. How can I capture this error message to my log?

THanks in advance.

4 REPLIES 4

Former Member
0 Kudos

Anyone which can help me?

Former Member
0 Kudos

hi,

use any one user exits of the following for ur requirement

PPCO0010 Enhancement in make-to-order production - Unit of measure

PPCO0012 Production Order: Display/Change Order Header Data

PPCO0013 Change priorities of selection crit. for batch determination

PPCO0015 Additional check for document links from BOMs

PPCO0016 Additional check for document links from master data

PPCO0017 Additional check for online processing of document links

PPCO0018 Check for changes to production order header

PPCO0019 Checks for changes to order operations

PPCO0021 Release Control for Automatic Batch Determination

PPCO0022 Determination of Production Memo

PPCO0023 Checks Changes to Order Components

STATTEXT Modification exit for formatting status text lines

PPCO0009 nhancement in goods movements for prod. process order

CCOWB001 Customer exit for modifying menu entries

COIB0001 Customer Exit for As-Built Assignment Tool

COZF0001 Change purchase req. for externally processed operation

COZF0002 Change purchase req. for externally procured component

PPCO0001 Application development: PP orders

PPCO0002 Check exit for setting delete mark / deletion indicator

PPCO0003 Check exit for order changes from sales order

PPCO0004 Sort and processing exit: Mass processing orders

PPCO0005 Storage location/backflushing when order is created

PPCO0006 Enhancement to specify defaults for fields in order header

PPCO0007 Exit when saving production order.

regards,

Santosh

0 Kudos

Is there any options, other than user exit, like Function Modules or BAPIs?

0 Kudos

I am not sure if it is possible. This happens outside the processing of your program.

If you are getting this message, that means there is something wrong in your program which is causing this error.

However, if you want to view the express message, you can go to the transaction SBWP, click on inbox and documents. All the "update failed" messages will be there.

Message was edited by:

Srihari Hebbar