Inbound queue in APO side

hi,
All R/3 changes are not transfered to APO. It got stuck in SMQ2 in APO side. every time i am manually activating  those queues in ready status.
1) Is there  any simple way to activate all the queues having status "ready" in single execution.
2) what will be the reason for inbound queue and how to avoid? i able to see only "ready" and "waiting" status queues there is no error

Hi,
Please check the status of the QIN and QOUT scheduler in transaction SMQR/SMQS and see if the destination is registered or not. I am pasting the content of the SAP Help for you quick reference.
Set Up QOUT Scheduler
Use
Queued Remote Function Calls (qRFCs) are used to transfer data between SAP APO and SAP R/3. The QOUT scheduler processes outbound qRFCs (outbound queue).
You complete the following steps in the relevant client in the production system.
You call the QOUT scheduler using transaction SMQS. The destinations to which the outbound qRFCs are to be sent are registered in the QOUT scheduler. As of version 6.20.45 this is done automatically.
The following options exist for a registered destination:
Type
R: The destination is registered, that is, it is started using the QOUT scheduler.
U: The destination is not registered, that is, it is not processed.
N: The destination is not processed using the QOUT scheduler, but is sent at the time of the COMMIT WORK.
Max. Connections: Number of connections that are used to send the qRFCs. The default value is 10 for R/3 connections and 1 for TCP/IP connections.
Max. Runtime: Time that a destination is processed by the QOUT scheduler. The default value is 60 seconds.
The destination NONE means that the qRFCs are processed in the local system and should not be registered up to version 6.20.45, supplement 8 inclusive. As of supplement 9, NONE can be registered and the without tRFC option set.
Requirements
The qRFC configuration must be configured. For more information, see
Set Up QOUT Scheduler
Use
Queued Remote Function Calls (qRFCs) are used to transfer data between SAP APO and SAP R/3. The QOUT scheduler processes outbound qRFCs (outbound queue).
You complete the following steps in the relevant client in the production system.
You call the QOUT scheduler using transaction SMQS. The destinations to which the outbound qRFCs are to be sent are registered in the QOUT scheduler. As of version 6.20.45 this is done automatically.
The following options exist for a registered destination:
Type
R: The destination is registered, that is, it is started using the QOUT scheduler.
U: The destination is not registered, that is, it is not processed.
N: The destination is not processed using the QOUT scheduler, but is sent at the time of the COMMIT WORK.
Max. Connections: Number of connections that are used to send the qRFCs. The default value is 10 for R/3 connections and 1 for TCP/IP connections.
Max. Runtime: Time that a destination is processed by the QOUT scheduler. The default value is 60 seconds.
The destination NONE means that the qRFCs are processed in the local system and should not be registered up to version 6.20.45, supplement 8 inclusive. As of supplement 9, NONE can be registered and the without tRFC option set.
Requirements
The qRFC configuration must be configured. For more information, see
Regards,
Senthilrajan
Edited by: Senthil_APO on Oct 12, 2009 10:54 AM
Edited by: Senthil_APO on Oct 12, 2009 10:55 AM

