Additional Column in CJ20N at activity level

Hi Experts
The requirment is to add a new column for material price in the right hand side screen in CJ20N, when we select any activity in CJ20N and try to attach material component .
The new column (material price) should be next to the requirment quantity column, it will pick the price from material master and will display it.
This is a development thing ,but i want to know whether is it possible and what FM or user exit can be used.
Thanks
DHRUV

Hi DHRUV,
The table of CJ20N is not a ALV table, which allow you hide or dispay the selecte column.
So if you would like an additional one, you need enhance the codes. But actually the column price is avialble in tab ' purchase'.
The sequence of the column can be changed and save, to do it please use the icon 'configuration' at the right corner of the table.
Kind regards,
Zhenbo

Similar Messages

  • CJ20N Project Activity Level Actual Dates Auto-Populating

    Greetings All,
    I have a question with regards to t-code CJ20N.  Looking at the Activity level of a project, under the dates tab is a field for actual start (AFVGD-ISDD) and actual finish dates (AFVGD-IEDD).  They are auto populating and we are not sure why.  We do not want these fields to be auto populated.  They are messing up resource allocation via CMP3 for us. 
    I have been looking around and have not been able to find any information on this.  Any help is appreitated. 
    Thanks all!

    Hi,
    Goto tcode OPST...and there is a check box propose date....
    I think if you can uncheck this....w'ld solve ur problem.
    Regards
    Abhinay

  • CJ20N, auto-defaulted storage location at activity level

    Hi all,
    we have this problem at CJ20N (PS) screen.
    At activity level, componenent overview, if user keys in the material no, a storage location is auto-defaulted
    later we found out that if the material is extended to only 1 storage location,  the storage will be auto-defaulted at componenet overwview, is there any setting to prevent the auto-defaulted storage .. pls advice

    Hi,
    Carry out these IMG steps:
    SPRO 
    Logistic Execution 
    Basic Shipping Functions
    Shipping Point and Goods Receiving Point Determination
    Set Up Storage-Location Dependent Shipping Point Determination
    Assign Shipping Points According to Storage Location,,,,,,,,
    Put in your combination of Shipping Conditions / Loading Group/ Plant/ Storage Location/ Proposed shipping point
    Next time you create a Delivery document,, the system will pick up the above values from the Material/Customer master records and propose a Storage Location at line item number.
    I just tried it and it works, let me know if this works.
    Cheers,
    Mohammed
    Edited by: Mohammed Raheel on Jun 5, 2009 1:09 PM
    Edited by: Mohammed Raheel on Jun 5, 2009 1:11 PM

  • Long Text at Activity Level in CJ20N

    Hi all,
    So, I have a typical newbie question. But somehow Im unable to find an answer to this query even by searching.
    I need to print the Long Text Tab at the Activity Level (not at Project/WBS/Network level)  in CJ20N using the Read_Text Function Module.
    Just need info on what's the ID, Object, Name etc.
    pk

    Dzed,
    Thanks for that valuable tip. That was exactly what i was looking for.
    But unfortunately, my internal table is not getting updated even though im able to input the right parameters to the Function Module.
    Here's what I've done:
    DATA: BEGIN OF ist_lines OCCURS 0.
    INCLUDE STRUCTURE TLINE.
    DATA: END OF ist_lines.
    select mandt
           aufpl
           aplzl
           ltxa1
           vornr
           objnr
           projn
           from afvc into corresponding fields of table ist_afvc
           for all entries in ist_prps
           where projn = ist_prps-pspnr.
    loop at ist_afvc into wa_afvc.
    concatenate wa_afvc-mandt wa_afvc-aufpl wa_afvc-aplzl into wa_afvc-con3.
    modify ist_afvc from wa_afvc.
    endloop.
    break br_abap1.
    loop at ist_afvc into wa_afvc.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
    *   CLIENT                        = SY-MANDT
        ID                            = 'AVOT'
        LANGUAGE                      = 'E'
        NAME                          = 'WA_AFVC-CON3'
        OBJECT                        = 'AUFK'
    *   ARCHIVE_HANDLE                = 0
    *   LOCAL_CAT                     = ' '
    * IMPORTING
    *   HEADER                        =
      TABLES
        LINES                         = ist_lines
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
       WRONG_ACCESS_TO_ARCHIVE       = 7
       OTHERS                        = 8
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.
    Im able to pass the right value for the variable 'WA_AFVC-CON3', but unfortunately the Internal table is not updated.
    I know Im missing something here, but obviously Im too blind to notice that.
    pk

  • How to check plan line items for plan cost at network activity level?

    Dear all,
    How to check plan line items for plan cost at network activity level? The plan cost is done in network activity in CJ20N.
    I am not able to check using CJI4 or CJI9 report.
    Kindly advise.
    Thanks and regards,
    Jessie

    Hi Jess,
    Have you checked the navigation part which is being displayed on left hand side of report S_ALR_87013565 and S_ALR_87013533.? There you have option to check transaction currency and object currency when you double click on it.
    In case if it is not being displayed under navigation. Then you can bring them on from transaction code CJE2. For eg: Report group for S_ALR_87013533 is 12KST1C. Double click on it and it will open up to do changes in report layout and many more. There you also have options to bring on transaction currency too. Similarly, you can check for other report groups as well just by checking the report description.
    But I am not sure if suits your requirements. Wait for other experts to comment on this.
    Regards,
    Amit

  • EASY COST PLANNING at Network Activity Level

    Hi All
    I am using EHP4 system. I want to do easy cost planning at NWA level for this I already activate ECP for NWA in configuration setting and other necessary settings but still when I create ECP from CJ20N or CJ9ECP I can not able to do ECP on NWA activity level. Please give your inputs on same.
    Regards

    Hi Gokul
    All basic settings for ECP have been maintain. It allow me for ECP on WBS level but it not show me any activity or Network in ECP as I activate Planning for Network Activities with Easy Cost Plan in configuration.
    Regards

  • Want additional columns in CJI3 Report

    Dear Experts,
    We want to add additional columns like Activity No, Activity Name,Cost center, Vendor code & Vendor Name.
    Please suggest.
    Thanks
    Don

    Hi,
    I think in functional/as End User we cant change this .
    we can change through configuration or while implementation.
    if you get answer to this please let me know.
    Thanks

  • Performance Management - additional column owners

    Dear Experts!
    I am attempting to add an additional Column owner to my 360 degree appraisal template.
    Right now I am having standard like AA Appraiser and Appraisee, AE Appraisee, AR Appraiser, OT Further Participants and PA Part Appraiser.
    We have the requirement that an HR Admin has to enter the ratings of External customer, Internal customer, Vendor, Mentor as they do not have SAP user id's. If I select Part Appraiser column owner as Part Appraiser, it is not open for HR Admin.
    Please help me in resolving this problem.
    Thanks!

    Hi Adam.
    Check the Badi 'HRHAP00_SELECTION', her you have to create a custom implementation for this Badi def. Give a new Filter value as 'HR Manager' or 'Mentor'.
    Now you will have to copy one of the active implemenation's code to this badi implementation and then make corresponding changes to the Badi for HR Manager Role or Mentor Role.
    The coding has to be done in the method 'GET_INFORMATION'.
    After this you have to assign this Filter value in the OOHAP_BASIC Tcode for the corresponding Role.
    Hope this helps you.
    Regards,
    Subbu.

  • Function modules to get wbs level budgets and activity level cost

    hai gurus can any one tell me the function modules or any other bapis to get the wbs level budgets and activity level costs
    thanx in advance
    afzal

    ok

  • How can i join additional column without using a query

    Hi,
    I created a report using a base query; Now i want to add an additional coloumn to it without using another table i.e. from no new query; That additional column is complex computed value from different tables created for each record; How can i attach it to each record;
    thanks in advance
    prasanth

    Add a formula column in your existing query.

  • Config for Cost & budgeting at activity level and WBS element level in PS

    Dear GURU's,
    please suggest me how to do the spro configuration for budgeting and costing, here my requirement is I need to do cost planning and budgeting at WBS element level and Activity level. We two deferent types of projects.
    Regards,
    Bha

    Hi Bhanu,
    Cost planning in projects can be done through two techinques:
    I.  Manual cost planning (at WBS level)
    1.  Overall planning (Struture-oreiented planning)
    2.  Detailed planning (Cost element planning)
    3.  Unit costing
    4.  Easy cost planning form
    II.  Automatic cost planning using networks and assigned orders
    For customizing:  Use transaction OPUV  and enter the required entries for cost planning.
    Budget can do only at WBS level.  For configuration do the following steps:
    1.  Create Budget profile - OPS9
    2.  Assign Budget profile in Project profile - OPSA
    3.  Then allot budget to your project - CJ30
    hope it will be very clear.  Appreciate with point if it useful.
    Thanks and Regards
    vetrivelan

  • How to do budgeting at activity level and WBS element level in project syst

    Dear GURU's,
    Can any one please suggest me how to do budgeting at activity level and WBS element level in project systems, friends please I required set by step process.
    I need how to do this configuration to map this scenario.
    Regards,
    Bhanu

    Hi Bhanu,
    Use this link :
    http://help.sap.com/saphelp_45b/helpdata/en/86/98853478616434e10000009b38f83b/frameset.htm
    after page opens , click on BUDGET MANAGEMENT , There you will find each and every step you want .
    Thanks ,
    Dhruv Kumar Malhotra

  • Commitments at activity level in report S_ALR_87013533 - Plan/Actual/Commit

    Hi All,
    When i executed the report S_ALR_87013533 - Plan/Actual/Commitment/Rem.Plan/Assigned, the commitments are shown at WBS level but not at activity level. Is there any setting required to see the commitments at the activity level?
    Where as the planned costs are shown against the activity in the same report.
    Please suggest the required settings if any?
    Regards,
    Ramana.

    HI Rifaee/Martina,
    In CJI5 the line items are shown under the WBS. But i would like to see the line items in the report.
    Even after running the report cjen the database is not updated for line itemwise commitment in the report.
    How to assign the PR/PO as account assignments to activity? Where do i need to do this setting? Please inform.
    Regards,
    Ramana

  • Material at activity level

    Hi,
    I created an automatic project with a material which having two child material.
    After that i run order BOM. I maintained reference point at activity level and same in BOM transfer.
    When we open the project in project builder , child materials should be attached to the activity. But it is not happening.
    Please suggest the solution.
    Vikas

    Gokul,
    Yes I'm using CN33. I assigned reference point to child material also.
    But still materials are not attached to the activity.
    One more thing, System Status  is  CRTD. Should i have to release it first ?
    Vikas

  • ECP at activity level not triggered

    Hi All, we are on EHP4 and we activated ECP at activity level in config "view to activate  .  Would appreciate any solution/inputs..

    i tried both the paths you mentioned, but they aren't available in EHP4.  the only option that's available at this path is 'Define CO versions for ECP'
    Besides, we made some progress where we heard from SAP that we need to activate enhancement EA-PLM in SFW5.  However, we are still weighing our options whether to go ahead with it as you can't revert back on this once activated.  so, need more study on this to ensure there are no side effects by implementing this function.
    thanks a lot for your involvement/inputs..
    PSPM

