How to send Standard SC fields in SRM to a PO in R/3

Dear All ,
Please  can some one let me know on  how to send the Limit Item SC Start date and end date which is at the line item level (already)
to a PO at the line item level .  i.e we do not need to enhance the screen just include it in the BAPI which sends data to the backend .
I tried searching for more docs yet did not find anything much .
I found out there is a class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 where CREATE_DOCUMENT decides what fields would be passed .. In that there is a FM which is being called from ECC .. and in that there is header and header X field ..which has the fields which I need VPER start and end date ..so I am assuming from the SC it is passed to header level of PO through this ..
CALL FUNCTION 'BAPI_PO_CREATE1'
       DESTINATION av_rfc_dest
       EXPORTING
         poheader               = as_po_out-is_poheader      "#EC ENHOK
         poheaderx              = as_po_out-is_poheaderx
Now I want the same fields to be passed to item level of the PO ..  could you confirm on what exactly I should do ?I saw the below tables not sure what I should do with them to include the 2 fields I want which should be passed to ECC it is not in the it_poitem and it_poitemx structures .
please advise ... .
TABLES
          poitem                 = as_po_out-it_poitem        "#EC ENHOK
         poitemx                = as_po_out-it_poitemx       "#EC ENHOK
             extensionin            = as_po_out-it_extensionin   "#EC ENHOK
  *      extensionout      = as_po_out-it_extensionout "not used by SRM
          poexpimpitem      = as_po_out-it_poexpimpitem      "#EC ENHOK
          poexpimpitemx     = as_po_out-it_poexpimpitemx     "#EC ENHOK
         potextheader      = as_po_out-it_potextheader "not used by SRM
*      popartner         = as_po_out-it_popartner    "not used by SRM
I am not sure if what I have searched is correct as well Please let me know if I am wrong  and where to check for the requirement .

Hi Vinita,
Please clear my understanding. you have a requirement (special one) to pass the Valid start and Valid end date in the PO at item level for framework order (Limit order).
Are you sure of the requirement. Thus Standard ECC FO these fields are at the header level and not item level.
Please confirm whether this a special process to pass the dates in FO at item level.
Then how and for what is this FO process used?
Thanks.
From RBEI,
Snehal

