Event when logistic invoice gets in the sys. through EDI with status cod 03

Hello Gurus,
I am trying to find the event that gets triggered when an incoming EDI logistics invoice gets posted/created in system with status code 3 (error status). I know that I can go to transaction SWELS to find the event using event trace.
The problem is I cannot create such a test scenario manually i.e logistic invoice in the system with status code 03. So I was woneding if someone cal tell me if it would be event
incominginvoice.created or incominginvoice.posted in business object BUS2081 when the logixtics invoice gets crated/posted with status code 03.
Thanks.
Regards,
Rajesh.

Hi Rajesh,
The events triggered when an IDOC goes into error are associated with the inbound process code.
Have a look in transaction BD67 for your process code, e.g. INVM under the IDOC section you will see the object and events that are invoked when any error occurs.
Is that what you are after?
Darren

Similar Messages

  • HT201269 When restoring my backup from my old iphone via my computer to my new iphone, it gets all the way through the restore and then at the end it says there was an error and doesn't restore. Doesn't say what error.

    When restoring my backup from my old iphone via my computer to my new iphone, it gets all the way through the restore and then at the end it says there was an error and doesn't restore. Doesn't say what error.

    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    Also... See Here  >  Configure security software

  • When updating my apps on the iphone through the App Store I keep getting "Cannot connect to iTunes store".  Any suggestions?

    When updating my apps on the iphone through the App Store I keep getting "Cannot connect to iTunes store".  Any suggestions?

    100% solved the problem; thanks for the help friendo!

  • When booting up I cannot get past the light blue logo with spinning disc. I have tried it with the install disc and using different keystrokes, i.e. "shift, s, c, o, " please advise. thank you in advance.

    When booting up I cannot get past the light blue logo with spinning disc. I have tried it with the install disc and using different keystrokes, i.e. "shift, s, c, o, " please advise. thank you in advance.

    The system on the original install dic is probably looking for the original video card.
    It may be possible for someone with the right skills to make an install disc for you with the driver for your new card.
    As I recall from my early days of being a Macuser, If you held down a key, (spacebar?), while starting it would open a dialog to take you through a monitor setup.

  • Intermittently, when I try to enter the internet through Safari, it freezes up and won't fully load in the internet. If I turn the iMac off and start it again, it seems fine. I have had my internet provider check everything from their end.

    Intermittently, when I try to enter the internet through Safari on my Imac, it freezes up so that the loading line only goes 1/3 way across and then stops. If I shut down the computer and then restart, it usually loads fine. I have had my internet provider check eveything form their end and it is fine. I suspect that I have a software conflict. My provider and others have said that I should use FireFox because Safari is not that stable. I am running OSX Maverick on my system. This was a recent download.  Is anyone else having this problem and have you any ideas how I can correct it.    

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help to identify which such modifications you've installed, as well as some other aspects of the state of the system that may be pertinent.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, proceed anyway.
    Below are instructions to run a UNIX shell script. It does nothing but produce human-readable output. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The script will line-wrap or scroll in your browser, but it's really a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Triple-click anywhere in the line of text below on this page to select it:
    clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && ! "$r" ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$r" ] && { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately, leaving the Terminal window empty. If that doesn't happen, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter your password, the script will run anyway, but it will produce less information. In most cases, the difference is not important.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again.
    Please note:
    ☞ This procedure is all copy-and-paste — type only your login password when prompted. When typing it, you won't see what you're typing. Make sure caps lock is off.
    ☞ Remember to post the output. It's already in the Clipboard when you see "[Process completed]" in the Terminal window.
    ☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

  • I'm in a bind... Over the years I have purchased a good amounts of apps. Some has hacked my apple I'd changed my security questions and was charging me money every month. When I went to cancel the purchases through my bank my account was disabled. Help me

    I'm in a bind... Over the years I have purchased a good amounts of apps. Some has hacked my apple I'd changed my security questions and was charging me money every month. When I went to cancel the purchases through my bank my account was disabled. Help me

    No I did not change the email that I used to create the account.... Someone made new security questions and when I went to change them I had to verify and it sent the answers to an email address... Get this though... The email address that it sent the answers too waste letters in the middle were starred out like this t*****@aol.com. That's not my email. Why did it not send the questions to my apple ID email account right? if you know how to change the email to a new one that would be awesome if you could share that info with me.

  • I am trying to import standard midi file that I created in Band in a Box into Logic Pro 9.  I can not get all the track to play with internal instrument sounds... only the piano track.  how can I get the others to play... drums, bass etc????   Help

    I am trying to import standard midi file that I created in Band in a Box into Logic Pro 9.  I can not get all the track to play with internal instrument sounds... only the piano track.  how can I get the others to play... drums, bass etc????   Help

    Don't drag the midi into an open Logic project. The tracks won't set up correctly.
    'Open' the midi file with Logic as if it were a Logic project. Then all the tracks will be set up so you can start editing them and applying better saved sounds and instruments, but you'll be at a starting place where you can hear what's going on.

  • I downloaded Adobe Acrobat XI Pro - I signed in and now all I get is the Adobe Download Assistant with a prompt to keep downloading the program or help page.

    I downloaded Adobe Acrobat XI Pro - I signed in and now all I get is the Adobe Download Assistant with a prompt to keep downloading the program or help page. How can I launch the actual program and not the Assistant?
    Under the download or application file I only have the Assistant program

    Moving this discussion to the Acrobat Installation & Update Issues forum.
    Isabellasf have you ran the installation files which were downloaded?  By default they are downloaded to the download folder within your User folder.

  • I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.

    I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.
    What do I do now?

    Hold the shift key at boot time, then run through this list, did you install anything recently or perform a update of some third party software? Uninstall it.
    Step by Step to fix your Mac
    Mac won't boot or "You need to restart"
    Create a data recovery, undelete boot drive

  • Pages is sending my documents in docx format, but windows unable to open them. They arrive blank or can only be read as a single line at a time. When view prior to sending the document is divided with black lines after each sentence.

    Pages is sending my documents in docx format, but windows unable to open them. They arrive blank or can only be read as a single line at a time. When viewed prior to sending, the document is divided with black lines after each sentence.

    Windows will only be able to open these if you have Word 2007+. Older versions of Word, for example Word 2003 would require a compatibility pack.
    Perhaps you can try 'Saving As' a different file type instead?
    Regards,
    Steve

  • Pls my macbook air is not booting up,when i switch it on the apple logo blinks with a question mark in it.what do i do?, pls my macbook air is not booting up,when i switch it on the apple logo blinks with a question mark in it.what do i do?

    pls my macbook air is not booting up,when i switch it on the apple logo blinks with a question mark in it.what do i do?, pls my macbook air is not booting up,when i switch it on the apple logo blinks with a question mark in it.what do i do?

    See here  >  http://support.apple.com/kb/TS2570

  • HT201195 I bought an itunes gift card . But when im redeem it says " the gift certificate or prepaid card code you entered hasnt been properly activated.. Please contact apple. Com " plss help me..

    I bought an itunes gift card . But when im redeem it says " the gift certificate or prepaid card code you entered hasnt been properly activated.. Please contact apple. Com " plss help me..

    You can contact iTunes Support via this page (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes (you will probably need to give them images of the front and back of the card, and possibly its receipt)

  • HT4199 I have a Netgear router and have just acquired a Edimax wifi extender.  My MacBook Air sees the wifi signal and can get to the internet through the extender access point.  However, while my iPhone and iPad mini can also see the WiFi signal, not Int

    I have a Netgear WNR2000 router and an Edimax EW-7438RPn wifi range extender.  I have gotten the range extender to work well with my MacBook Air, however, while my iPhone 3Gs and iPad mini can pick up the wireless signal from the range extender, they cannot get to the Internet through it.  No IP Address, Subnet Mask, Router, or DNS appear in the details on either the iPhone or the iPad mini.   How do I get the iPhone and the iPad to connect to the Internet.   It seems that the problem is with the iPhone and iPad, since the MacBook Air works just fine with this set up.  

    Junglemania,
    Go into the setup page of the EW-7438RPn.  Go to Wireless Advanced Settings.  There is a WMM settings.  Make sure the WMM is enabled. 
    This may help you out.

  • When I started my Mac the screen was white with the Apple logo and power motion icon running.  I attempted to turn off Mac then a message stating "Debugger called:  Button SCI . Also "Waiting for remote debugger connection."  What is my next step?

    When I started my Mac the screen was white with the Apple logo and power motion icon running.  I attempted to turn off Mac then a message stating "Debugger called:  <Button SCI>. Also "Waiting for remote debugger connection."  What is my next step?

    Hi , and a warm welcome to the forums!
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    And sorry to report that OSX is more Widows like than ever, but….
    If that doesn't help Reinstall the OS.

  • My ipod is a older generation...when i turn it on the screen popps up with a usb cord and the itunes logo.which i assume means it needs to be linked...my issue it wont link!

    my ipod is a older generation...when i turn it on the screen popps up with a usb cord and the itunes logo.which i assume means it needs to be linked...my issue it wont link

    What happens when yo connect to computer and restore via iTunes
    iTunes: Restoring iOS software

Maybe you are looking for

  • How to link label with an input field in data table?

    I am curious if there is a nice way to link a label to input field in a data table directly in JSP? Data filling the table are dynamically bounded. Sample, simplified code below. Values of "label" property are unique in the collection binded to dataT

  • Exporting an Existing form as XML

    I want to export an existing form (Item master form) as XML so I can make some changes to it and replace existing with my new one... but... I have tried copying to file and to clip board using following code but I cannot get the XML data 'To File Dim

  • PP CC 2014 Constant Crashing MBPr

    Hi Folks, Firstly please excuse me if this post is in the wrong place or if I do something wrong. It is my first time. I was hoping somebody could point me in the right direction. I am running an up to date version of Premiere Pro CC 2014 on my Late

  • What are the 4 buttons on my iPad?

    My iPad is dead, will not recharge  I know the sleep and home buttons, but what are the two on the side?

  • Differences in capacities

    I am thinking of purchasing the new Iphone and was wondering how the capacities of the Hard drive was working out for the users. Is 8GB enough or did you find out that you needed more space after having it for awhile. Of course I know that you cant g