Catalogid field not going in R3 backend

hi all,
Catalog id field is there in SRM PO but this field is not there in R3 PO.
How can i get this field in R3 PO.
I am working in SRM 4.0 extended classic scenario.
Thanks,
Smita

hi Yann,
I explored EKPO table and Tracking no field has been used. There is other field we can use as we have explored all options.
We will have to go for a custom defined field at R3 side and then pass the catalogid there.
Can you help me out how to achieve it.
Thanks & Regards,
Smita

Similar Messages

  • SoCo - Replace with Catalog Item SC: CATALOGID field not updated

    Hi All:
    We are in SRM 7.0 and ECC 6 Classic Scenario
    In our PDP business scenario, PReq's from ECC goes to SoCo and we replace some requirements with Catalog Item. The issue for our compliance reporting the SC
    table:BBP_PDIGP
    field: CATALOGID
    is not getting updated.
    Do we need a BADI to this work or this is a bug?
    Any input is appreciated.
    Thanks,
    Mike

    Any changes you made to the SC in sourcing cockpit will not be saved to the SC tables. This is standard SRM behavior. You may have to write a code in custom programi to save the data back to SC table.
    Regards,
    Jagadish

  • Some fields value goes missing while hitting backspace

    While hitting backspace on a page the previous page that opens does not hold all the data that was filled in. Some of the field values goes missing. I think it is a browser cache problem. The browser should always rememeber the field values while reloading a page. In some of the cases it does not(specially when backspace is being pressed). Is there any suggestion? Please help me out.

    Hey.. I have encountered the same problem too. Actually if I have some text field elements and if we implement some kind of Javascript or Jquery validation on it and then after moving to next page when we press backspace we do not get previous input values in the previous page. Not only that some times if we do not implement any validation still the values lost while coming back to the previous page by pressing backspace or browser back button. Any suggestion please..

  • Limit PO price changes are not replicated to ECC backend

    Hi all,
    SRM 5.0 ECS SP13.
    When I change the value(increase/decrease) in limt PO which is already created(PO is changed for first time) and order the PO,under Overview screen.,the PO total value(at header level) shows the correct changed /new value while at the Item level,the Net price is shown as the old value!However when I go and check the item details,the  field "VALUE" and "EXPECTED VALUE" have the changed/new value.
    Because of the above issue,the PO changes are not replicated to ECC backend system.When I tested the BAPI BAPI_PO_CHANGE1 with the test data,there is no error mesasge in ECC backend system.
    After this,when I change the PO for second time(again value increase/descrease),the total value and net price is shown correctly in SRM and changes are also replicated to ECC backend system!
    I have also checked the cong for SPOOLPARAMETERS under Set Control Parameters and eveything is set correctly as shown below
    SPOOL_JOB_USER     User that execueds spool job.     CUA_ADMIN
    SPOOL_LEAD_INTERVAL     intervall by which the retrytime incr.     60
    SPOOL_MAX_RETRY     Max. number of retrys for writing BAPIS     10
    Can someone throw some pointers how to resolve the above issue.
    Thanks in advance.

    Hi
    can you recreate the same issue
    are you saying that
    1. create a limit po for 100 USD and replicated to ECC AS 100 USD total value.
    2 . now update the PO in SRM 150 USD and it was not replicated to ECC ?
    or
    1. limit sc
    2. Limit PO
    3. update not reached ECC.
    Note 1284361 - Limits not transferred to backend purchase order
    Symptom
    Extended classic scenario.
    You have ordered a purchase order with more than one hierarchy item containing a limit.The purchase order is created or updated in the backend system without errors but the limits are missing in the backend purchase order.

  • Email Notifications for Collaboration Tasks are Not going to Lotus Notes

    Hello Everyone,
    Email Notifications for the Tasks in Collaboration are not going to Lotus Notes. We are working on EP 7.0 SP14 with external ITS and backend r/3 4.7.
    I performed all the configuration activities that are suggested in the below wiki:
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageId=61244035
    It was worked fine once for me when i perfomed the activities mentioned in the below thread:https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    But after restarting our Portal Server the Email Notifications for Collaboration Tasks are not coming.
    Could any one please suggest that we need to do any other configurations.Thank you.
    Regards,
    Sridhar.
    Edited by: Sridhar on Mar 18, 2009 12:14 PM

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • Why is i tunes gift card not going to email address I sent it to ?

    I tunes gift card not going to email address I sent it to. Why ?

    Sorry, I must have missed your last response, but can you calrify what feature do you want to use in FormsCentral? There are email receipts and email notifications. If you want the user to receive a copy of the date he entered in the form, then the user needs to enter an email address in the form and submit the form, but if you want the user to receive all responses he and others submit to a form, then it's email notification. It sounds like email receipts in your case. For email receipts to work, you need to have an email field in your form and set up Email Receipts in the options tab, by selecting the email field in the "To:" field.

  • Form not going in Query mode

    hello freinds, Happy Christmas ..!
    i have a Master_Detail form, FORM2
    "LN_HEAD" table, that has 3 primary key;
    ln_code
    ln_no
    ln_emp_code
    "LN_DET" table has foreign key; Relation is set at form design time.
    lnd_ln_code
    lnd_ln_no
    lnd_ln_emp_code
    Form2 is called from Form1 on press of a button "bt1"
    When-BT1_press, i am only initializing :GLOBAL.LN_CODE = 'LCD'
    in FORM2 PRE-FORM
    I am initializing LN_CODE := :GLOBAL.LN_CODE and setting initial value property of the field LN_CODE to :GLOBAL.LN_CODE
    when the form displayed for the first time,,and i press F7 or Query button,form is going in field LN_EMP_CODE and
    asking me to enter LN_EMP_CODE, as it is required field.
    i also tried settng LN_EMP_CODE required property to false at design time and at WNFI, but then its firing WVI of LN_EMP_CODE
    and raises form-failure message "emp does not exists'.
    at form and ln_head block level i gave trigeer KEY-ENTQRY
    CLEAR_RECORD;
    CLEAR_BLOCK(NO_VALIDATE);
    ENTER_QUERY;
    but still not going in query mode. whats the matter? Has any1 face this issue before?
    please advice me.
    *on my form; 1st field is LN_DATE, 2nd LN_APPLY_DATE, 3rd LN_NO (auto-generated, enabled property set false at WNFI) and*
    *4rth is LN_EMP_CODE*

    I am initializing LN_CODE := :GLOBAL.LN_CODEWhat is LN_CODE in this initialization? Is it an item in one of the blocks of your form?

  • Message is not going to XI in SRM- MDM scenario

    hello,
    We are doing SRM_MDM scenario.
    We have installed SRM-MDM Catalog 2.0 Business Contents on XI.
    But i couldn't see any Outbound Interface in these standard contents.
    I want xsd for CatalogPublicationRequest_Out.............. where will i get that (transaction) ???
    Also when i execute the Report ROS_SUPPLIER_SEND_TO_CATALOG in SRM, I could see my message( CatalogPublicationRequest_Out ) in SXMB_MONI of SRM.
    But its not going to XI...............I can't see it in SXMB_MONI of XI.
    That message in MONI of SRM have Sender but Receiver field is blank.
    May be because of this is it not going to XI.
    Please tell me the steps that i need to follow.
    Help will be highly appreciated.............. its urgent
    Thanks in advance
    Maheshwari.

    Hi Hi Maheshwari,
    Sap has shipped the preconfigured proxies for the transaction.
    ROS_SUPPLIER_SEND_TO_CATALOG.
    you can get the complete business Pack and related docs for SRM_MDM Catalog on the Service market place.
    you need to Import of PI Business Content for SRM-MDM Catalog in Integration Repository
    For that Place PI content file (XI_7_0_SRM_MDM_CATALOG_1.0_00_00.tpz) in directory “/usr/SAP/xid/sys/global/xi/repository_server/import”. This Content file can be found in Business content Import of PI Business Content for SRM-MDM Catalog in Integration Repository.
    But first before importing above file.
    You have to configure SLD Connections in which:
    1.Defining Technical System for SRM Server, MDM and SAP PI.
    2.Creating Business systems for SRM, PI and MDM
    u also need to do Configuring Setup for ABAP Proxies:
    1. use Transaction SM59 for creating RFC destination for HTTP( TYPE H) where u Specify Host Name of the PI server, Service Number and Path Prefix  in Technical Settings tab.
    2. u also need to configure SRM System as Local Integration Engine. For this enter transaction SXMB_ADM .
    HOPE IT WORKS,
    Thanks,
    Mandeep Saini

  • Custom Defined Fields Not Flowing to SUS

    Hi,
    Ours is MM-XI-SUS scenario.All the custom defined fields are flowing from MM to XI.But not from XI to SUS.
    We have done SPROXY also in SUS.
    Is there any mapping between XI -SUS which needs to be done?
    Please advise.
    Regards,
    Manu

    Hi,
    For User-defined fields in SUS
    Please refer to these SAP OSS notes ->
    Note 762984 - SRM40-SUS: Implementation of customer enhancement fields
    Note 458591 - User-defined fields: Preparation and use
    Note 672960 - User-defined fields 2
    Note 1035416 - Customer fields are not displayed in change mode
    Note 822424 - CUF. Customer fields cannot be changed in the bid
    Note 809630 - Customer field in bid invitation and bid - How does it work?
    Note 809628 - Table like customer fields from bid invitation in bid
    Note 798731 - Bid: Bid Inv. Customer fields not visible
    Please refer to these links for details ->
    Re: How to change the field name in SUS
    SUS Web Template Query
    Re: SC header CUF ?
    Re: MAP USer SRM defined fields in backend for PO
    Re: HI SRM experts...
    Custom fields to a Bid Invitation
    Addition of custom fields in Contract and mapping it with the fields in SRM
    urgent help request - How to add custom fields to  header BID.
    Re: Add custom fields to Contract Transaction in SRM 4.0
    Custom Fields
    custom fields in Carry out sourcing screen..
    Custom Fields Not Display In Basic Data In SRM 5.5 Server..
    SC : Extended  Search on Header Customer field
    Re: customer field in 3rd step of shopping cart
    Adding fields in shopping cart
    Custom Field in the header of Shopping Cart
    BR,
    Disha.
    Pls  reward points for useful answers.

  • HT5312 Ok look these solutions are super complicated and I tried all of them and they don't work I just wanna buy a song ok just one song and it won't let me cause I don't have my questions and a answer from a robot is not going to help me so a real  pers

    Ok look these solutions are super complicated and I tried all of them and they don't work I just wanna buy a song ok just one song and it won't let me cause I don't have my questions and a answer from a robot is not going to help me so a real  person plz

    There are no robots here. Everyone here is a "real person", a user just like you. How about telling us what the problem is that you are experiencing when you try to buy a song? If you mean that you have forgotten your security questions, go to:
    https://appleid.apple.com/
    Click "Manage My Account", sign in, and go to the Password and Security section. If you've forgotten your answers, there should be a link just under the security questions fields where you can have a reset email sent to your Rescue email address. If the link for the email doesn't appear, as can happen if you didn't set a rescue email address or (apparently) have a .Mac email address, see the user tip created by Kappy, another user here, on how to proceed:
    https://discussions.apple.com/docs/DOC-4551
    Regards.

  • Control not going to java

    HI..
    I am facing a problem. I am doing validation for fileuploader in java. I am able to do the validation in java. But the requirement is to do the validation in java (page code). When i am passing empty string and do a submit, its working fine i.e the contol is going fine to the page code. But when I give some blank string to the fileuploader field and do a submit. The control is not going to the page code.
    Please help me in the regard. Its very urgent
    Regards
    Rishab

    What is the difference between an empty string and a blank string? And what JSF component are you talking about? Tomahawk t:inputFileUpload? RISB risb:multiFileUpload? Custom component? Why do you need the control in the backing bean? If you want to validate it on being filled or not, generally just add required="true" to the component.

  • Manual bank statement error: "Bank reference" field not filled

    Hi,
    I'm getting an error (see below) while entering details in the manual bank statement.  I've checked the variant already, and the manual bank statement variant with "Bank Reference" field is already deactivated. How come FF67 still validates on this field?
    Did I miss something?
    Hope for your speedy reply. Thanks!
    "Bank reference" field not filled
    Message no. FV094
    Diagnosis
    An interpretation algorithm is given in transaction 003-.  This algorithm interprets the value entered in the field "Bank reference" and automatically determines the items to be cleared.
    The field "Bank reference" is not filled.
    System Response
    No interpretation will be carried out.
    Procedure
    Recheck your entries.

    Hi,
    The Bank Statement Transaction you are using has an Int. Algorithm configured, which requires the Bank reference field.
    In IMG in the transaction where you create and assign business transactions to posting rules, there is also a filed for Int Algorithm. The system uses the Int Alg. to determine the fields on which to match and clear documents. The transaction you are using may have an int algo. configured which uses the reference field for clearing.
    Even if you remove the reference field from the Manual Bank Statement Variant, the system is still going to look for it because that is one fields defined for clearing in the int alg.
    You can change the config settings for the transaction, but either removing the Int alg. or using a different one. The description of the Int Alg. on the drop down list, will give you an idea of what fields will be used for clearing.
    IMG path...FA->Bank accounting> business transactions-> payment transactions>manual bank statement-> Create and Assign business transactions.
    Hope this helps.
    Thanks,
    Uma

  • Purchase Requistion not going to Approval Inbox in SAP

    Hi Gurus,
    Kindly help me please ASAP. Some PRs are not going to the approver'sinbox in SAP. We are  using SAP ECC6. What may be causing this error? How can I resolve this error? Please help me. Thanks
    Thanks and regards,
    Happy

    Hello !
           You've stated that there is no entries in SWI1 transaction.
           This means, we can assume that workflow hasn't triggered for this particular purchase requisition document. 
           It can be confirmed whether workflow has triggered against this purchase requisition document. 
           This can be accomplished at SWEL transaction.Go to SWEL(hope event trace is switched on in SWELS transaction during the creation of this purchase requisition).Delete the details in text boxes for the field "Created From Date/Time".Enter the purchase requisition number at the field "'Creator' object instance" and click "Execute" button.
           If you see any entries, it means the workflow have triggered for this purchase requisition.Now by examining the workflow log for this work item, it can be identified whether the agent detail is populated in the respective container.
    Regards,
    S.Suresh

  • Selection text's max length 30 but its not going beyond 28

    selection text's max length 30 but its not going beyond 28 while its 30 in other fields.

    Hi Yogesh,
    Yes Selection texts have limitations . You can use text elements for your selection paramater and it can acomadate up to 132CH:
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(48) TEXT-005.
    SELECTION-SCREEN POSITION 49.
    SELECT-OPTIONS : S_SAKNR FOR BSIK-SAKNR .
    SELECTION-SCREEN END OF LINE.
    Lanka

  • Image not going to display

    Hi Friends
    I am creating html report by using TABLE given below. but image is not going to dispaly.how can i do this.
    i have a table with there colmns are
    FATHER_DETAIL(TABLE NAME)
    F_NAME VARCHAR2(50)
    M_NAME VARCHAR2(50)
    L_NAME VARCHAR2(50)
    DOB DATE
    FATHER_IMAGE BLOB
    MIMETYPE VARCHAR2(255)
    FILENAME VARCHAR2(255
    IMAGE_LAST_UPDATE DATE
    Thanks
    Nisha

    Hi,
    I have created a html (plsql anonymous block) report using table given below.My problem is, picture is not coming in Report. i have tried to implement picture by this link code
    http://apex.oracle.com/pls/otn/f?p=31517:64:7932202481965736. sent by mike to me.
    But when i run (<img src="#OWNER#.my_image_display?p_image_id=:P1_A" />) IMAGE code in html region source
    by using identification type(HTML TEXT),its working well
    but when i run IMAGE CODE(<img src="#OWNER#.my_image_display?p_image_id=:P1_A" />) on html region source as identification type(PLSQL ANONYMOUS BLOCK) its only showing the dot,not actually showing the picture in my html report.please suggest me.my table fields are.
    STUDENT_MOTHER_DETAILS(TABLE NAME)
    F_NAME VARCHAR2(50)
    M_NAME VARCHAR2(50)
    L_NAME VARCHAR2(50)
    DOB DATE
    MOTHER_IMAGE BLOB
    MIMETYPE VARCHAR2(255)
    FILENAME VARCHAR2(255
    IMAGE_LAST_UPDATE DATE
    This is my actual report code.
    DECLARE
    AGE INTEGER;
    rec STUDENT_PERSONAL_DETAILS%rowtype;
    begin
    htp.p('
    <html>
    <body><H8> </H8>
    FOR REC IN (SELECT STUDENT_ID,F_NAME,M_NAME,L_NAME,DOB FROM STUDENT_MOTHER_DETAILS WHERE STUDENT_ID =:P1_A)
    LOOP
    SELECT TO_NUMBER(MONTHS_BETWEEN(SYSDATE,REC.DOB)/12) INTO AGE FROM DUAL;
    htp.p('
    <TABLE width="60%" border=1 align="CENTER">
    <TR>
    <td bgcolor=#BFC7E6>Student ID</td>
    <td bgcolor=#D1D7F0>'||REC.STUDENT_ID||'</td>
    <td rowspan="6" colspan="2" bgcolor=#D1D7F0><center>*<img src="#OWNER#.my_image_display?p_image_id=:P1_A" />*</td>
    </tr>
    <tr>
    <td bgcolor=#BFC7E6>Name</td>
    <td bgcolor=#D1D7F0>'||INITCAP(REC.F_NAME)||','||initcap(rec.M_NAME)||','||INITCAP(REC.L_NAME)||'</td>
    </TR>
    <TR>
    <td bgcolor=#BFC7E6>Date Of Birth</td>
    <td bgcolor=#D1D7F0>'||REC.DOB||'</td></tr>
    end loop;
    htp.p('
    </body>
    </html>');
    end;
    Edited by: Nisha Rani on Sep 25, 2009 10:07 PM
    Edited by: Nisha Rani on Sep 25, 2009 11:33 PM

Maybe you are looking for

  • Reader 9.2 - "can not be used to view PDF files in a web browser"

    Hello, I recently deployed Adobe 9.2 within our organization. I used the Adobe Customization Wizard 9 to transform the install set, and selected the "Display PDF in Browser" option as default. When opening a PDF linked from a web URL, we get the mess

  • Simple java pgm - question

    Hallo, to the following pgm I had question: static void printPrimes (int max) (= wavy bracket; boolean(should be angular brackets) sieve = new booolean (angular br max+1 angular br) int i,j; for (i=2; i = max;i++)sieve(angluarbr i angular br)= true i

  • I need help finding or creating a script to automatically create iCal email and message reminders. iCal

    Dear All, I'm learning to use iCal v.5.0.3 on a Mac Pro (2,1) 2x3 Ghz Quad-Core Intel Xeon, running Lion OSX10.7.5. I need to find or write a script which, when I create a new iCal timed event, will automatically send me an email and give a screen al

  • Difference in amount in T code Fagll03 and Table BSIS, FAGLFLEXA

    Dear Experts There are three GL accounts which are maintained on Open item basis. When I check the balance in T Code FAGLL03 I get some balance which matches with the trail balance. But when I check the balance at table level it does not match. The t

  • Importing from windows media player

    i have all my music stored in windows media player. and when i go to import it to my itunes from there it wont let it happen. it actually does nothing. i have over 400 songs that i would like on my ipod but have no clue on how to get it there. help!!