Similar Messages

  • How to use standard ERP fields in WEB UI not mapped in LORD com. structure

    Hi gurus,
    I'm using CRM 7.0 WEB UI to maintain ERP Sales Order and Quotation.
    I want to display and maintain some standard fields, for example VBKD-KZAZU. This field is not in the LORD mapping tables and it is not in the comunication structures COMV , COMC, and COMR.
    I already added the field VBKD-TAXK1 as described in note 1422964 [https://websmp130.sap-ag.de/sap(bD1pdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1422964], but the field was already insert in the LORD mapping table and in the  comunication structures in the ERP system.
    I read the note nr 1224179, but I don't know if it is valid only for the Z fields.
    Any suggestion would be much appreciated.
    Regards,
    Daniele
    Edited by: Daniele Piazza on Jan 31, 2011 2:30 PM

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • How to send PR from backend to SRM ?

    In the backend I have customized that I want to transfer certain purchase requisitons to the srm system for the approval process. so I set up the t160ex table and t160PR table with the relevant data.
    I  have checked the used rfc connections but no shoppincarts appear in the srm system when saving a PR in the backend.
    do I miss certain steps in this scenario ?
    I have found this thread and on the srm side also implemented the badi BBP_DOC_CHANGE_BADI
    and had set the filter to BUS2121
    Re: Transfer SC to SRM trigger Workflow
    kind regards
    arthur
    Edited by: A. de Smidt on Nov 8, 2010 2:33 PM

    >
    Muthuraman Govindasamy wrote:
    > now your aim is to find out why EPRTRANS table dont get entry though you PR does not require any approval via ME54n and as well as EPROFILE was set.
    >
    > PR approved and EPROFILE set but no entry in EPRTRANS table
    >
    > Can you check why your PR did not get entry in EPRTRANS table.
    >
    > V_T160PR has SRM logical system entry?
    yep first aim is to find out why the eprtrans table was not  updated. I found that out now thanks to note 428116
    7. In order to be able to enter the external purchase requisitions into the transfer table, a BTE (Business Transaction Event) is to be introduced to function module BBP_EPRTRANS_MAINTAIN. For this, you have to include or change an entry in table TBE11.
          Note: You have to make the entries manually even if the note has already been implemented with a Support Package.
               Application indicator  Active   Text
               PM                    X        Maintenance
        * Afterwards, you have to add an entry with the following fields in table TBE31 for event 01000710:
               Business trans.  Event  Ctr  Appl.ind.  Function module
               01000710        PM                    BBP_EPRTRANS_MAINTAIN
          8. In order to set the purchasing profile determination, you have to maintain both view V_T160PR and view V_T160EX according to your requirements using Transaction SM30.
    In addition, the mechanism of the 'Business Transaction Events' must be activated for the 'New Dimension Integration' (NDI). To do this, carry out Transaction BF11. Then activate entry 'NDI' by selecting the checkbox. Save the change.
    so now I can continue with the srm side
    thanks for all the valuable input so far
    arthur

  • How to add standard "reason" field as search criteria for service orders?

    Hi,
    I would like to add the criteria "reason" in search tool for service orders.
    Would it be standard or woudl it need development?
    Many thanks,
    Eli

    Hi Eli,
    Please go to the web ui configuration and search reason feild is available for the config view. If it is available please move from hidden to visible. If it is not available you can add using development or AET to add that feild in the view.
    Regards,
    karthik J

  • How to map user-defined fields in XML communication on SRM site

    Hi All!
    We use the External sourcing scenario and we transfer requirements from ERP  in SRM through XI (PurchaseRequestERPSourcingRequest_In)
    We should transfer the user-defined fields, but we can not map it in SRM site.
    We have enhanced enterprise service in XI, have realized BADI PUR_SE_PRERPSOURCINGRQCO_ASYN on ERP site.
    I see the XML message with ours z-fields in tr.  SXI_MONITOR (into SRM), but I can not find it in BBP_PDISC.
    We try to use BADI BBP_SAPXML1_IN_BADI (there is no method for SC), and BADI /SAPSRM/BD_SOA_MAPPING (z-fields is empty)
    Someone can tell how to map user-defined field for SC?
    Thanks in advance
    Evgeny Ilchenko

    Hello, Julia
    We have found solution our problem
    We have enhanced standard service in a new enhancement name space and defined own enhancement elements in our namespaces. Then these enhancement elements refered to the SAP standard Enterprise Service.
    But In our new interfaces were different  XML namespaces
    When we have correct an error we could use the next BADI
    on ERP site: PUR_SE_PRERPSOURCINGRQCO_ASYN
    on SRM site: /SAPSRM/BD_SOA_MAPPING
    BR,
    Evgeny

  • How to transfer user defined accounting fields from SRM to ECC ?

    Hi!
    We are running SRM 5.0 and ECC 6.0 with classic scenario.
    We have defined Business entity filed account assignment tab in SRM SHC.
    New fields are also defined in tables BBP_C_ACC_F and in BBP_C_ACCFD and added in the structure also INCL_EEW_PD_ACC_CSF. New fields are also defined in srpo accounting.
    In R/3 the same field is already defined as it is standard one.
    When I create PR or PO i entered the Business entity for the account assignment R i.e real estate.
    However, when I order my shopping cart with values in new fields, the values are not transferred into backend.
    Standard fields transfer nicely, but the user defined fields dont transfer.
    Can any please let me know what we have to do for these user defined values to transfer to back end. We need to implement any BADI ?
    Please let me know
    Thanks

    Hi,
    Use  BADI  BBP_CREATE_PO_BACK ( t.code SE18) can transfer custom fields
    some useful links to transfer custom fields from SRM to ECC..
    Re: Purchase Order item customer fields
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Re: Custom field values are not being transfered to the backend system
    Re: How to replicate SRM PO customer fields to ERP PO in ECS
    Update Custom Fields in PO - BBP_ECS_PO_OUT_BADI
    BBP_ECS_PO_OUT_BADI
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Update Header Text in R/3 using BBP_ECS_PO_OUT_BADI
    Hope these are helpful..
    Thanks
    prasad .s

  • Sending Custom fields from SRM to ECC through BAPI

    Dear All ,
    I am looking for a step by step instructions on how to send my data i.e Start date and end date at ITEM :LEVEL for limit items from SRM to ECC
    It is currently only sent a Header level . I have almost read all the posts and yet not able to figure out . Please can you some one help me to understand .
    Checked the below
    http://scn.sap.com/thread/476423
    http://scn.sap.com/thread/170189
    http://scn.sap.com/thread/26494
    http://scn.sap.com/thread/1399901
    http://scn.sap.com/thread/1991218
    and also  checked the SAP official page :
    http://wiki.scn.sap.com/wiki/display/ABAP/BAPI?original_fqdn=wiki.sdn.sap.com#BAPI-Passingcustomfield
    http://wiki.scn.sap.com/wiki/display/SRM/Transfer+process+of+the+Shopping+Cart
    http://scn.sap.com/docs/DOC-2726
    However no luck . I also opened a similar thread previously but still unable to get an end to end understanding .Please could some one guide me for this one ?  Currently what I found out there is a class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 where CREATE_DOCUMENT decides what fields would be passed .. In that there is a FM which is being called from ECC .. and in that there is header and header X field ..
    which has the fields which I need VPER start and end date ..
    CALL FUNCTION 'BAPI_PO_CREATE1'
           DESTINATION av_rfc_dest
           EXPORTING
             poheader               = as_po_out-is_poheader      "#EC ENHOK
             poheaderx              = as_po_out-is_poheaderx
    h
    Now I wnat the same fields to be passed at item level of the SC .. Please could you confirm on what exactly I should do ?
    I saw the below tables not sure what I should do with them to include the 2 fields I want which should be passed to ECC .
    TABLES
              poitem                 = as_po_out-it_poitem        "#EC ENHOK
             poitemx                = as_po_out-it_poitemx       "#EC ENHOK
                 extensionin            = as_po_out-it_extensionin   "#EC ENHOK
      *      extensionout      = as_po_out-it_extensionout "not used by SRM
              poexpimpitem      = as_po_out-it_poexpimpitem      "#EC ENHOK
              poexpimpitemx     = as_po_out-it_poexpimpitemx     "#EC ENHOK
             potextheader      = as_po_out-it_potextheader "not used by SRM
    *      popartner         = as_po_out-it_popartner    "not used by SRM
    Please can some one let me know for the below queries :
    1, How to identify If I am checking on the right method .
    2. How I can create these 2 fields voer start date and end date and pass them to EKPO table of PO in ECC ?
    3. How to create these 2 fields in BAP and pass it further from SRM to ecc
    4. How would they be visisble in SC portal screen ..
    Please guide me on this would be really grateful . Thanks in advance for the help
    Regards
    Vinita

    Hi Madhu,
    Please check out this note 1027081 which is for the PO Held in classic scenario.
    Praveen.

  • How to create a custom task in SRM for the standard task

    Hi Gurus,
    How to create a custom task in SRM for the standard task  eg: TS10407929
    regards,
    George.

    from PFTC itself. Same.

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • How do I set LPX to send standard MIDI Clock to my keyboard on USB port 1?

    HI guys!
    I'm trying to sync a Yamaha MOXF to LPX so that the MOXF will be able to receive and follow Start/Stop commands from LPX.
    I need to set LPX to send standard MIDI Clock to my MOXF on USB port 1.
    How do I do that?
    Thanks

    1) Where is that located?
    2) How do I make LPX send Standard MIDI Clock on USB port 1?
    Thanks!

  • How to make plant mandatory field in Sales order thru standard SAP process

    Hello,
    There is requirement in business that User wants to make plant field Mandatory in Sales order line item once material number is entered. Can you please guide me how I can make Plant field mandatory thru Standard SAP process.
    I had checked it thru Incompletion process & Order type incompletion messages but still Plant field is not becoming mandatory in Sales order. It only gives incompletion log while saving the SO. Please suggest how to do it thru Standard SAP process.
    Thanks & Regards,
    Saurabh

    HI
    Plant will determine based on Customer-material Info Record, Customer Master data & material Master
    If plant is not mandatory in customer Master and Customer material no problem
    but at the time of creating the material master  Plant Mandatory as per my knowledge, so system will pick plant from Material master  that is the case why you required plant Mandatory in Sale order level
    and you need to do Shipping Point Determination for that plant
    Did you check by using User Exit ? if not try once what i have suggested
    Try with User Exit
    MV45AFZZ , FORM USEREXIT_SAVE_DOCUMENT
    VBAP - WERKS = " "
    if VBAP - MATNR , POSNR = not initial
    Error Messgae "E"
    Check and Revert
    Regards,
    Prasanna
    Edited by: prasanna_sap on Feb 14, 2012 11:41 AM

  • How to add new customise field in standard SAP ME28 Report?

    Hi Anybody,
             How to add new customise field inside Standard SAP Screen report ME28?.
    Anybody, Please tell me how to do?.
    Thanks,
    Regards,
    S.Muthu.

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • How we can add custom field in standard report 2kee.

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    Ravi,
    Which extra field do you want to add or see?  Without specifying the field, it is difficult for one to tell you precisely whether you need a custom field or just change the layout to get the standard one.
    There are so many fields which exists but are not displayed when you execute 2KEE. You need to change the layout selections to your preference.
    Nonetheless, if the field you want to add does not already exist, then yes you can do customization.  Is there a customization requirement? No. But remember, you are making changes to SAP Standard program which will no longer be supported by SAP should in the case an issue arise in the future related to this very program.
    Have your abaper add the said field in the program or why not just create a query to pull the report?
    Elias
    Edited by: Elias Akorli on Sep 18, 2009 9:02 PM

  • How to add custom field in SRM-MDM catalog

    Hi Guys,
    I have to add a custom field in SRM-MDM catalog. I know, it is done through MDM console, but how, it is done, This, I don't know.
    Please help me.
    Thanks in advance!!
    Note-> we are at SRM5.0 + MDM2.0
    Neelesh

    Please check the online help.
    [http://help.sap.com/saphelp_mdm550/helpdata/en/6c/24e342f6307176e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_mdm550/helpdata/en/6c/24e342f6307176e10000000a1550b0/frameset.htm]
    Regards,
    Masa

  • How to send PO IDOC from SRM server

    Hi All,
    How to send IDOC, after successful creation of the PO in SRM ?
    Please tell me how to configure the SRM system ?
    Regards

    Hi,
    See the foll related useful link:
    Re: Intercompany process u0096 MM u0096 SD
    BR,
    Disha.
    Pls reward points for useful answers.

Maybe you are looking for

  • Base LIne Date calculation in MIRO SAP IS-AFS6.0

    Hi Freinds, My business requires a payment condition for vendor " Payment after 30 days of Material Receipt Date or Schedule Delivery Date whichever is later". I have created a payment term. But how will system calculate accordingly? I find out a sol

  • ALV grid using classes(displaying subtotals groupwise in ALV grid control)

    Hello ,   please can any body help me its urgent tome. displaying subtotals groupwise ..say for ex.. cost group  costelement         amount      10          101         100.00 10                            102          200.00 10                      

  • Using MySQL with OEP

    Hi Team, I have an OEP running with Oracle DB but I need to move to MySQL. Has anyone done this? What is required? Thanks

  • Custimizing an AWT DIalog

    I have a javax.swing/JFileChooser dialog which I have extended so that there is a checkbox at the bottom to allow you to say if you want to load subdirectorys once a directory has been selected. On OSX it is recommended you use the native awt.Dialog

  • NoSuchMethodError: weblogic.webservice.core.rpc.ServiceImpl

    I developed webservices and jsp client on my local copy of weblogic - everything works perfectly fine.. I moved the webservices and jspclient to work's developement weblogic server.. Webservices works fine but the jspclient is throwing an exception a