Error: MRP_ATTRIBUTE_VALUE_ERROR in creating Sourcing Rule

Hi Gurus,
We are getting below errror while creating SOurcing Rule through API Mrp_Sourcing_Rule_Pub.PROCESS_SOURCING_RULE.
Below is the parameters we used.
          Mrp_Sourcing_Rule_Pub.PROCESS_SOURCING_RULE(
          p_api_version_number =>1.0
          ,p_init_msg_list => Fnd_Api.g_true
          --,p_return_values =>
          ,p_commit => Fnd_Api.g_true
          ,x_return_status =>l_return_status
          ,x_msg_count =>l_msg_count
          ,x_msg_data =>l_msg_data
          ,p_sourcing_rule_rec => l_sourcing_rule_rec
          ,p_sourcing_rule_val_rec => l_sourcing_rule_val_rec
          ,p_receiving_org_tbl => l_receiving_org_tbl
          ,p_receiving_org_val_tbl => l_receiving_org_val_tbl
          ,p_shipping_org_tbl => l_shipping_org_tbl
          ,p_shipping_org_val_tbl => l_shipping_org_val_tbl
          ,x_sourcing_rule_rec => o_sourcing_rule_rec
          ,x_sourcing_rule_val_rec => o_sourcing_rule_val_rec
          ,x_receiving_org_tbl => o_receiving_org_tbl
          ,x_receiving_org_val_tbl => o_receiving_org_val_tbl
          ,x_shipping_org_tbl => o_shipping_org_tbl
          ,x_shipping_org_val_tbl => o_shipping_org_val_tbl
Data base details: 11i and Oracle10g.
Regards,
Reddy S

We are getting below errror while creating SOurcing Rule through API Mrp_Sourcing_Rule_Pub.PROCESS_SOURCING_RULE.What is the error?
Please see these docs/links.
How Can We Use The Sourcing Rule API To Mass Update Vendor/Vendor Site On Sourcing Rule [ID 1144334.1]
Sourcing Rule Api Does Not Allow Sourcing Rules With Same Name Even Though Organizations Are Different [ID 367915.1]
MRP_SOURCING_RULE_PUB.PROCESS_SOURCING_RULE Errors ORA-01426: numeric overflow in Package MRP_Sourcing_Rule_PVT [ID 268831.1]
Api (Mrp_sourcing_rule_pub.Process_sourcing_rule) Error Message Is Not Showing In Few Cases. [ID 1218285.1]
https://forums.oracle.com/forums/search.jspa?threadID=&q=%22+Mrp_Sourcing_Rule_Pub.PROCESS_SOURCING_RULE%22&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Error message while creating splitting rules.

    Hi Gurus,
    I am getting the below error mrssage while tryng to create a splitting rule(Z**0000012 copied from 0000000012)
    Item category 20000 not obligatory in process 0000/Z002
         Message no. GLT1203
    Diagnosis
         You have selected item category 20000. This item category is not
         obligatory in accounting transaction 0000, variant Z002. This could
         prevent the splitting rule for an actual document being processed
         correctly.
    System Response
         Item category cannot 20000 be entered.
    Procedure
         Either choose an item category marked as obligatory, or define 20000 as
         obligatory.
    for Business transaction 0000 & tansaction varient Z002 item category 20000 nothing  is selected(i.e forbidd,rquired,only once)
    Please help me solve this & go forward with th coonfig

    Hello,
    Why not define 20000 as obligatory? It seems the only way to go.
    Sorry if I was not very helpful.

  • Error occurred when creating a rule index for multiple RDF models.

    Hi,
    I want to create a RDFS rule index for two RDF models, using the following command, where 'family' and 'gender' are two RDF models I have successfully created.
    BEGIN
    SDO_RDF_INFERENCE.CREATE_RULES_INDEX(
    'rdfs_rix_family',
    SDO_RDF_Models('family', 'gender'),
    SDO_RDF_Rulebases('RDFS'));
    END;
    The error messages are:
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.jdbc.driver.OracleSQLException: ORA-00907: missing right parenthesis
    ORA-06512: at "MDSYS.RDF_APIS_USER", line 7
    ORA-06512: at "MDSYS.RDF_APIS_USER", line 9
    ORA-06512: at "MDSYS.RDF_APIS", line 277
    ORA-06512: at line 1
    Any idea where the problem is? I am using the Oracle Database 10g Enterprise Edition Release 10.2.0.2.0.
    Thanks!
    -PQ

    Hi,
    I think you are hitting a known problem. This fix will be available in an upcoming patch release. We are exploring options of making it available earlier. Is this issue holding up your application development ?
    Melli

  • ESYU: Blanket PO approve시 ASL과 Sourcing Rules이 생성되기 위해 요구되는 steps

    Purpose
    Oracle Purchasing - Version: 11.5.8 to 11.5.10
    Blanket Purchase Order approval 동안 ASL과 Sourcing Rules이 생성되게 하기 위해
    요구되는 steps에는 무엇이 있는지 알아본다.
    Solution
    Profile Options:
    - PO: Allow Auto-generate Sourcing Rules => CREATE AND UPDATE
    - PO: Allow Autocreation of Oracle Sourcing Documents => Yes
    - MRP: Default Assignment Set => Define with desired Assignment Set (eg. Supplier Scheduling)
    Note:
    - 위 Profiles은 User, Responsibility, Application 그리고 Site level로 setting 할 수 있다.
    - Profile option을 setting 하거나 변경 후, application을 re-log 해야 한다.
    Workflow Builder를 통해 PO Approval Workflow를 setup:
    Attributes
    - Create Sourcing Rule Flag: "Y"
    - Update Sourcing Rule Flag: "Y"
    - PO SR Rule Name Prefix: "PURCH" - Default Value
    - PO Assignment Type ID for SR: "3 - Item level "
    - PO Sourcing Organization ID: ASL이 생성되어야 하는 Inventory Org를 set
    Example 1 : 새로운 Socing Rule이 생성
    a. 아래 setting을 가진 Blanket을 생성:
    - "Enable Automatic Sourcing"
    - "Update Existing Sourcing Rule and Assignment"
    - Item: AS12345
    - Supplier: Advanced Network Devices
    - Site: SANTA CLARA
    b. Deferred Parameter "Yes", Workflow Background engine을 실행
    c. Supply Base> Approved Supplier List로 이동
    d. Item AS12345를 조회
    e. 생성된 ASL을 확인
    f. Soucing Rule 화면으로 이동
    - Sourcing Rule을 조회: PUR%
    - Soucing Rule 'PURCH_ABCD' 이 생성된 것을 확인
    - Supplier: Advanced Network Devices
    - Allocation = 100% , Rank =1
    g. Soucing Rule 생성을 확인
    h. Assignment Set 화면으로 이동
    i. 조회:
    - Assignment Set: Supplier Shceduling
    - Type: Item
    - Item: AS12345
    - Soucing Rule: PURCH_ABCD
    j. Assignment Set 생성을 확인
    Example 2 : 기존의 Soucing Rule / ASL을 update
    a. 아래 setting을 가진 Blanket을 생성:
    - "Enable Automatic Sourcing"
    - "Update Existing Sourcing Rule and Assignment"
    - Item: AS12345
    - Supplier: Advanced Network Devices
    - Site: SANTA CLARA
    b. Deferred Parameter "Yes", Workflow Background engine을 실행
    c. Supply Base> Approved Supplier List로 이동
    - Item 'AS1345'를 조회
    - Supplier Block으로 이동:
    - Supplier: Advantage Corp
    - Site: ADVANTAGE - US
    d. ASL이 존재하고 있음을 확인
    e. Soucing Rule 화면으로 이동
    - Soucing Rule을 조회: PUR%
    - Soucing Rule 'PURCH_ABCD' 이 생성된 것을 확인
    - Supplier: Advanced Network Devices
    - Site: SANTA CLARA
    - Allocation = 100% , Rank =1
    f. 기존의 Soucing rule PURCH_ABCD가 update 된 것을 확인
    g. Assignment Set 화면으로 이동, 조회
    - Assignment Set: Supplier Shceduling
    - Type: Item
    - Item: AS12345
    - Soucing Rule: PURCH_ABCD
    j. Assignment Set은 변경됨이 없음을 확인, 왜냐하면 soucing rule이 동일하기 때문
    Reference
    Note 273983.1

  • Error in creating transfer rules beween infosource and datasource in BI 7.0

    Hello Guys
    I am gettting the following error when trying to create transfer rules between infosource and datasource.
    1. Error while activating transformation
    2. Deletion of Objects with Type Transformation
    3. Preprocessing/Collecting DDIC Objects for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    4. Post Processing/Checking the Deletion for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    5. Object Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K has been deleted
    6. Name of object of type 'TRCS' is missing
    7. Name of object of type 'TRCS' is missing
    8.Key rule 1 (target field: 0COMP_CODE): Initial update set
    9. Key rule 2 (target field: 0PLANT): Initial update set
    10. Key rule 3 (target field: 0OI_EBELN): Initial update set
    11. Key rule 4 (target field: 0AC_DOC_NO): Initial update set
    12. No rule exists
    13. Saving Objects with Type Transformation
    14. Saving Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    15. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K saved successfully
    16. Activation of Objects with Type Transformation
    17. Saving Objects with Type Transformation
    18. Internal Activation (Transformation )
    19. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    20. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    21. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    22. Syntax error in GP_ERR_RSTRAN_MASTER_TMPL, row 1,644 (-> long text)
    23. Error during generation
    24. Error when activating Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    25. Resetting of Incorrect Objects Back to the Active Version (Transformation )
    26. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    27. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    28. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    29. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was reset to the active version
    Can anyone send me a document on how to create cubes, info and data sources,ODS's,multicubes and t/f and update rules in BI 7.0
    Thanks.

    Transformations in BI7
    http://help.sap.com/saphelp_nw04s/helpdata/en/f8/7913426e48db2ce10000000a1550b0/content.htm
    Regards,
    R.Ravi

  • Error while creating transfer rules.

    Hi
    I am creating transfer rules and a error  message says " IS_00_BB does not exist". (IS_00) is the desc. of the info source)
    can someone help me on this????
    I had created transfer rules for another cube in the same info area, but no error had come then..
    Thanks.
    Aswath.

    Hello,
    The problem you are reporting could be that you are using the Transfer 
    Method 'IDOC' for the affected transfer rule(s). You should use the    
    'PSA' transfer method (rather than the 'IDOC' method), as the IDOC     
    method is very old.                                                                               
    If so, please change the transfer method in the affected transfer rules
    to 'PSA', then try to activate the transfer structure again. This should
    solve the problem, in which case, please let us know by clicking on the
    'Close' button.                                                                               
    If the problem persists please create the report that is relevant for your system release
    as per the SAP note 493422 and execute the report in your system, the report can be
    created in se38, please talk to your basis team if you have problems creating the report.
    Best Regards,
    Des

  • DSO error while creating update rules

    Hi All,
              i am new to BI 7.0 , while creating update rules for datastore object , i have given the infosource name, and tried to activate it, then i got the error,
    ERROR:  infoobject 0recordmode is missing from the infosourse
    Can any one help, points are assured for the suggestions
    Thanks in advance
    Peddinti

    Hi,
      Add 0recordmode info object to your info source and again try to create DTP, 0recordmode is requried in DSO to keep data with history.(like before image,after image,etc), by adding this you dont have any problem, at the time of creating info source itself system will prompt you that this info object is missing do you want to add here say yes.
    Regards
    Sankar

  • Error in creating oracle rule facts using schema

    Hi,
    I am getting following error when I am trying to create FACTS from schema file. Haven't you encounter this issue? I have deployed the rule author ear in weblogic app server.
    Could you some help me on this..Appreciate your feedback.
    XMLFact Summary >
    Error
    Cannot perform operation. 'RUL-01014: Unable to add XML schema path C:\Oracle\ruleproject\sampleschematest\xsd\common.xsd into data model. Please see the base exception for resolution. Root Cause: Note: C:\Oracle\ruleproject\sampleschematest\jaxb\com\common\schema\ObjectFactory.java uses or overrides a deprecated API. '
    Hide
    java.lang.Exception: Note: C:\Oracle\ruleproject\sampleschematest\jaxb\com\common\schema\ObjectFactory.java uses or overrides a deprecated API. at oracle.rules.sdk.datamodel.impl.DataModelUtil.compileJavaFile(DataModelUtil.java:497) at oracle.rules.sdk.datamodel.DataModelManager.addXMLSchemaPath(DataModelManager.java:984) at oracle.rules.sdk.mapper.RuleObjectHelper.addSchemapath(RuleObjectHelper.java:2759) at oracle.rules.ra.uix.mvc.SchemaSelectorEH.addSchema(SchemaSelectorEH.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at oracle.rules.ra.uix.mvc.BeanEH.genericHandleEvent(BeanEH.java:869) at oracle.rules.ra.uix.mvc.BeanEH.handleEvent(BeanEH.java:838) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source) at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source) at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Appreciate your feedback on this. This error comes on weblogic 10.3
    Thanks
    Hareendra

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

  • High memory usage and error creating access rules

    Hi guys
    I'm having a problem with the memory and also trying to create some rules on the CISCO ASA. The version that I got installed was the 8.2.5.33 on a CISCO 5520 with 512 RAM, the memory usage is on 99% used, 1% free and because of that when I'm trying to create a new rule the firewall brings me the next error
    So what I did was a downgrade to the version 8.2 (4) 4 and the memory went down a little (82% used, 18% free) but I still got the error when I'm creating an access rule on the device. One thing and I'm not sure if this could affect on the performance are the number of access list and the object groups that are created.
    I already open a case with CISCO TAC and they are checking if the problem is with the memory capacity or maybe a memory leak.
    Also the doubt that I got is with the memory that I got now available should I can create access rules or 82 is still to hig to create a rule or and object group?
    Regards

    Hi,
    Can you check what is the amount of ACEs you have on the ACLs in use?
    I think if you use the command "show access-list " the first line should give you the total amount of ACEs in the ACL
    - Jouni

  • Error While creating a rule for trimming spaces

    Hi All,
    Please can you tell me the correct syntax for trimming the Spaces from the beginning of the word.
    I tried like this but it is giving error as below:
    BEGIN RETURN
    ltrim($SPACES_TRIM, '');
    END
    ERROR:  The return statement is expected to return a conditional value: found type<VARCHAR>. (COR-10622)
    Please do help me its urgent.
    Thanks & Regards,
    DJ

    Hi Deepak,
    when you create validation rules they always have to return TRUE or FALSE conditions. (A record can pass or fail your expression.
    So your expression above returns a VARCHAR string, as you can read in the User guide, you are replacing leading nothing '' at the beginning of your string $SPACES_TRIM.
    You need to understand basic concept for validation rule expressions and use of functions.
    There are lots of great product tutorials here on the SCN, that describe scope, features and functionalities of Information Steward, so you got a understanding of what you can do with IS.
    NIels

  • Error in Creating WS Rule (Manual)

    Hi,
    I face a customizing error reading 'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 ' while creating WS Rule. Details are as below:
    I. Public holidays - Independence Day, Gandhi Jayanti & Republic Day with fixed data were created & then assigned to public holiday calendar T2 which was copied from entity IN in the public holiday calendar list & then customized
    II. The Public Holiday calendar T2 was then assigned to Personnel Area TRS2 & subarea HRA0 through the following IMG Path: Time Management -> Work Schedule Rules & Work Schedules -> Define Groupings for Public Holiday Calendar
    III. PSA Grouping 01 assinged to Personnel Area TRS2 & PSA HRA0 through the following IMG Path: Time Management -> Work Schedules -> Personnel Subarea Groupings -> Group PSAs for the Work Schedules
    IV. Break TAP2 with Grouping 01 & 9.0 hrs as working hrs created as a new entry for working days
    V. Defining a Daily Work Schedule:
    1. A Daily WS named WST2 was created as a new entry with following details & through its IMG Path (Time Mgmt -> Work Schedules -> Daily Work Schedules -> Define Daily Work Schedules): DWS Grouping = 01, Daily Work Schedule Code: WST2, DWS Selection Rule = 01, Planned Working Hours = 09.00 hrs, Planned Working Time = 09:00 to 18:00, Begin Tolerance = 08:50 to 09:10, End Tolerance = 17:50 to 18:10, Work break Schedule = TAP2, Daily WS Class = 1, Reaction to Overtime = W (Warning), Break Assigned = TAP2
    2. Another DWS named WOT2 with no planned working hours created as a new entry for weekly offs with same properties as for Daily WS WST2
    VI. Generating a Period Work Schedule:
    1. DWS WST2 assigned for week days starting from day 001 and DWS WOT2 assigned to week off (day 007) to the Period WS named PWST with PWS Grouping 01, Week No. 001
    VII. Generating WS Rule:
    1. Defined ESG Groupings from the IMG Path: Time Mgmt -> Work Schedules -> WS Rule & WS -> Define Employee Subgroup Groupings & assigned ES Grouping 2 (Salaried Staff)
    2. Country Grouping 40 (for India) assigned as country crouping (Determine Work Area Entry window) to Group Ee Subgroups for Work Schedules & ESGGrouping 2 assigned to employee subgroup T (Active, Monthly Salaried)
    3. Defining Groupings for Public holiday Calendar: (IMG: Time Mgmt -> Work Schedules -> WS Rules & WS -> Define Groupings for Public Holiday Celendar): Calendar T2 has already been assigned to personnel area TRS2
    VII. Set Work Schedule Rules & Work Schedules:
    1. WSRTAP2 being generated as WS rule with PS Grouping 01, Holiday Calendar T2, Daily Working Hrs 9.00, Weekly working days 06, Weekly working hrs 54, Montly working hrs 234.00, Annual Working Hours 2808.00 & PWST as the period work schedule.
    VIII. Generating WS Manually (IMG Path: Time Management -> Work Schedule -> WS Rules & WS -> Generate WS Manually)
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    5. Period: 022010 to 129999
    ERROR
    'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 
    type this error in search forum   There are lot of threads relateing to this issue
    Some where Grouping problem of the below
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    Edited by: Sikindar on Mar 28, 2010 9:27 PM

    Appreciate your feedback on this. This error comes on weblogic 10.3
    Thanks
    Hareendra

  • Error while creating SOURCE SYSTEM

    Hi All,
    I have a problem while creating Source System to a Solman syatem configured with BW content. I have configured few some source systems already in the same Solman System.The system shows the following error, previous to this i get the message a "generating connection to the source system"
    <b>Error in source system RXX_100
    Message no. RSAR502
    Diagnosis
    With Remote Function Call to system RXX_100 error Screen output without connection to user.  ccurred.
    Procedure
    Remove the cause of the error.</b>
    Kindly provide me suggestions and DOCS related to the same.
    Suitable points will be awarded for replies.
    Expecting your kind reply,
    Vineeth

    Hi ,
    In SCC4 the source client should not set as production when creating the source system connection between two systems.Please check below SAP note
    973555 - System must be open for creating/connecting source systems
    Thanks,
    Shanaka

  • Error while creating settlement rule

    We are trying to create a Settlement Rule for a Production Order for material 900010001 with following details:
    Cat:MAT
    Settlement Receiver:900010001
    % :100
    Settlement Type:FUL
    System is giving an error msg. no.KD063 'Distribution rule for an Article can only be created automatically'.
    Can anyone help us in analysing the same.
    We want that while creating a Production Order Settlement Rule shall be created by default for Cat:MAT & Settlement Receiver:900010001 (Material of Production Order).Can anyone guide us how the same can be achieved.
    With Rgds.,
    Rakesh Kumar

    Hi..
    please try this....Goto KSR2_VBP.
    THere are two strategies.. 01 and 02.
    01 for manual creation of settlement rules
    02 for auto creation..
    first check whether 01 and 02 are in your plant.
    Sales and distrib....basic functions......auto gen. of settlement rules.......
    here you ll find two activities.
    (1)maintaining the settlement strategies and
    (2)activating one among them.
    If you activate 02, your problem will be solved..
    Also check this..
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/a9/ab777d414111d182b10000e829fbfe/frameset.htm
    The settlement profile is to be defined for thee particular Order Type to generate automatically.
    Define Production Order Type in OPJH
    Under Cost controlling check the settlement profile .
    If not create the same in OPJH.
    Settlement Profile: Create settlement profile - SPRO > Controlling > Product Cost Controlling > Product cost by Order > Period End Closing > Settlement > Create Settlement Profile
    Enter Settlement profile from OPJH or Choose one for production order
    and configure Settlement profile. Indicators
    with wishes
    karthick.

  • Error when creating source system

    Hi,
    Could someone help me to solve this issue :When I want to create a source system D99100  in BI , I get the following message:
    the test and remore connection via sm59 in BI are OK.
    Source system cannot use any of the proposed connection names
    Message no. RSAR362
    Diagnosis
    Every connection to a source system is named using a unique two-digit identifier. Source system D99100 does not accept any of the proposed values.
    The last proposed value was B9.
    System Response
    Source system has not been connected.
    Procedure
    If you want to recreate the source system from BI information, then you can only use a single value, namely B9, because the connection already has this name in BI.
    Delete the existing connections in the source system or contact a BI consultant.

    Hello,
    By this time your issue might be resolved.
    When you are trying to Connect or Reactivate source systems you might get this error. In the source system (R/3) check the table entries RSBASIDOC. Some reason after system copy, these entries should correct if you run BDLS and some time it mess up.
    Go the table and go to the edit mode and change the entrie for that RFC destination. Change the filed TSPREFIX to some thing else and save it. Go back to BW and try to reconnect and you will be able to connect it.
    Hope this helps in the future for this thread.
    PREDDY.

Maybe you are looking for