Field to identify PS generated PR

Hi,
Aside from knowing that the cost element used is Network or WBS in the account assignment, Is there a field in PR related tables that would identify that it was generated by Project Systems?

never mind. found it already.

Similar Messages

  • How to disable some of the table fields in Table Maintenance Generator

    HI,
    I am creating one table which contains 10 fields.
    But i wanted to disable some 2 fields in Table maintenance generator.
    So can any one plz tell me how to disable those 2 fields.

    Generate a maintenance view for the table,
    Goto- Table/Join Conditin Tab-- Put the name of your table 
    Goto-viewfield tab--- Put the fields whatever you required. 
    Then generate table maintenance for the view created.
    pls chk
    Thanks
    Anurag

  • Max nos of fields in table maintenance generator screen

    Hello,
    Is there any restriction on the number of colums(fields) to be displayed in the screen of table maintenance?
    Actually, I am having a Ztable with some 100 fields and when I generate the table maintenance using Single Screen, it give me error for dynpro creation. But it works with 68 or less fields.
    Can anyone help me out in this?
    Thank You.
    reg,
    Pankaj

    Hi,
    you can change your table:
    if your table is like glt0 or lfc1,
    you can assign month to key of the table :
    FIELD     KEYFLAG
    MANDT     X
    BUKRS     X
    GSBER     X
    GJAHR     X
    WAERS     X
    MONAT     X "<-
    WRBTR     
    Andreas

  • Itunes producer delivery erroe Missing required Field Vender Identifier

    I'm submitting a new book and sample both made in iAuthor the delivery error meesage is: Missing required field: Vendor Identifier
    When I click on the error message it takes me back to the ISBN number. I have checked and I am entering the correct 13 digit number without any spaces or hyphens and can't see anything else to corrrect.

    Thanks Fabini -
    That worked - "Your package has validated correctly."
    Many Thanks for the help.
    Darren
    (haha! Sod's Law: "The iTunes Store is temporarily not accepting deliveries due to planned maintenance....." - but looks like it will work tomorrow!)

  • Disabling fields in table Maintenance generator

    Hi Experts,
    I would like to restrict some fields in table maintenance generator dynamically/ statically.
    Here is the situation.
    I have generated table maintenance for the table ZMARA and I have created three transactions for the above single table maintenance generator.
    i.e .. Transaction      ---        Table
              ZT1                  ---         ZMARA
              ZT2                  ---          ZMARA
              ZT3                  ---          ZMARA
    I am using above three transactions in my module pool program. Based on the certain conditions I am calling different transactions i.e ZT1, ZT2, etc
    Here is my requirement:
    Suppose if I call ZT1 transaction, I need to display only few fields. i.e ZMATNR, ZMTART, ZPRODH.
    or remaining fields should disable. User should not allow to change the content, even if it is new entries/existing entries. only ZMATNR, ZMTART, ZPRODH.
    Suppose if I call ZT2 transaction, I need to display only few fields. i.e ZMATNR, ZMTART, ZHTSCODE
    How can we restrict dynamically when you call table maintenance generator table through transaction
    or
    How can we generate table maintenance for few fields?
    Edited by: r badveli on Mar 16, 2009 4:27 PM
    Edited by: r badveli on Mar 16, 2009 4:27 PM
    Edited by: r badveli on Mar 16, 2009 4:28 PM

    Hi ,
    go to Se11->Table maintenace generation. Double click on screen to edit and assign the field you want to display/hide to groups. In PBO , after the following lines..
    LOOP AT EXTRACT WITH CONTROL
    TCTRL_ZMARA                         CURSOR NEXTLINE.
       MODULE LISTE_SHOW_LISTE.
    ENDLOOP.
    Write a new module in PBO and edit the SCREEN as per the Tcode, you are calling,,'
    Hope this helps you
    Rj

  • ADDING A NEW FIELD IN TABLE MAINTENENCE GENERATOR

    I HAVE A REQUIREMENT OF ADDING A FIELD TO DATA BASE TABLE .
    THAT ADDED FIELD SHOULD BE ABLE TO MAINTAIN IN TABLE MAINTANENCE GENERATOR WHICH IS ALREADY THERE.
    CAN YOU GUYS TELL ME HOW TO ADD NEW FIELD IN TABLE MAINTENENCE GENERATOR.
    PLEASE TELL ME HOW TO DO THIS .
    I AM USING 4.6C

    Hi
    Add a field to existing table and delete the maintenance generator and re create the same
    Regards
    Shiva

  • Search help for 'Account ID' field in 'Identify Account' section

    Hello all,
    We are on CRM 5.0.
    I want to attach the search help 'BUPA' for the 'Account ID' field in 'Identify Account' view of IC Webclient.
    Can you please let me know how I can achieve this.
    Regards,
    Nag

    Hello Glenn,
    Thanks for the reply.
    Let me rephrase my question.
    Account ID is already there as a search field. But I want to add F4 search help for this field.
    So when the user hits F4 key, the system should display the 'BUPA' search help so that user can search for the BP number by name, zip code etc.
    So I want to attach the search help 'BUPA' to the 'Account ID' field in the screen.
    Can you please let me know how to do that?

  • Adding new search fields in identifying accont in CIC Web client

    Hi All,
    How do I do to add a new field (not in BOL) to search for in the identiyng account in CRM 4.0 Interaction Center Web client.
    We have extended the BOL with the new field and add it to the BSP for BupaSearchB2B, But what and where do I add functionality to also actually use the field content when searching for business partners.

    Hi jan
    I am facing the same problem we are adding one field to identify account in CRM 4.0 IC WEBCLIENT , field name is CIF NUMBER (bu_sort1 or bpext)  , I identified that it is not an standard BOL field , can you please update me how you added the new  field to bol structure and what is the follow up process to provide complete functionality like the existing fields , Please extend your help regarding this field addition , it is very urgent
    this is my mail id [email protected]
    Warm regards
    bms

  • How to hide fields in table maintenance generator dynamically.

    Hello Experts,
                         I have one requirement and that needs to do dynamically display the fields in table maintenance generator based on the selected radio button.I have written the code in pbo but it is not working properly,can anyone figure me out in this.
    Thanks,
    Vinod Bhaskar.

    Hi vinod
         when you are creating tmg , you will specific a function group name  and sap generate a func group which contains that tmg . you can view in se80 , specifying function group name. In that , screen contains single screen 100 or two screen 100,200 .
         screen you can create module in pbo .u can find all field name in that screen.
        loop at screen.
       if screen-name = ''.
       screen-visible = 0.
       endif.
       modify screen.
       endloop.
    regards,
    vijay.

  • Changing the readOnly attribute of fields in a JHeadstart generated table

    Hey Folks,
    I'm trying to set the readOnly attribute on a bunch of fields in a jheadstart generated uix table based on a http request param, using a <boundAttribute>. For some strange reason, the value of the param is ALWAYS seen as true within the table, no matter what the param actually is set to. I have other fields that are NOT part of the Jheadstart generated table, and it is working fine. However, when I try and apply the boundAttribute to the uix table, the readonly attribute is always seen as true. Why is this? Wouldn't the http request param be the same throughout the page no matter if it was in a uix generated table or not? What am I doing wrong? I'm using Jdev 10.1.2 and Jheadstart 10.1.2.2, using struts/uix.
    Thanks!

    Sure. First, note that this page submit to itself. Previewmode is a request param that gets toggled to true or false each time the page loads through a seperate boundAttribute.
    Here is the code for one of the fields on the uix table:
    <messageTextInput id="${ui:concat('DetailsInClaim:ProcRevDrug:',uix.current.tableIndex)}"
    model="${uix.current.ResubmitProcRevDrug}"
    text="${uix.current.ResubmitProcRevDrug}"
    name="ProcRevDrug"
    promptAndAccessKey="&amp;Procedure / Revenue"
    rows="1"
    maximumLength="12"
    columns="5">
    <boundAttribute name="readOnly">
    <if>
    <not>
    <comparison type="equals">
    <convert javaType="string">
    <dataObject default="${!param.previewMode}"/>
    </convert>
    <fixed text="true"/>
    </comparison>
    </not>
    <fixed text="true"/>
    <fixed text="false"/>
    </if>
    </boundAttribute>
    </messageTextInput>
    However, our consultant figured out that applying the value of ${param.previewMode} directly to the readOnly attribute WITHOUT using a bound attribute actually worked. (within the messageTextInput tag do readOnly="${param.previewMode}"
    Not sure why that would work as when a <boundAttribute> would not.

  • Search Help for field on table maintenance generator ECC 6.0

    Hi All.
    To maintain search help for a custom field on table maintenance generator.
    Only through coding.
    Cannot use domain or data element or table field search helps.
    Have to code only.
    Is there any way?
    Can I do modifications/additions to screen code and achieve this?
    Regards,
    Veeranji Reddy P.

    Scenarion:
    1. table with 2 fields.
    2. table maintenance generator.
    3. Function group with one screen(0001-mentioned in table maintenance) created.
    4. For one field on table maintenance generator...where we add new entries to table, i want a search help.
    Conditions : only coding has to be done..no search helps I can use.
    Coding where and what?
    one option is to code on the screen 0001- either in PBO/PAI.
    Is it a rite place...? or any other option? But no search helps as mentiond in my first message can be used.
    Thanks and Regards,
    Veeranji Reddy P.

  • Out of 25 fields we identified 23 fields

    Hi All,
                     we are planning to develope one pp report .out of 25 fields we identified 23 fields.but i did not find  the related infoobjects for operation short test,system status.how can i identify related infoobjects for these two infoobjects.i analysed all pp data sources & cubes.please give me suitable solution

    hi
    there is a table called "RSOSFIELDMAP"
    goto se11 go to the table and enter your datasource name
    It will give the R/3 Field and corresponding bw infoobject name
    this will work only if your datasource is standard...
    Else
    go to tcode - "RSD1" in BI there u can find all infoobjects in BI....
    Regards
    YuvaraajP
    SAP - BI Consultant

  • Add field in table maintenance generator screen of maintenance view

    Hi,
    I am having a table with field user-id. I want to generate a maintenance view which will have corresponding user name as input disabled field. Since there are two tables USR21 and ADRP I need to access(not a direct check table) I will have to modify the code generated by the table maintenance generator.
    Problem is that it is having one internal table EXTRACT at table control loop. That internal table cannot be accessed if you write a module inside the table control loop and try to catch. The error coming as EXTRACT is not object of structure and therefore no component. I tried to capture the value of the Loop but could not be successful. Any suggestion please.
    Thanks,
    Atanu

    Hi,
    sample:
          MODULE LISTE_UPDATE_LISTE.
        ENDCHAIN.
    *--->begin of your change
        CHAIN.
          FIELD YTAB1-BILKS .
          FIELD YTAB1-BILKH .
           module check_bewar  ON CHAIN-input. "your checks
        ENDCHAIN.
    *-----> end of your change
      ENDLOOP.
      MODULE LISTE_AFTER_LOOP.
    ->  module check_bewar  is in an includ z123_INCL
    Regards Andreas

  • Additional search field in "Identify Account"

    Hi,
    We have CRM 5.0 system and in the IC for "Identify Accounts" the requirement is to add the field for organization so that the users can arrive at the customer by mentioning the organization name.  I am new to CRM . Can some one suggest me or provide me a link which explains this requirement.
    Thanks in Advance.

    Hi,
        For Identify Account view, to add a new field, first search whether the company name field
        is available in BOL layer or not. you can search the BOL entity BuilHeaderSearch to check
        whether Company name field is available or not, if not then add it to BUPA Busines object
        using EEWB. After that, goto BSP_WD_WORKBENCH Transaction and create an attribute
        in the SearchCustomer context node, and modify the required methods as per your search.
        Please let me know if you find any difficulty in adding it.
    Thanks
    Arun Prasad Rapeti

  • Currency field in Table maintenance generator

    Hi,
    I have created a table with fields amont and currency..When I create generate the table maintenance for this table I am not able to see currency and amounts field on the generated screen. Please do help me whats missing from my end.
    raghu

    make the foriegn key for the currency TCURC
    This was for those whose currency keys are not maintained
    Resaon might be the Currency is not maintained in the table TCURC
    they can be maintained in SPRO
    SAP Netweaver - > General Setting - > Currencies - > Check Currency Codes
    Regards
    - Gopi

Maybe you are looking for