Similar Messages

  • Inbound Queue blocked - SAP TM

    Hi guys,
    We are facing an issue regarding CIF. Seems like Inbound Queue in TM got blocked, original error was because number ranges for locations (what I think we already solved) but since queue is blocked we can not send fresh data.
    I've tried checking SMQ2 from TM side, and SMQ1 from ECC side, both are empty. Any idea how to unlock queue even if no records are displayed in SMQ1 (ECC) / SMQ2 (TM).
    Many thanks in advance!
    Martin,

    Hi Quanyin Su,
    Parallel and Alternative sequences are used in routing.
    I believe you are trying to CIF PPM/PDS from ECC to APO and you are getting this queue stuck at inbound of APO.
    Both the alternative and parallel sequences are supported in APO.
    Alternative sequence is used as alternative modes in APO.
    I can think of this as a master data issue.
    At least one of your work center used in either of the sequences is not available in APO or is not APO relevant.
    Could you please check your master data such as all the work centers used and make sure your parallel and alternative sequences are consistent.
    Once you made sure that master is available in ECC, you can CIF it to APO by using CURTO_CREATE transaction in ECC.
    Please see below link for Routing and its usage in APO:
    http://help.sap.com/saphelp_apo/helpdata/en/99/ed3a981d0f11d5b3fc0050dadf0791/content.htm
    You also need to activate a BADI in order to sent alternative sequences to APO.
    Below thread has all the details regarding this.
    Re: /SAPAPO/CURTO 103 : Mode .. is not assigned to an activity
    Regards,
    Abhay Kapase
    Edited by: AbhayKapase on Aug 5, 2011 2:24 PM

  • Screen output without connection to user, Message struck at inbound queue

    Chaps,
    I executed inbound proxy form PI 7.0, the message was struck in the inbound queue of ECC 6.0,
    with status text "Screen output without connection to user" then when I apply execute LUW then it is converted to
    "ThiSend:bad tm type /connection closed (no data)".
    when i test the same message from 'SPROXY' t.code, inbound proxy class was working fine.
    I came to know that when we call an ABAP program in side a proxy then it will throw same error what I got by checking the below url
    Message struck at inbound que in server proxy
    But in my proxy. I am just putting the data into z table and on some condition I am calling some other BAPI call.
    Here my doubt is calling the SUBMIT for other ABAP program is same as calling the BAPI call?
    because in the above thread clearly saying that don't use the other ABAP program in proxies. is the same case for calling the BAPI call into the proxy?
    In proxy, the logic is I am just simply reading the data from IS(integration server, PI7.0 SP 18) to ECC 6.0(SP14) if the row is not there the data is reading into table. If row is already there then it is stuck up in SMQ2 (inbound queue) of the ECC
    am I missing any basic things? please guide.

    But in my proxy. I am just putting the data into z table and on some condition I am calling some other BAPI call.
    Here my doubt is calling the SUBMIT for other ABAP program is same as calling the BAPI call?
    I too believe ..
    because in the above thread clearly saying that don't use the other ABAP program in proxies. is the same case for calling the BAPI call into the proxy?
    It is saying not suggestable...!!!! BAPI calls work perfectly !1
    In proxy, the logic is I am just simply reading the data from IS(integration server, PI7.0 SP 18) to ECC 6.0(SP14) if the row is not there the data is reading into table. If row is already there then it is stuck up in SMQ2 (inbound queue) of the ECC
    am I missing any basic things? please guide.
    Seems so,
    Lets try below things..
    1. Plz check the user is having auth to run the executable program in ECC.
    2. It seems that you are not using the proxy structures in a correct way..and check the calling program also..!!
    Edited by: Santosh Rawat on Jul 30, 2009 1:12 PM

  • Getting an error in CIF Inbound queue:"Only 0 decimal places are permitted for unit of measure PC"

    Hi,
    I am getting an error in CIF Inbound queue (function: CIF_ORDER_INBOUND_30A). The error text says "Only 0 decimal places are permitted for unit of measure PC".
    Can anyone point out the solution to resolve this error? It would be a big help for me as I am new to APO and so getting difficult to find a clue for it.
    Thanks.
    Regards
    Mansi

    Hi Mansi,
    Please check the cif queue you will get the order number from that order number you can find out material code. Then check the material master unit of measure in MM03 you have used some alternative unit of measure and system is unable to convert order to  alternative unit of measure because of decimal setting. If you go to CUNI and check the unit if measure PC it is not permitted for decimal places. If you need decimal than change the UoMof Material and use diff UoM or allow the decimal for PC which is not good practice.
    Regards,
    R.Brahmankar

  • Mail to RFC -- Data Structed in Inbound Queue  -- Help needed !

    Hi Friends ,
                           I am doing Mail to RFC Asyn Scenario . Mail mails are come into the mail box . XI is trying to read the mail and send to R3.
                            It was working fine suddenly , Many mails read succesfully and data send to RFC , But it is structed in   ( SMQ2 ) inbound Queue ( <b>Message Scheduled on Outbound side</b> )
                  For long time it is showing like this . No data is accepted  by RFC. I have checked the Adpater confi for rfc it is fine .  I have given Max connection as 50 also .
              Please help me to solve this issue !
    Regards.,
    V.Rangarajan

    Hi,
    Have the Queues being registered in the R/3..?
    If not....
    1.Go to SXMB_ADM(R/3)
    2. Go to Manage Queues and then
    3. Register All Queues.
    <a href="/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically Failed Messages</a>
    Regards
    San
    <a href="Remember to set the thread to solved when you have received a solution to set the thread to solved when you have received a solution</a>
    Where There is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

  • File to ABAP Proxy (problem with inbound queues in R3)

    Hi,
    In File-XI-ABAP proxy scenario, XI is successfully picking up file and sending it to R3.
    But in R3, an inbound queue is created in SMQ2 transaction code and I solved the same to automatically process the Queue by registering that in SMQR transaction code. But even though the inbound queue doesn't appear in SMQ2 (which means that it is processed successfully) it doesn't call the method EXECUTE_ASYNCHRONOUS. Can anyone help me whether I need to do any settings to run that method?
    Also can anyone help me, after the inbound queue is successfully processed in SMQ2 transaction, what would be the next step to watch what exactly that queue has done?

    Hi,
    Please check the program code for Server ABAP proxy.
    This will show you the trigerring of Proxy on inbound side.
    ABAP Proxy inbound program - sales order creation - Community Profiles - Wiki
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
    For Queues, you can go to SMQR and check for the register queue. Select and double click on it. If anything is stuck up then you can see in it. Even same with SMQ2
    Thanks
    swarup

  • CIF Inbound error in APO

    Hello Guru,
    May am trying to CIF and activate a plant from R/3 to APO via, doing in R/3 rimodgen and rimodac the result in APO is error in SMQ2 (Inbound queue) saying ::023 XXXX Production Plant, or message no. Message no. SR053
    Hope you can help me resolve this APO error.
    Thanks

    Totchiki,
    Pretty self explanatory.  The address that is moved over with the plant contains basic configuration data that does not exist in your SCM system.
    Configuration of Regions in SCM are found at OVK2.  Configuration for Regions in ERP are found in the same transaction.  Ideally, you would like these two to be identical for both systems.  At a bare minimum, though, the regions that are contained in every address transferred across to SCM must exist in the SCM configuration.  Add the regions to SCM that the error messages tell you are undefined.
    Best Regards,
    DB49

  • XI inbound queues status "RETRY" in a new XI Production system

    Hi
    All the queues (XBT00* AND XBT02*) in XI Production system are not moving. Status is "Retry" all the time. The system is idle. Do you know what is happening here?
    I also see the following error in the queue:
    Command to tRFC/qRFC: Execute LUW again
    Also, lot of errors (below) in the system log (SM21):
    XIRWBUSER - Communication Error CPIC return code 027
    XIAPPLUSER - Perform rollback
    Any ideas?
    Regards
    Chandu

    Hi,
    When any message is sent from any other system to XI, the Inbound queue in XI is processed in the following way,
    1) AI_RUNTIME_JCOSERVER connects to the Java stack to execute the registered program AI_RUNTIME_<SID>.
    2) When this connection is fine, then the queue is processed without any issues.
    Now incase of Production system, which most likely to be a cluster system will fail because you'll find that AI_RUNTIME_JCOSERVER connection test fails, when you turn off one node. The reason being in visual administrator the JCo RFC Provider for the server nodes have not been maintained.
    Solution:
    Login to visual administrator, select the service JCo RFC Provider for both the nodes and set the value accordingly.
    Ex:
    SAP Cluster Virtual Name: XICLSTPROD
    Hostname1: XIPROD1
    Hostname2: XIPROD2
    SID: XIP
    CLIENT: 100
    Instance No: 02
    Values for Node1:
    Program Id: AI_RUNTIME_XIP
    Gateway host: XIPROD1
    Gateway service: sapgw02
    Server count: 20
    Application Server host: XICLSTPROD
    System number: 02
    Client: 100
    Language: EN
    User: PI_JCO_RFC
    Password: ***********
    Values for Node2:
    Program Id: AI_RUNTIME_XIP
    Gateway host: XIPROD2
    Gateway service: sapgw02
    Server count: 20
    Application Server host: XICLSTPROD
    System number: 02
    Client: 100
    Language: EN
    User: PI_JCO_RFC
    Password: ***********
    Change in the similar way for the other Programs registered.
    This should resovle the RETRY issue in Inbound queue.
    Hope this piece of information really helps.
    Regards,
    Kamesh

  • SYSFAIL error in Inbound Queue

    Hi,
    I got a SYSFAIL error in the Inbound queue. When I double clicked on it, it showed up the Status text as "An exception occurred that was not caught". This has been raised on 14-01-2009 (today's) date and when i checked for the B-Doc corresponding to this, i couldn't find out any entry for this.
    Initially i tried unlocking the queue and thereby re-processing it, but it failed again.
    The details are:
    Function Module : BAPI_CRM_SAVE
    Queue name : R3AD_SALESDO0004700954
    Date : 14-01-2009.
    Any pointers on this would be of great help.
    Thanks in advance
    Rasmi.

    1. Check in Tx: ST22 (ABAP Runtime Error). That would give you more insight in the cause of exception / dump and how to solve it.
    2. Also, in parallel check whether the connection to ERP is established and the RFC call is getting connected (Tx: SM59).
    3. If the error/exception/dump is occuring on ERP side, check whether CRM server details are maintained in table: CRMRFCPAR (on ERP side).
    4. Check whether internal user exit is coded to catch the exception and throw out appropriate error.
    5. check whether there is any code error in mapping module (available in table SMOFSUBTAB).
    These steps might be useful to find out your problem.
    Best Regards,
    Pravin..

  • Inbound Queue blocked: Parallel and alternative sequences are not supported

    Hi,
    Just now, I checked the Inbound Queue in SCM system through SMQ2 and found which was blocked by error message "Parallel and alternative sequences are not supported". Could you please tell me what does it mean? How to fix it?
    Thanks,
    Quanyin Su

    Hi Quanyin Su,
    Parallel and Alternative sequences are used in routing.
    I believe you are trying to CIF PPM/PDS from ECC to APO and you are getting this queue stuck at inbound of APO.
    Both the alternative and parallel sequences are supported in APO.
    Alternative sequence is used as alternative modes in APO.
    I can think of this as a master data issue.
    At least one of your work center used in either of the sequences is not available in APO or is not APO relevant.
    Could you please check your master data such as all the work centers used and make sure your parallel and alternative sequences are consistent.
    Once you made sure that master is available in ECC, you can CIF it to APO by using CURTO_CREATE transaction in ECC.
    Please see below link for Routing and its usage in APO:
    http://help.sap.com/saphelp_apo/helpdata/en/99/ed3a981d0f11d5b3fc0050dadf0791/content.htm
    You also need to activate a BADI in order to sent alternative sequences to APO.
    Below thread has all the details regarding this.
    Re: /SAPAPO/CURTO 103 : Mode .. is not assigned to an activity
    Regards,
    Abhay Kapase
    Edited by: AbhayKapase on Aug 5, 2011 2:24 PM

  • Inbound Queue problem

    Hi Experts,
    I have been monitoring the SAP SRM system and in the Inbound Queue (SMQ2) I find queues with entries ended with:
    StatusText: Exception condition "GUID_FOR_LOGSYS_CHANGED"
    This caused the queues to end with status: SYSFAIL.
    Please guide me on this.
    Thanks.
    Sudhakar

    Hi,
    Is it new system or copied client ?
    Please check the GUID value in CRMMLSGUID-R3_GUID (SRM side) and CRMPRLS-R3_GUID (ERP side).
    If you have some old value you can delete the record.
    Regards,
    Masa

  • Problem in CIF Inbound Queue

    Hello Every1,
         When I try to process the CIF inbound queue (APO system) it says the logical system is not  found. But when I check in the table TRFCQIN and TRFCQSTATE the logical system has assigned properly. So please let me know how to rectify this.
    Thanks,
    Siva.

    Hello Chinni,
    Master data cannot be reconciled using Delta Report. It is only for transaction data. If you are still having problem transferring inforecords - first check if the location product combinations used in the inforecord exist in APO.
    Next follow these steps:
    0. Make sure there are no error CIF queues inboudn to APO
    1. Do you have an active integration model with the inforecord and still the procurement relationship is not created in APO? If so then exclude the particular inforecord (by document number) from the integration model.
    2. Generate it and activate it.
    3. Then generate the integration model again without the exclusion and activate this model. This will force sending the inforecord to APO.
    4. See what is the error coming and send the details.
    Thanks,
    Somnath

  • Preventing Outbound Queues during APO Shutdown

    Dear All,
    Here's my query:
    Whenever we go for a APO shutdown with all Users in APO locked, Queues get generated in the R/3 Outbound with SYSFAIL messages: User Locked.  After the shutdown, these take a huge amount of time to be cleared and lead to wastage of time.
    To prevent, we have tried Stopping APO Inbound Queues during the shutdown. However, the problem continues. I would like to try Using program to Close R/3 Outbound Queues during Shutdown as well. Can this affect in any way the Queues to other R/3 partner systems other than APO?
    Also, any other suggestions to prevent this problem during the shutdowns are most welcome.
    What are the precautions/steps taken to prevent such situations at various APO Clients.
    regards
    Sudhir Gulati

    Hi,
    In program RSTRFCQ1 (in R/3) you can define queue destination to be stopped. So you can stop only queues outbound for your APO system.
    You can also restrict by queue name - it tends to be different fro APO-bound queues - CF* and FC* for example.
    We always do that before stopping APO to prevent exactly your problems.
    br,
    Mikhail

  • Conntrans u2013 initialization error and Client console show no inbound queue

    Hallo,
    I installed Communication station and Client application to two computers. Test from Communication station to CRM is OK, test from client to Communication station is OK too. When I run Conntrans it show: u201CError during Conntrans initalizatin; contact system administratoru201D. In log file is:
    Exception in CGUIDlg::CreateComObjects_AltThread . Was comerror exception (Neplatný ukazatel hr:80004003); technical hint: Create InitPar NamedCollection</SESS_LOG_TEXT>
    </SESSION_ENTRY>
    Client console show me, that I have u201CNo unprocessed messages available in the queueu201D. But in transaction smq1 I have 923 entries to send to Mobile Client.
    I regenerate metadata, reassign siteID and did transaction table again, but still no messages in inbound queue.
    Configuration: CRM 2007, CRM Mobile Client 6.0 SP02.
    Can anyone help me please with these problems.
    Thank you very much.
    Jiri

    Hallo Wolfhard,
    thank you very much for your help and fast reply. I uninstall .NET 1.1 on client side (I had both .NET 1.1 and 2.0). Now I can run Conntrans. When I try synchronizaiton, it wrote "initializing transfer process" and after few second Conntrans fell down. In log is no error - everything have succeeded. I include ending part of log. In Client console inbound queue is the same.
    <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>43090EC6134E43479082B5043DD7E18F</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:19</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Returning from CGUIDlg::OnInitDialog...</SESS_LOG_TEXT>
      </SESSION_ENTRY>
    - <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>A49BAA7D177D463491F635F8A64591E6</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:20</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Call to CGUIDlg::OnInitDialog in CTSDialog::OnInitDialog succeeded</SESS_LOG_TEXT>
      </SESSION_ENTRY>
    - <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>F5AE51A961664408830DDF07DA60C1F5</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:20</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Call to GetConfigurationDetails in CTSDialog::OnInitDialog succeeded</SESS_LOG_TEXT>
      </SESSION_ENTRY>
    - <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>1163EBE1ABB249ECAE0D3B230E6CCBB8</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:20</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Call to InitConfiguration in CTSDialog::OnInitDialog succeeded</SESS_LOG_TEXT>
      </SESSION_ENTRY>
    - <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>BE6FFFFE896D410A80D58C020195B56D</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:20</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Call to CreateAndPlaceControls in CTSDialog::OnInitDialog succeeded</SESS_LOG_TEXT>
      </SESSION_ENTRY>
    - <SESSION_ENTRY>
      <SESS_LOG_ENTRY_ID>FD53890701BA40AE8DADB1F9701FDCFC</SESS_LOG_ENTRY_ID>
      <SESS_LOG_SERVICE_NAME>GUI</SESS_LOG_SERVICE_NAME>
      <SESS_LOG_TYPE>I</SESS_LOG_TYPE>
      <SESS_LOG_DATETIME>8.7.2008 15:04:20</SESS_LOG_DATETIME>
      <SESS_LOG_TEXT>Call to TaskBarCreateIcon in CTSDialog::OnInitDialog succeeded</SESS_LOG_TEXT>
      </SESSION_ENTRY>
      </SESSION_ENTRIES>
    After I applied  note 1071267 on Client 6.0 SP02 I could not run Client Console. When I run it, I got "Failed to load control sbtstatus. Your version may be outdated. Make sure you are using the version of the control that was provided with your application". Conntrans after fix I can run, but it is the same as above - it will fell down after few second of synchronization.
    My version of librfc32.dll is newer, so I did not applied note 1074669.
    I will try to uninstall client side and apply note again to clean installation if it helps.
    Thank you very much. With regards
    Jirka

  • Outbound queue won't fetch data to inbound queue after DS enhancement

    I enhanced the 2LIS_02_ITM extractor with a field from EKKN table, in CMOD filled this field. Transported all this to TEST and then to PROD systems. In DEV system everything is OK, but in TEST and PROD system my outbound delta queues are filling and not fetching the data to the inbound queues!!! When i launch the job in LBWE, it cancels itself. And when i see short dumps, it says something about modified structure. Any idea how can i fetch the data from one queue to another?

    Hi,
    First you have to make sure that there are no enrteis in LBWQ,delta queue and det up table before you do the transports.
    So anyway the process has to be repeated again.
    So once the transports are done then you will have to do the whole set up again.
    Do the follwing after transports.
    1)Delete the set up tables
    2)Do init w/o data transfer from the infopackage.
    3)Fill the set up tables( You can schedule a job in the background to fill the whole 7000000 records at the same time)
    4) Full repair loads to BW( Either you can do it in parts...like scheduling different loads at the same time through different infopackages for different selections OR one infopackage for the whole data).
    The better is to do in parts as in case of whole data load fails then you will lose the whole data and you will have to repeat the process again.
    You can schedule the set up table fill job as well as full repair infopackage schedule at the same time for different selections.
    Suppose if set up table is filled with selection A and once job finished then schedule the infopackage with selection A meanwhile you can fill the set up table with selection B and so no.
    This way you can make sure the jobs are not failing because of huge amount of data load at the same time the time taken to complete the process is less.
    As such there is no limitation on amount of data..its the duration of process which is limitation...for very long running process chances are that you run out of background process or you miss some IDOC's.
    Thanks
    Ajeet
    Edited by: Ajeet Singh on Nov 18, 2008 9:26 PM

