Issue : Adding additional fields  to a standard page

Hi OAF experts,
My requirement is I have to add 2 custom fileds to a Standard Page,the 2 fields are not available in any standard table,
So i have created one Custom table for the addtional fields,
my VO is EO based VO , So i have created one standalone EO based on Custom table.
I have extended my VO adding the custom EO,
after all things like substuting ,importing,compiling .java files,bouncing server iam getting an error like 'unable to access the draft quote'.
At the time of Extending VO my additional fileds coming from custom EO are becoming as Transient,
Iam working on R12.1.1 ,Jdev 10.1.3.3
can any body please tell approach of mine is correct or not,
othervise Can you tell me the right approach,
Thanks,

Hi Prathap,
Thanks for the reply,
but i have already modified sql Query,after that only the error is coming
my custom fields are Quote Type,Base Quote. which are in last part of select statement.
iam giving my query:
SELECT BidHeadersEO.BID_NUMBER,
BidHeadersEO.AUCTION_HEADER_ID,
BidHeadersEO.BIDDERS_BID_NUMBER,
BidHeadersEO.BID_TYPE,
BidHeadersEO.CONTRACT_TYPE,
BidHeadersEO.TRADING_PARTNER_CONTACT_NAME,
BidHeadersEO.TRADING_PARTNER_CONTACT_ID,
BidHeadersEO.TRADING_PARTNER_NAME,
BidHeadersEO.TRADING_PARTNER_ID,
BidHeadersEO.PHONE,
BidHeadersEO.FAX,
BidHeadersEO.EMAIL,
BidHeadersEO.BID_STATUS,
BidHeadersEO.BID_STATUS_NAME,
BidHeadersEO.AWARD_STATUS,
BidHeadersEO.AWARD_STATUS_NAME,
BidHeadersEO.BID_EFFECTIVE_DATE,
BidHeadersEO.BID_EXPIRATION_DATE,
BidHeadersEO.PUBLISH_DATE,
BidHeadersEO.CANCELLED_DATE,
BidHeadersEO.DISQUALIFY_REASON,
BidHeadersEO.FREIGHT_TERMS_CODE,
BidHeadersEO.CARRIER_CODE,
BidHeadersEO.FOB_CODE,
BidHeadersEO.NOTE_TO_AUCTION_OWNER,
BidHeadersEO.ATTACHMENTS_FLAG,
BidHeadersEO.LANGUAGE_CODE,
BidHeadersEO.CREATION_DATE,
BidHeadersEO.CREATED_BY,
BidHeadersEO.LAST_UPDATE_DATE,
BidHeadersEO.LAST_UPDATED_BY,
BidHeadersEO.AUCTION_CREATION_DATE,
BidHeadersEO.BID_CURRENCY_CODE,
BidHeadersEO.RATE,
BidHeadersEO.RATE_TYPE,
BidHeadersEO.RATE_DATE,
BidHeadersEO.MIN_BID_CHANGE,
BidHeadersEO.ORDER_NUMBER,
BidHeadersEO.PO_TXN_FLAG,
BidHeadersEO.DOCUMENT_TRACKING_ID,
BidHeadersEO.PROXY_BID_FLAG,
BidHeadersEO.NUMBER_PRICE_DECIMALS,
BidHeadersEO.PO_AGREED_AMOUNT,
BidHeadersEO.BID_NUMBER_ORIGINAL_ROUND,
BidHeadersEO.BID_NUMBER_PREV_ROUND,
BidHeadersEO.DOCTYPE_ID,
BidHeadersEO.BID_REVISION_NUMBER,
BidHeadersEO.ORIGINAL_BID_NUMBER,
BidHeadersEO.ORIGINAL_REVISION_NUMBER,
BidHeadersEO.CANCEL_REASON,
BidHeadersEO.VENDOR_ID,
BidHeadersEO.VENDOR_SITE_ID,
BidHeadersEO.AGENT_ID,
BidHeadersEO.CREATE_SOURCING_RULES,
BidHeadersEO.UPDATE_SOURCING_RULES,
BidHeadersEO.RELEASE_METHOD,
BidHeadersEO.PO_HEADER_ID,
BidHeadersEO.PO_WF_CREATION_RND,
BidHeadersEO.PAYMENT_TERMS_ID,
BidHeadersEO.PO_ERROR_CODE,
BidHeadersEO.RATE_DSP,
BidHeadersEO.PO_START_DATE,
BidHeadersEO.PO_END_DATE,
BidHeadersEO.INITIATE_APPROVAL,
BidHeadersEO.PO_ERROR_MSG,
BidHeadersEO.DRAFT_LOCKED,
BidHeadersEO.DRAFT_LOCKED_BY,
BidHeadersEO.DRAFT_LOCKED_BY_CONTACT_ID,
BidHeadersEO.DRAFT_LOCKED_DATE,
BidHeadersEO.DRAFT_UNLOCKED_BY,
BidHeadersEO.DRAFT_UNLOCKED_BY_CONTACT_ID,
BidHeadersEO.DRAFT_UNLOCKED_DATE,
BidHeadersEO.ATTRIBUTE_LINE_NUMBER AS ATTRIBUTELINENUMBER,
BidHeadersEO.VENDOR_SITE_CODE,
BidHeadersEO.SURROG_BID_FLAG,
BidHeadersEO.SURROG_BID_CREATED_TP_ID,
BidHeadersEO.SURROG_BID_CREATED_CONTACT_ID,
BidHeadersEO.SURROG_BID_RECEIPT_DATE,
BidHeadersEO.SURROG_BID_ONLINE_ENTRY_DATE,
BidHeadersEO.COLOR_SEQUENCE_ID,
BidHeadersEO.OLD_NOTE_TO_AUCTION_OWNER,
BidHeadersEO.OLD_BIDDERS_BID_NUMBER,
BidHeadersEO.OLD_BID_EXPIRATION_DATE,
BidHeadersEO.OLD_MIN_BID_CHANGE,
BidHeadersEO.OLD_SURROG_BID_RECEIPT_DATE,
BidHeadersEO.OLD_BID_STATUS,
BidHeadersEO.OLD_BID_NUMBER,
BidHeadersEO.DISPLAY_PRICE_FACTORS_FLAG,
BidHeadersEO.REQUEST_ID,
BidHeadersEO.REQUEST_DATE,
BidHeadersEO.IMPORT_FILE_NAME,
BidHeadersEO.REQUESTED_BY,
decode(auctionHeader.IS_PAUSED, 'Y',
pon_response_pvt.get_header_close_bidding_date(BidHeadersEO.auction_header_id),
auctionHeader.CLOSE_BIDDING_DATE) AS AUC_CLOSE_BIDDING_DATE,
auctionHeader.AUCTION_TITLE AS AUCTION_TITLE,
auctionHeader.BID_RANKING AS AUC_BID_RANKING,
auctionHeader.MIN_BID_CHANGE_TYPE AS AUC_MIN_BID_CHANGE_TYPE,
auctionHeader.MIN_BID_DECREMENT AS AUC_MIN_BID_DECREMENT,
auctionHeader.NUMBER_PRICE_DECIMALS AS AUC_NUMBER_PRICE_DECIMALS,
auctionHeader.OPEN_BIDDING_DATE AS AUC_OPEN_BIDDING_DATE,
auctionHeader.SUPPLIER_VIEW_TYPE AS AUC_SUPPLIER_VIEW_TYPE,
auctionHeader.FULL_QUANTITY_BID_CODE AS AUC_FULL_QUANTITY_BID_CODE,
auctionHeader.AUCTION_STATUS,
auctionHeader.AUCTION_TYPE,
auctionHeader.BID_LIST_TYPE,
auctionHeader.CURRENCY_CODE AUCTION_CURRENCY_CODE,
auctionHeader.RATE_TYPE AUCTION_RATE_TYPE,
auctionHeader.RATE_DATE AUCTION_RATE_DATE,
auctionHeader.RATE AUCTION_RATE,
auctionHeader.NOTE_TO_BIDDERS,
auctionHeader.PROXY_BID_ALLOWED_FLAG ,
auctionHeader.MULTIPLE_ROUNDS_FLAG,
auctionHeader.AUCTION_ROUND_NUMBER,
auctionHeader.BID_RANKING,
auctionHeader.TRADING_PARTNER_CONTACT_ID auction_tp_contact_id,
auctionHeader.CONTERMS_EXIST_FLAG,
auctionHeader.SHOW_BIDDER_SCORES,
decode( nvl(AuctionHeader.IS_PAUSED, 'N'), 'Y','Y', nvl2(AuctionHeader.STAGGERED_CLOSING_INTERVAL, 'S', 'N')) as is_paused,
auctionHeader.HAS_PE_FOR_ALL_ITEMS AUC_HAS_PE_FOR_ALL_ITEMS,
auctionHeader.HAS_PRICE_ELEMENTS AUC_HAS_PRICE_ELEMENTS,
auctionHeader.PF_TYPE_ALLOWED AUC_PF_TYPE_ALLOWED,
auctionHeader.BID_FREQUENCY_CODE BID_FREQUENCY_CODE,
auctionHeader.BID_VISIBILITY_CODE BID_VISIBILITY_CODE,
lookups.MEANING BID_VISIBILITY_CODE_MEANING,
auctionHeader.EVENT_ID EVENT_ID,
auctionHeader.RANK_INDICATOR RANK_INDICATOR,
'Y' AS YES_STRING,
auctionHeader.HAS_ITEMS_FLAG AUC_HAS_ITEMS_FLAG,
auctionHeader.PUBLISH_RATES_TO_BIDDERS_FLAG PUBLISH_RATES_TO_BIDDERS_FLAG,
auctionHeader.ALLOW_OTHER_BID_CURRENCY_FLAG ALLOW_OTHER_BID_CURRENCY_FLAG,
auctionHeader.DERIVE_TYPE AUC_DERIVE_TYPE,
auctionHeader.DOCUMENT_NUMBER AUCTION_DISPLAY_NUMBER,
auctionHeader.AUCTION_HEADER_ID_ORIG_ROUND,
auctionHeader.AUCTION_HEADER_ID_PREV_ROUND,
auctionHeader.TRADING_PARTNER_ID AUC_TRADING_PARTNER_ID,
auctionHeader.CONTRACT_ID,
auctionHeader.CONTRACT_VERSION_NUM,
PON_AUCTION_PKG.TIME_REMAINING(auctionHeader.auction_header_id) TIME_LEFT,
auctionHeader.NUMBER_OF_EXTENSIONS,
auctionHeader.AUCTION_HEADER_ID_ORIG_AMEND,
nvl(auctionHeader.amendment_number, 0) AUCTION_AMENDMENT_NUMBER,
auctionHeader.HDR_ATTR_ENABLE_WEIGHTS,
auctionHeader.HDR_ATTR_DISPLAY_SCORE,
auctionHeader.HAS_HDR_ATTR_FLAG,
auctionHeader.POWER_BIDDING_ENABLED_FLAG,
auctionHeader.PROXY_BIDDING_ENABLED_FLAG,
to_char(null) POWER_BID_ON_LOSING_LINES,
auctionHeader.supplier_enterable_pymt_flag,
auctionHeader.progress_payment_type,
auctionHeader.Advance_negotiable_flag, auctionHeader.recoupment_negotiable_flag,
auctionHeader.progress_pymt_negotiable_flag,
auctionHeader.retainage_negotiable_flag, auctionHeader.max_retainage_negotiable_flag,
auctionHeader.po_style_id,
auctionHeader.last_line_number,
auctionHeader.number_of_lines,
auctionHeader.display_best_price_blind_flag,
auctionHeader.STAGGERED_CLOSING_INTERVAL,
auctionHeader.PRICE_TIERS_INDICATOR,
BidHeadersEO.TECHNICAL_SHORTLIST_FLAG,
BidHeadersEO.SHORTLIST_FLAG,
nvl(auctionHeader.TWO_PART_FLAG, 'N') TWO_PART_FLAG,
auctionHeader.SEALED_AUCTION_STATUS,
auctionHeader.LAST_PAUSE_DATE,
auctionHeader.TECHNICAL_EVALUATION_STATUS,
auctionHeader.TECHNICAL_LOCK_STATUS,
BidHeadersEO.SUBMIT_STAGE,
PFCQuoteEO.QUOTE_TYPE,
PFCQuoteEO.BASE_QUOTE
FROM
PON.PON_BID_HEADERS BidHeadersEO,
PON.PON_AUCTION_HEADERS_ALL AuctionHeader,
FND_LOOKUP_VALUES lookups,
PON.PFC_PON_BID_HEADERS_EXT PFCQuoteEO
WHERE
BidHeadersEO.BID_NUMBER = :1
AND
BidHeadersEO.AUCTION_HEADER_ID = AuctionHeader.AUCTION_HEADER_ID
AND
BidHeadersEO.BID_STATUS = 'DRAFT'
AND
lookups.lookup_type = 'PON_BID_VISIBILITY_CODE'
AND
lookups.lookup_code = auctionHeader.BID_VISIBILITY_CODE
AND
lookups.language = USERENV('LANG')
AND
lookups.view_application_id = 0
AND
lookups.security_group_id = 0
AND
PFCQuoteEO.BID_NUMBER = bidheaderseo.BID_NUMBER
Edited by: user12260892 on Jan 19, 2010 4:46 AM

