Regard Update Table Entry for CRMPRLS

Hi,
II am working on SRM 7.0. While doing middle ware settings for data replication, I found out that wrong entry is maintained in Tabel CRMPRLS for logical system
I tried to make changes to table CRMPRLS though transaction se11 but system is not allowing me to do so. I do have the object key with me.
Plz let me know how can I correct this.
Regards
Pawan Keshwani

Thanks Nikhil, Manjunath
Entries in CLMPRLS table is now resolved, however the problem persists
Now when I go to transaction R3AS and execute DNL_CUST_BASIS3 there is no entry coming in SMQ2 on SRM side or SMQ1 on ECC side. In R3am1 it is showing in status running for ever. I have checked all the middleware settings. everything seems to be fine.
Any idea why this is happening?
Regards
Pawan

Similar Messages

  • The SYSVAL table entry for the database version (16) does not match the required version

    We upgraded from Tidal Enterprise Scheduler (TES) 5.31 to 6.1 on fresh Windows x64 2008 R2 servers.  I did a fresh install but our DBA restored a copy of our database from pre-prod which was at 5.31.  I get the error below.  Note, SQL went from 2005 to 2012 during this upgrade.  Do I need to change a value in this table to reflect the SQL change?
    [04/29 12:47:14:198]:TIDAL Enterprise Scheduler: version 6.1.0.133
    [04/29 12:47:14:198]:Java version: 1.8.0
    [04/29 12:47:14:198]:Java Virtual Machine version: 25.0-b70
    [04/29 12:47:14:198]:Start Time : 04/29/14 12:47:14:198
    [04/29 12:47:14:198]:----------------------------------------------------------------------------
    [04/29 12:47:14:198]:Database URL :jdbc:sqlserver://SQL2012-Host:1433;responseBuffering=adaptive
    [04/29 12:47:14:198]:Database Driver :com.microsoft.sqlserver.jdbc.SQLServerDriver
    [04/29 12:47:14:198]:Maximum number of log files = 100
    [04/29 12:47:14:198]:Added a LogFile called 'RegularFile'
    [04/29 12:47:14:198]:LogManager: setting default log
    [04/29 12:47:14:214]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:14:495]:MessageBroker: Instantiated TcpTransportServer (URI = tcp://0.0.0.0:6215)
    [04/29 12:47:16:975]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:17:272]:The SYSVAL table entry for the database version (16) does not match the required version (23). Shutting down.
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:Shutting down the application

    I had this error last night while applying a patch to 6.0. However in my case the version was 21 versus a required version of 23.
    As far as i know 6.1 is not compatible with the 5 db schema, so you will need an update / migration plan for the db also.

  • Marking Z table entry for Deletion

    Hi All,
    Based on some condition in my program,
    I am entrying one entry in Custom Z table.
    Also for some other condition,
    I need to mark the Table entry for deletion only, but it should not Delete.
    So pls guide me for:
    1) How to make Custom table entry as Mark for Deletion?
    2) When I put Select Query on table, how  can I write that do not Select those
        Records which are marked for  Deletion ?
    Rishi

    Hi Rishi,
    Create a new field of type 'CDXFELD' (Data Type) in the Custom Z table. Now populate that new field with 'X' if it is marked for deletion. Then you can select all those entries which that field 'CDXFELD' = Space.
    i.e., if the field 'CDXFELD' = 'X' then it is marked for deletion else not.
    Select *
      from Zcustom talbe
      in to IT_TAB
      where  CDXFELD = space.
    Hope this will help..
    Regards,
    Ravi..

  • How to Generate Audit table entries for user navigation in ADF application?

    Hi all,
    I have a requirement that I need to have audit table entries for each user action in my application. Along with entries for user actions like insertion,deletion and updation I also need to have entries in the audit log even when a user simply navigates to or views any page.
    Although I was successful in creating the entries for user actions like insertion,deletion and updation I failed to do so for simple user navigation through the pages.
    Can anyone please help me out?
    Thanks in advance,
    Arijit

    Hi,
    Thanks for the quick reply. I am using JSF for my ADF application.Could u please elaborate how to use the PhaseListener for Auditing user navigation?
    Arijit

  • How to validate table entries for that table

    i hav created one ztable se11.how to validate table entries for that table

    hi,
    create foreign key relation ships
    do the following way
    create a check table with key fields  the fields which you want to check
    create a foreign key relations with that table
    the procedure is as follows
    To create your check table:
    Begin at the Dictionary: Initial Screen.
    Type the table name in the Object Name field.
    Choose the Tables radio button.
    Press the Create button. The Dictionary: Table/Structure: Change Fields screen is displayed.
    Type a short text, choose delivery class A, and tickmark Tab. Maint. Allowed.
    Type the field and data element names at the bottom of the screen.
    Tickmark both fields to indicate that they both form the primary key
    Press the Save button on the Standard toolbar. The Create Object Catalog Entry screen appears.
    Press the Local Object button. You are returned to the Dictionary: Table/Structure: Change Fields screen
    Press the Technical Settings button on the Application toolbar. The ABAP/4 Dictionary: Maintain Technical Settings screen is displayed.
    In the Data Class field, enter APPL0 (APPL0 with a zero, not APPLO with an alphabetic O).
    Enter 0 (zero) in the Size Category field.
    Press the Save button.
    Press the Back button. You are returned to the Dictionary: Table/Structure: Change Fields screen.
    Press the Activate button on the Application toolbar. The message "was activated" appears in the status
    bar and the Status field contains the value Act..
    Choose the menu path Utilities->Create Entries to enter data into your newly created check table. Enter six rows with land1 values of US, CA, DE, IT, JP, and AU.
    Foreign Key Creation Procedure
    To create a foreign key:
    Begin at the Dictionary: Initial Screen.
    In the Object Name field, type the name of the table that is to contain the foreign key .
    Choose the Tables radio button.
    Press the Change button. The Dictionary: Table/Structure: Change Fields screen is displayed.
    Position your cursor on the field that is to become the foreign key
    Press the Foreign Keys button on the Application toolbar. The Create Foreign Key screen will be displayed
    Type a description of the foreign key in the Short Text field, for example, Country Code validation.
    Type the name of the check table (-t005) in the Check Table field, or click on the down-arrow and choose it from the list.
    The Change Foreign Key pop-up appears. It states Check table name was created or changed. Generate a proposal for field assignment? Press the Yes button.
    You are returned to the Create Foreign Key screen. The check table field names and the foreign key field names are displayed. (The check table field names are -t005-mandt and -t005-land1. The foreign key field names are -lfa1-mandt and -lfa1-land1).
    Press the Copy button. You are returned to the Dictionary: Table/Structure: Change Fields screen and the message "Foreign key was transferred" appears in the status bar. The Status fields contain the values Revised and Not saved.
    Press the Activate button on the Application toolbar. The message "was activated" appears in the status bar. The values in the Status fields are now Act. and Saved.
    reward if helpful
    prasanth

  • Auth. obj. controlling options Create - Change of Table Entry for SE11

    Hello,
    Could someone please guide me to the authorization object/s which controls the options : Create - Change reached by trans. code SE11, Change, Contents (Ctrl + Shift + F10) , Execute (F8), Table Entry, Create - Change.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Hi,
    when you execute SE11 authorization object S_DEVELOP was check.
    S_DEVELOP has following nodes.
    Activity :    create,change,display
    Package :  z,y
    Object name : z,y
    Object type :  type of object i.e domain,table, index etc.
    Authorization group ABAP/4 pro : *
    now suppose you want to give user authorization for display only then
    Activity should have value 03 only.
    in future please post your authorization related thread in security forum.
    Security
    regards,
    kaushal

  • Table entry for table T710A and T710

    Friends - Can anyone help me to understand what could be possible problem if i maintain PAY GRADE & PAY GRADE LEVEL entries through table. I have 57000 thousand entries for different countries so i am using BDC recroding to upload these values.
    Please help me find out dependent tables on PAY GRADE & PAY GRADE LEVEL.
    Kind regards,
    Amit Jain

    Hi:
    T710:
    MOLGA     - > T500L
    SLTYP     - > T510A
    SLREG     - > T510G
    SLGRP     - > T710A
    T710A:
    MOLGA     - > T500L
    SLTYP     - > T510A
    SLREG     - > T510G
    FREQU     - > T710F
    WAERS     - > TCURC
    WGTYP     - > T52D7
    Hope it helps,
    Regards.

  • Table entries for Personnel administration and organisation management

    Hi ,
    For a functional consultant do we need to remember the table entries where the employee infotypes saved or where the table entries is useful as far as Personnel administration and organisation management is concerned.....
    and one more thing how to create a custom Infotype (employee) detail documentation required ...
    keep me posted
    Thanks

    hi,
    it is really helpful if you rember the table name which holds the information about the infotypes
    table starting with <b>PA</b> contains all the personnel information data
    like <b>PA0001</b> holds the information of<b> infoty0001</b>
    similary you can check for other info types
    and hr haster table like<b> HRP1000</b> or<b> HRP1001</b> hold all the other hr objects including your personnel objects as well as organizational related objects
    <b>infotype numbers</b>
    Four digit number nnnn
    Unique identification
    <b>9000 to 9999 reserved for customer infotypes</b>
    <b>naming convention
    0000 to 0999 – HR Master data  / Applicant data
    1000 to 1999 – Organizational Management
    2000 to 2999 – Time data                     
    4000 to 4999 – Applicant data           
    9000 to 9999 – Customer defined</b>
    defination of infotypes
    <b>Each infotype nnnn requires at least two structures and one table</b>:
    <b>Structure PSnnnn</b>
         Structure PSnnnn contains all of the infotype data fields.
    <b>Structure Pnnnn</b>
         Structure Pnnnn contains infotype key fields and all of the data fields
    from structure PSnnnn .
    <b>Transparent table</b> PAnnnn and/or transparent table PBnnnn
    <b>infotype module pool</b>
    A module pool should be used with each infotype. This module pool is the main program for the maintenance interface for the info type.
    The name of the program is MPnnnn00. Where P stands for Human Resources (personnel) and nnnn is the four-digit info type number.
    Transparent table PAnnnn is required if you want to use an infotype within Personnel Administration.
         If you want to use an infotype within Recruitment, transparent table PBnnnn is required.
    In accordance with the distribution of infotype name ranges, objects P9nnn , PS9nnn , PA9nnn and PB9nnn are assigned to the customer name range.
    <b>infotype screen</b>
    An initial screen
    A single screen
    A list screen
    <b>Initial screen</b> is used as technical interface
    Screen 1000 is used for all info types
    Processed in background and not displayed
    Performs general initialization procedures
    <b>A single screen</b>
    Its an interface between the system and the user.
    It enables to create, display or maintain data records.
    Screen 2000 is used for single screen.
    <b>list screen</b>
    Unable to list all records in info type
    Screen 3000 is used for list screen
    <b>infotype time constrains</b>
    A time constraint indicates whether more than one infotype record may be available at one time. The following time constraint indicators are permissible:
    A    Only one record may exist, valid  from 01/01/1800 to 12/31/9999. Splitting and deletion is not permissible.
    B    Only one record may exist, valid  from 01/01/1800 to 12/31/9999. Splitting is not permissible, but may be deleted.
    T    The time constraint varies depending on the subtype.
    Z    Refers to time management infotypes.
    <b>
    to create infotype</b>
    Transaction code
    <b>‘PM01’.</b>
    <b>enhancing PA infotype</b>
    Start the Personnel Administration info type copier (PM01)
    Enter the info type number.
    Choose Enhance info type.
    Start transaction PM01
    You access the Create Info type screen:
    Choose Enhance Info types.
    In the Info type no. field, enter the four-digit number of the info type you want to create. When you specify the info type number, please remember to enter any leading zeros.
    In the Sub-Objects group box, flag CI Include.
    Choose Create. The Dictionary: Initial Screen is displayed.
    Create the Cl include.
    Choose Activate.
    Return to the Create Info type screen.
    Choose Create All.
    hope this information will help you..
    and don't forget to reward points

  • Text Table entries for 0Material not visible in report

    Hello All,
    I have been executing a report to evaluate the forecast error. In this report, when I drilldown via Material, I get the description of the material for few of them and for remainder, just the key is displayed in the description as well as the key of that material.
    I checked the text table for entries of such materials and to my surprise, the text entries do exist in the cube for these materials as well. But it is not being displayed in the reports.
    I also checked the property for Material in the query nd it is being displayed as 'Text and Key'. So there seems to be no issue in the query as well.
    Can someone put some light on this and help me reach the solution?
    Thanks in advance.
    Regards,
    Chaitra

    Dear Chaitra,
    When displaying a characteristic by key and text, the BEx Query Designer automatically displays the shortest available text from the InfoObject's text table. BEx automatically selects the shortest text available from an InfoObject’s text table when displaying a characteristic by key and text. When a text table has a short, medium, and long text field, the short text displayed.
    Try by changing it display as property to long/medium text.
    Plz revert back for if still had any doubt.
    Regards,
    RK

  • Regarding updating the Flags for tracking history in customer dimension

    Hi Friends,
    I need help,regarding tracking history in dimension tables.Actaully we have customer table and there is id and effective_date/expiration .Previously we were recieving 31/dec/9999 as highend date and I was able to update the active_flag based on this date in the table.Right now we started recieving the different dates
    as 31/dec/2014,31/dec/9999.
    I was using the below query :
    UPDATE MDM_CUSTOMER_MST
    SET ACTIVE_FLAG = 'N',
    DELETE_FLAG = 'Y',
    EFFECTIVE_END_DATE = TRUNC(CURRENT_DATE) -1
    WHERE TRUNC(EXPIRATION_DATE) <>
    (select max(EXPIRATION_DATE)
    FROM MDM_CUSTOMER_MST
    where ACTIVE_FLAG = 'Y'
    AND CUSTOMER_TYPE = 'FACILITY'
    and ACTIVE_FLAG = 'Y'
    and CUSTOMER_TYPE = 'FACILITY'
    AND CUSTOMER_KEY <> '-1'
    it is working only if the highend date is '31-dec-9999' it is not working to track the history if it is '31-dec-2014' .could some one please help me to how to update the flag.

    Hi,
    user9977206 wrote:
    Hi Friends,
    I need help,regarding tracking history in dimension tables.Actaully we have customer table and there is id and effective_date/expiration .Previously we were recieving 31/dec/9999 as highend date and I was able to update the active_flag based on this date in the table.Right now we started recieving the different dates
    as 31/dec/2014,31/dec/9999.
    I was using the below query :
    UPDATE MDM_CUSTOMER_MST
    SET ACTIVE_FLAG = 'N',
    DELETE_FLAG = 'Y',
    EFFECTIVE_END_DATE = TRUNC(CURRENT_DATE) -1
    WHERE TRUNC(EXPIRATION_DATE) <>This site doesn't like to display the &lt;&gt; inequality operator. Always use the other (equivalent) inequality operator, !=, when posting here.
    Did you mean to use TRUNC (expiration_date) above, but expiration_date (without TRUNC) below?
    (select max(EXPIRATION_DATE)
    FROM MDM_CUSTOMER_MST
    where ACTIVE_FLAG = 'Y'
    AND CUSTOMER_TYPE = 'FACILITY'
    and ACTIVE_FLAG = 'Y'
    and CUSTOMER_TYPE = 'FACILITY'
    AND CUSTOMER_KEY <> '-1'Again, it looks like a != sign is missing.
    >
    it is working only if the highend date is '31-dec-9999' it is not working to track the history if it is '31-dec-2014' .could some one please help me to how to update the flag.I'm willing to share what I know about SQL. Are you willing to share what you know about this problem? Post a complete test case that people can run to re-create the problem and test their ideas. Include CREATE TABLE and INSERT statements for some sample data (as the table is before the UPDATE) and the results you want from that sample data (that is, the contents of the table after the UPDATE). Explain how you get those results from that data.
    As Jeneesh said, see the forum FAQ {message:id=9360002}

  • Searching BAPI to update communication entries for Personal data

    Hi,
    to change the communication entries of an employee:
    - Telephone Number
    - 1st add'l number...
    I need a BAPI.
    It seems that the BAPI_EMPLCOMM_CHANGE is not useful.
    Does anybody know a better BAPI for that?

    Hello ,
    BAPI_EMPLCOMM_CHANGE works (Rel.4.6C).
    the construction is  :
    Get existing communication data
    CALL FUNCTION 'BAPI_EMPLCOMM_GETDETAILEDLIST'
             EXPORTING
                  employeenumber = employeenumber
             IMPORTING
                  return         = wa_retget
             TABLES
                  communication  = t_comm.
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
             EXPORTING
                  number = employeenumber
             IMPORTING
                  return = wa_retenq.
      CALL FUNCTION 'BAPI_EMPLCOMM_CHANGE'
             EXPORTING
                  employeenumber  = lw_change-employeeno
                  subtype         = lw_change-subtype
                  objectid        = lw_change-objectid
                  lockindicator   = lw_change-lockindic
                  validitybegin   = lw_change-validbegin
                  validityend     = lw_change-validend
                  recordnumber    = lw_change-recordnr
                  communicationid = lw_change-id
                  nocommit        = 'X'
             IMPORTING
                  return          = lw_retchg.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
               EXPORTING
                    wait   = 'X'
               IMPORTING
                    return = wa_ret2.
       CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
             EXPORTING
                  number = employeenumber
             IMPORTING
                  return = wa_retdeq.
    we use it with subtypes '0010' (email) and '0020' (phone).
    Regards Wolfgang

  • TABLE ENTRY FOR ACTIVITY COST/VALUE

    The activity value/cost whict we are maintaining in KP26; in which table the cost is upated?
    Ganesh

    Hi,
    You can use the T Code KSBT for the activities and cost centers used.
    Also you can go through the T-Code S_ALR_87013617, check whether it meets your requirment.
    Also go throguth the Information System for Cost Center Accounting, there you may find helpful reports for your purpose.
    You can go through the structure RKPLN.
    Hope that helps.
    Regards,
    Rohit.
    Edited by: Rohit Chauhan on May 26, 2009 12:00 PM

  • How to create PMCO table entries for few PM Order

    Hi Experts
    By a lack of Customizing we have used for few day a PM order type without the flelds AFKO-KLVARP and AFKO-KLVARI set.
    For this missing setting no entris had been created during Creation and Confirmation in PMCO and PMCOQT tables.
    Now I've filled teh fields with a Zreport on AFKO table, but now I need to create the PMCO* data using RIPMCO00 report.
    Unfortunately it doesn't work. Is there a way to re-build this missing datas ???
    Thanks for your help.
    Claudio
    Edited by: Claudio Carrara on Feb 15, 2012 3:48 PM

    Run the program RIPMCO00, has no effect because tables PMCO and PMCOQT are empty for these order.
    This hapepns becuase when the Order was confirmed, teh fields AFKO-KLVARP and AFKO-KLVARI was null.
    Now I've fixed these fiels, and I need to rebuild PMCO datas, burt report doesn't work because PMCO and PMCOQT tables are empty.
    I need to create PMCO and PMCOQT entries in advance.
    How I can proceed ???
    Thanks
    Claudio

  • How Bex flageffects internally effects the SID table entries for Master Dat

    Hi Every one,
    I do understand how the Bex flag setting works in relation to reporting like y we set the flag or y we dont set the flag when we do reporting or not on ODS.. <b>My question here is, i dont understand, how the SID tables or the master data tables or ODS tables get effected with this flag. Can some one explain me what kind of changes in the tables takes place with this flag setting and how it is used in the reporting..</b> How this thing is different with respect to Cube reporting process.. I do understand that ODS doesnt have Dimensions.. so i am just looking for conceptual clarification and not any forum links related to the Bex falg.. i have already gone through many links in the forum, but they didnt help me to clarify this process at table level which i am looking for... ANy help will be highly appreciated in SDN way..
    regards,
    kishore

    Thanks Durgesh but I have tried every master data test in RSRV.  I think because these document number characteristics don't have master data tables most of the tests return a message that the test does not apply to the characteristic.  These characteristics only have a sid table.

  • Regarding RPSCO table entries

    Hi,
    I have a customized report which pulls the Cost planning and control Report, The issue is for one network some how the cost of corporate material is doubled, Suppose the actual amount is 366.770,57 but in Commitment there is still additinal amount of 403.034,09 without any PO & PR inside the netwrok.
    When i debugged the report and try to look into issue the data which is coming from RPSCO is the same which i got in the Output, so i wanted to know how the data is maintained under RPSCO table? Do we have any exit to fill the data into this table?
    Kindly suggest your valauble thoughts on this.
    Thanks,
    Sailaja

    Hi,
    In table RPSCO still showing plan value maintained in Service PO though you checked complete and final invoice. Note that while updating the PO status with Complete and Final Invoice will not have any impact on value and hence still you are seeing same value. Value type 4 shwoing correctly for GR value. This is standard practice.
    Because of that reason you have choosen custom program developed to update the value of value type 1 which is equals to GR value of value type 4. Revisit your program logic and debug and fix the issue.
    Did you check CJI5, in this report you will see still unutilized commitment value.
    Reopen the PO and update the value manually and again check for Complete and Final Invoice boxes. Then you run for CJEN to reconstruct the data base tables.

Maybe you are looking for