GOA Internal notes and Vendor text not transmitted to R/3

Hi SRM Gurus,
I'm currently working with SRM_SERVER 500(SAPKIBKS09) release, we use ECS (Extended Classic Senario) and we have following problem with global outline agreements (GOA).
In a GOA, the Internal notes and vendor text can be entered on Header and Item level. But the information from a GOA are not transmitted to R/3.
Do you know why !?
Cheers,
Rafi.

Hi,
  Pls see if the  foll notes  help:
609222
646903
BR,
Disha.
Pls reward points for helpful answers.

Similar Messages

  • Internal note and Vendor text to R/3 PO

    HI All,
    I need your help in implementing this process.
    We are in SRM 4.0, using extended classic scneraio.
    Internal notes or Vendor text entered in the shopping cart is getting transfered to the text of EBP PO item. But is it not getting copied over to the R/3 PO.
    What should I do to copy these texts to R/3 PO?
    Thanks.

    Hi Arun,
    From SRM 5.0
                                                                                    From SRM side we can map the long text fields with BAPI                       
    structure (which is not available in lower releases), inorder to map          
    this we have to use BBP_LONGTEXT_BADI  > GET_COPY_RULES                       
    method. This will be used to map the long text fields with                    
    BAPI structure as per the copy rules defined in the method                    
    GET_COPY_RULES.                                                                               
    Now when we transfer the PO the long text fields (potextitem)                 
    would be available in R/3 system but this 'potextitem' should be              
    mapped with the bapi_potextitem in R/3 side. Inorder to map this              
    we have to use the BADI BBP_POINBOUND_BADI   > MAP_BEFORE_BAPI                
    method. In MAP_BEFORE_BAPI method (of the BADI BBP_POINBOUND_BADI) we         
    need to map the structure BAPI_POTEXTITEM with the values from the            
    structure bbp_poitemtext. There is no                                         
    need of RFC call to SRM system from R/3 system inorder to get the long        
    text vlalues.                                                                               
    Here we have to use both the BADIs (BBP_LONGTEXT_BADI in SRM side,            
    BBP_INBOUND_BADI in R/3 side) to transfer the vendor text and internal        
    notes.                                                                               
    i) BBP_LONGTEXT_BADI   > used to map the long text fields                  
          to BAPI strcture based on the copy rules (defined in the                
            method GET_COPY_RULES).                                               
       ii)BBP_INBOUND_BADI    > used to map the long text with                    
          BAPI_POTEXITEM which is available in R/3 system. RFC call               
           to SRM is not required which would lead to performance                 
          issues                                                                               
    In lower releases                                                                               
    We can't send the text values from SRM system to R/3 system.                  
    So, from R/3 we need to use the BADI bbp_poinbound_badi   >                   
    map_before_bapi method to retrive the text values (using RFC call) and        
    map it to BAPI_POTEXTITEM structure.                                                                               
    Regards
    Laszlo

  • Vendor text not visible in SAP R/3

    Hello All,
    When a purchase order is created in SRM with additional text - ie. Vendor text. ( Either at item or header level) This text is not visible when viewing the purchase order in SAP R/3.Does it not come default ??? i am expecting the text to be reflected In the text tab in the item detail section.
    Does it require any BADI or config for the same to reflect in R/3
    Regards
    ~Rupesh

    Hi
    You can transfer the long text to the backend through the R/3 backend <b>bbp_po_inbound_badi</b>. Your code must be placed in the <b>BBP_MAP_BEFORE_BAPI</b> method.
    <u>Use any of the SRM BADIs :</u>
    1) BBP_ECS_PO_OUT_BADI
    2) BBP_CREATE_BE_PO_NEW
    3) BBP_CREATE_PO_BACK
    4) BBP_LONGTEXT_BADI
    <b>Please go through the links below -></b>
    Re: Extended Classic Scenerio and Vendor Text
    Re: MM - SUS: transfer text of the purchase order from R/3 to SRM
    Do let me know.
    Regards
    - Atul

  • Internal speakers and headphones are not working

    I have hp g6 2231tx os Windows 8, brought it a month ago..now it's internal speakers and headphones are not working..I enabled in playback device from sound mixer and reinstalled drivers but still not working..it's because of hardware or software??

    Hi,
    It could be either Hardware or Software related, so try the following and let me know.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp58501-59000/sp58517.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, shut down the notebook, unplug the AC Adapter and then remove the battery.  Hold  down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    Let Windows fully load - it will automatically load an audio driver, but just let this complete.  Then open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Extended Classic Scenerio and Vendor Text

    This subject has been brought up before, I've reviewed all those messages.  The standard SRM product does not replicate vendor text to the backend system in the extended classic mode.
    Having said that, I've been trying to make this work and hope someone here can give me some insight on what I am doing wrong. 
    In my setup, SRM is using function module B46B_DPO_TRANSFER to send the purchase order to R/3.  This fm has a table called i_longtext that contains the header text. 
    B46B_DPO_TRANSFER calls FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination" to create the PO on R/3.  This call is missing the POTEXTHEADER table definition.  So, I've modified the call to include this table and also filled the table with the following values:
    po_item = 00000
    text_id = F01 "this value was obtained from the text type for purchase order header configuration settings in R/3"
    text_form = *
    text_line = "the message that was typed in the header text"
    I can't seem to get the header text to appear on the purchase order in the backend, has anyone been successful in making this work?
    Kind regards,
    Shawn O'Connor

    Hi
    <i>Incase BBP_LONGTEXT_BADI does not helps, then you can use the BADI, which i mentioned in my earlier post.</i>
    <b>In the BADI - BBP_CATALOG_TRANSFER, there is a table structure, which holds the long text data.
    Refer table ET_SC_LONGTEXT inside ENRICH_ITEM_DATA method of this BADI.</b>
    <u>Here is the documenatation of this  BBP_CATALOG_TRANSFER BADI.</u>
    Short Text
    Transfer Shopping Cart from Catalog
    You can use the Business Add-In BBP_CATALOG_TRANSFER to change or add to the data that the catalog returns to SAP Enterprise Buyer via the catalog interface.
    Note that your changes also affect the following applications in SAP Enterprise Buyer:
    Confirm Goods Receipt/Service Entry
    Plan Products for Maintenance Order
    The call of this BAdI occurs in function module 'BBP_WS_IMPORT_SC_DATA'. This module is called by the relevant application to import catalog items previously sent by the browser of the user to the application Web server from there. After the catalog has transferred the data to SAP Enterprise Buyer the system carries out the following actions.
    Conversion of ISO code of unit of measure and currency to SAP format
    Conversion of price field to SAP format
    In the case of transfer of a material or service number:
    The system reads the product master with this number. If the number exists, the system transfers from the product master record the description and the purchase order unit of measure.
    In the case of a partner number:
    The system reads the business partner master with this number. If the number does not exist, the number in the shopping cart item is reset.
    Note
    In previous Releases, only the tables with the prefix "ENRICHED" were available. These were then returned to the calling application and transferred to the relevant document structure from there. From this Release on, the data is transferred from the current document structure to the application. The relevant tables are included as additional parameters (parameters with the prefix "ET_SC_").
    New implementations should use these tables only and set the parameter "ev_sc_structures_used". In order that previous implementations need not be changed, a mapping occurs after the BADI. The parameter controls the mapping direction:
    Set: New structure overwrites old structure
    Not set: Old structure overwrites new structure
    In the method ENRICH_ITEM_DATA, the following parameters are available:
    catalog_content
    This parameter contains the original data that the catalog transferred to the catalog interface. The structure corresponds exactly to the catalog interface. The data in this parameter is only for information purposes, you make any changes in the parameters et_sc_item_data , et_sc_accounting, et_sc_partner, et_sc_orgdata, et_sc_longtext, and et_sc_messages.
    Note
    The catalog interface also contains customer fields that you can use for your own purposes. You can pass these on in fields that the application can use further.
    enriched_item_data
    This parameter contains the data for a shopping cart item in Enterprise Buyer.
    Note
    This table should not be used in new implementations (see above Note).
    enriched_acct_data
    This parameter contains all account assignment fields. This parameter is empty at this time in the standard system.
    Note
    This table should not be used in new implementations (see above Note).
    enriched_item_longtext
    This parameter contains the long texts for the items.
    Note
    This table should not be used in new implementations (see above Note).
    catalog_content_errors
    This parameter contains the error messages that occurred when the catalog items were being enriched.
    Note
    This table should not be used in new implementations (see above Note).
    ev_sc_structures_used
    This parameter has to be set if the following tables are used in the implementation (recommended procedure, see Note above) et_sc_item_data This parameter contains the data of a shopping cart item in Enterprise Buyer.
    et_sc_accounting
    This parameter contains all account assignment fields. In the standard system, this parameter is empty at this time.
    et_sc_partner
    This parameter contains the links to the requester and the supplier, if used.
    et_sc_orgdata
    This parameter contains the links to the org. data for the partners from
    et_sc_partner.
    et_sc_longtext
    This parameter contains the long texts for the items.
    et_sc_messages
    This parameter contains the error messages that occurred during enrichment of catalog items. If this table contains a message of type 'E', the item causing this error is not transferred to et_sc_item_data. If the item is added in the BADI again (from the data from catalog_content), the relevant error message should be deleted, since the current SRM Server application generally searches this table for error messages of type 'E' in order to output an error message to the user.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • The recent software update deleted my notes and they are not in iCloud.  I can email some of the material to myself.  Is there a way to make an email into a note?

    The recent software update deleted my notes and they are not in iCloud.  I can email some of the material to myself.  Is there a way to make an email into a note?

    contact the delevoprs of the app and ask them what they recommend.
    Don't sync your phone in the mean time.
    best of luck

  • My macbook pro iphoto app won't open I get "can't open because its being updated" but it is not and I did not ask for an update. My version is 9.3.2 I tried force quit app store and reboot and everything I could think of.

    iphoto tells me it can't open because it's upgrading but it is not and I did not click upgrade

    Do you have System Preferences,Software Update set to automatically down load updates?

  • Updated to MS wednesday, notes and messages have not synced with my Mini mac, contacts, reminders all fine, Any advice please

    Updated to MS wednesday, notes and messages have not synced with my Mini mac, contacts, reminders all fine, Any advice please

    that's worked, thanks wjosten! for some reason the apps weren't checked to sync. Simple solution really that I should have worked out myself! Thank you.

  • SAP SCRIPT Header text and Item text not printing in customized PO

    Hello Experts,
                          I have copied the standard MEDRUCK to ZMEDRUCK and customized the form according to the requirement.
    I want to print the header text and Item text in my form.
    For Header text I have used :
    /: INCLUDE &EKKO-EBELN& OBJECT EKKO ID F01
    Problem 1: The text what I enter in header text is flowing only when I hit on print preview without saving the form. Once I save the SAP SCRIPT  and click on print preview the field is appearing blank. I also tried to print the form, but the field is appearing blank even on the print out.
    Problem 2: For item text the field is concatenation of  EBELN & EBELP. Can anyone suggest me how to concatenate and fetch the text in item text.

    Hi,
        Im getting an error in my subroutine pool for i_xtline which is to fetch ITEM TEXT., It says its not a in any internal table nor defined as data. How can I proceed further. I have pasted my code below. Please check and revert ASAP
    PROGRAM  ZMEDRUCK_SUBP1.
    TABLES: EKPO, EKKO.
    FORM fetch_table_data TABLES in_tab STRUCTURE itcsy
                                 out_tab STRUCTURE itcsy.
    data xname like THEAD-TDNAME.
    data i_xtline like xtline.
    clear i_xtline.
    refresh i_xtline.
    CONCATENATE EKPO-ebeln EKPO-ebelp INTO v_item_text.
    MOVE v_item_text to ITEMTXT.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
      CLIENT                        = SY-MANDT
        id                            = F01
        language                      = EN
        name                          = ITEMTXT
        object                        = EKPO
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      tables
        lines                         = i_xtline
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
      WRONG_ACCESS_TO_ARCHIVE       = 7
      OTHERS                        = 8
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.

  • SRM PO vendor text not copied to PO material text in ECC Po

    Hi all,
    We are on SRM 5.0 Extended Classic.
    In ECS,is it std functionality that the PO vendor text from SRM PO is copied to PO material text in the ECC PO?If so,Do we need to do any configuration on the SRM side for this transfer?
    Thanks!

    Hi,
    In standard the Vendor text in SRM P.O would not get transfered to P.O Material text in ECC.
    I am not sure why do you want to transfer vendor text to material text.
    You need to use BADI BBP_ECS_PO_OUT_BADI to transfer this text to the required field in P.O.
    Please speak to your ABAPer and get the coding done to achieve your requirement.
    Let us know in case of any further clarifications.
    Regards,
    Teja

  • Invoice ref and item text not printing in check ( F110)

    Hi Experts,
    When i tried to print check using tcode F110 by following the procedure , i came to know in structure REGUP , invoice reference ( regup-rebzg) and item text ( regup-sgtxt) are not updating in REGUP . I checked this in debugger mode.
    Also reference number ( regup-xblnr ) is updated in structure ,but not displaying in output check format.
    Actually we are using ( ECC 6.0 ) zform and z print program zRFFOUS_C which are copied from std one and made some changes.
    Even I checked for standard FORM F110_PRENUM_CHCK and RFFOUS_C by changing
    in FBZP configuration level (assiging std form and std program ).
    In this also same issue as mentioned above in debugger mode.
    kindly give me any suggestions .
    My requirement is to print
    1. invoice reference ( rebzg)( instead of document number)
    2. reference number (xblnr )( same as your document )
    3 . item text ( sgtxt )
    4. amount ( wrbtr)
    Thanks & regards,
    Rahul

    Hi all,
    I too am facing the problem of missing document numbers and invoice text while using F-58 for printing cheques. I am using the standard program RFFOUS_C but have customized the scrip F110_PRENUM_CHCK. If anyone has a solution to this problem please suggest.
    Thanks,
    BP

  • Placed Files and Copied Text not Appearing in Links Palette

    I am working on an annual report.
    The report is a booklet. I'm using master text boxes. The report is basically one, long flowing stream of text. Within this there are many articles, divided by headings.
    I'm receiving articles for this annual report from many different sources, text within emails, Word documents, etc.
    I have the "Create Links When Placing Text and Spreadsheet Files" checked.
    I'm having this issue:
    Nothing is appearing in my Links palette.
    When I go to File>Place, and place a Word document in as an article within my report, it doesn't appear in the link palette. When I copy text in from a Word document, it doesn't appear in the link palette.
    However, when I place the Word document in the annual report within it's own text box, THEN it appears in the links palette.
    But I don't want each Word document within it's own text box, I want it to be a part of the other text flow within the report.
    Is there something I'm doing wrong?
    Can't InDesign retain the link to the document even if the text is placed within a larger body of text flow?

    No. It's not possible to maintain a link to text that's not in its own text frame.
    What would happen if you were to edit the text in the frame, and part of the text affected was linked and part was not. What would you expect to happen? Such a workflow isn't possible as far as I know.

  • How to display Internal Dairy Notes and External Dairy Notes on output

    hi Friends,
    any one knows how to fetch External dairynotes as well as internal dairy notes thru FB03 T code
    regards,
    Anil kumar p

    hi Rob,
    we need to retrieve internal n external dairy notes thru Read_Text FM.
    we need to pass following param.
    client -> sy-mandt...
    id ->d000(for external dairy notes) and d001 to d015 (internal dairy notes)
    lang -> sy-langu
    name -> note1 (Is comb. of bsid-bukrsbsid-belnrbsid-gjahr+bsid-buzei)
    object->doc_item
    tables
      lines -> tbline.
    and tbline is the return values for dairy notes.

  • HT5826 My notes and markings will not sync on my iphone, only on mini and ipod

    I download books and magazines from A website and study using underlining, notes, and highlighting.  These markings will sync between my ipod and mini ipad, but will not sync with my 5s phone.  Ive been to one on ones and genius as well as icloud phone appt.  apple says the problem is with the website, but if so, why would two devices be able to sync and the other not?
    All my devices run IOS7.1 the same operating system, they all have sync bookmarks and collections  turned on, they all have the same ibooks 3.2 (2083)
    My phone carrier Verizon says they dont deal with ibooks.
    I'm just about worn out with this one.

    On the iPhone, in Settings try de-selecting the sync and then adding it back. You might want to put it in the airplane mode for a couple of minutes to make sure the sync is broken.

  • Calendar, Notes and Adressbook are not syncing with iPod classic

    My iPod isn´t syncing my calendar, my notes and my adressbook.
    When the iPod is connected and I check it in the Finder, then iCal, Adressbook and Notes are on the iPod and seem to have been properly synced, but after disconnecting, none of them are shown on the iPod.
    What I tried so far is: updating the iPod-software, emptying the iPod and reloading it.
    I tried the five steps to rebuild an iPod, but nothing helped.
    I checked iCal for wrong Birthday-Dates and removed the one I found. But nothing changed.
    I checked the User/Library and System/Library and removed the p.lists of iCal and Adressbook.
    I build a new User and a small Adressbook and a little iCal, which was properly synced to my iPod at that point. I went back to the user, me, and did the same. Calendar and Adressbook were working fine. But after reloading my music in addition to the data already on the iPod, no Adressbook or iCal was displayed anymore.
    I brought the iPod to a service-center, and they couldn´t find anything. But after reloading my music and Adressbook and iCal, none of the latter ones were displayed again.
    I can´t say, when iCal started not working properly, but it might have lasted two months now. Adressbook was running well at that time.
    Can anyone help me?

    Calendars shouls sync if you have an iCloud account and have checked the box for calendars in the System Preference/iCloud area.
    I do not think there is anyway to use Reminders with Calendar. They do not sync between the MBP and an IOS device. I would think this would be important but they failed to do it.

Maybe you are looking for

  • Managing DCs in NWDI for different releases in same Client Project

    Hi all, We are working for a client and as part of the first phase of the project, we have developed Portal applications for one geography of the world. Currently maintenance and support for this phase 1 is going on. At the same time, phase 2 of the

  • Moving video clips efficiently

    I made a 5 hour movie containing 3 high school basketball games played 20 years ago (28-0 team yeh for us. :] ) . I added effects such as slow motion and titles flashing score and player names after each basket. It is 114 GB. I now realize that a DVD

  • CS3 How to archive finished projects and erase all draft materials without losing final versions.

    I have two questions, both related to system management. The first is simple and the second is more complex. First, I hate that every time I open a Premiere Pro project I have to remember to reset the scratch disc settings because they are carried ov

  • Jnet exception in RWB in end-to-end-monitoring

    hi, i have problems with jnet in end-to-end-monitoring: java.lang.NullPointerException      at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)      at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)

  • Can we pass the login details to an adapter at runtime?

    HI, I have a ESB service which pulls data of a particular daterange from a table in a database A and puts the data into another table in a different database B. Now I have many databases at different locations which are exactly same as database A fro