CRM Transaction not in ECC,not locked in queue, has Status of Locked in Dis

Background:
I have an unusual case where a transaction was created in CRM along with a follow-on transaction, but only the follow-on transaction made it to ECC. The initial transaction was created correctly and should have replicated. We did have a server malfunction on the same day that affected a lot of orders in ECC, even deleting some out. It looks like this transaction may have been one of those.
Issue:
I now have a transaction in CRM that says it is locked in Distribution, but it is not in SMQ1 or SMQ2 in either CRM or ECC and it isn't showing up as an error in SMW01.
Is there a way for me to unlock this from distribution aside from SMQ1, SMQ2, or SMW01?
I thought of making a change to the system status using a table like CRM_JEST but haven't yet found a way to do that. There are some fnction modules out there but I am not sure of the correct one. I had used one in the past to update the User Status but ended up mass changing a bunch of transactions instead of the one transaction in question. I don't want to make that mistake with the System Status.

Go to SE38 and run program CRM_DATAEXCHANGE_TOOLBOX and execute Resend CRM Documents option and check if it works.
If you want to delete system status, go to table crm_jest, run it for desired guid, select the proper status and then in debugging mode switch from display (SHOW) to delete (DELE). But I would go with this option yet.
Regards.

Similar Messages

  • When launching a transaction, I am getting error that client XYZ has status

    I am in SAP APO , when I try to launch the transaction /SAPAPO/48000009
    SAP Menu -> SCM Basis -> Planning Service Manager -> Current Setting -> Define Planning Profile. I get a error saying Client XYZ has status 'not modifiable'.
    What setting could be missing?
    Please help with your inputs.
    Harsha Gatt

    You are on the wrong forum. This forum is about SAP Business One SDK.

  • Transaction 100000100 in company code KSID: Activity 00001 has status Replaced

    Hi Frds,
    When I am going to change a contract in money market instrument, I am getting this error, which in term not allowing me to change the contract.
    Can anybody please through some light about status profile. what is this & what is the use of this. How can I change now the contract.
    Thanks & regards ]
    Anil

    Dear Anil,
    Error message FTR0014 occurs if there are inconsitencies in Table
    VTBFHAPO. Therefore you can implement the attached report
    ZCFM_CORR_HAPO into your system, it can fix the error.
    REPORT zcfm_corr_hapo .
    TABLES:
      vtbfha.
    DATA:
      l_wa_vtbfha     TYPE vtbfha,
      l_rfhazu        TYPE tb_rfhazu.
    * selection screen
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) comment2.
    SELECTION-SCREEN POSITION POS_LOW.
    PARAMETERS p_cc LIKE vtbfha-bukrs.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) comment3.
    SELECTION-SCREEN POSITION POS_LOW.
    PARAMETERS p_rfha LIKE vtbfha-rfha.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(16) comment1.
    SELECTION-SCREEN POSITION POS_LOW.
    PARAMETERS p_test AS CHECKBOX DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      sy-title = 'Correction RFHAZUL RFHAZUNR in VTBFHA'.
      MOVE 'Test run' TO comment1.
      MOVE 'Company Code' TO comment2.
      MOVE 'Deal' TO comment3.
    START-OF-SELECTION.
      SELECT SINGLE *
       FROM vtbfha
       INTO l_wa_vtbfha
      WHERE bukrs = p_cc
        AND rfha  = p_rfha
        AND saktiv = '0'.
      IF sy-dbcnt = 0.
        WRITE: 'Deal does not exist!'.
        EXIT.
      ENDIF.
    * check if rfhazul is correct
      SELECT SINGLE rfhazu FROM vtbfhazu
        INTO l_rfhazu
       WHERE bukrs  = p_cc
         AND rfha   = p_rfha
         AND saktiv = '0'.
      IF sy-subrc <> 0.
        MESSAGE e101(t0) WITH 'Correction not possible!'.
        EXIT.
      ENDIF.
      IF l_rfhazu <> l_wa_vtbfha-rfhazul.
        l_wa_vtbfha-rfhazul = l_rfhazu.
      ELSE.
        MESSAGE s101(t0) WITH 'No correction necessary!'.
        EXIT.
      ENDIF.
      CLEAR l_rfhazu.
    * for sec.check rfhazunr, too
      SELECT MAX( rfhazu )  FROM vtbfhazu
        INTO l_rfhazu
       WHERE bukrs = p_cc
         AND rfha  = p_rfha.
      IF NOT l_rfhazu IS INITIAL.
        IF l_rfhazu <> l_wa_vtbfha-rfhazunr.
          l_wa_vtbfha-rfhazunr =  l_rfhazu.
        ENDIF.
      ENDIF.
    * db Update
      IF p_test IS INITIAL.
        UPDATE vtbfha FROM l_wa_vtbfha.
        IF sy-subrc = 0.
          COMMIT WORK.
        ELSE.
          ROLLBACK WORK.
          MESSAGE a101(t0) WITH 'Error during update (vtbfha)'.
        ENDIF.
      ENDIF.
    * log
      IF p_test IS INITIAL.
        WRITE: 'Real run successful'.
      ELSE.
        WRITE: 'Test run successful'.
      ENDIF.
    Best regards,
    Jasmine

  • System status HU Lock

    Hi,
    Could some one explaine about system status HU ?
    I have HU with system status is lock. why is lock ? lock by user or by transaction ?
    Thanks & Regards,
    Saiful arif

    Hi,
    you can check the system status of an HU in transaction humo f.e.: add HU number + execute -> menu: edit - display HU -> go to tab 'status'. Here you can see the status of the HU. If you see status 'LOCK' there, then the HU was locked by someone.
    You can also check the system status of an HU in table HUSSTAT with the object number (you can find this under the status info in humo, when you click on the information button next to the system status field). This object number is always HU + VENUM (the internal HU number filled up to ten characters with zeros). When status I0517 is active, it means that the HU is locked.
    You can check in transaction bs23 what you are allowed to do with an HU that has status "I0517  LOCK Locked" (double click on this line). Here you can see that you are not allowed to do anything with an HU that is locked, just unlocking is allowed.
    In this transaction you can check for all HU statuses what is allowed and not allowed to do with an HU if it has that status.
    You can lock and unlock an HU in transaction HUMO: add HU number + execute -> menu: edit - (un)lock HU.
    Regards,
    Ely

  • Equipment changes in ECC not affecting in CRM

    Hi,
    Equipments from ECC are loaded in CRM. Then any changes done for equipment in ECC, not affected those changes in CRM. What needs to check for this to happen.
    rgds,
    balu

    Hi,
    Thanks for the quick reply...
    1. In CRM,
    SPRO->CRM->Master Data->Installed Base->Replication of Technical Objects from SAP ERP->Define Default Settings for Replication of Equipment
    i hv activated Delta Load check box.
    2. No changes are affecting for all equipments.
    3. In table TBE31, following data is maintained:
    EVENT : 00001270
    APPLK : BC_MID
    FUNCT: CRS_MATERIALRT_COLLECT_DATA
    EVENT PM000020
    APPLK BC-MID
    FUNCT EQUIPMENT_COLLECT_DATA
    In table CRMRFCPAR, field DISCARDDAT has not checked.
    rgds,
    balu

  • CRM WebIC rendering an ECC transaction

    We have an ECC transaction that has a table control in it. If we run this transaction through ECC, we are able to copy a range of values from a spreadsheet and paste them into the table control.
    But when the same transaction is called from CRM WebIC through transaction launcher, we are not able to copy and paste mulitple entries. What are we doing wrong?
    We are on CRM 5.2 version.

    Hi Raman,
    The links talk about generic tranaction launcher. My requirementis to default some values in the ECC transaction.
    I found this link with the steps to default values:
    [Re: ITS VA01 or other ERP transaction]
    It is said that "Redefine the method EXECUTE to read these parameters and perform the required action. In your case you could call the transaction using a BDC table, or set the SPA/GPA parameters before calling VA01".
    I am not sure how to do this.Do you have an example of the EXECUTE method?
    Thanks.
    Razina

  • Transaction types(PO types) not visible on SRM 7.0 portal

    Hi all,
    We added transaction types in the SRM 7.0system.But these are not reflecting in the SRM 7.0 portal.
    Under Purchasing role ->create Documents -> Purchase order .
    Once I click on the purchase order it is giving a table with columns PO type and PO desc.
    and showing a message the table does not contain any data.
    But SRM consultant added the transaction types(PO types) in the backe nd.
    Is there missing configuration steps?
    Thanks and regards,
    Rajesh

    Hello Rajesh,
    Few more pointers, if works:
    1. Check the roles, sometimes security restricts role by document types.
    2. Extended classic scenario is activated.
    3. As a standard, there are 3 purchasing tabs in SRM 7.0 for buyer depending on portal roles, ECC, SRM & harmonized role (ECC & SRM), Check if you are trying to create PO in SRM/Harmonized role purchasing tab & not in ECC. Easiest way to check is you will have shopping cart POWL visible in SRM purchasing tab.
    Hope this helps.
    Thanks
    Ashutosh

  • Posting with transaction type 160 is not possible at MR8M

    MODERATOR:  Do not post (or request) email address or links to copyrighted or confidential information on these forums.  If you do, the thread will be LOCKED and all points UNASSIGNED.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sharing via email.  Thank you for your assistance.
    Hi All,
    We raised  a PO w.r.t CWIP asset and posted GRN (MIGO - Transaction typr:100) and Invoice (MIRO).
    Here, Invoice posted wrongly, So we are trying to reverse the invoice with MR8M (which is posted thru MIRO).
    But system populating one message as per the following:
    Posting with transaction type 160 is not possible here, see long text
    Message no. AAPO 177
    Diagnosis:
    Transaction type 160 has a depreciation limitation, although posting is not mandatory in all of the depreciation areas entered However, it is not possible to select depreciation areas in the current transactions.
    Procedure:
    Check the specification of transaction type 160 or use transaction MR8M to enter the transaction
    Please help
    Sairavi
    kumarfi9gmailcom

    Welcome to the forum.
    As a newbie you should understand the forum rules where you are not suppose to post any basic or repeated question.  To avoid this, you should make a search here
    [Forum Search|http://forums.sdn.sap.com/search!default.jspa?objID=f327]
    Type the same error text in Search Terms so that you will find the solution.
    thanks
    G. Lakshmipathi

  • TS3694 I tried updating my iPod, and ever since it has not worked at all. If I hold in the lock & home button, it will tell me to plug it into iTunes. Once I do that, it says it will restore but every time, restoring it fails. My iPod is not working at al

    I tried updating my iPod, and ever since it has not worked at all. If I hold in the lock & home button, it will tell me to plug it into iTunes. Once I do that, it says it will restore but every time, restoring it fails. My iPod is not working at all, and I really have no idea what to do. It is just a black screen, and occasionally the white apple will appear as if it were turning on, but it won't turn on. I just need some suggestions on what to do!

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • After 04 months of purchase of iphone 5 the lock button is too hard. At times its not working at all. The phone has been purchased in USA now I'm not getting service in India. After all whats the point in spending so much amount without any service.

    After 04 months of purchase of iphone 5 the lock button is too hard. At times its not working at all. The phone has been purchased in USA now I'm not getting service in India. After all whats the point in spending so much amount without any service.

    The warranty says that Apple may restrict service of an iPhone to the country of sale, and any reliable salesperson will tell you that if you tell them that you plan to use the iPhone in another country. Such service restrictions are common with cellphones and are by no means limited to Apple's phones.
    Sorry, but if your iPhone requires service, you will need to send it to someone you know in the US who can get it serviced and then send it back to you.
    Regards.

  • HT1212 My ipad displays the message ipad is disabled- connect to itunes. When i connect to itunes, it says in itunes- Itunes could not connect to the ipad "Name" because the ipad is locked with a passcode, but ovbiously i cant unlock my ipad. HELP!!!

    When i connect to itunes, it says in itunes- Itunes could not connect to the ipad "Name" because the ipad is locked with a passcode, but ovbiously i cant unlock my ipad. HELP!!!

    Hi mChelle,
    Follow the instructions that best apply to your situation in the link below:
    http://support.apple.com/kb/HT1212
    Cheers,
    GB
    Oh - I see that you have that article linked to your post above. Read the entire paragraph in item #1. It tells you what to do if it is asking for a passcode.

  • Could not apply the Blur Gallery workspace because the file is locked...

    I fixed the permissions 10x times (from Safe Mode as well). I reassigned and reassigned the Permissions. I reset the PS Preferences. I "Uninstall LT5, Uninstall PSCC2014, Unistall Creative Cloud. Reinstall Creative Cloud, Install PSCC 2014 from the Cloud, (and HAVE NOT reinstall) LT5.5 from the Adobe site."; I reinstalled OX 10.10.3. Nothing fixes the problems I am having: CC updater always stopped at 50% and the failed. I will get "Could not apply the Blur Gallery workspace because the file is locked..." any blur from Blur Gallery. I did noticed one thing, I can use any blur from this menu once and then I will get the error message. I will get to use one tool once from the Blur Gallery. Also I couldn't save my keyboard "Short Cut".  Anyone
    I tried everything I can find online and nothing helps. Any suggestions welcome. Thanks!!

    We would need to know the amount of Video ram you have. If it is above 512 MB, then check for driver updates.
    Windows OS
    Click Start.
    On the Start menu, click Run.
    In the Open box, type "dxdiag" (without the quotation marks), and then click OK.
    The DirectX Diagnostic Tool opens. Click the Display tab.
    On the Display tab, information about your graphics card is shown in the Device section. You can see the name of your card, as well as how much video memory it has.
    Once you know the kind of graphics card you have, visit the manufacturer's website to download the latest driver. Here are links for downloading drivers from the most common graphics card manufacturers:
    NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp
    AMD: http://support.amd.com/en-us/download
    Intel: http://support.intel.com/support/graphics/

  • Opening my Photoshop Elements 11 does not work. I always get following message: "Could not open a volume of work, because the file is locked or you do not have the required permissions. Undo the protection of the file on using the command 'Properties' in

    Opening my Photoshop Elements 11 does not work. I always get following message: "Could not open a volume of work, because the file is locked or you do not have the required permissions. Undo the protection of the file on using the command 'Properties' in Windows Explorer." What is wrong? I cannot unterstand what I have to do!

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • Why can i not get a preview of my emails now in the lock screen anymore

    why can i not get a preview of my emails now in the lock screen anymore

    I understand your discontent regarding the delayed availability of our reps when you call us juliusb85! We offer other customer service alternative for you like Twitter @VZWSupport and Facebook http://fb.me/Verizon or we can assist you here also. However, please keep in mind that this is a peer to peer forum and while our Social Media team monitors the posts, the best way to get immediate assistance when network issues are suspected is to call 800-922-0204 from a different line to troubleshoot device or send us a message on twitter at @VZWSupport.
      AntonioC_VZW
    Follow us on Twitter at www.twitter.com/VZWSupport

  • My iPad is locked up and has a apple and a bar under it on the screan and it will not turn on or off. Anyone know how to solve this problem?

    My iPad is locked up and has a apple and a bar under it on the screen and it will not turn on or off. Anyone know how to solve this problem?

    Have you tried a reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for