Similar Messages

  • Adding Additional field "Supplier name" & "Supplier No" in MB5B Report?

    Can i add the above stated two additional fields in the standard report of MB5b, is there any implicit enhancement in the standard report which can help achieve my objective?

    Hi,
    The possibility to include additional fields in the report MB5B is       
    limited to MSEG, just as you can see in the text of the                  
    report RM07MLBD_CUST_FIELDS itself:                                                                               
    This include contains the structure for additional fields for report 
    RM07MLBD ( transaction MB5B )                                                                               
    the following fields are not shown in the list of report             
    RM07MLBD                                                             
    If you want to insert some of these fields in the list of the        
    hidden fields delete the '*' in the type definition.                 
    >>* There are only fields from database table MSEG possible <<<<<<<<<<<  
    Please use only the following fields, because these fields           
    are considered during the creation of the field catalog;             
    plaese consider, that each active field will cost performance                                                                               
    If you need to add aditional information from other tables, like the     
    Reference Document Number you will need to  build your own query.    
    Regards,
    Mauro

  • FBL5N : Adding additional field PERNR  to layout

    Hi experts,
    I had added additional field PERNR - personnel number in FBL5N layout for displaying in output.
    I had added pernr- personnel number by following the path
    SPRO -> Financial accounting ( new ) -> accounts receivable and accounts payable-> customer accounts ->line items -> display line items -> define additional fields for line item dispaly
    here i added bseg - pernr
    after adding , in FBL5N layout the field is appearing , but it is displaying blank in output  .
    Is there any thing needs to be done to display additional field in output of FBL5N.
    kindly give me any suggestions.
    thanks & tregards,
    Raghul
    Edited by: Raghul Gandhi on Mar 23, 2010 9:30 AM

    Hi,
    FBL5N: customer line item display.
    BSEG-PERNR: personnel number.
    Under which circumstances should BSEG-PERNR contain a value if you create customer related postings?
    If there is no personnel number given during posting (why should it?)  the field added to the FBL5N-layout will be empty.
    Best regards, Christian

  • Procedure to adding a fields for sap standard script.

    hi guys please send me the process or   code for adding the fields to  a  standard script ......
      regards,
      karthik.M

    Hi Karthik,
    Please check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/803279454211d189710000e8322d00/content.htm
    Best regards,
    raam

  • Adding additional fields on standard SAP pop up box

    Hi Experts!!
    I have to enhance IT0378(Adjustment Reasons) with additional fields. Same time I have to enhance a pop box wich is generating  in IT0171( General Benefits) in CE workbench.
    ( if you click on workbench, we get a popbox with a statement ' Benefit data for other Personnel assignments' . Selet green right mark with name 'work bench'. It will take you to Concurrent Employment Benefit Workbench screen. Choose any position in the left side then select create Adjustement reason button. you will get a pop box. Exaclty here i have to add the fields whatever i am going to enhace in IT0378 )
    Could you please give some easy steps to get it done.
    Regards,
    Ravi Visarapu.

    http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction

  • Make a field required in Standard page

    Hi All,
    I have a requirement to make a field required based on some codition.So I cannot personalise with "Personalize Page".I am extending the standard page CO.My code is as below:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String orgType=pageContext.getParameter("customerType");
    if("ORGANIZATION".equals(orgType)) {
    OAMessageTextInputBean acccntDesc=(OAMessageTextInputBean) webBean.findChildRecursive("AcctDesc");
    acccntDesc.XXXXX }
    Which method has to be placed instead of XXXXX ,to make that field mandatory.
    Please help me.... its very urgent.
    Akshata

    Hi Akshata
    Try this
    "acccntDesc.setRequired("yes");"
    Regards,
    pavan

  • Adding additional fields to an Infoset Query

    Hi Experts,
    I have added a couple of additional fields to an infoset query using SQ02.
    I have also written code for filling in the fields.
    I have also added them to some Field Groups.
    Despite this, when I run the query, they are not being displayed in the output list.
    What could be the reason for this?
    Kindly help with your inputs.
    Thanks in advance.
    Regards,
    Keerthi

    goto sq01,
    give the query name...
    goto change.. just below output, you have a drop down for field group and field catalog. select field catalog.
    select the fields you want to show in output

  • Adding additional field 1 to selection screen of CATSSHOW (CADO)

    Hello all,
      We recently added one of the additional field's to show up on the data entry section when using
    transaction CAT2...This is working fine and the data is entered into CATSDB.
      When using CADO, one can display the addtional field 1 and sort by this field.
      However, the users now want this additional field1 to be one of the selections when they
    use report CATSSHOW (CADO).
      Is there some type of way to configure SAP to have one of these additional fields show up
    as a selection field on program CATSSHOW (CADO)? My searches in this forum and the web
    have not shown me a solution yet.
      Or do I have to create a 'Z' version of CATSSHOW like ZCATSSHOW and do this myself?
    Thank-you,
    Rick Crawford

    Enhancement
    text
    F050S001
    FIDCMT, FIDCC1,
      FIDCC2: Edit user-defined IDoc segment
    F050S002
    FIDCC1: Change
      IDoc/do not send
    F050S003
    FIDCC2: Change
      IDoc/do not send
    F050S004
    FIDCMT, FIDCC1,
      FIDCC2: Change outbound IDoc/do not send
    F050S005
    FIDCMT, FIDCC1,
      FIDCC2 Inbound IDoc: Change FI document
    F050S006
    FI Outgoing IDoc:
      Reset Clearing in FI Document
    F050S007
    FIDCCH Outbound:
      Influence on IDoc for Document Change
    F180A001
    Balance Sheet
      Adjustment
    FARC0001
    Enhancements within
      archiving (FI)
    FARC0002
    Additional Checks for
      Archiving MM Vendor Master Data
    FEDI0001
    Function exits for
      EDI in FI
    FICT0001
    Exits for
      inter-company transactions
    RFAVIS01
    Customer Exit for
      Changing Payment Advice Segment Text
    RFBVX001
    Enhancement for bank
      directory transfer (Austria)
    RFEPOS00
    Line item display:
      Checking of selection conditions
    SAPLBANK
    User exit: Bank data
    SAPLF040
    WF: Preliminary
      posting (authorized for release)
    SAPLF051
    Workflow for FI
      (pre-capture, release for payment)
    SAPLFCPD
    One-time account data
      or different payee in booking
    SAPLSSRV
    User exit: Bank
      account numbers
    RFKORIEX
    Automatic
      correspondence
    please check which one  is better .

  • Questions on adding z fields to the standard extractor, Please reply !!!

    We have 0material, 0customer in our daily process chains where we do full loads daily, now we need to make that delta loads so that we can reduce the time of the execution of the pc. I know that these extractors can be delta enables but the problem is we have a few z fields for these extractors, like 20 fields for 0material and 3 fields for 0customer and currently we are doing full loads for these 2 infobjects. I want to know if these can be delta enabled so that zfields will be delta enabled. I mean in short if we make these delta enabled, will the z fields will come along with the standard fields since we are adding the z fields to the standard tables. Do we need to handle the code separately or is their any complicated code written along with it in the CMOD or just adding the zfields will bring the delta to BI. Please provide some links or any information on this regard. Please let me know if you need any other information. Thanks in advance.

    Hi Daniel,
    Deltas would be extracted based on some specific fields such as timestamp, dates or some kind of numeric pointer.
    In your case, lets say if you have some date field for eg. Changed on in your table on which delta would be picked up then that delta should also fetch up changes related with address.
    If this address field is directly present into your main talbe then changes would be directly picked up without any need of logic because table containing changed on date <your delta relevant field> also contains this address field.
    But if this address is coming up from some other table then some sort of logic should be written to populate the changes in address field with respect to that "changed on" date field.
    Rgrds,
    Nilima

  • ADF to BPEL - Adding additional field for the web service call

    I have an existing ADF project that invokes a BPEL process. Recently I added 2 new fields to the bpel process and I want to populate this additional fields from the ADF when calling the bpel process.
    What is the best way to do this ? I dont see a way to regenerate the data control. Am I missing something ?

    correct, i am using the WS data control
    I manually added the 2 new fields in the ProjectName.xml and pagenamepagedef.xml files and also he necessary code in the bean class . But when i run it i still dont see the vallues passed to the bpel process.

  • Disabling button depending on the Value of a field in a standard page

    Hi,
    How can I disable a button depending on the value selected in a particular field of the same page? Is it possible to do so in a Oracle standard page? Please guide me in resolving this requirement.
    Thanks,
    Swagatika

    Swagatika,
    You can attach PPR event to the textinput field and use method
    pageContext.ForwardImmediatelyToCurrentPage().As process request method will be called again,here you can use method setDisabled(boolean) in OAsubmitButtonBean, to enable or disable your button!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Adding Additional fields to DirectoryEntry items

    Is it possible to add additional fields to a DirectoryEntry item when creating a custom directory?
    I've got a custom directory working currently and now I want to add another field (Cellphone) to the directory.
    Here's what the xml would look like:
    <CiscoIPPhoneDirectory>
    <Title>My Test Directory</Title>
    <Prompt>Just Testing</Prompt>
    <DirectoryEntry>
    <Name>Johnson, Darren</Name>
    <Telephone>8110</Telephone>
    <Cellphone>7012616557</Cellphone>
    </DirectoryEntry>
    <DirectoryEntry>
    <Name>Johnson, Darrell</Name>
    <Telephone>8648</Telephone>
    <Cellphone>7012616557</Cellphone>
    </DirectoryEntry>
    </CiscoIPPhoneDirectory>
    This works in IE but throws an "XML Error [4]: Parse Error" exception on the phone.
    What I'd like to do is create a 4th SoftKey at the bottom of the page for "CellPhone".
    Thanks

    You can't extend the language that the phone understands... it can handle what's in the schema and that's that. However, if you look into the schema, you'll see that a CiscoIPphoneDirectory may have up to 8 softkeys:
    Thus, you can add your own softkeys the usual way
    Displayed sofkey label
    URL or URI action for softkey RELEASE event
    URL or URI action for softkey PRESS event
    position of softkey
    Of course, if you add your own softkeys, you're going to lose the ones that are normally there so you have to replicate those as well (so the first one would have the URL "Dial:8110", the second one "EditDial:8110", the third one "Key:Services" and the one you want to label cellphone (obviously the key doesn't have so much space so you might just call it "cell", would use the URL "Dial:7012616557" (all those URLs are in relation to the first directory entry you posted).
    Come to think of it, I suspect that a CiscoIPPhoneDirectory isn't really what you are looking for, since that element offers no means of triggering a different action for whatever item has been selected whereas a CiscoIPPhoneMenu allows you to have an URL per menu Item plus an url suffix per button so you can do all that you need to do in this case.

  • 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.

  • Adding additional fields to an existing Infoset.

    Experts,
    I got a requirement to add additional fields to an existing info set which belongs to different Logical Data base.
    The existing info set is based on PNPCE LDB and the fields are from PD (i.e PCH ldb).
    Please let me know hw to add those fields...
    Thanks,
    Shrini

    Hi Shrini,
    You can add fields from PD infotypes (1000-1999) to a PNPCE infoset if the object has a relationship to a Person.  Example would be Position which has the relationship Holder.  You go to Change the Infoset.  Edit --> Change infotype selection.  Scroll down to the bottom and open Infotypes of Related Objects.  Open Position.  There you will see the possible relationships between a Position and Person.  Select Holder.  There you have the list of infotypes assigned to a Position that you can add by checking each.  You can then add whatever fields are in that infotype to the Infoset. 
    Problem comes in if there is no direct relationship between a Person and the object - such as Job that you want to include in the Infoset.  A Job describes a Position and a Person holds a Position, but a Person does not have the direct relationship to the Job except as a Dislike or Successor.    In this case you would need to create a new PCH Infoset with the root object Position.  Then using the relationships between Position and Job and Position and Person, you can access the infotypes from PA as well as PD.
    Paul

  • 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

Maybe you are looking for

  • Online Radio Management Software for Arch Linux

    After switching to Arch Linux, I found out that I have no interest to try any other distro. Unfortunately I really missed something that I have used in Ubuntu, and that was Sourcefabric : Airtime. It is a free opensource radio automation software, an

  • Spring Web service in Weblogic 10.0

    Hi, I have developed a spring webservice and it is running in tomcat 6.X but now I am trying to deploy that war file in weblogic 10.0 running on jdk5 and I end up with the error org.springframework.beans.factory.BeanCreationException: Error creating

  • DTA won't run ... error message cannot find file

    I downloaded Data Transfer Assistant, and put it on my desktop.  When I run it, it says System Error: The system canno0t find the file specified. I found the DTA log file, all I find are a lot of entries showing... [02/21/2010 21:36:20] [information]

  • SQL - Retriving Last 6 rows from Join of 2 Tables

    Hi All I want to retrive the last 6 rows from a query which has join of 2 tables Thanks in adv. Junu

  • Cost Elements in CO

    Hi, We assign profit center in material master. In case of FI reports, Inventory balances can be seen PC wise. However, in CO-PCA, inventory balances cannot be seen. Any ideas? As per my understanding, since Inventory accounts are not Cost elements,