Maybe you are looking for

  • How to get SUBSCRIBED calendars synched on iPhone/MobileMe

    Create, and place this Apple script in your Appliations folder Instructions follow the script... -- iCal Duplicator 2.0 -- MobileMe Push Sync with iCal does not currently support susbcribed calendars. This has disappointed some like -- myself, who re

  • How to remove Kernel extensions, Slow Restart 10.7.5, Should I really upgrade to 10.9?

    Hello everyone, after spending a few days reading various posts about similar topics, here is a breakdown of my question:  (I made a Time Machine backup on an external HD, even though EtreCheck says "Not Configured") 1:  I used EtreCheck to diagnose

  • New laptop won't print wirelessly to a network printer

    I just bought a new laptop running windows 7, and it wont print to my photosmart c5580 that is networked and wired through my computer (desktop) and shared running windows XP. I also know that my computer has to be on for this to happen, I also know

  • Connecting SQL server from Oracle 11g

    Hello, I know there are several threads available to this post but please help me in *step by step process to follow in connecting 2 servers. I tried everything in internet but got Connection closed error after tnsping of DNS name. Do i need to run a

  • Migrating from 32-bit to 64-bit

    Hi, We have 32-bit OCI applications running against 32-bit Oracle database. What changes are needed in the applications if we upgrade the database to 64-bit. Thanks