Those of you who had to monitor iDocs certainly had to get rid of some unwanted iDocs by either deleting them or archiving them.
Run program RC1IDOCSETSTATUS to change the IDoc status 52 to 64. The IDOC, choose appropriate button on toolbar (standard Function Module) to. SAP ABAP Function Module STATUSUPDATE (Update of the status changes) - SAP Datasheet - The Best Online SAP Object Repository. The Best Online SAP Object Repository. ABAP; Hierarchy. Software Component Application Component Package.
This article is the fruit of my research on the internet on the subject.
First of all, if you want to get rid of old iDocs, a good way is to set them to status 68, which means they are flagged for destruction.
You probably don’t want to delete them, but rather put them in a status that would not be reported in your monitoring reports.
There are a couple a ways to update an iDocs status: Mass update (on certain SAP products only) or One-by-one.
For mass update, you can use a report that is available in SAP ERP 6 EHP 4: RC1_IDOC_SET_STATUS.
Download kamen rider ooo the movie sub indo sub. This report lets you change the iDocs status for a list/range of iDocs based on selection criterias.
I find it pretty usefull when performing implementations and a lot of irrelevant iDocs are generated during cut-overs.
Tim Yates has built a very detailled document about this report :
When it comes to s products where this report is not available, only one option comes to mind.
A thin client is a computer in client-server architecture network which depends primarily on the central server for processing. ThinClients (last edited. Ok, I've got really a lot of computers standing around here but from time to time I just miss another machine. HCL thinclient winbee 4000BVX installation Sir, i have to make ready HCL thin client (Win bee 4000BVX) for my network. I have installed Win server 2003 on a system. Chip PC thin clients are the most feature-rich thin clients on the market today. Supported by the award-winning Xcalibur Global management software, they are the most secure, modular, and manageable solutions offering connection to all popular Citrix, Microsoft Terminal, VMWare or Legacy server. Apr 10, 2018 Thin Client software or Thin Client OS is the heart of any Thin clients. While ZERO Thin Clients have a very basic Firmware, which boots up and connects to Thin Client Server. Thin Client PCs have a relatively evolved Thin Client OS with loads of Thin Client Applications. Winbee thin client os.
It is a function module called IDOC_STATUS_WRITE_TO_DATABASE.
You can only change one iDoc at a time. You can always build an ABAP program to perform automated status updates (see this post:http://www.sapfans.com/forums/viewtopic.php?t=257678)
You can call IDOC_STATUS_WRITE_TO_DATABASE through Tcode SE37:
You just need to specify the iDoc number in parameter IDOC_NUMBER and the desired status in parameter IDOC_STATUS. Normally the desired status when you want to get rid of old iDocs is 68.
I don’t have the list of authorizations needed for this function, but I’d bet they are pretty close to those required to run mass update using RC1_IDOC_SET_STATUS report.
For both, report and function, proceed with extreme caution. The results may cause problems in your systems if you don’t know what you are doing.
Your scenario works only when the partner profile (WE20) is defined with the option “Trigger by background program”. If it’s defined with the option “Trigger immediately”, the function module is called immediately after the IDoc is created, and it’s not needed to run BD20 in that case.
Specifically, in the step 2, if you see a green icon with the text “Trigger immediately” (instead of yellow icon with the text “Trigger by background program”), add a breakpoint immediately to the function module before “5. Then click on OK button and it will generate the IDOC”.