Additional Columns to be added in transaction SBWP.

Hello All,
I have a requirement where in I have to add additional fields (Columns) in transaction SBWP.  I would like to know if anybody has worked on such requirement or if this was possible.
Please help me with your inputs.
Regards,
Suchitra

Hi Steve,
You can try using BAdI VENDOR_ADD_DATA.
Regards,
Eli

Similar Messages

  • How to add column in table control for transaction APPCREATE

    Hi All,
    How can i add the additional column in table control for transaction APPCREATE.
    There is structure PT1045_EXT present behind table control. But not found any customer exit or badi to display on screen.
    Please help...

    You can add new columns
    If you add new columns in tr. PHAP_CATALOG

  • Substance Volume Tracking (SVT) - Monitoring (CBRC20) - additional columns

    We are implementing SVT and found out that the monitoring report (CBRC20) gives the user not enough information.
    F.i. we want to include the description of the tracked substance.
    I could not find a place in configuration, nor a user exit, where additional columns can be added to the report.
    So I wonder, is there a way to add additional columns to the CBRC20 monitor?
    Thanks for your help.

    Hi Rob Godrie,
    In order to get more information, Layout need to be Changed. In CBRC20, Choose Dropdown Menu and Select u201CChange Layoutu201D. In that Choose field u201CProduct Nameu201D from Column Set and transfer it to Displayed Column. u201CProduct Nameu201D is the specific field that will display the Description of the Tracked Substance.
    In case of any doubt, Please revert.
    Regards,
    Amol Joshi

  • Adding Additional Columns in LOV,That column capturing values from function

    My requirement:
    Adding Additional Columns in LOV,That column values capturing values returned by function.....
    Give me the ides to achieve this...

    Hi Subramaniam,
    If your requirement is to call a Database function then please make use of the below code ,
    import java.sql.CallableStatement;
    import java.sql.SQLException;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    OADBTransactionImpl txn = (OADBTransactionImpl)oaapplicationmodule.getOADBTransaction();
    CallableStatement cs = txn.createCallableStatement ("begin :1 := xxpackageName.xxfunctionname(:2,:3); end;",-1);//Replace your function Name
    try
    cs.registerOutParameter(1, Types.VARCHAR);
    cs.setString(2,InputParam1); // InputParam1 is the name of variable captured from the OAF page and passed into function as input parameter
    cs.setString(3,InputParam2); //InputParam2 is the name of variable captured from the OAF page and passed into function as input parameter
    String outParamValue = null; // outParamValue will capture the value returned by function .
    cs.execute();
    outParamValue = cs.getString(1);
    catch(SQLException sqle)
    throw new RuntimeException(sqle);
    finally
    cs.close();
    Let me know if its not clear .
    Keerthi
    Edited by: keerthioaf on Nov 23, 2012 5:17 AM

  • Adding Additional Columns to the Results

    Hi,
    I wanted to additional column in iRecruitment Vacancy Results Table.I have added the column using personlaization but it's not displaying.
    Here are the Steps that I have done.
    iRrecruitment Administrator --> Vacancies --> Search for the Approved Vacancies.
    Click on the Abpout Page and found the VO Object: IrcVacancyVO
    Found the Attribute that I need to add : VACAttribute8
    I have created a New Item with Style : Message Styled Text
    and provided the View Attribute (VACAttribute8) and View Instance(IrcVacancyVO) accordingly.
    The Item that I am adding is attribute8 of the Additional Vacancy Details DFF.I have enabled this attrbiute in the Flexifield.
    The attribute is part of the IrcVacancyVO Query.
    I am not sure what's I am missing but its not displaying the column that I have added.
    Any Input is highly appreciated.
    Regards,
    A
    Edited by: 791680 on Jun 17, 2011 11:22 AM

    Hi Wasey,
    Try as Diwakar told. I am not able to see that tripline in display mode. A long back i copied the same program and i added extra fields in it.I copy program SAPLMCB3 inside which routine AUSGABE_LISTE_KZ.
    Regards,
    Madhu.

  • Get an additional column added to PWA Page which shows up the resource names

    When we got to Project center and open up the respective project.By default the Tasks Summary window opens up.
    Where in I can see the ID,Task Name,Duration,Start, Finish,% Complete,Work and Task State.
    In one of the request a user wanted us to get an additional column added to this which shows up the Resource Names.
    Note:
    In the project plan what we publish to the server we used to have a resource name column.
    Please let me know if it is possible to add a new column. 

    amavila --
    Your Project Server administrator will need to do the following:
    Log into PWA with administrator permissions
    Click the Server Settings link in the Quick Launch menu.
    Click the Manage Views link in the Look and Feel section of the Server Settings page.
    In the Project section, click the Task Summary view to open it for editing.
    In the Available Fields list, select the Resource Names column, and then click the Add button to add it to the Displayed Fields list on the right.
    Click the Save button.
    Keep in mind that only your Project Server administrators can perform the above steps.  Hope this helps.
    Dale A. Howard [MVP]
    VP of Educational Services
    msProjectExperts
    http://www.msprojectexperts.com
    http://www.projectserverexperts.com
    "We write the books on Project Server"

  • Adding additional Columns in Work Book

    Hi Experts,
    I have requirement to additional columns in work book. I have Trial balance amount .I want to create 2 more columns based on the Trial balance column.if trial balance amount is +ve value then it should go to Gross amount column .If trial balance is -ve amount then it should go to depreciation Amount  Column.
    How can I add new columns to the work book.please suggest me with formula.
    Thanks,
    Suryam.

    Hi Suryam,
    From what i get of ur requirement, I expect there is a column which shows Trial balance. And you are using a workbook, hence the format would be a static format and no drill downs etc. would be done in the report.
    You can create a column and use an Excel formula to achieve the same.
    Gross Amount Column:
    IF Column Cell (of trial balance) >= 0 then value = the Column Cell (of trial balance)
    Depreciation Amount Column:
    IF Column Cell (of trial balance) < 0 then value = the Column Cell (of trial balance)
    Hope this helps!
    Regards,
    Kunal Gandhi

  • Additional Columns in Transaction CATS_DA Display

    I need to create and fill additional columns in the ALV display.  Does SAP provide a process for easily doing this?  For example:  I need to display the short text for the absence/attendance type (field AWART).

    I opened an SAP message.  This was their response:
    In order to include the field the following needs to be done:
    a) a new field zzawart_text needs to be appended to the structures
    CATSXT_COMP_DETAIL and CATSDB_ALV
    b) In the BADI Method BEFORE_DISPLAY_APPR
    the function module CATS_HR_ABSENCE_ATTEND_TEXT needs to be
    called for every record that has the AWART field filled
    the result of the function call is moved into the new field
    zzawart_text.

  • A additional column is appearing in the bom display transaction

    Dear Expert,
    I am facing a unique situation .Recently my system has gone through EHP 5 upgradation.When i am displaying the production bom for a particular material in your Quality client , i can view a additional column in the  GENERAL ITEM OVERVIEW  and the name of this column is  Function ID, but when  iam viewing the bom of the same material  in your production client , i cannot see this column.  I tried , but could not understand the reason for this discrepancy. Please help me in finding out the root cause of this   discrepancy.
    Thanks & Regards
    Hritesh
    Edited by: hritesh on Jan 12, 2012 7:26 AM

    Hi,
    Check below setings..
    Extream right side top corner  of CS02 (General Item Overview) - There will be table view ( Configuration) --> Click on that --> in the next window - Table Setings --> click on administrator (you should have authorizations to perform this function)..
    Check whether the "Function ID" is maintained as Invisible in your Productive System.
    Best Regards,
    Siva

  • When creating a "lookup" column be able to display not only one column from the other list, but additional columns

    With the lookup technique, it is possible to select an item from another list and display one column of this item
    It is obviously possible to create several lookup columns on the same list and therefore display several columns
    There’s a high risk of not selecting the same item and therefore have inconsistent columns
    The Requirement therefore consist of being able of displaying several columns of the same item from the other list, based on one unique selection
    Example:
    In list(x), define lookup column on list (y), column Title (possible today)
    Then define a “secondary” lookup column on same list, column Code
    The effect would be that when selecting an item from list (X), both Title and Code would show up consistently in 2 different columns of list (Y)
    All possible solutions are welcomed

    If you are using SharePoint 2010, you can retrieve additional columns when adding a Lookup. If you are using 2007, there is no direct OOTB way, but the following two posts provide potential work-arounds:
    https://www.definitivelogic.com/blog/microsoft-sharepoint-2007-pulling-column-data-one-list-another-based-common-list-field
    http://stefan-stanev-sharepoint-blog.blogspot.com/2010/11/sharepoint-2007-associated-lookup.html
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Additional columns in Cross tab

    If I have Project name as the column and project count as the summary in a cross tab
    for eg
    ProjectA,ProjectB, ProjectC
    3,             4,           5
    CaN i add additional columns next to project C having  some condition related to these projects and project counts and then get the grand total??
    Thanks

    Let's see...  This is about the tenth time I've answered this question in the past few weeks, but, hay, let's do it again! 
    The only way I am aware of adding columns to a crosstab is by including new data in your database query.  So, if you currently are returning the data
    Project    Count
    ProjectA   2
    ProjectB   4
    ProjectC   5
    Than, probably using a database command for the data source, change it to return
    Project    Count
    ProjectA   2
    ProjectB   4
    ProjectC   5
    Totals     11
    How this is accomplished very much depends on your database tables and what additional columns you want to add to the crosstab.
    HTH,
    Carl

  • Customization - Additional column inserted in Inbox - value not rendered

    Hello,
       I have a requirement for customizing the inbox and populating the new inbox column with additional value. I made coding updates and everything looks good but the inbox does not render the new value at all. I made these updates and overrides.
    Added the column name and value in \apps\cq\workflow\components\inbox\list\json.jsp . When I go to http://localhost:4502/libs/cq/workflow/content/inbox/list.json?_dc=1358787785033&start=0&l imit=40, I am able to see the addition variable and value added and displayed in list.json. For e.g. view of list.json
               "payloadPath": "/content/dam/geometrixx-outdoors/articles/a-simple-plan.jpg",
               "payloadPath_xss": "/content/dam/geometrixx-outdoors/articles/a-simple-plan.jpg",
               "payloadSummary": {
            "lifestage": "Authored",
               "payloadTitle": "a-simple-plan.jpg",
               "payloadType": "dam:Asset",
       2.  Override and updated \apps\cq\workflow\extensions\inbox\cols. Added a new column, lifestage.js. Code in that js file is
        "header":CQ.I18n.getMessage("LifecycleStage"),
        dataIndex:"lifestage",
        ranking:30
        3. The inbox/list.json shows the value lifestage correctly. But still it doesnot populate 'lifestage' value in the inbox column. If I replace the dataIndex:"lifestage" with dataIndex:"currentassignee" or any other thing, the Lifestage column in Inbox is populated with the "CurrentAssignee".
    Why is the lifestage value though visible through list.json not visible in Lifestage column? What else needs to be additionally done?
    Thanks,

    Sham,
         I  followed exactly all steps like you mentioned. The value was not rendered. I put the alert messages. Please see the code below.
    As lifestage is not subpart of payloadSummary, tried both record.get("lifestage") and (record.get("payloadSummary").lifestage but still both alerts shows undefined.I see alerts for 'Inside renderlifestage' but the next alert shows 'undefined'.
      renderLifestage: function(value, p, record) {
                alert('Inside renderlifestage');
                alert(record.get("payloadSummary").lifestage);
                alert(record.get("lifestage"));
                return lifestageTpl.apply({
                   "lifestage": record.get("payloadSummary").lifestage
    Here is the output from inbox/list.json
          "item": "/etc/workflow/instances/2013-01-22/model_360104180212070/workItems/node4_etc_workflow_in stances_2013-01-22_model_360104180212070",
          "title": "Authorship Workflow",
          "description": "Select author for the authorship workflow.",
          "dialog": "/apps/lexmark/dialog/authorshipDueDateDialog",
          "participant": "",
          "currentAssignee": "Administrator",
          "startTime": 1358880950665,
          "metaData": {
            "workItem": {
              "historyEntryPath": "/etc/workflow/instances/2013-01-22/model_360104180212070/history/1358880950664"
            "instance": {
              "currentJobs": "",
              "currentJobs_xss": "",
              "workflowTitle": "authorship_workflow_test",
              "workflowTitle_xss": "authorship_workflow_test",
              "startComment": "authorship_workflow_test",
              "startComment_xss": "authorship_workflow_test"
          "payload": "/damadmin.html#/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payload_xss": "/damadmin.html#/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadPath": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadPath_xss": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadSummary": {
            "icon": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg/jcr:content/rend itions/cq5dam.thumbnail.48.48.png"
          "lifestage": "Authored",
          "payloadTitle": "downhill-ski-conditioning.jpg",
          "payloadType": "dam:Asset",
          "lastModifiedBy": "admin",
          "lastModified": 1323947520464,
          "lockedBy": "",
          "lockedBy": "",
          "timeUntilValid": 0,
          "onTime": 0,
          "offTime": 0,
          "monthlyHits": 0,
          "replication": {
            "numQueued": 0,
            "publishedBy": null
          "scheduledTasks": [
          "inWorkflow": true,
          "workflows": [{
              "model": "Authorship_Workflow",
              "started": 1358880950439,
              "startedBy": "admin",
              "suspended": false,
              "workItems": [{
                  "item": "Authorship Workflow",
                  "assignee": "admin"
          "scheduledTasks": [
          "comment": "authorship_workflow_test",
          "workflowTitle": "authorship_workflow_test",

  • Additional Columns in Appraisal Template

    Hi,
    I am currently creating a template similar to MBO in PHAP_CATALOG_PA.
    Can i add additional columns in the template. Is there any configuration step to add additional column and give a column header name. For example: See Below, I require first column to be the list of objevtives, second column appraisee set his goals at the start of the year after having a mutual discussion with his manager. 3rd and 4th cloumns are for Mid year review one for self and other for manager. 5th and 6th columns are for the end of financial year to give the final scores.
    Please note we are on ECC 6 with Latest support pack 61 (But not EHP4)
    Objectives                                 | Goal Setting by | Mid Year Review | Mid Year review | Final Review |Final Review
                                                        Self & Manager   Self                       By Manager         By Self           By Manager
    1. Primary Objectives
    2. Department Objectives
    3. Individual Objectives
    4. Others.
    Regards
    Srinivasa Naidu

    Hi,
    Yes, you can create custom columns through transaction code OOHAP_BASIC.
    Hope this helps.
    Donnie

  • Additional Columns field in Table Valueset

    Hi all,
    I would like to display all fields of a table using a valueset.I tried with giving additional columns names of that table at specified column while creating table valueset.But these additional fields are not shown when i select that Valueset that is attached to a parameter for a report.What i need to do inorder to display additional colums of a table using a valueset?
    Thanks & Regards
    Binu

    First test the feasibility that the enhancement can be done or not.
    For finiding the exists in the program :
    1> find the program name of the tcode under the status button.
             [hope you can do tht]
    2> go to table modsap
    3> execute it .in the member give <programname> and then execute
    4> it will give you the userexits if any .
    in the form
    endform
    you can write your own code.
    Else you can go for badi also.
    1>go to se24
    2>give the class name - CL_EXITHANDLER
    3>in the methods go to get_instance
    4>create a breakpoint in the first call method
    5>then run your transaction /nMIR7.
    6>it would stop .find the badi's.
    7>if you get any as per your requirement ,work upon it .
    Friend i am not working anywhere , i am just learning sap-abap.this is what i knew regarding enhancements .

  • How to create additional column in CM21, CM25

    Hi,
    my task is to add additional column into the orders grid of cm25. I found that the user exit CYPP0005 could be used for that. Can anyone share an example of implementing EXIT_SAPLCYPP02_001?
    Best regards, Pavel.

    Hi Pavel,
    To Implement user-exit, follow the steps
    1. Go to CMOD transaction code
    2. Give Project as ZPRJ_001 and click on Create button
    3. Give some description what for the exit .
    4. Click on Enhancement assignments give your Enhancement and and press Enter.
    5. Now click on Components button. You can see the function module EXIT_SAPLCYPP02_001.
    6. Double click on EXIT_SAPLCYPP02_001 function module.
    7. In the Source code you will see one include that is zxcy1u07. Double clik on zxcy1u07. After that you will see some message. Just press ENTER button. No need on message . just press ENTER .
    8. It asks you to create Include ZXCY1U07. Click on YES and proceed to write code.Once you code save and Activate function module. And come back Project by pressing back button. and finally activate the project.
    9. Go to Transaction code or program where this Use exit has been called. Execute and check whether expected result is coming or not.
    10. Try to put break points in the source code of function module EXIT_SAPLCYPP02_001.
    I hope that you will get . Let me know if you have any problem in implementing.
    Thanks
    Venkat.O

Maybe you are looking for