PRPS Table

Hi all,
i have written a simple report :
SELECT PSPNR POSID USR11 FROM PRPS INTO CORRESPONDING FIELDS OF
                               TABLE LT_PRPS WHERE USR11 = 'X' .
i have kept break-point at the select statement..i have found one strange thing..values of PSPNR(in Debugging)
is showing as ' 00032880' for T-99822700.F002(actuall PRPS table value) and for POSID showing as ' T99822700F002' for T-99822700.F002(in Debugging)
..why it is showing internally like this..once i press F8(finish debugging) when i am getting actuall PRPS values...why internally it is showing some different values??
Thanks

Hi
This is due the coversion exit applicable at the field in PRPS table.
use Function module - conversion exit - CONVERSION_EXIT_ABPSN_OUTPUT for PRPS-POSID field
use Function module - conversion exit - CONVERSION_EXIT_ABPSP_OUTPUT for PRPS-PSPNR field
Regards
- Atul

Similar Messages

  • Peformance problem with PRPS table

    I have appended a field (ZREFWBS) to the PRPS table and I am using the below quey to get the single record.
        SELECT posid
               psphi
          FROM prps
         INTO (v_pspnr,
               v_psphi)
          UP TO 1 ROWS
        WHERE zzrefwbs = ci_prps-zzrefwbs.
        ENDSELECT.
    It is taking almost 5 to 10 mins to execute.
    Please suggest.
    Thanks in Advance.
    Moderator message - moved to correct forum
    Edited by: Rob Burbank on Apr 23, 2009 2:02 PM

    > Select Single * will pickup only one matching record from the database into the buffer, and returns the > same to the internal table.
    >
    > Select upto 1 rows will pickup all the records matching the condition into the buffer, but return the top > record to the internal table.
    nonsense ...  SELECT SINGLE and UP TO 1 ROWS are 100% identical
    and buffers is something completely different, there is also not internal involved in that statement.
    *About the question, you a field to the table ... how should it be in any index ????? *
    by automatic index creation or what ???
    No index => no performance, very simple.
    Siegfried

  • Physical deletion of WBS elements from PRPS table

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC), the following actions are performed:
    - The project entry are physically deleted from 'PROJ' table.
    - The WBS entries are physically deleted from 'PRPS' table.
    When I delete another with with project profile (ZXYZ), the following actions are perfomed:
    - The project entry are physically deleted from 'PROJ' table.
    - The WBS entries are NOT physically deleted from 'PRPS' table.
    What is the reason for not deleting entries physically from PRPS table?
    Thank you for your valuable answers.

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are completely deleted from 'PRPS' table.
    When I delete another project with different project profile (ZXYZ):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are NOT deleted from 'PRPS' table.
    What is the reason for not deleting records from PRPS table for another project (Project profile: ZXYZ)?
    Thanks in advance for your valuable answers.

  • WBS elements not deleted from PRPS table

    Hi Experts,
    In CJ20N transaction:
    When I delete a project with project profile (ZABC):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are completely deleted from 'PRPS' table.
    When I delete another project with different project profile (ZXYZ):
      - The project record is completely deleted from 'PROJ' table.
      - The WBS records are NOT deleted from 'PRPS' table.
    What is the reason for not deleting records from PRPS table?
    Thanks in advance for your valuable answers.

    WBS should be having actuals.

  • Bapi function module to update PRPS table

    Hi ,
    Presently i have a requirement which needs to update some data from ZIOS table  into PRPS table. Can any one tell me what is the Bapi function module for updating data into PRPS table.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Thanks,
    Satish Raju
    Edited by: Alvaro Tejada Galindo on Jan 12, 2010 11:46 AM

    These ZZ fields are specific to your application, use the EXTENSION parameters.
    Look in BAPI_PS_INITIALIZATION documentation, there is an explanation how-to fill specific fields.
    For the BAPIs used to create and change project definitions, WBS       
    elements, networks, activities, and activity elements, you can         
    automatically fill the fields of the tables PROJ, PRPS, AUFK, and AFVU 
    that have been defined for customer enhancements in the standard system.
    For this purpose, help structures that contain the respective key      
    fields, as well as the CI include of the table are supplied. The BAPIs 
    contain the parameter ExtensionIN in which the enhancement fields can be
    entered and also provide BAdIs in which the entered values can be      
    checked and, if required, processed further.                           
    CI Include  Help Structure                      Key                  
    CI_PRPS     BAPI_TE_WBS_ELEMENT                 WBS_ELEMENT
    Procedure for Filling Standard Enhancements                                                                               
    Before you call the BAPI for each object that is to be created or     
    changed, for which you want to enter customer-specific table enhancemen
    fields, add a data record to the container ExtensionIn:                                                                               
    o   STRUCTURE:    Name of the corresponding help structure                                                                               
    +o   VALUEPART1:   Key of the object + start of the data part+                                                                               
    o   VALUEPART2-4: If required, the continuation of the data part                                                                               
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with 
    the keys that identify the table rows and then with the values of the 
    customer-specific fields. By structuring the container in this way, it
    is possible to transfer its content with one MOVE command to the      
    structure of the BAPI table extension.                                                                               
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields
    for which the respective update indicator is set are changed).        
    Therefore, even if you only want to change one field, all the fields  
    that you transfer in ExtensionIn must be filled.                      
    You have to use these parameters in BAPI_BUS2054_GETDATA as well as in BAPI_BUS2054_CHANGE_MULTI.
    Regards

  • Extend dynamic selection for a field added on PRPS table

    Hi Gurus,
    I want to see the field that I've added in PRPS table as part of dynamic selection on the reports like S_ALR_87013542/ S_ALR_87013532. The LDB for project systems is PSJ. How do I make it appear as a dynamic selection on the selection-screen criteria for these reports?
    Thanks...

    Hi,
    We have done this a lot on my project.  Follow these steps:
    (1) Transaction SE36 for logical database PSJ
    (2) Choose menu path Extras -> Selection views (Ctrl+F7)
    (3) Change the "Origin of view" to SAP
    (4) Find the PRPS_R node in the top, right "Tables/nodes" view.
    (5) Double-click PRPS_R.
    (6) Find your custom field that you added in PRPS (in the bottom "Table fields/node fields" view.
    (7) Choose and enter a 2-character Function Group ID (see the top, left view) next to the new field.
    (8) Save and transport...
    Best Regards,
    James Gaddis

  • PRPS table is inconsistent in active version

    Hi All,
    We have to append structures in PRPS table. There are total 253 fields that we need to add in these structures. We tried appending structures in PRPS but after adding some fields its giving error that TABLE PRPS IS INCONSISTENT IN ACTIVE VERSION.
    We checked long text of error , it shows table size is greater than 4030. There is OSS note 636217. which explains that we can increase table size upto 4030 for that we have to change tables constant value of program RADTBCON.
    But this is not recommended. Could anyone please tell us any other way to add append structures fields  of table PRPS.
    Regards,
    Meena Gupta

    Hi meenag,
    Please Check OSS Note 43493 , It may be helpful to you.
    Regards,
    koolspy.

  • Reg. Updation of PRPS table columns .use of  BAPI_BUS2054_CHANGE_MULTI

    Hi,
    I have used the sequence of BAPI calls as provided below.
    BAPI_PS_INITIALIZATION
    BAPI_BUS2054_CHANGE_MULTI
    BAPI_PS_PRECOMMIT
    BAPI_TRANSACTION_COMMIT
    I would like to update some columns of PRPS table for specified WBS element, uploading data from an excel sheet.
    I get the data from excel sheet to an internal table and pass to BAPI_BUS2054_CHANGE_MULTI row by row.
    It's strange ! .it updates every column for all the row of data w.r.t WBS element But  location field for first row data element get updated and rest ignored.
    can you please suggest me why it happens so?
    Thanks in advance.
    Regards,
    Sourya Prakash.

    Thanks for other responses I got .

  • Network No from PRPS table

    Dear all,
                   I need to find the Network No from PROJ table  PRPS table.
                   How can i trace the n/t no from PRPS. If i am using the OBJNR in PRPS and AFKO but its not showing any detail.
    Regards.
    Sukhveer.

    You cannot get the network no. from PRPS tables. Reverse way you can get the same.
    PRPS-PSPNR = AUFK-PSPEL Refer this link,
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417200%29ID0862180450DB10151599459437127012End?blog=/pub/wlg/9659
    It will be clear for you.. If your network is assigned to WBS in that case only you will get WBS from network no.
    With Regards
    Nitin P.

  • How to update PRPS Table?Is there any FM's available for it?

    Hi,
    I need to update two customized tables of PRPS table,These fields are present on any screen.How to modify the table entries with these values?
    suppose my field name is docnum,and i want to add a document number directly to this table with out using any screen and user exit.

    Try this.
    BAPI MAP2I_BAPI_BUS2054_CHG_TO_PRPS.
    Yuvaram

  • Update PRPS table

    Hi,
    I am updating DATE2 field of prps table with sys-date.
    Can i do that using update command.
    Wont it affect other functionality which are dependent on this table.
    Thanks,
    Sandeep Garg

    Hi Sandeep,
    Yes you can update with UPDATE command.
    update prps set date2 = sy-datum.
    and it will affect only that time wherever this field is coming with standards programs tcodes.
    make sure that the data in table is depend on this date or not.
    just try this for one entry and see the result.
    Thanks,
    Sanket.

  • PS Module : Missing matnr in prps table

    Hi ,
    I am working on PS module. for material i m using resb table. my report is working fine on development.
    problem on quality, here time out and show error on resb table selection .
    i have question :
    Is material maintained in PRPS table?
    Is this a configuration issue ?
    Regards
    kamal kishore

    Hi,
    it is executed on development or quality both. request has no problem at all .
    The problem is solved by myself.
    This is not configuration issue, actually material is updated in network activity.
    Edited by: kamal_kishore_sah on Dec 6, 2011 8:14 AM

  • Decimal shift in USR06 and USR07 field in PRPS table

    Hi friends,
    We have an issue where the values in user field USR06 and USR07 in PRPS table are divided by 10. We have applied OSS notes 1179002 and 1156448, and we still see discrepancy between the values in PRPS table and tranaction CJ20N. Do you have any suggestion to overcome this issue? Do you think that other OSS note like 1010789 might solve this issue?
    Aman

    Does anybody have any suggestion on this issue?
    Aman

  • BAPI/FM to modify PRPS table

    Is there any BAPI or normal Function Module that would modify selected PRPS table fields.
    Thanks in Advance.

    Hi ,
      Check with the following fm's, this might help,
    MAP_BAPI_WBS_ELEMENT_2_PRPS
    MAP_BAPI_WBS_ELEMENT_2_PRPS_UP
    Rgds,

  • Relation Between BPEG & PRPS Table

    Can anyone let me know the relation between BPEG Table & PRPS Table in Project System

    Hi
    kindly check the PRPS table and BPEG tables.
    PRPS - WBS element master table
    BPEG - Line Item Overall Values
    link is PRPS-OBJNR = BPEG-OBJNR.
    Thanks
    Sunil

Maybe you are looking for

  • Photobooth wont record long videos.

    My apologies if this has been answered. I did my best to search these and other forums. Ever since upgrading to Yosemite, Photobooth has some sort of error when recording long videos. Short videos record just fine, and appear for playback in the gall

  • Unable to unlock screen when i receive message notification in locked screen

    Hi, I am facing a software issue in IOS7 in iPhone5. Whenever i receive Message Notification in locked screen mode, i am unable to slide & unlock the scrren. I can open control centre, but cannot touch anything. I can open Notification, but again of

  • Enabling VT-x in the BIOS of a G780

    Hi I've tried to set up a 64bit guest operating system in VMWare and in VirtualBox, but have been unable to. I understand that the problem might be that VT-x is not enabled in the BIOS. However, on booting up my G780 and using F2 to edit the  setting

  • Pixels/cm vs Pixels/inch

    Hi, Is there a setting in the Photoshop scripting that determines whether images export in pixels/cm or pixels/inch? The software program that we have written will ask the user for a preferred print resolution (always using pixels/inch), and will the

  • WAV Audio Track 2 silent when rendered

    Using CS4/    i7 & 8 gig ram. Thanks so much for your help in the past. I've just noticed something strange. On the past couple of projects, the following happens: Using Bill's suggestion, I changed the mp3 over to WAV with Audacity.  Everything work