DBIF_RSQL_SQL_ERROR using transation MB25

We are getting the above error. On closer examination of the dump: Database error text........: "Resource limit exceeded. MSGID=
Job=168917/PRO03/WP02"
Internal call code.........: "[RSQL/OPEN/RKPF ]"
Please check the entries in the system log (Transaction SM21).
The table RESB has a size category of 4 but with 2.9 million records. Obviously at the user level there needs to be some housekeeping ! but this may not address the issue entirely.  Following a re-start this problem does not occur for a while. So clearly it is something to do with memory. My questions are:
- can I/Should I attemp to change the Size Category to reflect the number of records (given this is iSeries will it have any effect (not sure how SAP interacts with DB2/400 in terms of extents.
- should we attempt to re-organise the table using RGZPFM ? Again will this do any good.
- Do I need to adjust a Profile Parameter to increase the Fetch Space - if so which ones ?
Many thanks in advance for anyone who can help

Hi Volker.
Thanks for info. I took a look in the Developer Trace:
B Thu Sep 29 13:02:56 2011
B  *** ERROR => dbtran ERROR (set_input_da_spec): statement too big
marker count = 3201 > max. marker count = 2000
[dbtran.c     4747]
A  TH VERBOSE LEVEL FULL
Also in the ST22: (it would appear that the Programmer has a view on this. but I'm still not sure whether this is a database error, a resource shortage, a programme error or a usage error i.e. we are simply trying to get the system to do something it can't. Would it be worth trying to delete SQL packages for this table (clutching at straws !)
  92 * Generate SHKZG-range from checkboxes.
  93 * Remark: If no checkbox is set, the system also select ALL reservations
  94 * THIS IS NO PROGRAM ERROR!!!
  95   REFRESH r_shkzg.
  96   r_shkzg-sign   = 'I'.
  97   r_shkzg-option = 'EQ'.
  98   IF p_issues = 'X' AND p_receip = space.
  99     r_shkzg-low = 'H'.
100     APPEND r_shkzg.
101   ENDIF.
102   IF p_issues = space AND p_receip = 'X'.
103     r_shkzg-low = 'S'.
104     APPEND r_shkzg.
105   ENDIF.
106   IF p_issues = 'X' AND p_receip = 'X'.
107     REFRESH r_shkzg.
108   ENDIF.
109 * Data selection.
>>>>   SELECT rkpfrsnum resbrspos resb~rsart
111          INTO CORRESPONDING FIELDS OF TABLE t_resbkey
112          FROM rkpf INNER JOIN resb
113          ON rkpfmandt = resbmandt AND rkpfrsnum = resbrsnum
114          WHERE rkpf~rsnum      IN rsnum
115            AND resb~rspos      IN rspos
116            AND resb~rsart      IN rsart
117            AND rkpf~kostl      IN kostl
118            AND rkpf~aufnr      IN aufnr
119            AND rkpf~ps_psp_pnr IN r_pspnr
120            AND rkpf~nplnr      IN nplnr
121            AND rkpf~anln1      IN anln1
122            AND rkpf~anln2      IN anln2
123            AND rkpf~umwrk      IN umwrk
124            AND rkpf~umlgo      IN umlgo
125            AND rkpf~kdauf      IN kdauf
126            AND rkpf~kdpos      IN kdpos
127            AND rkpf~kdein      IN kdein
128            AND resb~matnr      IN matnr
129            AND resb~werks      IN werks

Similar Messages

  • Error while creating part appraisers using HRHAP_DOCUMENT_CREATE

    Hi All,
    I was able to successfully create a appraisal document by using HRHAP_DOCUMENT_CREATE function module.
    There was a additional requirement that part appraisser details also need to be updated while the document is created.
    I am getting an error saying
    Maximum of 00 part appraisers allowed for template
    When i create the document  by using  transation PHAP_CREATE for the same template i am able to create part appraisers and there it says the maximum part appraisers is 14
    The more puzzling aspect is that when i try to add the part appraisers for the same document via HRHAP_DOCUMENT_MODIFY i am able to do so.
    Kindly let me know if i am missing something while creating the document.
    Any help is highly appreciated

    Hi
    You have, as far as i can determine without seeing the template,defined no Part Appraiser Column (PAPP) in your template. But you have defined a function on the template to automaticly default the part appraisers.
    On the Appraisal document persons (appraiser / appraisee) are getting defaulted as part-appraisers although no part appraisal column excist,and therefor 00 Part Appraisers are allowed. This gives the error. Remove the Part Appraisers default functionality from the template and this problem will be solved.
    FYI: The reason why this doesn't give a business check error is that the functions to default participants are BAdI's and we have no means of determining wether or not a BAdI implentation will create an inconsistency on the appraisal document.
    Also, the reason that it occurs as a S message and not as E or W is because of programming restrictions in combination with messages. All errors on the Appraisal Document will come as 'S' messages.

  • How to configure Web service using transaction SOAMANAGER?

    Hi SDN,
    I have followed this article to configure using transation SOAMANAGER.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20b723f8-a422-2c10-aca5-fe64eeda1ff2&overridelayout=true
    but I have some issues about looking for ECC_PURCHASEORDER003QR in default_host/sap/bc/srt/xip/sap of above article.
    I can not configure Web service and go to steps further.
    The system is ECC 6.0 release 7.
    How can be done?
    Thanks,
    Luu,

    Hi,
    > but I have some issues about looking for ECC_PURCHASEORDER003QR
    You mean you can't see this service in sicf or you have trouble locating this service in SICF. Can you specify what exactly your problem is?
    Please check if you are on correct Ehp (Enhancement pack) required for this service. This service available with Ehp4.
    To check enhancement pack goto System->status and check component information i.e. SAP_APPL release is 603 in my system which means I am on Ehp3.
    Regards,
    Gourav

  • No. of users using same transaction

    hai iam shivaa.
    how can we find no. of users using same transaction at a given time on a given server.can i also know the order(time) in which the users started using the transaction?
    eg--no. of users using transation VA01 on a given server at a given time.
        --order in which users started using VAO1

    Hi Shiva,
    If you have got the appropriate solution, reward all useful answers & close the thread.
    Regards,
    Senthilkumar SD

  • Field NAme and Table Name

    Hi All,
    I got some output values from the legacy system with me but need to know whats the actual field name and table name to which i need to transfer these values. How can i do it, since which theres is not field name or despcription given for the data.
    Is there any way i can do it.
    Points will be rewarded for all useful answers.
    Regards
    AB

    if you know the transaction code you use to post the uploaded data in SAP, you just need to do BDC recording in using transation SM35. Record the whole process and create a program from the recording... and you wont even need to know the tables and field names-- almost everything will be done for you....
    All you need to do is replace record data with upload data.
    You can also try to look for a standard Function Module / BAPI which can do the processing for you and provide it with a table containing the upload data ...
    Reward points if useful

  • Creation of new tab

    Hi Guy's,
    creation of new infotype we are using Transation code:PM01, when we enter this TS it displays differnt tabs like : Create infotype,infotype version, Screen structure..   presnt require ment is to enhance the one tab to that TS.(Ex: create the one custom infotype like Employee Details, when ever we press the Eployeedetails tab it displays the related field list). Pease  help me how to proceed this senario.
    Thanks and Regrads,
    Sai.
    Edited by: sai shanhu on Apr 7, 2008 8:44 AM

    Sai shanhu, 
    Creating Infotypes for PA and PD using PM01.
    1. Infotypes should be started between 9000 – 9999
    2. Go to transaction code PM01.->select Create infotype
    3. Give the Infotype number on the screen 9010
    4. Click on the Button Generate Objects right to the Infotype input field.
    5. It asks for the Creation of the PS9010 structure for infotype. Create, save and activate and come back remaining things will be created automatically. Remaining things means Module pool program, User interface, BADI.
    6. Maintain infotype characteristics ex: Time constraints, Subtype, assigning single screen & list screen and save.
    7. Select Screen radio button and give 2000 on input field and press edit button .It takes you to the SE51 screen painter. Here we have to write logic for the validations for the fields on the Infotype screen.
    Creating subtypes for the infotype
    1. Create subtype field in the PS structure of the infotype table.
    2. Go to PM01 and press on technical attributes button and select infotype for which subtype should be maintained and display in change mode and enter Subtype field, T591A (Subtype table), T591T (Subtype text table), T591A (Time constraint table) tables and save and exit.
    3. Go to SM30 and enter V_T591A and press maintain. Enter subtype numbers and its text and save.
    I hope that it helps u .
    Regards,
    Venkat.O

  • What is the best way to kill/stop a data load?

    Hi.
    What is the best way to kill/stop a data load?
    I have a data load from my QA R/3 system that is extracting 115.000.000+ records. The problem is that the selection in the function module used in the data source does not work, and the problem was not detected because of the nature of the data on the development system.
    I could kill processes owned by my background user (on both R/3 and BW) but I risk killing other loads, and sometimes the job seems to restart if I just try to kill processes. If I remove transactional RFCs in SM58 the load does not terminate; I only skip one or more datapackages. I have also tried to change the QM-status in the monitor to red, but that does not stop the load either...
    So isn't there a nice fool-proof way of stopping a dataload?
    Best regards,
    Christian Frier

    Hi,
    There r 2 ways to kill the job.
    One is using transation RSMO locate the job and display the status tab double click on the yellow light that is shown on the line total, a pop will come 'set overall status ' is displayed select the desired status that is red and save it. Then return to the monitor page and select the header tab double ckick on the data target right click and then goto 'manage',there should be request sitting there probably with yellow lights , highlight the line with the faulty request click the delete button then click refresh button.
    Second is goto SM37 and click on the active selection and enter the jobname and then click excute the particulr job should appear highlight the jobname then click on the stop iconthat appears on the taskbar( 3 rd from left)
    hope it is clear.
    Regards-
    Siddhu

  • How to display the button 'Down payment clearing ' in Billing document

    Dear Gurus:
        If I  used transation code F-39 ,I can do down payment clearing for billing document .But I want to do this in transation code VF01 .
        Can any one guide me how to do down payment clearing in billing document.

    Could you please share your exactly requirement.
    Regards,
    Manoranjan.

  • How to stop a triggered process chain

    Hi,
    Does anyone know how to stop a process chain? It was accidentally triggered twice and we need to stop it. Thanks.

    Hi,
    There r 2 ways to kill the job.
    One is using transation RSMO locate the job and display the status tab double click on the yellow light that is shown on the line total, a pop will come 'set overall status ' is displayed select the desired status that is red and save it. Then return to the monitor page and select the header tab double ckick on the data target right click and then goto 'manage',there should be request sitting there probably with yellow lights , highlight the line with the faulty request click the  delete button then click refresh button.
    Second is goto SM37 and click on the active selection and enter the jobname and then click excute the particulr job should appear highlight the jobname then click on the stop iconthat appears on the taskbar( 3 rd from left)
    hope it is clear.
    Regards-
    Siddhu

  • Profit centre error in J1INPR

    Dear All,
    When executing J1INPR during a particular period, I am getting the following error in the second screen.
    "Balancing field profit center for line item 001 is not filled"
    i have checked note 1063850.
    but there i am not able to trace out in which field i need to input the correct profit centre.
    As the prctr field is not recognized by sytem which is suggested in the note.
    Also if i try to populate in bseg-prctr the same is overwritten as soon as the cursor comes out of BTE mentioned in the note.
    Your help will be highly appreciated.
    thanks & Regards
    Ronak

    Dear,
    If you find it difficult to map profit centers through BTEs and substitution then do one thing,, use transation FAGL3KEH and enter the profit center for the TDS provision account and at the month end you can allocate this amount to diffrent profit centers thorugh distribution etc.....demonstrate this process to your business users and take the decision you like....
    REgards,
    Chintan Joshi

  • ISSUE for Vendor PO

    Hi SAP Experts,
    Currrenly we have scenarion where in MIGO & MIRO and we have paid the Inv amount to the Vendor also (2000mt with 50 Rs/mt.) This was for 2 months before. Now due to some reason the vendor agreed for discount for 100 mt.
    So how to enter the discount for (100*50=5000Rs). I guess should we use Credit Memo - MIRO and select 5000 Rs against the PO ???
    Is my understanding correct or is there any other simple way

    Hi,
    Your understanding is absolutely correct, but selecting credit memo in MIRO will also open the quantity that will require to be reversed.
    So to achieve this scenario, use transation MIRO and select Subsequent Credit option in the Transaction dropdown list and enter the amount of discount and quanity in item screen. Simulate..if entry is as per you expected...post it.
    Regards,
    Chintan Joshi

  • Reservatiion no wise report

    here my client is sap implemented
    For operation consumables for the work center( shop floor)
    they creating reservation in MB12 ,  entering  mateial ,quantity, storage locatin, cost center, movement type
    ans issuing form stroes
    my requirement is  i will enter reservation no , i want  mateial ,quantity, storage locatin, cost center, movement type  report
    for all materils .
    In mb24 i am getting for one material( which material i am entering)
    where i can get
    ravi

    Hi Ravikumar
    For individual entry, use txn MB23
    For Multiple Reservation list, use txn MB25
    Regards

  • Workflow execution from Web

    Hi
    I have not worked on forms part regarding workflow.
    I have a scenario where in when a workflow is started, work items are required to be executed from Portal. Here underlying tasks when the work item is executed, will be a form ( which might be used to display or modify the data.)
    Wanted to know what approach has to be taken so that workflow can be executed from web?
    I understand in case of NW04s, we have Adobe forms.Also wanted to know how Adobe form technique can be used in case of Workflow?
    Thanks in advance
    Regards,
    Akshay Bhagwat

    Hi Akshay,
    Basically what you need to do to execute a workitem from the web is to install the Knowledge Management functionality of Netweaver which will give you the Universal Worklist. 
    The worklist is configured to recognize workitems from the R/3 system.  That is all that is required. (The workitems will still be accessable in R/3 in addition)
    The default visualization in the UWL is the SAP Gui for HTML which gives you a screen that pretty much duplicates what you see in R/3.  If you want a more Web like screen you can use transation SWFVISU and associate a specific workflow task with another method of visualization like a WebDynpro or an Iview.  This requires some additional configuration in the UWL for this and you also have to build the Iview or WebDynpro
    If your users find the SAP gui for HTML acceptable it's just a matter of config.
    Look for a document called "How to Configure the Universal Worklist" that should be available for download to get the details of the necessary configuration.
    Hope this helps.
    Brent

  • Creation of infotype

    Hi Guy's,
    I am trying to create custom infotype in OM using Transation code PPCI.
    1. First creating Structure using Datatype
    2. After creation of Structure creating infotype using PPCI
    but i am getting error message like : t777I no table entries exist.
    Please help me friends how solve this problem.
    Thanks,
    Lakshmi.

    Hai..
    http://help.sap.com/saphelp_47x200/helpdata/en/bb/0feb34bf03c210e10000009b38f83b/frameset.htm

  • Business Explorer Analyzer not installed

    Hi, I installed SAP GUI 710 (patch level 8) and I have no problems going into Bex Query Designer but when I try clicking for Analyzer, it doesnt work. Nothing happens.. But when I try using transation RRMX, i get an error that the Business Explorer Analyzer is not installed. I am using Excel 2007.. Can you help? Do I have to do anything else??

    Hi,
    I had similar problem in my PC also earlier. After updating to our IT Dept, they uninstalled GUI and then installed .Net patches and then SAP GUI 710 with latest patch.
    Also in MS Office 2007 they went into the Macro security settings and made it low.
    After that the problem is resolved.
    Hope this helps.
    Regards
    raj

Maybe you are looking for

  • I get "secure connection failed" pop-up (dialog) every 3 secs! ugh!

    To connect to WiFi at a certain location, the router is setup to first automatically send me to a login page before I am allowed to go anywhere else on the internet. All fine and dandy, except that I usually leave GMail open in my browser, which is s

  • Data corruption with SSD after hard reset

    Hi, I'm using a Mac Mini for a car product and I MUST shut it down each time the hard way, i.e. by cutting the power. I am perfectly aware that this is definitely NOT the recommended way to shut down OSX because it might lead to data corruption but a

  • Purchase order create problem

    Hi Reiner, I am testing out a scenario with BAPI_PO_CREATE, encountered a few problems: 1. Errors with Date field in some structures. --> I changed the date field name to ZDATE and that     fixed it, I remember this was also a problem in     Connecto

  • Clip Notes - can't print comments

    I'm creating Clip Notes from Premiere Pro CS4 so I can create time-stamped notes on my videos. Clip Notes is working fine in general, but when I try to print the comments, that feature is blocked in the PDF file. On the top right of the commenting pa

  • How to interact an input file with other methods in a class?

    I have to write a class name FileDisplay with methods: 1. Constructor: take the name of a file as an argument 2. displayContents: display the entire contents of the file when I tried to create a BufferedReader file variable, I have encountered an err