Maybe you are looking for

  • How can I delete part of a PDF document?

    I recently acquired a device that had instructions as a PDF document.  The document was in English, French and Spanish.  Sooo, 10 of the 15 pages I don't need.  How can I delete these pages? Thanks!

  • Photoshop CS4 Freezes when opening PDFs

    When I drag two, 2-page PDFs onto Photoshop CS4 to open them, PS opens one page of one PDF and then freezes. I can replicate this every time I try. Once PS freezes it takes a little patience to get it to force quit. Any advice?

  • I recently got my iphone 4 wet now the back of my phone is burning hot and battery life goes within an hour, do i need to replace it?

    my iphone battery is burning hot and the power goes to low battery in 20 minutes and charging takes all day does anyone know how to fix this or do i need to replace it for a new one, thank you

  • New camera for old iPhoto

    We've been intending to buy a new camera for a bit, nothing fancy, just something a bit better than our now antique Canon (PowerShot A10) (yes, really!) and that can shoot some brief video. Just as I was about to buy, I wondered whether all the new c

  • MPEG-2 import in FCPX

    I apologize if I ask again a a frequent question but I doen't find the answer. A colleague provides me a HDV file in mpeg-2 format. But FCPX doesn't allow the import of this file in my event library. Does I really need to convert this file ? (which i