Status Record. Status record is attached to an I-DOC at every milestone or when it encounter errors. All status record data is stored in EDIDS table. Statuses 1-42 are for outbound while 50-75 for inbound; IDOC Types. An I DOC Type, (Basic) defines the structure and format of the business document that is to be exchanged. If RFC entry is found for the IDoc (meaning that IDoc transmission failed, or is still being processed, or waiting in RFC layer and was not yet delivered to a receiver system), no IDoc status record update occurs and the IDoc remains with status ’03’.
I have a requirement wherein a user exit must fail the IDoc for a given condition. The condition is clear but my question is how to fail the IDoc. I dont know if the control records are being passed to the exit or not. Do we need to change the control record status to say 51 etc..? This is an outbound IDoc.Any help will be appreciated. Thanks.
See this nice little function below, that fills the IDOC_STATUS table appropriately from values that are compatible with the SY-MSGV1 …..
SAP change idoc status tcodes ( Transaction Codes ). WE19, Display IDoc tcode - WE02, Complete list of Tcodes for change idoc status. Change idoc status 75. Continue Reading This Article. WE19 will also allow to edit the IDoc properly. Since release 4.6 the tool became pretty cool to use. Another option is a little ABAP, like the following two-liner: PARAMETERS: docnum like edidc-docnum. Update edids set status = '30' where docnum eq docnum and status eq '03'.
2nd Step: Create IDOC Type (WE30) After creating the Segment, now we have to create the IDoc Type. IDOC Type is like an envelop of a letter, which contains the data inside it, & also some more information like address. IDoc type can be Basic Or Extended. Basic IDoc Type: Using some SAP existing IDOC type (ex. MATMAS) or Custom IDOC type.
The information which the Department may disclose to the public on any current or former IDOC inmate, includes his or her name, IDOC number, parent institution, current location or status, vital statistics, admission and release dates, and sentencing information. This article provides the step by step procedure to change the status of an IDOC in SAP using program RC1_IDOC_SET_STATUS. An IDOC can have various status depending on whether it is an inbound or an outbound IDOC.
An SAP user wants to know how to upload data into SAP R/3 when SAP Scripting is not enabled. Continue Reading
An SAP user is receiving an error message while integrating SAP iDoc PORDCR1 for a purchase order. Continue Reading
An SAP user is having difficulty with PERNR iDoc while transporting data from SAP to an external system. Continue Reading
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our SAP administration / development experts
View all SAP administration / development questions and answers
댓글 영역