Transfer text from SRM SC to Purchase requisition

Hello all ,
I want to transfer SC item text to purchase requisition's item text. Is there any BADI to achieve this task ?
Thanks,
SM.

Hi,
In the standard,the SC item text is mapped to the item text in PR which is created in the R/3 backend.However if the transfer of text is not happening,you can implement the logic for trasnferring the SC item text to PR item text in the  badi BBP_CREATE_REQ_BACK which contains the method FILL_REQ_INTERFACE.
BR,
Disha.
Do reward points for  useful answers.

Similar Messages

  • Copy text from PM order to Purchase Requisition

    Hello
    In our current set-up we have configured so that PM Order component item text is copied to requisition item text.
    But we also have a need to fill in requisition item note directly from the PM Order.
    We see that there is a possibility to copy transaction text from PM order. 
    What is transaction text?
    Any other proposals?
    Best regards
    Tom

    Greetings Tom Saga,
    The Transaction text is in fact the Operation Long Text that may be copied to the PR Item-level text. To have it automatically copied, in SPRO > Materials Management > Purchasing > Purchase Requsition > Texts for Purchase Requisitions > Define Copying Rules 
    Please define for the Text Type "Item text" the Text Linkage to Source Object "Order/network" and Source Text "Transaction text". Then the externally processed Operation Long Text will automatically be copied to the PR Item Text 
    Greetings Pushpa,
    Apologies for attaching to an old thread, but could you elaborate on copying the Work Order Header Long Text into a PR Long Text? I have a requirement to copy into the PR Header Note, but can't find the Text types at the header level in the copying rules. Is that possible without development?

  • Item text from sales order to purchase requisition

    Hi Experts,
    I have below queries ,
    1. What are the controls to generate/create a purchase requisition from a sales order.
    Is this possible that a Pur. req generated from a sales order but sales order is not its account assignment.
    How item text from the sales order can be copied to purchase Requisition, does settings in purchase requisition in SPRO (Purchasing Purchase req-text for purchase req----define copying rules) works only for automatically created Pur req.??
    item text from sales order can be copied for PR created through MRP or planned orders converted to PR.??
    I will appreciate if someone can provide me documentation on basics of sales and distribution at my email
    [email protected]
    Thanks in advance
    anand

    hello, friend.
    i can only answer part of your question as i am not sure of the others.  however, yes... you can automatically create a purchase requisition from the sales order. 
    one example is third party sales.  because of the item category group that you specified in the material master, the sales document determines an item category (and schedule line) that controls the creation of the purchase requisition.  here, the system knows that you must source the material from your vendor for delivery to your customer.
    further, as in the above case, when your company creates the PO with reference to the PR, your company appears as the buying entity but the ship-to address is that of your customer.
    i did not understand your question on account assignment.  please elaborate and we'll see if we can come up with the answer.
    if you wish to see documentation, you could refer to SAP's article on Third Party Sales.  other scenarios such as just-in-time inventory for trading companies or make-to-order companies may also apply.
    regards.

  • Data Transfer from Sales Order to Purchase Requisition

    We are trying to transfer data from Sales Order to purchase requisition in an individual purchase scenario.
    We want to copy value in KUWEV-KUNNR in Sales Order and paste in CMMDA-KUNNR on purchase requisiton.
    So in user-exit "USEREXIT_MOVE_FIELD_TO_ME_REQ" on include "MV45AFZB" we added the following code:
    FORM USEREXIT_MOVE_FIELD_TO_ME_REQ.
    DATA:   BEGIN OF IT_VBEP OCCURS 0,
            VBELN LIKE VBEP-VBELN,
            BANFN LIKE VBEP-BANFN,
            KUNWE LIKE VEPVG-KUNWE,
            END OF IT_VBEP.
    DATA: BEGIN OF TI_VBAK OCCURS 0.
            INCLUDE STRUCTURE IT_VBEP.
    DATA: END OF TI_VBAK.
        SELECT A~VBELN   B~KUNWE
          INTO CORRESPONDING FIELDS OF TABLE IT_VBEP
        FROM  VBAK AS A INNER JOIN VEPVG AS B
                              ON B~VBELN = A~VBELN
        WHERE A~AUART EQ 'PDIR'.
       LOOP AT EBKN.
           LOOP AT IT_VBEP.
                IF IT_VBEP-VBELN = EBKN-VBELN.
                  IT_VBEP-BANFN = EBKN-BANFN.
                ENDIF.
                MODIFY IT_VBEP.
           ENDLOOP.
       ENDLOOP.
    *Break-point.
    SORT IT_VBEP BY vbeln.
    LOOP AT IT_VBEP.
      IF EBAN-BANFN = IT_VBEP-BANFN.
        EBAN-KUNNR = IT_VBEP-kunwe.
        MODIFY EBAN.
      ENDIF.
    ENDLOOP.
    * Example
    * EBAN-LIFNR = zzfield1.
    * EBKN-KOSTL = zzfield2.
    ENDFORM.
    *eject
    Right now it turns random values on the purchase requisition field.
    Edited by: Carlos Salazar on Sep 15, 2010 5:19 PM
    Moderator message: please use more descriptive subject lines from now on.
    Edited by: Thomas Zloch on Sep 15, 2010 5:26 PM
    Edited by: Carlos Salazar on Sep 15, 2010 5:30 PM

    Hi,
    Why are you using only the following line to read the VBEP table?
    WHERE A~AUART EQ 'PDIR'.
    Shouldn't you be using a sales document number or something more specific than document type?
    Regards,    Andy

  • Transfer attachment from SRM SHC to ECC PO

    Hi,
    Im working on SRM 7.0.Classic scenario.I need to enable the transfer of attachments from SRM SC to R/3 PO.Can anyone explain the steps to achieve the above?
    Also in case of extended classic scenario,is the attachment transferred automatically from the SRM Local PO to ECC PO?
    Thanks!
    regards,
    SRM Tech

    Hello SRMTECH,
    You have to do some configuration settings in SPRO
    SPRO>Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Define Settings for Attachments.
    We are also working for the same requirement. We have did following configuration / customization to achieve this.
    - Activated BADI "BBP_CREATE_BE_RQ_NEW" in SRM and set the indicator as follow:
    cs_ctrl_att-BE_DOC_TYPE = 'SRM'.
    cs_ctrl_att-BE_storage_cat = 'DMS_C1_ST'.
    cs_ctrl_att-TRANSFER_ACTIVE = 'X'.
    - In ECC Side T.code DC10 and defined document type for SRM with following
    Add a New Document Type SRM (if not already exists). Set 'Use KPro', 'Version Assign' and 'Change
    Docs'. Set the Internal and External Number Range (02 and 01). Use MCDOKZNR as Number Exit.
    Ver No. Incr = 1 and Set the File Size (Usually 10000000 bytes).
    Once the Document Type is created, define Object links to PO Item and Pur Req Item. Use - Screen
    Number 247 and Screen Number 248 with Valuation Object of EBAN and EKPO for Objects EBAN
    (PReq) and EKPO (PO) for Doc Type SRM.
    After doing this changes we were able to transfer attachements but we are still facing one issue as we were not able to open that particular document in ECC / R3.
    See related threads for more pointers:
    Attachment transfer issue from Shopping cart to Purchase req in ECC
    Re: How to check the attachment in ME53N
    Re: Sending attachments from SRM to SAP Purchase Requisition
    Re: Attachments with follow-on documents.
    Arshad

  • Text linkages from material master to purchase requisition

    I already set the text linkage between basic data text in material master with item text in PR. I left fix indicator blank since I want the text to be adopted automatically.
    I run MRP and create planned orders. Then I convert planned order to purchase requisition. Material master basic data text is not shown in purchase requisition. I tested using N and * and they both show. With N it shows (reading from material master) and I accnot modify it. With * it shows but I have to adopted to actually store the text as part of this document. With blank is not working. We want the text from material master to be automatically adopted in PR without manual intervention as with *.
    Thanks and regards, Jose Oyon.

    Hi
    If got ur query correctly : you want to make short text field in Preq as Display.
    If yes then go to Tcode OLME (or SPRO) -> Purchase requistion->Define Screen layout at doc level->select ME51N--->double click basic data, item and make short text filed as display.
    regards
    rahul.

  • Copy control from Sales Order  to Purchase requisition

    Can any one guide me how to set this, which fields need to be copied from Sales order to Purchase requisition.
    Vasu

    I don't think so sap has provided this kind of control but you can configure certain things as item category level for thirdparty in SD
    SPRO-SD-sales-sales document-sales document item-define item categories
    here you can check for item category TAS or you can create your own

  • Transfer 'Title (from SRM Org) of the approver'  to PR

    Hi Gurus
    SRM 5.0 , Classic, always create PR
    How do I transfer 'Title (from SRM Org , e.g Manager, Director etc ) of the approver'  to PR ?
    -Pranav

    Hi Disha,
    Thanks.
    Step 1) PPOSA_BBP
    Step 2) Go to any Org.
    Step 3) Double click on any Position
    Step 4) Go to 'Basic Data' of Position TAB
    Step 5) Go to Description of the Position (e.g PRODUCT MANAGER )
    I want to transfer "PRODUCT MANAGER" to the PR
    -Pranav

  • Transfer text from rebate agreement to documents

    Hi all,
    I would like to transfer texts from the rebate agreement to documents (credit memo request, rebate credit memo).
    Could anyone tell me what can I do to write in the rebate agreement the header text I want to transfer into documents please?
    Thanks in advance.
    Kevin.

    Hi Dear Naveen,
    Thank you for your answer, unfortunately in Financial Accounting I didn't find the solution, and I don't want to implement a proper BAdi/Enhancement.
    According to the information I found in help SAP  "the Texts for Rebate Agreements":
    http://help.sap.com/saphelp_47x200/helpdata/EN/13/891c9f21fb11d29a0f0000e8a5bd28/frameset.htm
    I think it's possible in Standard SAP, but I didn't succeed, and I didn't find more detailed information.
    Do you have another suggestion?
    Thanks.
    Kevin.

  • How to transfer texts from text control to table and vice versa

    Hi
    if anybody can give me link or any code giving how to transfer text from text control to table and vice versa, that will be of great help to me
    THanks in advance

    Rashmi,
    Use the methods GET_TEXT_AS_R3TABLE / SET_TEXT_AS_R3TABLE and then you will have to use the SAVE_TEXT to store in the database.
    The GET_TEXT_AS_R3TABLE method will give you back a internal in which text, in which text on the screen is existing. Similarly once you fetch the data from database using READ_TEXT, use the method SET_TEXT_AS_R3TABLE to put the text on the screen.
    These methods belong to class CL_GUI_TEXTEDIT class.
    Regards,
    Ravi
    note : Please mark all the helpful answers

  • Passing text information from sales order to purchase requisition

    Hi
    My requirement is in third party processing. I want to pass line time text in sales order to the purchase requisition created in a third party processing.
    My question : is it possible in standard config setting?
    If not, Is there any user exit to address this
    please send us valuable inputs
    Thanks
    Sriram.

    Dear Sriram,
    Try this,
    Go through this IMG path do the required settings
    SPRO>IMG>Material Management>Purchasing>Purchase Requisition-->Texts for Purchase Requisitions.
    -->Define Text Types here you can define the Text type same as sales order Text type for Purchage requesition .
    -->Define Copying Rules -->Here you select the Text type(Newly defined) to which text type you want to copy the sales order text then click on Text Linkage -->New Entries in the New entries screen you enter
    Sequence
    Source Object as Sales order
    Source Text
    Fix as blank -Text automatically adopted in target object
                      Finally save the settings.
    Now you create third party sales order system will copy the sales order text to the Purchase requesition
    I hope this will help you,
    Regards,
    Murali.

  • PI Development  to Transfer PO  from SRM to Suppliers through PI 7.1

    Hi,
    PI Development Question:
    I have requirement to Transfer PO Document(XML) from SRM 7.0 to PI and PI to Suppliers in cXML format. In PI , SLD I have created Technical and Business System for SRM System. I am planning to use HTTP adapter in cXML format to Suppliers. I have URL from Supllier Where to Post this PO Document. But When I am trying to Configure in SLD  for Suppliers( As Third Party Systems) its asking System Name and Host Name.
    Do I need to request Suppliers for Hostname and System name too regarding their system?
    For each supplier do I need to create a seperate Technical and Business System? If yes, When PO sent from SRM, based on Supplier on PO How to identify for whom I need to sent the PO(Purchase Order).?
    What is the complete process from SRM->PI -> Suppliers? If you have any steps or documentation for this please let me know.
    Thanks for your help!
    Thanks,
    Monica

    Hi Monica,
    Create one business system for SRM and for cXML suppliers. Use them for all the suppliers. For SRM you can assign the technical system giving the techincal details for SRM and for all suppliers you can create busniess system something like Sys_DCorpcXML  where D is for development and for Quaity you can give Q and P for production (you can cahnge according to your naming standards). Now assign the role as application system and the corresponding xi as integration server.
    > Do I need to request Suppliers for Hostname and System name too regarding their system?
    No need to ask them
    > ( As Third Party Systems) its asking System Name and Host Name
    Specify as I mentioned above
    > For each supplier do I need to create a seperate Technical and Business System?
    Use teh same business system for all the suppliers
    > how to identify for whom I need to sent the PO(Purchase Order).?
    Configure and route them in receiver determination based upon supplier no. etc.
    Regards,
    ---Satish

  • Enter short text error when creating a purchase requisition using ME51

    Hello
    I would be grateful if someone can help. I am currently trying to raise a purchase req using ME51. The purchase req is for one item so i enter details of this item on line 1. However when i try to save the purchase req i get an error message stating "enter short text"  on line 3 and it does not let me continue. Line 3 however does not contain any item information so i dont understand why i am getting this error message.
    Another user created the same purchase req and it worked fine for them so i am not sure why i am getting this message.
    I  would be grateful if you can please help.
    Thank you
    Regards
    Bindi

    Syed
    I  have tried logging off and logging back in and still having this issue.
    Jurgen
    No im only having this problem in a ME51 creating purchase requisitions and not in a CATT or any batch input recording
    Regards
    Bindi

  • How to transfer Vendor from SRM  to SAP R/3

    Hi...
    How to transfer Vendor registered in directly via self regstration in SRM to SAP r/3 system
    regds
    Kumar

    Hello Kumar,
    Please find the SAP documentation:
    http://help.sap.com/saphelp_srm50/helpdata/en/b2/a298403de08368e10000000a1550b0/frameset.htm
    I have not tested the functionality but as per documentation Under Business Partner Monitor transaction, you can synchronize SRM vendors with ECC vendors directly using a pushbutton Transfer Change to Backend.
    Other useful threads.
    Tranfer vendor data from SRM to ERP (R3 / ECC)
    Vendor data transfer from SRM to R/3.
    Hope this helps.
    Thanks
    Ashutosh

  • SRM MDM Catalog - Transfer Contracts from SRM - XI - MDM

    Hi,
    We are implementing SRM MDM Catalog1.0 with SRM 5.0 & ECC 6.0.
    We have already configured XI content for MDM Catalog.
    We have also done the basic settings for transferring contracts from srm to XI (including Backend System & Check box in Contracts for transfer to catalog).
    But when i run the report SRMMDM_CTR_TRANSFER, the log tells me that contracts transfer has been initialized, but I cant see any XML message in SXMB_MONI
    Can someone pls help and tell me why is that happening??
    Thanks in advance.
    Regards,
    Jasmeet

    Hi Mausam,
    yes we have a SRM system from which we want are going to be sending Contracts, Prod Id's, Product Categories, Suppliers List etc from SRM to MDM using XI.
    We have the Pre delivered content for XI from which we have set up the Interfaces etc.
    This mapping between SRM-XI-MDM works pretty fine if i try to send Products or suppliers from SRM. I can see the IDOCs being generated. But when i run the report for Contracts, I cant see any IDOC in SXMB_MONI in SRM which is my source system.
    So hence my question..... Is there some other way by which Contracts are transferred and if so then how and where can I see it.
    Regards,
    Jasmeet

Maybe you are looking for