Doubt in customizing request with respect to table entries

Hi All,
I have a doubt in customizing request with respect to table entries.
Suppose I have a customizing request with respect to a table that contains say 10 entries in the development system.
Now I am transporting this request to the quality system in which the same table contains 20 entries.
When I am transporting this table from the development system to the quality system, will my 10 entries in the development system get added to the 20 entries in the quality system or will my table get overwritten in the quality system.
What difference will this be if it is a workbench request ? .
Regards,
Sushanth H.S.

Hello,
So if we are transporting contents of a table from one system to another, it should always be a customizing request and not a workbench request right.
If the "Delivery Class" of the table is 'C'(Customizing table, maintenance only by cust., not SAP import) it will ask for a customizing request.
If it is 'A'(Application table (master and transaction data)), it will ask for Workbench.
To add to your previous qn, when you transport the entries to subsequent system it will always check the KEY FIELDS and then update. If you see a transport, then the table entries are represented by their key fields.
If you create new entries in your table and transport, it will add the records. Else it will modify them
Hope i am clear.
BR,
Suhas
Edited by: Suhas Saha on Jan 23, 2009 11:51 AM

Similar Messages

  • Taglib problem: Cannot parse custom tag with short name table

    Hello!
    I am having problems deploying a jsp tag in web as. The same war file works fine on websphere, jboss. SAP web as seems to be complaining about the short name in the tld.
    Can any body me to any known web as issues with jsp tags?
    Thanks
    [code]
    Application error occurs during processing the request.
    Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page /usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/dispear/servlet_jsp/disp/root/test.jsp.
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:85)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:207)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:369)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name table.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:129)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.ElementCollection.action(ElementCollection.java:52)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:307)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:74)
         ... 18 more
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Unknown class name java.lang.Object.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.convertString(TagBeginGenerator.java:365)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:187)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:212)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:269)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:127)
         ... 21 more
    [/code]

    Hi Ray,
    I am facing similar kind of issue.
    Can you please help to resolve it?
    Thanks in advance.
    Logs are as below [Here I am using standard tag lib]::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
         ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute [value] of [<c:out>] can accept only static values.
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
         ... 64 more
    Regards,
    Sankalp

  • Posix perf pack: Got Exception for fd: 'nn' with no corr. table entry

              My log file is filling up with the following error on an HP9000 with HPUX 11.0
              running WL 5.1 SP9 and JRE 1.2.2-06
              <W> <Posix Performance Pack> Got exception for fd: '59' with no corresponding
              table entry
              Any help appreciated
              Please cc my email if possible
              Thanks
              Ricky
              

    In most cases, these errors can be ignored. Please open a support case with BEA and
    report this problem along with a description of any observed side effects (if any).
    -Charlie
    Krish wrote:
    I got an error thrown in the weblogic log shown below
    <Posix Performance Pack> Got exception for fd: '126' with no corresponding table
    entry
    I guess it has something to do with the File Descriptor.I ahve the file descriptor
    count set to Max(8096).
    Does any one know what this means.
    Krish.

  • Got exception for fd: '126' with no corresponding table entry

    I got an error thrown in the weblogic log shown below
    <Posix Performance Pack> Got exception for fd: '126' with no corresponding table
    entry
    I guess it has something to do with the File Descriptor.I ahve the file descriptor
    count set to Max(8096).
    Does any one know what this means.
    Krish.

    In most cases, these errors can be ignored. Please open a support case with BEA and
    report this problem along with a description of any observed side effects (if any).
    -Charlie
    Krish wrote:
    I got an error thrown in the weblogic log shown below
    <Posix Performance Pack> Got exception for fd: '126' with no corresponding table
    entry
    I guess it has something to do with the File Descriptor.I ahve the file descriptor
    count set to Max(8096).
    Does any one know what this means.
    Krish.

  • Help.I want to learn about how to assign a custom request  with manager .

    Hi.
    When i submit a custom single request.I got this problem.
    No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this request or to verify that existing concurrent managers have the correct specialization rules.
    Then, I check the request with request id in application manager.I found there is no manager with my program.So I think i need to assign it.But i don't know how to do it.
    So.please help me.waiting for reply...
    Thanks
    Snail.

    Check Note: 342932.1 - No Concurrent Manager is Defined to Process This Request on Shutdown of Managers
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=342932.1

  • Creating Transport Request No for TVARVC Table Entries?

    Hi Guys,
              Can anybody tell me how to Create Transport Request  Number for Multiple TVARVC Table Entries?
    Thanks,
    Gopi.

    You can do it yourself, no need to waste any Basis time.
    Go to transaction STVARV -> Maintain mode. Before you create a new entry or change an existing entry tick the checkbox at the top of the screen labeled "Include changed entries in transport request". Then select the row which you want to transport and create/change the values, then hit 'Save'. You'll see the system will pop-up a change request dialog box where you can now save your entries.
    Hope this helps.
    Cheers,
    Sougata.

  • Spool request with Respective Tilte(P.O)

    Hi Experts,
       please help me, My problem is
                       While it is being created spool requst for particular P.O,
               I have to set the tile this P.O.
      Then user can find the requset number respective P.O.Number.
                 How to set the tile for sppol Request corresponding P.O.
      Thanks,
    Praveen.

    Thanks Giving Reply
    But I am using  me22n to creat spool particular P.O.
      And this is form .
      Please  solve the problem
    Thanks,
    Praveen

  • Doubt Regarding status group with respect to Incompletion log

    Hi,
    I just want to know if in status group if i click the radio button delivery & billing then will it alllow me to create delivery and billing even if sales order is incomplete .

    Hi,
    No delivery & Billing are not carried out unless the sales order is complete. Selecting the  radiobuttons delivery & billing indicate that some input data is missing.
    Example Shipping point data in sales order is missing then delivery cannot be carried out and the system displays it in incompletion log.
    If payment terms are missing in sales order, then billing cannot be carried out and the system displays it in incompletion log.
    chan
    Message was edited by:
            hari sri

  • Change Request for records in table

    Dear all,
    I want to create a Change Request to include all the records in my Z table, by using the SM30,
    I don't want to change record by record, as the table includes hundreds of record.
    Could any body tell me?
    Best Regads,
    Jack

    Hi Jack,
    Including Table Entries in a Transport Request   
    Enter a transport request.
    Select the table entries you wish to transport.
    Assign the selected table entries to the transport request using the Include in request function.
    This marks the entries for inclusion in the transport request.
    Save your changes.
    The selected table entries are added to the transport request.
    You can display all table entries which are either marked for inclusion or already included in the transport request by choosing Choose ® All in request.
    You can display all table entries which are not included in the transport request by choosing Choose ® All not in request.
    Regards,
    Deepak Kori

  • Need Customizing request instead of Workbench for Table Mainetnance

    Hello All,
    I created a ztable with Table Maintenance.
    Whenever I am creating entries using SM30 it is asking workbench request instead of customizing request.
    I need customizing request to be created for table entries.
    Can anybody help me in this regard.

    Hi Eric,
    Thanks a lot!.
    The problem is solved....
    Thank you very much for your help.
    Regards,
    Sunil

  • Customizing request table

    Hi to all
    Please tell me in which table Customizing requests are stored.
    So that i can find out which user has generated request with object name.
    Regards
    Anubhav

    Hello Anubhav
    If you want to make a detailed tracking of all changes in customizing then you need to create BC-Sets from your customizing requests.
    BC-Sets are also the only way to create different "versions" of customizing settings.
    Further readings:
    [The Business Configuration Set Technology|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20749c9a-b612-2a10-af89-fed8f4f28876]
    [The Customizing Cross-System Viewer|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63ecc890-0201-0010-99ae-db3841f39146]
    Regards
      Uwe

  • Customizing request:  Table T001L

    Hi,
    We are currently customizing SAP in two parallell ongoing projects. IN both projects, we must create entries in table T001L (storage locations). But the customizing must be transported at different times.
    Our question: When the customizing request is released; will the complete table T001L be included in the transport or ONLY the newly added entries that were added in this request?
    Our concern is that we ONLY want to include some of the storage locations in the request not all newly added entries in table T001L,
    Have you come across this issue, please advice,
    //Eva

    SAP automatically creates a transport request for any new added locations.
    It is certainly not the entire table that gets transported, like it is for calendars or account assignments.
    However you can create at any time a manual transport and only include what you like.
    But ..... I recommend to release the transports soon with its compelte entries, this causes less issues than keeping transports for a long  time and then releasing it ( after an other one has done customizing later but transported earlier ).
    I have seen it many times, especially if you transport entire table and do not release it, that newer entries got overwritten by old customizing.

  • Custom infotype with table

    Hi Guyz,
    i have to create a custom infotype with a table in it.i have created the PS structure (PM01)with fields a,b,c,d,e. i gave the infotype charac, techn attr, activated the PA table and P structure . In the lay out editor i created a table and put the fields a, b and c. i dragged the input/output field on the table and then dragged the text fileds above them. when i check the layout i get the following error in the flow logic.
    Program MP988800 Screen 2000
    The field P9888-ZA is not assigned to a loop. "LOOP............ENDLOOP" must
    appear in "PBO" and "PAI"
    can anyone tell me how and where should i write the code for the table to get activated. Thanks a lot.

    HI Ranjeth,
      i have tried the code you provided. I am getting errors.can you please tell me what IT_TBCTRL_BEHAVIOR and IS_TBCTRL_BEHAVIOR are.
    i am getting the following errors.
    Statement CONTROLS is not defined.
    IS_TBCTRL_BEHAVIOR-CODETXT not defined
    IS_TBCTRL_BEHAVIOR-RATE not defined.
      i have replaced i_bc_tbctrl with the table name which i defined in the layout editor.  i have put your code in the flow logic. check the code below
    CONTROL: options TYPE TABLEVIEW USING SCREEN 2000.
    PROCESS BEFORE OUTPUT.
    LOOP AT IT_TBCTRL_BEHAVIOR
    INTO IS_TBCTRL_BEHAVIOR
    WITH CONTROL options
    CURSOR options-CURRENT_LINE.
    MODULE options_GET_LINES.
    ENDLOOP.
            general infotype-independent operations
      MODULE BEFORE_OUTPUT.
      CALL SUBSCREEN subscreen_empl   INCLUDING empl_prog empl_dynnr.
      CALL SUBSCREEN subscreen_header INCLUDING header_prog header_dynnr.
            infotype specific operations
      MODULE P9111.
      MODULE HIDDEN_DATA.
    PROCESS AFTER INPUT.
    LOOP AT IT_TBCTRL_BEHAVIOR.
    CHAIN.
    FIELD IS_TBCTRL_BEHAVIOR-CODETXT.
    FIELD IS_TBCTRL_BEHAVIOR-RATE.
    MODULE options_MODIFY ON CHAIN-REQUEST.
    ENDCHAIN.
    ENDLOOP.
    process exit commands
      MODULE EXIT AT EXIT-COMMAND.
            processing after input
            check and mark if there was any input: all fields that
            accept input HAVE TO BE listed here

  • How to delete the row in table control with respect to one field in module pool programming?

    Hi,
    Can I know the way to delete the row in table control with respect to one field in module pool programming
    Regards
    Darshan MS

    HI,
    I want to delete the row after the display of table control. I have created push button as delete row. If I click on this push button, the selected row should get deleted.
    I have written this code,
    module USER_COMMAND_9000 input.
    DATA OK_CODE TYPE SY-UCOMM.
    OK_CODE = SY-UCOMM.
    CASE OK_CODE.
         WHEN 'DELETE'.
            LOOP AT lt_source INTO ls_source WHERE mark = 'X'.
                APPEND LS_SOURCE TO LT_RESTORE.
                DELETE TABLE LT_SOURCE FROM LS_SOURCE.
                SOURCE-LINES = SOURCE-LINES - 1.
            ENDLOOP.
    But I'm unable to delete the selected rows, It is getting deleted the last rows eventhough I select the other row.
    So I thought of doing with respect to the field.

  • Customizing tables not asking for Customizing Request while saving data

    Hi,
    I have some customizing tables in my development server (Delivery Class = 'C').
    These always used to ask for a Customizing Request whenever data was saved in them.
    Suddenly, I have noticed they are no more asking for any Customizing Request. I cross-checked in the Transport Organizer and confirmed that there are no customizing requests of mine which may be already holding any data entries of these tables.
    I wonder why this may be happening (believe it to be some basis configuration issue. also asked my basis guy but he has no clue).
    Kindly suggest.
    Thanks,
    Z

    Thanks Navneet and Gautham.
    My problem is now solved. Let me summarize the problem and the solution now.
    -> The customization tables suddenly stopped asking for a request while saving data.
        Somehow the settings had been reset, and as Gautham pointed out, it was corrected in the tcode SCC4
    -> Most of the tables now worked fine, but still few of them didnt ask for requests
        Here, I found out that the developers had chosen "no, or user, recording routine" instead of  "standard recording routine". For such tables, when i check in the tcode SE54, menu path Environment -> Maintenance Objects -> Change, I find the Transport category 'No Transport'. Regenerating the maintenance generator choosing "standard recording routine" fixes this and the tables now ask for a customizing request.
    Thanks, both, for the quick response.

Maybe you are looking for

  • Upgrade chip and memory

    Can I upgrade the chip and memory? if so what can I use. The system is a little too slow. Yes I have all the software to speed it up. Thanks HP 2000 Notebook PC Windows 8.1 64-bit [Edited for Personal Information] AMD E-300 APU with Radeon(tm) HD Gra

  • Changing screen sequence in sales order header

    Hi Folks we have a requirement to change the sequence of the screens which appear in sales order header and we need to add an additional custom screen. Request you all to suggest how we can achieve this functionality.

  • Copy and paste from a word document to calendar?

    hello, I'm just wondering if anyone knows if it is possible to store/view a word document on an iphone as well as be able to copy text from that doc & paste it to a calendar event? thanks!

  • Is there any documentation for WebLogic domains?

    I've been sucessful in the past in setting up a custom WebLogic 8 domain for OraBPEL 2.*. However, it appears that there has been considerable changes in the way the domain must be setup for OraBPEL 10. In fact it seems that not only do you have to l

  • Purple line after installing...

    I just recently installed the new update to iTunes and Quicktime. As soon as my computer restarted a single purple vertical line of pixels appeared on my screen, at first it would disappear and appear at random, but now it is just stuck there. It is