CIF Queue manual reservations are failing

Dear Guru's
I'm facing new challenge in production system, only the manual reservations (which is having more line items) from ECC system is always getting failed in CIF queue in production system. But the same issue not available in test systems. Pls advise.
Thanks.
Regards,
Prabin

Hello Prabin,
Try to debug the CIF queue and check the error reason.
Check in below link on how to debug the CIF queue.
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCUQFjAB&url=http%3A%2F%2Fwww.sdn.sap.com%2Firj%2F…
Regards,
TP

Similar Messages

  • Issue - CIF queue for activation of IM requiring manual activation.

    Hi,
    For inbound setting, the CIF queue for activation of IM is getting stuck with ready status. Consequently the background job getting failed with time limit exceed status.
    The same queue when activated manually, gets cleared. Thus requirng manual intevetion.
    Please suggest solution to get rid of this manual intervention.
    Thanks and regards,
    Sushant

    Hi Sushant,
    If you use inbound queues check QIN scheduler on SCM side - transaction SMQR.
    From help:
    Call transaction SMQR and choose Registration.
    Enter the queue name CF* and make the required settings.
    EXEMODE: Execution mode (D - Dialog work process; B - Batch work process)
    MAXTIME: Maximum runtime that the QIN scheduler uses for activating a destination;
              default value: 60 seconds
    USERDEST: RFC destination with LOGON data. Specification of a logical destination
               with its own language on the local
    system. This means that the burden of integration can be distributed to a server group.
    NRETRY: Number of repetitions for failed calls, default value: 30
    RDELAY: Wait time between individual calls, default value: 300
    Regards,
    Alexander

  • CIF Queue naming

    Hi,
    Can anyone guide me to any link where I could find the naming conventions for CIF queues (Like CFSTK* = Stocks queue, CFSLS* = Sales Orders queue etc..)
    Ashutosh Kulkarni

    Hi Ashutosh,
    Here are few of them with naming convention:
    Initial Data Transfer          CF_ADC_LOA
    Stocks                         CFSTK*
    Purchase Orders and Purchase R CFPO*
    Planned Orders/Production Orde CFPLO*
    Sales Orders                   CFSLS*
    Manual Reservations            CFRSV*
    Confirmations                  CFCNF*
    Planned Independent Requiremen CFPIR*
    Requirements Reduction of Plan CFMAT*
    Production Campaigns           CFPCM*
    Master Data for Classes        CFCLA*
    Master Data for Characteristic CFCHR*
    Shipments                      CFSHP*
    Planning Tables                CFCUVT*
    Hope this is what you require?
    Pramod

  • CIF Queue gettign stuck in 'ready' state

    Hi,
    I am facing a problem in using CIF functionality while transferrting Master data and transaction data from R/3 to APO.
    I have selected inbound queue processing for APO system and have also registered the queue in APO.
    But when I actually CIF any data, it gets stuck in the outbound queue of the R/3 system in 'Ready' state.
    Then I always need to manually activate the queue in SMQ1 to transfer the data to APO.
    The same thing happens during online transfer of transaction data.
    I want the data to be transferred automatically rather tahn activating the CIF queue each time.
    Please help.
    Thanks,
    Ameet

    Hi Ameet
    Please following setting.
    1. User setting
    -R/3 T-CD CFC2 (For debuf Area, please check whether your user has "R" or not)
    -APO T-CD /SAPAPO/C4 (For debug, please check whether your user has "R : debug on" or not)
    2. Queue scheduler setting in both system
    Inbound scheduler
    T-CD SMQR please make sure whether you have inbound scheduler setting.
    If there is not, you can create it by hitting Registration button.
    "Registration" => Queue Name CF*, and lest of it can be leave as default.
    Outbound scheduler
    T-CD SMQS
    Please make sure you have entry to your SCM system.
    Type should be "R". If it is not R, outbound scheduler is not activated.
    So please select entry and and hit registration button again. Then type will change
    to "R".
    I hope this help your problem.
    Keiji Mishima

  • Manual reservation for order category 30 is not allowed

    Hi,
    I have created a shopping cart with maintenance order as account assignment category.
    SC is showing the status of Error in process.  When I checked the process erro cause in function module there I am getting the message " Manual reservation for order category 30 is not allowed "
    Can any one tell me how to move forward.
    Thanks & Regards,
    Govardhan,V.

    Hi Govardhan,
    If you are working in ECS, the Shopping cart will not create any follow on document in backend R/3.
    I think your Product category is 30, thats why the error says Manual reservation for order category 30 is not allowed.
    Where did you get the maintenance order? Generally maintenance order is created in the backend R/3 (Plant Maintenance) and a P.R will get generated against that order.
    Using PDP (Plan driven procurement) you can transfer that P.R to SRM and can carry out sourcing and can complete the procurement cycle.
    Can you please tell me what is your exact business requirement?
    Hope this will make you more clear.
    Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • Manual Reservation for Production orders with automatic reservations

    Hello SAP Experts, i have a question regarding Order Reservations, in my company when we create a Production order the reservations for each component are created automatically and assinged to a reservation number, the thing is when i try to create a Reservation through MB21 for the same Production order the system says that" for that type of production order i cant generate manual reservations", can you please guide and tell me if i can change this in the configuration ?? , if you need additional info please tell me , thank you in advance.

    Dear German,
    Your system working according to std SAP setting, u don't need to change any config setting. Because wehn u release order, it automaticaly genarates reservation for each and evry component of the order.
    when u do goods issue to order or to reservation either way it gets issue to the order.
    suppose if u need to issue any extra component to the order u can just add in order componet overview before u release the order. so reservation gets genarated for this componets too along with BOM components.
    In case afer release, if u need further components go to MB1A give mov type 261 and S.Loc and then click on new item push button, it pop ups one more window give all required parameters and post the goods. These goods issue will also gets updated in the order.
    But for the order uc an not manually create the reservations
    sree

  • Manual Reservation for Maintenance Order

    Hi,
    Can anyone suggest some procedure so that I can stop automatic reservation creation from Maintenance Order (Transaction:IW31, type PM01, Category 30) and create manual reservation for the same.
    Presently Manual reservation is not allowed for Maintenance Order.
    Thanks
    Satadal

    To the best of my knowledge this is possible. To the best of my knowledge G/L account determination for every material happens after a series of checks are done internally by SAP. By checks I mean the sequence of steps as customized by the consultant in the configuration. Now at the end of the sequence if SAP has not succeeded in identifying a G/L account it will open up a tab in which u can manually enter the G/L account. For non-stock item you can anyway enter it.
    I would suggest that you post this query in the MM forum also.
    thanks
    Bala

  • Manual reservation for order category 10 not allowed

    why cant i make any manual reservations for a production order? is this possible or i can i configure the system to allow this?

    >
    R Brahmankar wrote:
    > Dear,
    >
    > It is not possible.
    >
    > You entered an order whose category only permits automatic reservations. The following order categories do not allow manual reservations:
    >
    > 10 PP production order
    > 20 network
    > 30 maintenance order
    > 40 batch order (process manufacturing)
    > 50 inspection lot
    >
    > When convert the planned order into production order, reservation will take place.
    > This planned order is created by mrp run.
    > Without running mrp, you are creating production order manually.So not possible to reserve.
    >
    > Order reservation will be created in issuing plant for components if u create production order manually.
    >
    > Plese check the "Plant"assigned in for the 2component in the "Component Overview" of the Prodution order.if it is 0002, order reservation will be created in at 0002 .
    >
    > Regards,
    > R.Brahmankar
    can this order category be configured?

  • Manual reservation for order category 20 not allowed

    Hi,
    We are getting the error message "Manual reservation for order category 20 not allowed" when trying to manually create a Reservation Order charged to a network through transaction code MB21.
    Anyone knows how to solve this?
    Will appreciate feedback. Thanks!

    Hi,
    You would need to add this component in your WBS element & then the MRP run will generate a reservation for this. You cannot create a manual reservation using 281 mvt in MB21.
    Refer sap note 43924, read the paragrah under 'cause and prerequisites' means that according to SAP's standard design, reservation for Network is supposed to be automatic, not manual. However, if manual reservation is really needed, do apply the solution provided.
    Hope the above clarifies.
    Regards,
    Vivek

  • Manual reservation for order category 30 not allowed

    Gurus,
    I want to do manual reservation for order category.In MB21 when i try to do the reservation the system in giving the error message
    Manual reservation for order category 30 not allowed
    What should be done to overcome this.
    In the order one component is given,i want to issue additional component,this is where i am encountering the problem.

    The Standard System would not allow you to create a reservation manually against a Maintenance Order Whether you change the Res / P Req Indicator to Never. Still  the System would generate the Reservation for the Stock Materials. Purchase Requisition could be created manually against the Order but reservation is not. The Movement types used for reservations are 261/262. Kindly elaborate on the requirement, may be a work around is there.
    If you want to skip the goods movement against reservation step, you should enable the back flushing indicator against the stock material in the General Data View so when you would be entering Confirmation against the order, the goods movement would be automatically posted against the reservation created automatically from the Order without you having to bother about the reservation.
    Edited by: Usman Kahoot on May 31, 2010 1:50 PM

  • Query about Manual Reservation for Maintenance Order Category 30

    Hi,
    I have a problem. Generally from Maintenance Order type PM01 under Order Category 30, when we give some materials requirement, SAP automatically generate reservation for those materials and take the GL as Consumable Item.
    But in my case, that GL has to be changed depending on what perpose we are using the material. But Manual reservation is not allowed for the order category 30 and no GL can be changed for automatic reservation.
    Can anybody suggest any way-out so that we can give our desired GL No. for the reservation for Maintenance order (say Order type PM01 under category 30 which is SAP internal).
    Thanks in advance,
    Satadal

    To the best of my knowledge this is possible. To the best of my knowledge G/L account determination for every material happens after a series of checks are done internally by SAP. By checks I mean the sequence of steps as customized by the consultant in the configuration. Now at the end of the sequence if SAP has not succeeded in identifying a G/L account it will open up a tab in which u can manually enter the G/L account. For non-stock item you can anyway enter it.
    I would suggest that you post this query in the MM forum also.
    thanks
    Bala

  • Photoshop CS6  mac OS X 10.9.5 - cannot update 13.0.6  - error "Update failed - unable to write at location." Tried manual update also failed. Tried to change permissions also failed.

    Photoshop CS6  mac OS X 10.9.5 - cannot update 13.0.6  - error "Update failed - unable to write at location." Tried manual update also failed. Tried to change permissions also failed.
    Follow write permission on thread below - same error message
    Re: CS6 updates and Mac write permissions
    Need Adobe help to solve this. My own searches in Forums and Google all have failed.

    It is not an Adobe problem. You have a OS permissions problem. You can try to correct this by using Disk Utility to Repair Permissions. It is in the First Aid area of Disk Utility.

  • How to Debugg CIF queue

    Hi All,
    When we transfer material master data from R/3 to APO then data is not updating in APO system.Could you please let me know the steps to debug CIF queue while transferring data from R/3 to APO.
    Thanks
    Mohit khandelwal

    Hi Mohit,
    On a functional perspective, if you need to debut the queue, goto
    smq1 and smq2 transactions (in APO or in R/3 based on where the
    error lies) and execute it, you will get the list of queues under error.
    If there are sysfails, double click on it by keeping the cursor on the
    queue name and keep clicking it so that the entire LUW will gets
    opened and you can see the error information.
    For viewing the detailed log of the error, use transactions
    slg1, cfg1.
    Regards
    R. Senthil Mareeswaran.

  • Regarding manual reservation creation

    Hi,
    Whenever created manual reservation in Mb21.System considered Total Availability of stock and create reservation is there any exist.If stock is not there system should not create reservation for particular product.guide me
    Regards
    LV PRASAD

    lakshmi vara pr... 
    Which movement type you are using to create reservation?
    You can do thenecessary setting in t Code - OMB1: dynamic availability check
    GO to OMB1- Check the setting
    For movement type (say xyz) : dynamic availability check-E-Message in any case: W mess. for non-avail., otherw. S mess.*
       Make it A: W mess. only issued in the case of non-availability.
    Create checking rule 03
    Define checking rule 03- with include reservation indicator active
    Transaction Code-For MB21- assign checking rule- say 03
    Tara
    Edited by: tara  bhapkar on Mar 9, 2012 4:04 PM

