Extra ADDITIONAL field in catsprofile

Hi All,
I have one requirement like adding a new field in cats profile.
I am aware that we can use additional 10 fields in CI_CATSDB structure. We have alreday used all the 10 additional fields.
And i want to add one more field..is there any way to do it.
Thanks
-Pradeep

But to add the new field in CAC2 for user input..this must available in Influencing section.There i can see the only 10 additional fields from CATS_ADDFI.So i feel i should get an entry in CATS_ADDFI also,How so i do that in customization.
Thanks
-Pradeep

Similar Messages

  • Additional field in cProjects

    Dear All,
    How can i bring customer field in cProjects 4.0.
    My users want four extras field which is not available in cProjects.
    We have done following things
    1.                   As per SAP  Note : 947936 in PLM server
    2                  Go to SPRO->SAP Customizing Implementation Guide -> Collaboration Projects -> Collaboration Projects -> Define Field Groups for customer fields
    3.                   Object Type: DPO (Project Definition)
    4.                   Field Group ID: (ID) eg ZTAB_DPO
    5                   Field Group Name: This will appear as the text on the TAB & make sure active check box is checked.
    6                  Select the entry made above and double click on u201CCustomer Fields for Field Groupu201D.
    7               Customer Field will be the additional fields that you have added in the customer include in the table DPR_TS_PROJECT_EXTENDED_ATTR / dpr_projects
    8              Select Mode and Field Type & make sure active check box is checked.
    9               Double click on the folder u201CField Group as per Project Typeu201D & click on new entries.
    10               Select the project Type for which you want the tab to be displayed
    Object Type: DPO (Project definition)
    Field Group ID (ZTAB_DPO) & make sure active check box is checked.
    Please do needful
    Regards
    Ravindra

    Hi Ravindra,
    there is one more step that needs to be done in the customizing:
    You have to set up a field control for your customer fields (IMG activity 'Set Up Field Control'). Here you define the conditions when these fields are displayed, hidden etc...
    If you have no field control, these fields will be always hidden.
    Please do not change the standard field control 0SAP but rather copy it to your own and adapt it according to your needs. Please refer also to the available IMG documentation.
    Afterwards, this field control needs to be assigned to your project type (IMG 'Define Project Types').
    Regards,
    Silvia

  • Multiple Value in additional fields using SAP Query

    HI All,
    I have a question related additional field in SAP Query. I tried to create report about PR and PO using SAP Query. Since one PR can be converted to multiple PO, I decided to create additional field
    po_1
    to display the value of PO that related to the PR. But I meet problem when I want to show several PO number in additional field
    po_1
    , I couldn't look the way to solve this problem. Can anybody help me? Just for info, I assign value to additional field
    po_1
    in record processing part.
    Thanks....

    HI,
    IN SQ02, IF table is already in JOIN, just click on the PLUS sign to expand the strcture.
    All the field showing Plus sign in the strcture are selected in your query and with MINUS sing are no selected.
    So you have to just click on the MINUS sign for the field you want to use through table field.
    Generate the query and execute thriugh SQ01.
    If you want to add some other field which is not a part of JOIN,
    then click on EXTRAS Button shown in the MENU option.
    Click on Create button and system will ask abt the additional field.
    Regds,
    Anil

  • How to create code for an additional field in an info set

    Hello,
    I have an info set in tra SQ02 and the area is HCM with version ERP2004.
    I need to create an additional field to show "Work permit" in ad hoc queries. I know that the infotype 0016 has a standard field P0016-ARBER which contains a date if that person has a work permit. System should select the latest record or the one which is valid during reporting period.
    The requirement for this new field is that it should just has X if the field P0016-ARBER contains a date (i.e. that person has a work permit). If the field  P0016-ARBER is empty, then the new field "Work permit" is also empty. So, the date itself is not enough.
    I am not an abaper. I have tried to create a code for my field but there is always problems with the code. I have tried without the line<i>into</i> but checker says I need to. I have tried different places for statement ENDSELECT but without success. How should I do this?
    What I have so far is (TYOLUPA = Work permit) is shown below:
    select SINGLE ARBER
    into TYOLUPA
    from PA0016
    where pernr = P0016-pernr
    and ENDDA = '31129999'.
    clear TYOLUPA.
    if ARBER ne ''.
    then TYOLUPA = 'X'.
    endif.
    Thanks for your advice!
    Regards,
    Pipsa

    pia,
    In extras tab  create column "workpermit" in infoset and add that column to Field groups.
    Then under record processing event...
    DATA : TYOLUPA like PA0016-ARBER.
    Under Record processing event.
    select SINGLE ARBER
    into TYOLUPA
    from PA0016
    where pernr = P0016-pernr
    and ENDDA = '31129999'.
    if  TYOLUPA  ne ' '.
      WORKPERMIT = 'X'.
    endif.
    Don't forget to reward if useful...

  • Currency as additional field in an Infoset

    Hi,
    I hope you can help me with the following problem. I want to extend an infoset with additional fields amount and currency. When I do this and want to use these fields in a query the system automatically generates to my amount field a currency field, so in the end I have one amount and two currency fields.
    I tried to fill these generated currency field but then I get a short dump using this infoset in the segment builder as this variable is not existing there. Well, of course I can solve it with my additional currency field, but then I have two currency fields to one amount field, as one is always generated.
    Is there a solution for this?
    Kind regards,
    Timo

    Hi Pablo,
    I guess you would have forgot to drag that extra field to the "Field Group/Data fileds" list ( on th eRight hand side pane ) in Tcode SQ02. Please check.
    Save the infoset and then saev the datasource, then check the RSA3 extractor check.  also make sure to replicate the datasource.
    Regards,
    Pratap Sone

  • Adding additional fields in Sql Query (SQ01)

    Hi..
    please tell me all the steps to use additional fields option in  sap query (transaction code: SQ01)? can i use mandt field as additional field?
    Thanks and Regards
    Sri.

    Hi,
    You can add it in infoset using extra button.
    Here you can add the filed and the respective code for this field and add this in SQ01 in oytput list.
    Thanks
    Ajay

  • Bringing in Additional Fields into SAP Query

    Hi,
    I'm new to SAP Query. I had to modify an existing report to bring in an additional field from one of the tables of the query. When i look at the tables in query, i don't even see the field i would like to add under the table. I guess it needs to be first bring into query and later i can add. Can someone help me how to do this?
    Thanks in Advance.

    HI,
    IN SQ02, IF table is already in JOIN, just click on the PLUS sign to expand the strcture.
    All the field showing Plus sign in the strcture are selected in your query and with MINUS sing are no selected.
    So you have to just click on the MINUS sign for the field you want to use through table field.
    Generate the query and execute thriugh SQ01.
    If you want to add some other field which is not a part of JOIN,
    then click on EXTRAS Button shown in the MENU option.
    Click on Create button and system will ask abt the additional field.
    Regds,
    Anil

  • Additional fields in SOLAR01

    Hi,
    We need to insert extra information at each process step, process, etc.
    How do I add an additional tab or additional fields in solar01/solar02?
    We do not want to use the keywords or Documents Attributes for this.
    Using <b>'process function codes in tabs'</b> and GuiXT I have managed to add screen elements to SOLAR01 screens. However, (for clients reasons) we cannot use GuiXT. I would think I can solve this by using SHD0 instead to add the screen elements. But when I try to create the variant this gives me the error message: Variants are only possible for dialog transactions.
    Best scenario would be to be able to add a complete new tab, or add fields to the administration tab.
    Thanks in advance for any help,
    Jurjen

    Hello,
    Following are the BAdI available. Screen Enhancement should help you to add extra filed on the standard SAP Screen. Look for the documentation of following BAdI. And see, which one suits your requirement.
    BADI_SA_DEFINE_GLOBAL_ATTR    
    BADI_SA_HIDE_TYPES_ON_TABS    
    BADI_SA_OBJECT_TYPE_ACTIVATION
    SOLAR_DOCUMENT_CHECK_USAGE    
    SOLAR_STRUCTURE_TRANSPORT    
    You can search for these BAdI for documentation in the transaction <i><b>SE18.</b></i>. In the search help for BAdI's give Package as <i><b>AI_SOLAR</b></i> as the search term. And execute. You will get list of BAdIs in your system. If you don't get all above BAdI's then you might need to apply some SAP Notes. Refer SAP on servicemarketplace and get the note details.
    Other way is to search from <i><b>SPRO</b></i> transaction IMG Settings suiting your requirements.
    Hope this helps.
    PS If the answer solves your query, plz close the thread by marking it Solved and rewarding each reply.
    Regards

  • 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 FI Document - BAdI FI_HEADER_SUB_1300

    Hi,
    I need to add some additional fields in FI document via transaction F-43.
    I added them in an append structure in BKPF, implemented BADI FI_HEADER_SUB_1300 and programmed the screen with the corresponding fields.  But it didn´t work with my new fields, the only fields that are updated in BKPF are XREF1_HD and XREF2_HD.
    Does anyone know if it's possible to add new fields with badi FI_HEADER_SUB_1300 ? Do I need to consider something extra?
    Best Regards,
    Natalia

    Hello Natalia,
    Did you solve your problem?
    I got a similar one, I'm trying to add some Z fields (added to BKPF via append struc.) to screens of transactions: F-43, F-63, FV60, FB60 (this badi could work for F-43, but I need to find another exit / badi for the others transactions).
    I implemented the mentioned badi, but after debugging it, it looks like that after exiting the Z implementation, the only fields enabled to be transfered in the end, are XREF1_HD and XREF2_HD, no matter if you add any other else.
    Please, let me know if you got further information.
    Thanks in advance.
    José Gabriel.
    Edited by: José Gabriel on Oct 14, 2009 11:13 AM

  • Additional field added in Infoset unable to use as a selectable field

    I added 2 fields as additional fields to the Organizational Assignment infotype in a PNP Infoset that I created via SQ02.  When I select the infoset to build a query via adhoc query the fields are listed in the Org Assignment infotype and available for output but are not available as a selection field.  There is no check box under the Selection column, only a checkbox under the output column.
    How do I make the added additional fields available as a section field as well as an output field.

    Solution:  in ad hoc query select Extras > Switch off object selection

  • E-recruiting: Additional field on cover letter screen

    Hi!
    I want to add a checkbox input field on the application screen in
    e-recruiting above the cover letter. I found the actual BSP
    (coverletter_v.bsp of HRRCF_REG_APPLN) and added the field.
    I am not sure where the best place to put the new database checkbox field
    but I am biased towards an append on table HRP5136 (Correspondence)
    associated with the registration of an application(OTYPE = 'ND' and
    ACT_TYPE= '1020', '1030' and '1035').
    Could someone advise me what kind of objects and methods I
    should/need to change in order to implement this completely and also why
    don't external breakpoints take effect(I tried several places in the controller methods associated with a cover letter)? Is there a customizing that have to be set in order to get the effect of setting breakpoints?
    In my case, as far as I understand there is no possibility to add an extra field in
    a predefined user-exit, but rather one has to change SAP standard. Is
    that right?
    The reason why we need an additional field is that an
    applicant may choose to appear as anonymous in the list of all
    applicants and in that case (s)he needs to tick off the new checkbox
    field. I did not find a suitable solution for this in SAP standard
    e-recruiting system.
    In advance, thanks for any guidance and help on this issue!

    Hi,
    As of now, the custom fields automatically being displayed on screen is available only with BSP.
    The WDA screens are available for extrenal & internal candidates. You can craete your Z fields in cutomer include in the respective infotypes. The WDA developer will ahve to explicitly put the UI elements on the relevant screens & map them to these Z fields. We had a similar requirement & we have done this in this way.
    Regards,
    Sowmya

  • ESS leave request, additional field

    I need to add three additional fields in ESS leave request (HR). I was told i can do that using web dynpro. I like to know how can I do it.
    Thanks

    hi Jeroen,
    Can u please help me with my issue.......
    My issue is to add new fields in ess/leave request i.e...
    The component needs to be Checked-out through Net Weaver Development Infrastructure, make the necessary enhancements, and finally Check-it-in back to NWDI.
    Custom Function Modules are to be invoked apart from the standard ones that are already available in the Leave Request component – ess~lea inorder to accommodate the extra absence-type logic.
    can u please sujjest me where should i make changes in the given 14 components
    means in which view i have to add these fields.................

  • Additional fields in report for form with report

    Hello,
    I got the problem, that I want to create a form with report where the form only changes the values of one table but the report is also using additional fields linked from another table. If I take a view with all fields for my form with report, the form is about all fields and not only about those from the first table. So is there a way to have another table linked to the form than to the report and get a link between them by a key?
    I hope that someone has got a great idea and can help me solving this.
    Thanks
    Jochen

    Jochen,
    you can create a form with report on the view and afterwards you change the SQL-query into a query on the view. Take care that the original column names remain the same. You get your extra columns in the report and your link to the form remains,
    good luck,
    DickDral

  • Uploading of cost center data with additional fields

    Hi Gurus,
    I have uploaded the cost center data. now my client has given same data with additional fields data(ORT01, ORT02, TXJCD). first time I have uploaded with LSMW IDOC methos COSMAS1. but in the same idoc the extra field not available. So i have tried recording method for KS02 to upload the data. but the data is not changed. in the sence the additional fields data not loading. while uploading i getting the probelm at TXJCD. it is getting a popup window. i was not able to handle that. Is there any other Basic IDOC to upload the data with all the fields in cost center. BAPI or Direct input program? Thanks in advance

    hi,
    you can  avoid the popup screen by using  OK code.
    ~linganna.

Maybe you are looking for

  • Regarding the Windows Update

    Regarding the Windows Update, is this given answers are Right? Thank you :) Aruna

  • Updated now phone does not work

    Updated yestrerday now 4S Iphone will not work. Unable to restore all the screen shows is a black background Itunes logo and the white plug pointing at the Itunes logo. Called everyone no one has helped me at all.

  • Problem compiling PL/SQL code

    I am having problmes compiling the following piece of pl/sql code: declare v_servicekey services.servicekey%type; v_tmodelkey tmodels.tmodelkey%type; l_bindingid bindingtemplates.bindingid%type; i_rowlimit number(28); begin select bindingid into l_bi

  • HT5953 I can`t erase books from iBooks!

    I tried to delete some books from iBooks on mi Mac, I erased them from my account but they still appear on iBooks and I find it pretty annoying! What can I Do?

  • Why won't iTunes download?

    I keep trying to download iTunes but a notice always comes up saying "(9).exe is not a valid win(32) application" and iTunes won't download... Please helpI