LSMW not creating session for more than 1000 records

Hi all
I am doing LSMW for equipment creation (IE01) using recording
all are correct if i upload I have 2400 records to be uploaded,in the last step
it showing "BDC_Insert,Transcation is invalid"
If i upload for less then 1000 records like 950, its succefully creating
sessions.
PLease its very urgent, let me know
Thanks in advance

Hi Chandra,
In filed mapping step END_OF_RECORD change the value of field g_cnt_transactions_group to value more than 5000. I think this value is less than 1000 for your case.
at_first_transfer_record.           
if g_cnt_transactions_group = 5000. 
  g_cnt_transactions_group = 0.     
  transfer_record.                  
endif.                              
If you are not able to see the END_OF_RECORD  in field mapping do the following steps:
Extras menu-> Layout check all check boxes it will appear.
Regards,
Rajesh Sanapala.

Similar Messages

  • Reports not getting generated for more than 100 records

    Hi,
    On 8.1.1.1 with BI Publisher 10.1.3.4.1, some of the Reports are not running when it has more than 100 records and throwing error.
    Below are the some of the specific errors captured in XMLP log
    EAITransport EAITransportDebug 4 00000df64e7130a4:0 2011-09-15 18:25:54 *** HTTP response Headers from Data Send request:
    HTTP/1.1 500 Internal Server Error
    Date: Thu, 15 Sep 2011 12:55:17 GMT
    Server: Oracle Containers for J2EE
    Connection: close
    Content-Type: text/xml; charset=utf-8
    Transfer-Encoding: chunked
    ObjMgrLog Error 1 00000df64e7130a4:0 2011-09-15 18:25:54 (soapbinding.cpp (564)) SBL-EAI-04304: Unknown part ':oracle.apps.xdo.webservice.exception.OperationFailedException' for operation 'uploadReportDataChunk' exists in SOAP message.
    ObjMgrBusServiceLog Error 1 00000df64e7130a4:0 2011-09-15 18:25:54 (outdisp.cpp (209)) SBL-EAI-04308: Operation 'uploadReportDataChunk' of Web service 'http://xmlns.oracle.com/oxp/service/PublicReportService.PublicReportServiceService' at port 'PublicReportService' failed with the following explanation: "oracle.apps.xdo.webservice.exception.OperationFailedException: java.io.FileNotFoundException
    Please let me know what would be the reason for this issue?
    Thanks in advance for your help.
    Thanks

    Are you using 'PublicReportService'? Check the integration for Siebel Reports 8.1.1.1 and BI Publisher 10.1.3.4.1 the port 'PublicReportService_v11' is specified. Did you import this WSDL as directed?
    i.e., export from BI Publisher http://<host>:<port>/xmlpserver/services/PublicReportService_v11?wsdl
    Not certain this is the cause but I have not got the same issue.
    Edited by: user1634268 on 27-Sep-2011 10:38 - did not read the original error correctly first time

  • Is it true that iPhone 4s does not allow to take more than 1000 photos?

    Hi!
    Is it true that iPhone 4s does not allow to take more than 1000 photos?
    http://dolboeb.livejournal.com/2299939.html

    Not true.
    Only Photostream is allowed to take a max of 1000 photos, then they will be removed from server/icloud.

  • How to create Criterian For more than one table

    Hi,
    I have one problem how to create criteria for more than one table in that using one criteria hot to get the values from database in that more than onetable for getting these values .Please send me the exampke code.
    reagrds,
    raghu

    Hi,
    I don't think its possible to create fieldcatalog for different tables,
    but if you want to do so create a dummy table which has all the fields which you want in fieldcatalog.
    populate the data from different table to that dummy table
    then create fieldcatalog for that table and pass it in the function module...
    Regards,
    Siddarth

  • Fetch more than 1000 records

    Hi,
    I am using APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(). When I try to fetch more than 1000 records in PL/SQL block .It throws character string buffer too small. I donot know how much records it will fetch because it is dynamically generated.
    could you please anyone help me out.

    Hi
    I agree that a popup LOV would be better, for two reasons:
    1 - Even if you could construct a select list with over 1,000 items, users may find it awkward to use as they would have to scroll to find the item they want - at best they could type in the first character of an item but they'd have to scroll from then on or keep pressing the same character to move down one item at a time.
    2 - The fact that you're using that function to generate the list implies that you are using a tabular form and, therefore, that there will be several instances of the list on your page. If so, the time taken to generate the page and download it may slow page load time considerably.
    If you do need to have select lists, there are techniques that you can use to do this - typically, this would involve creating small lists in the form, a hidden select list created as a normal page item and then using javascript to copy the hidden list items into the tabular form fields.
    Andy

  • Can we upload more than 1000 records with BPS file upload pf

    We are using file upload functionality in BPS. Can we use this function to upload around 80,000 records at a time.
    We are unable to upload more than 1000 records because throws a time out error. Is there a setting that we can change to resolve this?

    Hi,
    Can you check the following note  about BW system parameters :
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=192658]
    Check the work Process time set for your BW system
    Is your application web based ?
    Pratyush

  • Master_detail for more than one record at a time

    Hi,
    How can i display master_detail records for more than one records at a time, for example, i have two tables A and B , A has username and role and B has username and profile. here i wanted to display 10 users at a time on my 6i form with username, role and profile.
    i have created a master-detail relation ship with these tables when i'm executing F8 on blcok A , it displays 10 records on BlockA but, only one at a time on block B, how can i display all corresponding records on block B at a time.
    Thanks for your help.Bcj

    Thanks Roberts, that was realy informative due to some doubts i would like to confirm my requirements , i have two blocks A and B and each master record has only one detail record. but i wanted to display at least 10 master_detail relationships(records) on the form at a time, i would like to know is it possible to do without creating any table or view for example,
    data in table A,
    username role
    AAA R1
    BBB R2
    CCC R3
    data in table B,
    username profile
    AAA P1
    BBB P2
    CCC P3
    i wanted to display it on form like below,
    username role profile
    AAA R1 P1
    BBB R2 P2
    CCC R3 P3
    Also would like to know that how can i select data from dba_users, any restriction is there on forms 6i, i can select it on sqlplus.
    Thanks Again, Bcj

  • INDIRECT for more than 1000 Rows

    Here's a puzzler!
    Why does this not work for values at G6579 of more than 1000, i.e., for Cells below C1000.
    =IF(G6579<=0,CHAR(32),INDIRECT("C"&G6579))
    It works fine for all the rows above 6579 which find rows above C1000. The Cells in column C have values, but at Row 6579 and below, this formula generates "This formula contains an invalid reference".
    Have I hit a limit on allowable INDIRECT argument values?
    Dick

    Dick Huitema wrote:
    YVAN:
    May you explain why you use CHAR(32) to define a string of one space ?
    DICK:
    I want the cell left blank; if there's a better way, I'm all ears. I might then be able to use the test you recommended (using LEN)... although I haven't needed one so far.
    Further thoughts?
    BARRY:
    Previous thoughts, actually. Yvan, as he mentioned, had suggested using the empty string ( "" ) >instead of a space.
    =IF(G6579<=0,"",INDIRECT("C"&1000))
    Must have had your earplugs in at the time. ;-)</div>
    Yup! And the sleep mask must have been on, too!
    Sorry Yvan... I didn't quite understand what "empty string" meant and thought you were trying to suggest using LEN... which made no sense, of course.
    An empty string is a string which contains nothing, the one defined by ""
    =CHAR(32) defines a string of one space character, the one which is often created using =" "
    In many tables, we need to take care of empty cells.
    The true definition of an empty cell is a cell which contains nothind.
    This status may be checked thanks to the function ISBLANK(theCell).
    Alas, as there is no function allowing us to define the value of a cell to nothing (I'm desparately waiting for the function BLANK()) we have to use the canada dry blank cell.
    My own choice is to set the content of the cell to the empty string ("") . You used the space (" ").
    I described the way o check if a cell if "blank in the extended fashion"
    LEN(of a true empty cell) is zero, because the length of nothing is nil.
    LEN(of a cell containing "") is zero, because it's the definition of the empty string.
    So, the single instruction LEN(theCell) give us the wanted informatioN
    If you use the space string, the test is more complex. The one which I sdescribed was wrong because it didn't treated the case of a table using both empty strings and space strings.
    It would be
    =IF(OR(LEN(theCell)=0,theCell=" "),theCellIisEmpty,theCellIsNotEmpty)
    Yvan KOENIG (VALLAURIS, France) lundi 12 juillet 2010 19:15:08

  • Ipod nano not playing audiobooks for more than one minute at a time

    Does anyone know how to fix this problem?  I stopped using it after I couldn't play an audiobook for more than a minute before it stopped.  A friend thought she had fixed it, but I downloaded another audiobook to the ipod nano and it did the same thing...played for a minute and then turned off.  I want to take it with me on a 8K walk, but it is discouraging.

    No there is no multi-select for creating SQL-Loader scripts.
    You can either create them separately or create them all and
    then discard the one you do not need.

  • Error Creating Invoices with more than 1000 positions

    Hello.
    I am creating invoices in SD module with VF01 transaction.  When the document has more than 1000 positions an error is displayed.
    The text of the error is:
    Memory area p.status GUI SAPMV60A SM is too small.
    área memoria p.status GUI SAPMV60A SM demasiado pequeña.
    I would like to know if there is any way to correct this error. If it happens because memory is too small, how could it be increased?
    Thank you.
    Diana Carolina.

    Hi Diana
    As far as I know, standard SAP has restricted the no. of line items in an accounting document to 999.
    So, this is in turn impacts the no. of line items you can have on a Sales invoice,
    Since every invoice  line item can have atleast 2 accounting entries, the max. no. of  invoice line items you can have is 499.
    I dont think there is no work around for this
    Rgds

  • Update the authorization object value for more than 1000 role

    I need to remove one of the activity value (06) from authorization object S_SCD0.
    I do a search and found out that there are more than 1000 roles which having the activity value = 06 for authorization object S_SCD0.
    However, I don't think I can create a SCAT script to update all these 1000 roles and I believe its going to be a very tedious if I am going to manually change it one-by-one. Hence, I am wondering is there any standard program/function which I can use to automate the above changes for all these 1000 over roles.
    Kindly advise.
    Thanks

    Direct update the table is the easiest way, but should be discourage for the obvious reason.
    Should take a step back, take a long term view, when you need to update 1000 roles, maybe a role redesign might be needed. For example, if you can change the role model to derive role model, once update to the parent role will take care of all the child role.
    Thanks,
    Lye

  • Droid X battery will not stay charged for more than 5 minutes. Help

    My Droid X will not hold a charge for more than 5 min. 1 phone call and the phone shuts down.

        bdsutton,
    Thanks so much for your inquiry! There hasn't been a software update for the Droid X since 2/16/12.
    I would like for you to put the device in Safe Mode http://bit.ly/OAXCYh and then check your email to see if it still turns off.
    Safe Mode temporarily disables all applications that have been installed via the Android Market. Performing this troubleshooting step is necessary to determine whether a 3rd party application is the cause of an Operating System / Application issue.
    I want you to try that to see if there is something else affecting why the phone battery goes low only when you check email.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Not able to display more than 65k records in Bex report.

    Hi Experts,
    I have requirement for the Bex report to display more than 65k records..
    Please help me on this.. i am feed up of get proper update for this..
    Its urgent.. pls help on this

    Hi,
    The Excel 2007 have a limit of 1,048,576 rows, unfortunately SAP cannot export more than 65.536 rows that is an exiting limitation exporting to Excel files.
    The note 700206 explains the MAX Size Limit for XXL Export, and it's
    not possible to increase this limit. XXL Export is generic export
    utility to export the list object from SAP to Excel and it cannot
    work differently for different Excel releases.
    I would emphasizes the purpose of BEx Analyzer: it is not a tool for the
    mass extraction of data, but it is a viewer/navigator tool for data.
    For huge exports like the one mentioned SAP offers Open Hub as a 3rd
    party tool. You can have more details in the url below:
      https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.
      docs/library/icc/BW-OHS%20Open%20Hub%20Service%2c%20Third-party%20
      Integration.pdf
    Thanks,
    Venkat

  • More than 1000 record in IN clause

    RDBMS : Oracle 10.2
    OS : CentOS 5
    Hi,
    I have a situation where I have to compare more than 1000 ids in my IN clause.
    I have used something like
    slect col,col2....
    from tble ......
    where .....
    and id in (--first 1000 ids ---)
    or id in (--next 1000 ids ---);
    the query is taking a lot time. If I omit second IN clause, it executes instantly .
    Can you please suggest how to handle such situation ?

    Take your full list of 2000 ids, paste them into a program like Notepad++ (or even regular notepad) then use the replace function to replace all commas with: " from dual union all select ". Add "with a as (select " to the front and " from dual)" to the end also add an alias like aid to the first item in the list. Paste that on the front of your query and change your "in" clause to say "id in (select aid from a)"
    Then instead of this:
    select col,col2
      from tble
    where id in (1,2,3,4,5);you'll use this:
    with a as (select 1 aid from dual union all
               select 2 from dual union all
               select 3 from dual union all
               select 4 from dual union all
               select 5 from dual)
    select col,col2
      from tble
    where id in (select aid from a);

  • Single invoice for more than 1000 Billing items

    Hi,
    We have below requirement:
    We are doing RRB (Resource Related billing). We create thousands of Debit memo request for the customer. Each Debit memo has atleast 9 items. that means  in total we have 9000 items to bill in single invoice. We know that there are SAP limitations of 999 items in Invoice (billing doc type ZF1 ).
    Is there any workaround that i still print all the line items in Single invoice. without disturbing below:
    1. FICO Posting
    2. Invoice Corrections/Cancellation/reversals
    3. Reporting.

    Hi Amit ,
    yes it is possible , as per the Note 36363,
    You need to insert the field PAOBJNR in the table TTYPV.
    Pls Ask your ABAPER to it then you need to test it by using more than 999 line Item in the Order .
    Regards
    Sundar

Maybe you are looking for

  • Availabili​ty and Fitting of backlit keyboard to Envy DV6 - 7331SA

    I've an Envy DV6-7331SA which works just fine. I'd quite like a backlit keyboard. Googling around it seems that backlit keyboards are available but  1. Is this just a simple replacement. I presume the keyboard comes with the backlight cable and there

  • How to fix a glitch that nothing has been able to solve

    When I'm using Google+ Hangouts, after a while the window starts glitching out. When I mouse over anything clickable the chat scrolls up by itself, the chat box moves halfway up the window and the video/webcam area goes half black/white then it all g

  • Trouble deleting ".lock" file to open catalog

    I have been unable to open my Lightroom 4 catalog since a recent crash. I get the error message that it cannot be opened because another application already has it opened. I tried deleting the .lock file as suggested elsewhere on this forum. When I d

  • KE32, few plant details are blocked

    Hi Guys, Working in KE32 for Sale order Probability analysis report, standard report is not showing all the plants, instead displaying few plants alone.But the Plant table contains 12 entries. Can this be solved by providing a better solution & reaso

  • Blue print result

    i have been using my HP D1600 series printer for almost 1 and a half years now ... and suddenly the print results comes out as blue color when printing in color .. But when i use the Printer Services -> Clean the Print Cartridges, the result (fruits)