External Requirements transfer - Population of table V_T160EX

Hello,
Does anyone knows if it is possible to populate table V_T160EX with "*" so the system takes all possible values?
Let's say I want to transfer from R/3 to SRM all requisitions created with material group "ABC". Can I do the Following?
Material Group = ABC
Purchase Group = *
Profile = 01
Or do I need to specify each and every Purchasing Group for that specific material group?
I appreciate any help.
Regards,

Hi
Which SRM version are you using ?
<u>I recommend you better to specify each and every material group. This will take some more time, but you will be sure that you haven't missed any thing important related to system configuration.</u>
<b><u>Other related links to see -></u></b>
Re: Plan driven does not work....
Re: PDP PM in classic mode?
Re: PR not getting created in R/3
Re: PR to Shopping Cart
Unable to transfer Purchase Requisition from ECC to EBP
Re: PDP - PR transfer error ANORETRY
Re: Table EPTRANS not updated
Re: Error in plan driven procurement Scenario
Regards
- Atul

Similar Messages

  • External data transfer into CO - Profitabilty Analysis tables

    Gurus, Sending this again as the earlier one was not answered. Please give us some insight ASAP.
    We are implementing the custom allocations to CO-PA (Profitability Analysis) records externally and trying to post close to million records into CO-PA table CE1xxxx. What is the most efficient method should be used for the posting of the externally created records into CO-PA table. Transaction KE21 is used for one entry at a time. We need to perform the mass data transfer. We also checked the BAPI BAPI_COPAACTUALS_POSTCOSTDATA. It clearly says that it is not for mass data transfer. Also, it updates the CE4xxxx table only. We need the data posted to CE1xxxx table. Any ideas!!!
    There is a transaction KEFC - External data transfer to CO-PA. Has anyone used it? Please provide your insight on this transfer method.
    Any suggestions are appreciated.
    Thank you.

    Ashish,
    We use KEFC on a regular basis to upload actual sales data to PA from a third system.
    An upload file is created in Excel, saved as a TXT file. The structure of that excel file is equal to the structure defined in customizing: define data interface to find the structure and: define structure of external data transfer to see the respective values of the columns you need in your excel file.
    Hope this works for you!
    Regards,

  • Document contains no items - Carry Out Sourcing From External Requirements

    Hello Experts,
    I have a problem in carrying-out sourcing in SRM 701 with external requirements come from ECC 6.0
    I want to process the requirements into purchase order, everything is OK because I see the line item of requirement is there. But when I check the document, this error occurs
    Back-End Error:Document contains no items
    Back-End Error:Please enter items first
    It seems SRM didn't bring the item displayed to the back-end so it keeps sending error message.
    How could that happen when I can see the document clearly contains item?
    Appreciate all the answers
    Regards,
    Ted

    Hi Dinesh / Pradeep
    Could you get a fix to this issue, we are facing the same error after we have successfully distributed the SRM Central Contract to ECC and then trying to fullfil the MRP generated PR that we used for sourcing
    We are in the classic scenario and in the classic scenario, we cannot create a Purchase ORder in ECC from SRM, it only creates local SRM PO
    Hence we are doing the following process steps for PDP with PM scenario
    1) MRP Run
    2) Push the PR as a Shopping Cart to SRM
    3) Select the Shopping Cart and create RFx
    4) Publish the RFx and Award the Vendor with the SRM Central Contract
    5) Distribute the SRM Central Contract to a ECC contract
    6) Use ME57 to turn the MRP PR to a ECC PO by assigning the Distributed backend contract as a source of supply in ECC
    We are failing step 6
    Your answer was below, but it did not end in a resolutuoin
    Please let me know the resolution to this step
    Regards
    Tridip
    Your earlier unfinished answer
    " How could we disable the error message so that we could create PO in ECC with reference to contract and purchase req. "
    - this message is due to standard config we do in ECC for matl grp & pur grp for PR transfer in table T160EX
    ECC books the combo of matl grp & pgrp for external system (SRM) and will not allow to process the PR in it.
    a procurement profile is allotted in EBAN.
    Don't think you can change the message type to Warning or info.

  • External requirements

    Hello SRM folks,
    We are on SRM Server 5.5 with ECC 6.0 classic scenario. We have external requirements ( Purchase requisition in ECC) coming to SRM sourcing.  In SRM we are creating GOA  (Using SRM becuase of document builder) and distributing contract o backend ECC.
    We are able able to create PO with reference to contract in ECC.  But we want to reference purchase req (Because to carry all the accounting details to PO as SRM GOA does not passes accouting information to ECC contract) along with contract. When we create PO with refereence to contract and purchase req in ECC we get the following error message
    Purchase requisition 10000601 00001 can only be ordered in system SRDCLNT301 
    Message no. 6Q 202, 6Q 203
    Could you please suggest -
    How could we disable the error message so that we could create PO in ECC with reference to contract and purchase req.
    OR
    How can we pass the accounting information from SRM shopping cart to GOA to ECC to contract.
    Thanks

    Hi Dinesh / Pradeep
    Could you get a fix to this issue, we are facing the same error after we have successfully distributed the SRM Central Contract to ECC and then trying to fullfil the MRP generated PR that we used for sourcing
    We are in the classic scenario and in the classic scenario, we cannot create a Purchase ORder in ECC from SRM, it only creates local SRM PO
    Hence we are doing the following process steps for PDP with PM scenario
    1) MRP Run
    2) Push the PR as a Shopping Cart to SRM
    3) Select the Shopping Cart and create RFx
    4) Publish the RFx and Award the Vendor with the SRM Central Contract
    5) Distribute the SRM Central Contract to a ECC contract
    6) Use ME57 to turn the MRP PR to a ECC PO by assigning the Distributed backend contract as a source of supply in ECC
    We are failing step 6
    Your answer was below, but it did not end in a resolutuoin
    Please let me know the resolution to this step
    Regards
    Tridip
    Your earlier unfinished answer
    " How could we disable the error message so that we could create PO in ECC with reference to contract and purchase req. "
    - this message is due to standard config we do in ECC for matl grp & pur grp for PR transfer in table T160EX
    ECC books the combo of matl grp & pgrp for external system (SRM) and will not allow to process the PR in it.
    a procurement profile is allotted in EBAN.
    Don't think you can change the message type to Warning or info.

  • How to transfer an internal table from one FUNCTION to another

    Hi,
       In Normal Enabled Function, I have created an External Parameter as
         ZTEMP LIKE ZSTR.  (ZSTR is a structure).
       In Source Code, am using an Internal Table(ZINT) which is of the same structure type.
    I have populated the internal table. Now I have to export these internal table values to another function.
    I tried to assign the internal table to the exporting parameter. But this shows error as ZTEMP is not an internal table.
       So, How to transfer this??
       Give me sample Code.
    Regards,
    Kalai.
    Message was edited by:
            Kalaivani Pachiappan

    Hi Ramesh,
      Thanks for ur reply. Actually I am a beginner. So I dint get u. Can u first clear me one doubt: If I give ZTEMP LIKE ZSTR as export parameter, will it create ZTEMP as a table with all fields as in ZSTR ( or ) ZTEMP itself as a structure???
      Then How can I transfer the internal table using Import/Export?
       Actually FUNCTION1 is giving some input to FUNCTION2. FUNCTION2processes and stores the result in Internal Table. Now I have to export these internal table contents to FUNCTION1. 
       How can I do this??
    Thanks and Regards,
    Kalai

  • Purchasing Group in external requirement

    Hi experts
    I Have a business requirement that the purchasing group assigned in external requirement must be backend and not SRM purchasing group, when we use BBP_PGRP_ASSIGN_BADI or BBP_PGRP_FIND the purchasing group assigned the first the exists in SRM, how can I find the purchasing group that was assigned in Purchase requisition in backend ?
    Thanks
    Nilson

    Hi,
    When you transfer the PR from R/3 to SRM,by default,the Porg and Pgrp values in SC are those corresponsing to the Local Porg /Pgrp defined in the entry channel in SRM org structure.
    If you need to set thecorrect values for the Porg /Pgrp for the user(as defined in SRM org structure),then implemnet the BADI "BBP_DOC_CHNAGE_BADI".Within the BADi,you can always get the PR no in the item table i.e.it_item-ext_demid will have the PR no.Then make an RFC call to R/3 to get the PR deatils like Pgrp etc.
    See the foll threads for more details/sample code:
    Re: BAdI to change pur group
    Re: Re-assignment of Purchasing Group causing shopping cart error.
    Re: How can we change the purchasing group which it is maintained in R/3?
    BR,
    Disha.

  • External requirement from non SAP system created in SRM 7.0 Extended Classi

    Hello SRM Gurus:
    Has anyone created an external requirement using XI ExternalRequirement_Create_In (http://sap.com/xi/EBP).  We are getting a E001 "No company code could be determined for backend  for product##".  I traced the error to FM 'BAPI_SCEC_CREATE' in class "CL_BBPX_EXTERNAL_REQUIREMENT".  What I found is that it check the attributes for BUK and updates a table with the backend EEC system.  Then it checks if any of the entries match our external non SAP system in our external requirement and since it is a non SAP system none do.  Then it sets a return error code.
    I configured our non SAP system in the SLD and in SPRO under "Define System Landscape" as a non SAP system.
    We are running external classic scenario.  We just want to created a shopping cart from an external non SAP system.  Source the shopping cart in SRM and create the PO in SRM/ECC.  We are not using a product master but creating "describe requirement" in our external system.  Our product categories are replicated from ECC and the same codes used in our external non SAP planning system.
    If I change the external planning system to the ECC backend system, the external requirement is created in SRM but when I source it and convert it to a PO, it returns a backend error that the external requirement number does not exist in ECC.  Therefore it appears all of our data from our external system is correct with the exception of how to deternine the backend company code
    According to SAP this should be possible using XI.
    Has anyone been successful doing this or can you please advise any OSS notes or documentation explaining how to do this.  Please advise if you need additikonal info.
    Thanks in advance.
    Bert

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • How to find out what is populating a table

    I have a table in oracle 10g, I checked the dba_source to find out if a procedure or package is population this table, however, I couldn't find it. How can I get the name of a form or other source that can populate the table. Oracle is on window Xp.
    Thanks

    There is nothing in Oracle that would directly tell you what can populate a particualr table. You can look at the dba|user|all_dependencies views to see if there are stored procedures that have a dependency to the table, but that does not neccessarily mean that they populate the table. Anything external to the database (e.g. an external aplpication with embedded sql statements, a sqlplus session, TOAD, etc.) would not show up anywhere in the database.
    John

  • How to transfer from internal table to table control ?

    How to transfer data from internal table to table control wihtout using select statement?

    HI
    GOOD
    The commands in the flow logic are:
    LOOP AT itab [INTO wa] WITH CONTROL ctrl.
    ENDLOOP.
    This statement assigns an internal table itab of the ABAP program to the table control and triggers a parallel loop run over the table control rows displayed on the screen and over the internal table itab. The additions INTO and WITH CONTROL are possible at the time of PBO, but not at PAI. The assignment of the loop to the table control takes place at PAI through the internal table.
    Using the INTO addition, the fields of the internal table itab are written to the work area wa at the time of PBO and the content of wa is transported, line by line, to the identically-named fields of the table control on the screen. Without the INTO addition, you must use an internal table with a header line. Then the content of the header line is transported line by line to the identically-named fields of the table control on the screen at the time of PBO. No module is required for filling the table control rows.
    Conversely, at the time of PAI, the internal table rows are not automatically filled with the contents of the table control rows. Instead, you must call a dialog module within the loop that modifies the table.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/0970a4543b11d1898e0000e8322d00/content.htm
    THANKS
    MRUTYUN^

  • ABAP Webdynpro - Populating second table based on data selected on first

    Hi Experts,
      I am new to ABAP Webdynpro. I have a requirement to show a search area, one table for header info, and second table for populating item level information.
      I was successful building a search area and populating first table when the 'Search' button is pressed.
      Now, I like to populate the second table with item details if a row on first table is selected. I tried to bind the OnSelect Event of first table to a method and try to get the results and bind to second table.. However, I am unsuccessful in this attempt.
      Here are my questions/challenges.
      1. When I select a row on first table, how can I extract the key information?
      2. Is it sufficient to create a context attribute and populate it with FM and bind that with second table? 
    I appreciate your help in answering this question.
    Thanks,
    SG

    Hi,
    Regarding...
    1. When I select a row on first table, how can I extract the key information?
    When you select any row in table, a lead selection will be set in the node which bound to the table.
    To read this selected record you need to use the following code. Here the name of context node is "FLAGS". And the structure ls_flags contains all the attributes defined in the node.
    DATA lo_nd_flags TYPE REF TO if_wd_context_node.
      DATA ls_flags TYPE wd_this->element_flags.
      lo_nd_flags = wd_context->get_child_node( name = wd_this->wdctx_flags ).
      CALL METHOD lo_nd_flags->get_static_attributes
        IMPORTING
          static_attributes = ls_flags.
    Regarding....
    2. Is it sufficient to create a context attribute and populate it with FM and bind that with second table?
    Based on the data that you got in the first step, you can fill an internal table with data that needs to be displayed in 2nd table.
    To bind the internal table you need to define the internal table of type context node. Use the following code to bind the internal table to context node which bound to 2nd table. Here name of  the context node is "OVERVIEW".
    DATA: lo_nd_overview TYPE REF TO if_wd_context_node,
                lt_overview TYPE wd_this->elements_overview.
    <<<< Fill lt_overview with data >>>>>
            lo_nd_overview = wd_context->get_child_node( name = wd_this->wdctx_overview ).
            CALL METHOD lo_nd_overview->bind_table
              EXPORTING
                new_items            = lt_overview.
    Alternatively you can use the Supply Function Method.
    Vikrant Trivedi

  • Query on Creating and Populating I$ table on different condition

    Hi,
    I have a query on creating and populating I$ table on different condition.In which condition the I$ table is created??And These condition are mentioned below:
    1)*source and staging area* are on same server(i.e target is on another server)
    2)*staging area and Target* are on same server(i.e source is on another server)
    3)*source,staging area and Target* are on *3 different* server
    4)source,staging area and Target are on same server
    Thanks

    I am not very much clear about your question. Still trying my best to clear it out.
    In your all above requirement I$ table will be created.
    If staging same as target ( One database,one user) then all temp tables will be created under this user
    If staging is different than target ( One database,two user (A,B)) then all temp tables will be created under this user A (lets consider) and data will be inserted to the target table that is present in user B
    If staging is different than target ( Two database,two user (A1,A2), not recommended architecture) then all temp tables will be created under this user A1 (database A1) and data will be inserted to the target table that is present in user A2 (database A2)
    If source,staging,target will under one database then No LKM is required,IKM is sufficient to load the data into target. Specifically for this you can see one example given by Craig.
    http://s3.amazonaws.com/Ora/ODI-Simple_SELECT_and_INSERT-interface.swf
    Thanks.

  • External data Transfer - Loan Module (t.code - KCLJ)

    Hi Expert
    I have upload the loan source data through t.code KCLJ.  and it showing me External data transfer completed with return code: 4. there is no error but no loan is created in server and also tables is not updated. is there any further step to update a loan transaction through EDT. i  read SAP documentation here it's show that data saved in data pool. Please tell me what's the next step to update the loan data.
    Please  help
    Regards
    Gaurav Gupta

    Hi, how are you? My name is Santiago, I'm working in KCLJ trx. and I'm trying to upload my file, but I cant. Cuoud you fix your error? Do you have any documentation or an example of your file?
    thanks
    Santiago

  • External Requirment

    Hello SRM folks,
    We are on SRM Server 5.5 and ECC 6.0. I'm trying to transfer the external requirements from ECC to SRM. During that I am getting the following error in SRM
    1. No logical system for FI is maintained. Inform system admin.
    Message no. BBP_PD055
    2. Document type for determined backend system missing
    Message no. BBP_PD249
    I have correctly maintained the logical system definition of backend system in SRM ( define backend system) and in ECC (SALE ->  Logical system).  In SRM  the entry are as follow
                              ECC 6.0                           SRM 5.0
    Log sys               ECSCLNT400               SRSCLNT400
    RFC dest             ECSCLNT400              SRSCLNT400
    Sytm type            ERP1.0                       EBP_ONE
    RFC                       X              
    Local                                                        X
    FI valid                  Real Time                  No validation
    Sys Land....          ECSCLNT400            EBP_ONE
    RFC (Dialog)        ECSCLNT400
    Please suggest
    Thanks

    Any help please .....  here is the issue in details
    We are on SRM Server 5.5 and ECC 6.0. I'm trying to transfer the external requirements from ECC to SRM. During that I am getting the following error in SRM
    1. No logical system for FI is maintained. Inform system admin.
    Message no. BBP_PD055
    I have correctly maintained the logical system definition of backend system in SRM ( define backend system) and in ECC (SALE -> Logical system). In SRM the entry are as follow
    Log sys (ECC 6.0)    ECSCLNT400      
    RFC dest                 ECSCLNT400  
    Sytm type                ERP1.0
    RFC                         X
    FI valid                      Real Time       
    Sys Land....              ECSCLNT400  
    RFC (Dialog)               ECSCLNT400
    Log sys (SRM 5.0)            SRSCLNT400
    RFC dest                          SRSCLNT400
    Sytm type                         EBP_ONE
    Local                                        X
    FI valid                             No validation
    Sys Land....                      SRSCLNT400
    Please suggest
    Edited by: Amit Jain on Feb 28, 2008 4:26 PM

  • External requirements from ERP to SRM with ExtendedClassic scenario for PPS

    Hi all,
    We are having SRM 7.01 system with ERP ehp4, and we have to do PPS ( Public sector Procurement) as part of our implementation,for that we need to activate Extended classic Scenario.
    My question is whether we can have external requirements ( Material PR and Service PR) from ERP can be processed in the srm system.
    Please help.
    Regards,
    Raju

    Hi
    We can use either the CPPR functionality which requires PI/XI to be in place or maintaining the T160PR and T160EX tables in ECC and running the report BBP_EXTREQ_TRANSFER to push the PR's into SRM. In SRM we have to maintain the entry channel to bring the PR's into SOCO.
    R/ Reddy.

  • External requirment number (PR #) in backend Service PO

    Dear All,
    We are implementing classic scenario with simplified pricing on SRM4.0 and ECC6.0 as backend.
    During strategic sourcing scenario i.e. for Bid Invitation out of external requirement (PR transferred from R/3 to SRM ),when we trigger a PO system doesn't populate the Purchase requisition number in backend PO for service items.
    In case of material items system populates PR number in backend PO.
    Please throw some light on how to get the PR number populated in the service PO.
    Kindly write back.
    Regards,
    Nilesh Swami

    Hi. Just configure the same types for Req and PO in the backend, that is the easiest solution.
    Regards,
    Dave.

Maybe you are looking for

  • Logic in case of Service PO

    Hello Team, We have a service PO with account assignment category as K, Item category D, Material  - blank and only short text, PO document type is normal. At item level we have two tabs service and limits. Under service tab we enter service number a

  • How to reinstall Boot Camp 4.0

    Hi, my hardware : MB Pro 13 " mid 2010 (Intel) my system : - one partition of 230 Go withLion (update from Snow Leopard, so non Lion DVD), Boot camp 4.0 - one partition of 20 Go with Windows 7 my goal : install Windows (for running with my Polar soft

  • Ordering a HP Recovery Kit Windows 8

    The websites directions to order the HP Recovery kit are not up to date with the current website layout. I need to order the kit for my laptop. ENVY dv6  Product: C2M11UA#ABAModel: dv6-7210usWarranty: 1y1y0y Just looking to be pointed in the right di

  • Lost Multicast Packets on 1 JVM Only

    Hi, I have a cluster of 4 JVM's which is distributed across 2 physical servers. This is running on a windows 32 bit environment. Machine1: JVM01/JVM02 Machine2: JVM03/JVM04 JVM03 is losting lots of multicast packets, where the others are not. 1600 si

  • Server0 status remains Starting application

    1 server0 147530 Starting applications 0 yes following is the server0 log.. -> arg[ 22]: -Dmemory.manager=2048M -> arg[ 23]: -Xmx2048M -> arg[ 24]: -Xms2048M -> arg[ 25]: -DLoadBalanceRestricted=no -> arg[ 26]: -Djstartup.mode=JCONTROL -> arg[ 27]: -