Maybe you are looking for

  • Conditions: Variables on date key figures

    Dear Sirs, I am trying to create a condition on a key figure of type date (subtype: dats). I want the user to select a date interval for this condition, using variables. The problems seems to be that the variable input screen thinks the user should e

  • Cannot connect to other users than administrator

    Hi, I am very new to windows server, in fact, I installed it on my PC yesterday.  I have set up remote control for my computer which works fine on the default "Administrator" account. However, when trying to connect another user (e.g. "TestUser"), I

  • BEA Production License Problem

    After copying valid 128-bit license key file to <BEA_HOME> and renaming it to license.bea, as suggested by BEA, WebLogic Server 8.1 was installed according to installation procedure. After installation, license.bea file contains values for IP address

  • Service in SICF can not be excuted

    start of configuration description #############* HA configuration Dual stack, Java Add-in (BI Java and EP) installation based on NW04s BW ABAP Hostname = SAPDB (Central instance, DB+CI on this server, no DI) Virtual Hostname = sapdbserv FQDN = sapdb

  • Jdev1012 and defaultejb.htm

    Dear All, Could anyone please help me fix the following problem: trying to perform step 10 of the paragraph "Create a JSP to Insert New Departments" of the jdev1012 version of http://www.oracle.com/technology/obe/obe_as_1012/j2ee/develop/endtoend/def