Search by External BP Number in CIC0

Hi,
I have modified my HTML to add the new field BPEXT
Now I want to do the search of BP by BPEXT but I don't know I to do it, as this field is not included in standard structures.
I have already searched solutions to my problem in this forums but I do not finish to follow them
I have added this field to a new Z structure and added it in TCODE CRMC_CIC_SEARCH_CNTR
I think I have to modify now my profile in TCODE  CRMC_CIC_SEARCH_RULE but I don't know the way, how can I do it?
Because when I search by my new field, I get the standard search help form BP and I would like to avoid it.
Does anybody knows how to do it?
Thanks in advanced

Hi,<br>
Best is to copy transaction PR05 and create a custom transaction. Then create a custom function copied from the HELP_START function. DONOT modify any existing function of SAP.
Good luck<br><br>
Thanks,
Amosha
<br><br>"Known is a drop & unknown is an OCEAN!"

Similar Messages

  • External Manufacturer number field in vendor master (EMNFR)

    Hello Experts
       I am trying to search for a field  External manufacture number i.e EMFNR , I checked in OBD3 this field is maintained as a mandatory field I can see this field in LFA1 table But when I go to XK01,I can't see this field in cantrol tab is there any other setting I need to do for activate this field ?

    Hi Expert,
    The Field you mentioned is not correct, it is LFA1-EMNFR and You need to change the Field Status for the Client level to activate the field. That is done in the T-Code: OB23.
    There select the Option - Double Click - Create Vendor (Centrally) and then try again with T-Code: /NXK02..
    This will solve your issue..
    Regards,
    GK
    SAP

  • ChaRM External Reference Number Field

    Hi
    In ChaRM, we have used external reference number field for information. When a ChaRM CR is created, the requester fills required information in the field. In Normal Correction, this information is not automatically taken from the CR document to the correction document. When we search a normal correction by external reference number, it does not give any result, as the information is only shown in the CR document. This however works as expected in Ur.gent Corrections.
    What could we do about this?
    Many thanks for your answers in advance.
    BR Li

    Hello,
      you need to check the mapping rules for field External Reference Number in copy control for Normal Corrections.
    Go to the IMG: Scenario specific->change request management->Extended config->change trans types->copy control
    Define Mapping rules.
    Regards,
    Raquel

  • Assign external delivery number using BAPI_DELIVERYPROCESSING_EXEC

    Hi Experts,
    How to assign the external delivery number using "BAPI_DELIVERYPROCESSING_EXEC?
    For internal no, the BAPI works and I try to pass the parameters "tbl_request-EXTDELV_NO = XXX" to the BAPI , it prompt an error "Unexpected issue of error message (output NR 751)"
    Thanks

    Hi,
    Please check the external number which you are giving is within the number  Range defined  in Configuration  .
    regards
    Deepak.

  • PO Creation with external PO number

    Hi All,
    We have SRM and some other legacy system. We will receive the PO information from the legacy system with the Legacy PO number. Now we have to create a PO with external number only.
    So for PO creation we are using the BAPI BAPI_POEC_CREATE.  this is working fine if you dont pass any external PO number.
    But If you pass external PO number I am facing some problem. BAPI_POEC_CREATE is giving the informaiton that PO with XXXXXXX number is created, but when we call BAPI_TRANSACTION_COMMIT it is throing some error like.
    Buffer table not up to date
    Message no. BBP_PD001
    Diagnosis
    In LOOP OBJ_RELATIONS_UPDATE (function group SAPLBBP_PDH_OR) an inconsistent status was discovered.
    Procedure
    Start the transaction again. If the error occurs again, create an OSS message.
    To analyze the error, you can set a breakpoint in the function module 'BBP_PD_ABORT' and look at the call-up hierarchy in debugging mode.
    Is this the number range problem? please tell me what is missing.
    Thanks & Regards,
    Raghu

    Raghavender,
    I think that maybe the external number is not the problem.
    Sometimes the explicit <b>COMMIT</b> causes this error cuz some processes or BADI's  are accessing the table at memory level, so if you use this explicit bapi_transaction_commit maybe it will raise that error...
    Have your tried to remove that function call?
    Please acknowledge if it worked...
    Regards,
    Gerardo.

  • External Reference number not copied in Service Confirmation

    Hi,
    We are on CRM 5.0 SP11. We have Mobile Service 5.0 SP11.
    In Mobile Service in the Service Order creation screen we have a window to input External reference number. When we create a Service Confirmation as a followup document of Service Order, SAP by default only allows to copy Reference Object,Subject and notes (both header and item level) to the Confirmation.
    Does anyone have idea how we can copy the External Reference number to Confirmation when we do followup to Service Orders on mobile.
    This functionality works fine on Enterprise.
    Thanks,
    Yatin

    Hello,
                 The external number won't be copied by standard as Wolhfard said they are different documents.
    You need to code this to make this copy from service order to Service confirmation.
    Open your Mobile Application Studio and make following changes.
    Open the BusinessObject "BOMSVHelper"  and view the code. Go to the Method "CopySrvTransHeader"  write the following code in it.
    Find the code
    UserName = _unwind(BusinessRootObject.UserDataDictionary.GetData("USERNAME"))
    and paste the following code below it.
            Dim servconfobj As BusinessObject = bocopysrvtrans.SalesInfo
            Dim servtransobj As BusinessObject = orderheaderobj.SalesInfo
            servconfobj.SetAttribute("PoNumberSold", servtransobj.GetAttribute("PoNumberSold"))
            servconfobj.SetAttribute("PoDateSold", servtransobj.GetAttribute("PoDateSold"))

  • External Phone Number Mask issue in CUCM 8.6

    I'm having an issue with External Phone Number Masks in CUCM 8.6
    Until recently our DID ranges were all in the 301-713-nnnn range.  Using the EPNM worked successfully providing CallerID.    We have now added some DIDs with the prefix 301-427.
    I have set the Route List Detail Configuration to:
    Use Calling Party's External Phone Number Mask*  Off
    Calling Party Transform Mask   3014279999
    However, when I run debug isdn q931 on the gateway the Calling Party Number = '3017139999'.
    It appears that the mask 3014279999 is being changed to 3017139999 by Call Manager,  but I do not know where this is happening.   
    I do not have any translation  or transformations set.

    Here is my understanding of the Caller ID.  You can set or change the ID in 4 places:
    1.  The DN - set the External Phone Number Mask on the DN on the phone device e.g. if the DN is 1234 and the EPNM is 301713XXXX , the caller ID becomes 3017131234
    2. The Route Pattern - you can check the box to use the EPNM set in 1 or leave unchecked and set a mask here in the same way as 1.   A mask set here will overwrite the mask in 1. In my case I want to use the EPNM and I have the option unchecked and no transformation
    3. The Route List (Route List Detail) - you can set Use Calling Party's EPNM to ON or OFF or Default.  ON means use the DNs EPNM.  If set to OFF you can set a mask here and this will overwrite the mask in 1. and 2.   I my case I have this set ON to use the DNs EPNM
    4. On the Gateway - on the endpoints you can set Caller ID DN in Call Routing Outbound Calls.  This setting overwrites the masks from 1., 2. and 3.   You need to reset the gateway (not just the endpoints) for changes to take effect.   In my case this is blank.  It did have a value of 301713XXXX.  When I removed this I failed to reset the gateway to the setting was still active causing my issue

  • Purchase Order Modification: External Document Number already assigned

    Hello,
    We're running Extended Classic Scenario in a SRM 4.0 implementation.
    The problem is the following: When the user modifies a purchase order (this purchase order is already replicated to the backend), sometimes (not always), the next error occurs:
    "Purchase Order XXXXXXXXXX: PO header data still faulty "
    "Purchase Order XXXXXXXXXX: External document number XXXXXXXXX already    assigned"
    The system does not provide additional info (RZ20 give us the same message, no ST22 dumps...
    We think it could be some kind of error in the standard BAPI BAPI_PO_CHANGE.
    We've revised the SAP OSS but didn´t find anything....
    Some idea?
    Regards and Thanks in advance!!!

    Hi
    <u>Any other rrors / dumps noticved in system using RZ20 and ST22 transactions ?</u>
    <b>Have you seen this helpful pointers and link ?</b>
    <u>The related SAP OSS notes are as under :</u>
    <b>"Purchase Order item 00010 still contains faulty account assignment items"</b>
    <b>Note 1000184 - Account assignment error when document transfer to back end</b>
    Note 966323 - Service Item: Not able to create PO in ERP backend
    "Purchase Order item 00010 still contains faulty account assignment items"
    Re: How to create a PO in R/3 from a local Bid Invitation in classic scenario ?
    Re: From local Bid invitation PO is not generated in backend
    <b>Do let me know.</b>
    Regards
    - Atul

  • Required entry field External Vendor number is Empty

    HI All,
    For my client scenario I need to use TRUST module Business partner Number (Role: General Business Partner) for our Fx-Real estate because When ever Employee join in company  General Business partner  will created and for TRUST requirement they are assigning customer role for BP and subsequently in FI vendor master will create for Employee.
    So as per client requirement I need to  use same Business partner  with role of Land lord with vendor account  and I will give link this Business partner to FI vendor master.
    But While assigning Landlord with vendor account role for that business partner system showing the error Required entry field External Vendor number is Empty.
    Solution is highly appreciated.
    Thanks in advance,
    CM

    Hi AP,
    Thanks for the reply and I tried to give Existing Vendor Number in Vendor General Data Tab and saved it but BP could not saved with Vendor Number and system not given any message also.
    Kindly help me
    Regards,
    CM

  • Error: External NotaFiscal number/series is wrong, in MIRO - CreditMemo

    Hi All,
    Could any one investigate and rectify my issue.
    When I'm posting an Credit Memo in MIRO, I'm getting an Error: "External NF number/series is wrong"
    Full detials of the error
    Message no. 8B 236
    Diagnosis
    A possible reason is that you are trying to create a complementar / correction with reference to another complementar / correction. This is not possible in the framework of the document flow chosen here.
    System Response
    Not possible to proceed.
    Procedure
    o Cancel the preceding complementar / correction.
    o Issue a new order with reference to the original billing document.
    Details of the Activity happened for the PO
    a. PO: 4572043603 Dated: 22.01.2009, with Item: 1 having Qty: 350 with Unit Price: 8.82
    b. GR: 5000063901 Dated: 22.01.2009, with Item: 1 having Qty: 200 with Unit Price: 8.82
    c. IR: 5105684784 Dated: 22.01.2009, with Item: 1 Having Qty: 200 with Unit Price: 8.82, and Nota Fiscal Type: E1 - status as Doc.Type: Nota Fiscal, Direction Movement: Incoming, NF Partner: Vendor
    d. Now doing while a credit memo (getting error as said) in this with Nota Fisal: E4 - status as Doc.Type: Return, Direction Movement: Outgoing, NF Partner: Vendor
    Waiting for anyone to response and give me some solution on this error to rectify
    Thanks in Advance.
    Regards
    Dinakar

    Self resolved.
    Solution used: made PO Status as GR Based IV (ensure that this status is available before any transaction of GR & IR is done for the PO)

  • "External BP number has already been assigned"

    Execution of t-code BP, results in the following error for each vendor and customer with the same "external" number .
    External BP number 100000 has already been
    assigned for business partner 0000000045
    Display this message for this business partner
    again? 
    If No is selected, the error will still display as soon as the transaction is run again for each BP (200 duplicates = 200 error messages to click through prior to displaying the business partners), as well as each time a "duplicate" business partner is selected.
    Therefore, other than the issue outlined above, please indicate any other issues that will arise from having the same customer and vendor number range defined in ECC, and note that 30,000 existing vendors and 3,000 existing customers exist for this client.

    Hello David,
    This usually happens, when in the feeder system some customers and vendors have the same number, so this are only seemingly duplicates. The message is not really an error message, it does not prevent you from doing anything, it is only an info message, but a fairly superfluous one. If it really disturbs you, open an OSS message and ask SAP for a correction
    BR Martin

  • How to make External Reference number and Ref Date Mandatory in Complaints

    Dear Experts,
    Greetings!!!.
    How to make External Reference number (EXT_REF_NUMBER ) and Ref Date ( EXT_REF_DATE ) Mandatory in Complaints.
    Regards,
    Sany

    HI,
    You can use Incompleteness Procedure to make those fields mandatory in complaint transaction.
    Regards,
    PP

  • E71 how to search contact by phone number

    Hi All,
    any idea for E71 how to search contact by phone number? sometimes it will be useful if  i can just type in the phone number and it show me the contact name
    Thanks

    There is no way to do that directly from Home Screen, however you can always get in the "Search: Internet and My Content" application, choose contacts and start to type phone number. You will get what you want.
    Enjoy!
    Ricardo
    Nokia E71-3 - Wireless Warrior

  • External Phone Number Mask Question

    We have several phones with NonDID number on them.  Our route pattern is setup to use an external phone number mask of the sites main number (1112223333).  However on two of the phones, we would like to have a different number displayed (1112224444). We have tried to do this by entering this number (1112224444) into the extranal phone number mask of the DN on the 2 phone.  This did not work, the main number (1112223333) is still being displayed (caller ID).
    We know that we can just remove the external phone number mask from the route pattern and then enter one (external phone number mask) into every dn.  But, is there an easlier way to accomplsish this (there are currently 50 phones at this site)?

    Unless the checkbox for use the external calling party number is checked in the RP it's useless to set it on the phone.
    You're sending the main number because most likely the checkbox is unchecked and as you mentioned you have hardcoded that mask.
    Other than copying the RP, creating new partition and modifying CSS from those 2 phones, I would just check the checkbox on the RP and use BAT to change the external calling party mask on the DNs.
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Search in external files with Oracke DB?

    Is it possible to use Oracle DB to search in external files (Excel and Word)?
    If yes, does it work in version 7 and 8 also?
    Per Magne

    Is it possible to use Oracle DB to search in external files (Excel and Word)?
    If yes, does it work in version 7 and 8 also?
    Per Magne Yes it is possible. The name for this feature is different in each version and I recommend to use 8.1.7 or 9i and you can use a FILE_DATASTORE.
    Oracle is using a third party apllication (INSO-Filter) to covert excel,word,... to html and index these.
    7/8 context option (or cartridge)
    8i Intermedia Text
    9i Oracle Text
    For further in see the documention here on technet.
    Thomas

Maybe you are looking for