Additional fields in a bizcard view

Hello Experts,
Below is the wdDomodify fntion in the bizcad view of address iview in ESS.
sap.comessus~addr component.
Three fields ( street, telephone and city) are the standard field from SAP. I want to add two more fields to primary office address (just to primary office)
Eg Building and department.
can any one please suggest me how to do it?
I have already imported the BAPI which has the extra fields. Also, declared them in the message pool. Just not sure, How to capture the subtype of primary office and display the two fields.
public static void wdDoModifyView(IPrivateBizCardsView wdThis, IPrivateBizCardsView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
//@@begin wdDoModifyView
BizcardFieldInfo[] fieldInfo;
//Date defaultBegda = wdContext.currentContextElement().getDefault_Begda();
String bizcardField1 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText(
"BizcardField1");
String bizcardField2 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField2");
String bizcardField3 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField3");
fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Stras"),
new BizcardFieldInfo(bizcardField2, "Ort01"),
new BizcardFieldInfo(bizcardField3, "Telnr"),
// OverviewHelper.CreateOverview(wdThis.wdGetContext().nodeInfotypeList(),
// wdThis.wdGetContext().nodeSubtypes(),
// view,
// fieldInfo,
// defaultBegda,
// "Anssa");
wdThis.wdGetFcPersInfoInterface().CreateOverview(
wdThis.wdGetContext().nodeInfotypeList(),
view,
fieldInfo,
"Anssa");
https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/teched-2006-sdn-day/sdnday_ess_hr.zip
In the document mentioned, author ask to use a overviehelper.java.
Just want to know how to identify the subtype values and depending on the subtyppe i want to know how to switch to different fieldinfo.
=========================================
Thanks.

Bala,
Thanks for your reply. What you mentioned is right,  I am pretty sure I have to modify createoverview method in FcPersInfo.
I want to dispaly the extra fields for primary office (sbtype 10) for infotype 6.
Can you please let me know how to proceed on this.
Do you have ESS code access or I post the code here.

Similar Messages

  • Additional Field in standard maintenance view

    Hi Experts,
    I would like to add an additional field plant in maintenance view V_TKZU3_CO (SPRO PATH: Controlling --> Product cost controlling -->Product cost planning --> Basic settings for material costing -->Overhead -->Define costing sheets ).
    What I'm planning to do is to modify the standard maintenance view V_TKZU3_CO and regenerate the table maintenance generator so that the new field will be added and populate a ztable a copy of table TKZU3 + plant...
    However what I'm afraid of is when I regenerated the table maintenance generator using the standard function group OCOE, it might impact some other standard object included..
    Do you have any idea on how can I add the additional field without modifying the standard? Or if I will apply the standard modification I'm planning.. what are the possible impacts?
    Thanks in advance!

    Hi
    U can create a new table view like V_TKZU3_CO, insert your new fields and create the maintenance view program for it.
    Max

  • Additional field on activity search view

    Hi,
    I need to add territory id on activity search view. is there any badi which i can use for this purpose to filter the result and additing the search parameter?
    Regards,
    Kamesh Bathla

    Hi,
    You can add fields to Product master using Set types morever to make this fields available to webui you have to do some more configuration. please use following tcode in seqence to achieve your requirment.
    1) COMM_ATTRSET - Maintain Set Types and Attributes
    2) CRMM_UIU_PROD_GEN - Assign Set Types to Overview Pages
    3) CRMM_UIU_PROD_CONFIG - Create UI Configuration for Set Type
    Regards,
    Dipesh.

  • Additional field in view "item overview" VA01

    Hi,
    I want to add an additional field to the view "item overview" (SAPMV45A Screen 4900).
    It's the field vbap-knuma_ag and it's actual not included in tab control of Screen 4900.
    How can I do that ? 
    Is that a modification ?

    Hello Mr. Schöpferle,
    have you received any feedback or have you found a solution on your own?
    I have exactly the same request and I do need to avoid a modification.
    Thank you
    Karin

  • Sales Analysis Report Additional Field for viewing

    Good Day Experts!
    Is it possible for us to display an additional field  to be viewed in Sales Analysis Report?
    I'm talking about a vacant field from BP Master data, and somehow append it into form settings and put it into the report?
    Is there any store procedures that we can look for prior to this matter? Our client need something more on that particular issue.
    Thank you very much

    Hi Elmar,
    It is not possible to add field on SAP sales analysis report , but you can create report based on query with required fields.
    Check http://wiki.sdn.sap.com/wiki/display/B1/D-SLSalesARModuleSQLPostedto+Wiki link for some sales queries , it might help you.
    Thanks,
    Neetu

  • Adding metadata to thumbnail view (additional fields)

    I found the ability to add a metadata display to the thumbnail view. However, it seems like it only displays 15 or so available fields. Unfortunately it
    b does not
    include the "Title" or "Document Title" field which is the one I really want to see.
    is there an add one or extension that would allow me to display this field in the thumbnail view?
    I'm using Bridge CS3.
    Thanks!
    Carlos

    Curt - I see that you are reading both my posts. Thanks!
    The details area of thumbs preferences allows up to four lines of information - unfortunately the metadata fields you can choose are fairly limited. In particular, I was hoping for the "document title" field which is not an option.
    Andrea's problem appears to be completely different. Looking at the screenshot it appears that she is actually working with the metadata focus view rather than thumbnails. As far as I can tell, there is
    b no
    way to actually select the data that is shown in the content panel of metadata focus. In fact, I think that it renders that particular view almost useless. Why have a view that makes it easier to look at metadata, but then don't allow you to customize it.
    Oh well. I guess what I'm getting out of the two metadata related postings I have, is that Bridge is actually not very flexible when it comes to metadata...
    Carlos

  • Adding additional field in cProject is not working after transporting

    Hi All,
    My intention is to add additional field in cProject. So i copied a required view through program BSP_CUSTOMIZE and into another Z* BSP Application object. Then i had done the necessary modification on the view and saved. Then copied error.do controller and actived and tested in development server. It was working fine. So i moved the transport request for this object to quality system. When i tried to test the same thing in quality system, changes done in views are not reflecting.
    When i checked the entries in table BSP_APPLC, i didnt find any. I hope this is the reason why my changes in views are not reflected.
    Can anyone have idea, why it is not happening so. Kindly help.
    Thanks in advance.
    Regards,
    Karthick

    Ensure that in table BSP_APPLC is an entry for cprojects linking to your own aplictaion Zcprojects and is activated.
    I guess you have to reactivate the BSP_CUSTOMIZE in target system again.
    Please remeber: BSP_CUSTOMIZE is not supported officially.

  • Changing additional field in FI line item

    Hi,
    I have added a additional field for FI line item,
    how could i change it in FB02, or FBL3N,etc
    Is there are any user exit/ screen enhancement?
    or it can be done by config?
    or i have to mod it?
    thx a lot
    John

    Hi
    You have to add Purchase Document (PO) as a special field in the line layout variant through  customizing  to view PO in the FBL3N Line layout,
    Go to SPRO Settings - **** - GL Accounting - GL Accounts - Master Records - Line Items - Line Item Display - Define Special fields for finding and sorting data"
    A message will be displayed that it is a cross client change. Presse nter
    Before adding the special field PO, the line layout variant does not have the field PO
    Click on New Entries button
    Give the Table as BSEG and Field as EBELN.
    And save.
    Assign points if useful.
    thanks
    radhika

  • Put some additional field in pdf form for travel expenses report

    Heloo,
    I would like to get additional field (P0001-PLANS) organisational data in form ZPTRV_EXPENSE_FORM (copy of standard PTRV_EXPENSE_FORM).
    How to do that?
    BR
    Saso

    Hello,
    I am aasume you´re Adobe forms beginner, so I am sorry if I am going to tell you something what you already know.
    1) you have to find the interface of the form
    2) into the interface you have to add your field (probably you will have to copy the interface into a customer one)
    3) if you copy the interface, you have to change the interface name in the form properties
    4) you have to refresh the interface information in the form (sfp transaction, left part, refresh) and you should be now able to see your new field
    5) use drag and drop left to right (from interface to form context) to copy the new field into your form context (so the form is aware there is a new field)
    6) open LCD designer (if you don t have one, you have to download and install one, use 8.1)
    7) in the form layout, left side find "data view" tab from where you can drag a new field and drop it onto your form layout
    8) you must populate the new field, you can use initialization in the form interface or find the right spot in the printing program to populate the value before you send the data to the form
    9) save, activate, enjoy
    regards, Otto

  • Time reporting screen - additional fields for clock in/clock

    Hi all, I have an issue with time reporting that I would appreciate your help in resolving. We would like to add additional fields for clock in/clock out data from external clocks. I think I saw it somewhere but now I cannot find it in the CAC2 configuration. Can you help? Thanks in advance, Maya

    see if following link can help:
    Custom field added to CATS but not showing in Data Entry View'

  • Add color to an Additional Field inside a SAP Query (Infoset) in ALV

    I made an Infoset (transaction SQ02) out of table MARC. I created an Additional Field called "STATUS" which I coded to get a value of 1 or 2 depending on the value of another field in MARC.
    How can I make this cell in the resulting Query to appear in different colors depending on the value? I found the command "FORMAT" but that doesn't work on SAP List Viewer (ALV) mode.
    This is what I coded in the additional field called STATUS::
    clear: STATUS.
    if MARC-DISPO = 001.
      format intensified color = 6.
      move '1' to STATUS.
    else.
      format intensified color = 7.
      move '2' to STATUS.
    endif.
    The coloring didn't work. What ABAP command should I add to this additional field to make the coloring of the STATUS cell work under ALV mode?

    field catalog and layout are saved into database aqrdb
    just before displaying the results into ALV table, they are retrieved by function RSAQRT_ALV_DISPLAY which does
    concatenate rtmode-act_report sy-langu into l_srtfd_pattern.
      import fieldcat = fieldcatalog
             layout   = layout
             sort     = sort
             from database aqrdb(lv) id l_srtfd_pattern.
    so in order to display some cells with a different color, you have to
    - add an additional field that will contain the color codes of cells
    - set values in this field at record level (field is a table of type LVC_T_SCOL)
    but also adapt the layout in order to set the field as containing the colors
    - put the name of this field into layout (CTAB_FNAME)
    - export layout to corresponding entry of aqrdb
    this part I don't see exactly where to put it, I guess there is some place where it is possible to manage the layout - if not then you have to do it "manually" i.e. with a small report

  • How to create the additional field on Maintenace order

    Hi,
    For adding additional field on order -
    I am aware about the facility in SAP, in which we can create the view profile, which contains the various tab pages and the sub tab pages(Which are subscreens). When we assign this view profile the order type then we can view the various fields selected in the view profile in the order screen in IW31 T code.
    Now if i want to add some additional field then i can create the additional screen using the user exit and then assign it in customisation to the view profile and then to the order type.
    But is it possible to add the field by using any other way?
    If yes, request to let me know in detail alongwith the user exist if any.
    Thanks

    Hi all,
    Thanks for the quick reply. As per as the field key is concerned, i dont want to use that.
    I can add field by designing the new screen and adding it in the view profile but the main problem is that whenever i add the view profile to the order type, the standard tab pages are not appearing as a default and i have to add the screens as per the standard (to the view profile).
    Pete
    About IWO10018 -
    I have gone through the documention of the user exit it says that to add the additional fields on the order header, one has to append the structure CI_AUFK with the custom fields/additional fields and then use the function EXIT_SAPLCOIH_018 and 19 to transfer the data to and from the screen area to the SAP but the one point i am not sure about is how the custom fields updated in the structure will get displayed on the main screen(to input the value into them into screen) .
    Thanks
    Edited by: Raghunandan Iyer on Jul 29, 2008 2:11 AM

  • Additional fields in RFPOSXEXT

    Hi
    We are upgrading 4.6c to ECC 6.0. 
    In Ecc 6.0 has additional fields in structure RFPOSXEXT. This structure is automatically generated.
    How to remove the extra fields in this structure.
    Thanks

    Hi,
    in order to regenerate the structure RFPOSXEXT you have to run the standard report RFPOSXEXTEND,
    Program RFPOSXEXTEND combines structure RFPOSXEXT from the fields of structure RFPOSX and the special fields saved in table T021S together and activates them in the Data Dictionary.
    If you want to remove some special fields from the structure RFPOSXEXT you have to manage them in Financial Accounting customizing (Define Special Fields for Line Item Display) in the views V_T021S and V_FAGL_T021S.
    Please read the correspondings IMG activities documentation and the abap documentation of RFPOSXEXTEND.
    Kind regards.
    Andrea

  • Additional fields in shuffler.

    Hi,
    We added additional fields in the SNP planning book shuffler using the BADI - /SAPAPO/SDP_SELECTOR.
    And when i tried to fetch the keyfigure/CVC values from this planning book using the BAPI - BAPI_PBSRVAPS_GETDETAIL2 i could not retrive the newly added fields from the shuffler.
    Would be great help if anyone could share some thoughts on how to retrive the newly added fields from shuffler.

    Hi Ramso,
    Sorry for the late reply. I suggest the following ways to solve your problem.
    The Bapi will return that error message,if your SELECTION TABLE parameters are incorrect or if your GROUP_BY is not related to atleast one SELECTION_TABLE parameters.
    1) First, try to create a selection Id for characteristic AT101 in planning book(interactive planning) and try to pass that selection id to bapi,(no need for selection table & group_by in this case) and check.
    2)  Is your technical name of the characteristic AT101 correct? i doubt, its not correct. Typically, characteristic technical name starts with either '0'/'9'(Standard) or 'Z'/'Y'(custom).
    Please check once in the respective MPOS or Design view of your planning book.
    let me know if the error still persists.
    Thanks,
    Santosh KB.

  • [ OIM 11gR2 PS1 ]How to add additional field on Application Instance Form ?

    Hi,
    In our scenario we have Disconnected applications in OIM. AI (Application Instance) form and PD editing is created by OIM.
    We want to add additional field in AI form.It is visible in back end. But,its not visible in OIM admin console for admin and as well for end user.
    Is there any property related to form field in AI ,where we need to make changes to make it visible ?
    Instance used is OIM 11gR2 PS1
    Thanks,
    RPB
    Edited by: RPB25 on May 29, 2013 9:46 PM

    I was able to resolve this issue . we need to click on "regenerate view".

Maybe you are looking for

  • Windows 8 is not detecting my VIXIA HF M40 Camcorder

    Windows 8 is not detecting my VIXIA HF M40 Camcorder. I wonder if anyone else have the same problem. I did install the latest version of CameraWindow (i.e.CameraWindow DC 8.8 for Windows) software and I tried to run it manually but it complains that

  • Passing multiple parameters in sql query

    Hi All, This may not be the correct place to post this. How to pass multiple paramters to a variable in sql developer. Ex: Select * from Country where state= :statename (Country is table name, state is column name) If I execute the above query in SQL

  • Basic type for product hierarchy v/76

    Hi all, I have another task that need to configure once a product hierarchy is created in Tcode v/76, it will trigger an outbound IDOC and send out. Can anyone explain to me what basic type or message type should be used in this case? Thanks for help

  • Color picker changes no longer preview?

    I often choose the color for a selected object by manipulating the color in the picker while viewing the object to see the actual result before clicking OK on the color once it's right. I just upgraded to CC from CS5, and this no longer seems to work

  • Win32 10gR2 downloads will not expand

    upon expansion (winzip9 or 10) receive a message that the zip files either are not a valid archive, or are part of a multi-part archive. Any help out there? This is strange! - brian