Reg Mapping

Hi guys,
           In my mapping from idoc to file i have doubt that is  fields like as
1."Where segment1.field  = 'fg' OR 'ju' AND
            segment2.field = '05'"   than  map to source to target.
2"Where     seg1.field       = 'fg' OR 'ju'
           and  seg4.field      = MATNR + G40 + 12
           and  seg4.field     = 'EN'
           and  seg4.field             = '0001'
           and   seg4.field  = 'KE'
Only the 1st line"   then map to source to target
please give me solution

segment1.field
                 -----equalS
constant(fg)
                              -------------OR ---------
segment1.field
                 -----equalS
constant(ju)
                                                         --------And ---- ifWithoutElse       -------------- Target
segment2.field                                                        Then(SourceNode)
                 -----equalS -----------------
constant(05)

Similar Messages

  • Reg:Mapping problem in XI

    Dear Friends,
    My scenario is IDOC to IDOC.When ever sales order is created in ECC 5.0. New purchase order will be  created in ECC 6.0.
    Configuration has been done and the scenario is working fine for single record.Multiple line Items are not being updated in Purchase order.Cause of EAN field data overwrites the article master field data for multiple records.and getting the error msg as material is not available(But this is EAN no).If I send single SO with one line Item new PO got created.
    This has to be done in mapping only.Pls revert,How to do this in Mapping.
    Thanks in advance.
    Best Regards,
    Naresh.K

    Hi,
    As per the given query I am still doubtful that changing the occurance of IDOC will solve this problem.
    Changing the occurance of IDOC will create the multiple IDOCs. But the requirment is for multiple line items under single SO ie.e under one IDOC.
    This is absolutly the mapping part where the occurance of the line items are misplaced.
    Please can you provide the source and target idoc structure with expected output and current output (missplaced the values due to occurance).
    This will help to try for the solution.
    thanks
    Swarup

  • Reg:Mapping error

    Hi Guye,
                In my JDBC to IDOc Scenario i got error like
    Runtime exception occurred during application mapping com/sap/xi/tf/_MM_P1EUCI_ED_ReplenishmentOrder_CI~; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Premature end of file
    Please give me solution
    Thanks

    This error comes when the data structure entering XI/PI is not a valid XML....just take the payload from SXMB_MONI (if the message is into moni) and check with this payload in your mapping in IR...
    If the message is erroring out in RWB then check with the payload that enters into the sender JDBC channel......but one thing for sure the XML message is not structured properly......as per the one defined in IR (i.e. your DT)...
    Regards,
    Abhishek.

  • Reg Mapping KANBAN - safety stock

    Hi
    This is Regarding KANBAN
    Business scenario: Container will have safety stock maintained, Procurement will trigger only when stock in container goes below safety stock. not when container is empty.
    We dont want system to calculate KANBAN quantity
    Please suggest how i can map this case in System.
    Thanks in adavnce

    Hi,
    I don't think that this concept is support by existing SAP functionality. There's no way you can define safety stock per KANBAN container.
    Your concept fits to working with 1 container. Instead you could work with 2, maybe smaller, containers, and then instead of safety stock you can use the EMPTY and FULL signals in a standard way.
    Regards,
    Mario

  • Reg Mapping error cant produce the target element

    Hi gurus,
    I have a mapping requirement like
    sourceinput
    ||
    record
    ||
    Tab_id
    materialno
    condition type
    coustomergroup
    materialpricinggroup
    datefrom
    dateto
    uom
    amount
    in target side
    target input
    ||
    record----
    (0-1
    ||
    coustomergroup(1--unbound) if tab_id is R34
    ||
    Tab_ID
    coustomergroup
    UOM
    Materialno
    Materialpricinggroup(1--unbound) if the tab_id R346
    ||
    tab_id
    materialpricinggroup
    datefrom
    dateto
    based on the tab_id i need to create target node i.e if the tab_id is R345 then the fields which are under the node coustomer group
    will be populated
    if the tab_id is R346 then material pricing group node will populated
    i have tried like
    tab_id----
    | equalS--creatif--
    coustomergroup
    |
    constant(R345)----
    this mapping excute successfully if the occurence of the target node coustomergroup is 0---unbound
    if is 1----unbound the target gives error mapping exception
    my target structure is WSDL there giving as minoccurs=0 but while it is imported to xi it will come as 1---unbound
    please help out this
    let me know if anything is needed
    Edited by: katakoti on May 4, 2011 2:40 PM
    Edited by: katakoti on May 4, 2011 2:47 PM

    </xsd:sequence>
             </xsd:complexType>
             <xsd:complexType name="PRICING_MASTER_DATA">
                <xsd:sequence>
                   <xsd:element name="CUSTOMER_GRP" nillable="true" type="tns:ArrayOfCUSTOMER_GRP" minOccurs="0" />
                   <xsd:element name="SALES_ORG" nillable="true" type="tns:ArrayOfSALES_ORG" minOccurs="0" />
                   <xsd:element name="PRI_GRP" nillable="true" type="tns:ArrayOfPRI_GRP" minOccurs="0" />
                   <xsd:element name="MT_PRI_GRP" nillable="true" type="tns:ArrayOfMT_PRI_GRP" minOccurs="0" />
                   <xsd:element name="DIST_CHN" nillable="true" type="tns:ArrayOfDIST_CHN" minOccurs="0" />
                   <xsd:element name="INDUSTRIAL_CODE" nillable="true" type="tns:ArrayOfINDUSTRIAL_CODE" minOccurs="0" />
                   <xsd:element name="PRICING_TEMPLATES" nillable="true" type="tns:PRICING_TEMPLATES" minOccurs="0" />
                </xsd:sequence>
             </xsd:complexType>
             <xsd:complexType name="CUSTOMER_GRP">
                <xsd:sequence>
                   <xsd:element name="TABLE_ID" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="CUSTOMER_GROUP_NAME" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="CONDITION_DETAILS" nillable="true" type="tns:CONDITION_DETAILS" minOccurs="0" />
                   <xsd:element name="PRICING_DETAILS" nillable="true" type="tns:PRICING_DETAILS" minOccurs="0" />
                   <xsd:element name="BUSINESS_DETAILS" nillable="true" type="tns:BUSINESS_DETAILS" minOccurs="0" />
                </xsd:sequence>
             </xsd:complexType>
             <xsd:complexType name="CONDITION_DETAILS">
                <xsd:sequence>
                   <xsd:element name="CONDITION_TYPE_x0020_" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="VALID_DATE_FROM_x0020_" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="VALID_DATE_TO_x0020_" nillable="true" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
             </xsd:complexType>
             <xsd:complexType name="PRICING_DETAILS">
                <xsd:sequence>
                   <xsd:element name="AMOUNT" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="RATE_UNIT" nillable="true" type="xsd:string" minOccurs="0" />
                   <xsd:element name="CONDITION_PRICING_UNIT" nillable="true" type="xsd:string" minOccurs="0" />
    from source side i wiil get the tab_id  based on that id. i need to populate the target node
    tab_id-=100  then coustomer_group
    tab_id = 200 then sal_org
    i got the source values like this
    tab_id     coustomer_group        sal_grp     pri_grp     condition_type   date_from     date_to          amount           rate_unit    
    100                c                                                                      c1             05/05/2011    06/05/2011   A                      R
    200                                                 s                                     c2              05/05/2011    06/05/2011   A1                    R1
    300                                                                 p                     c3              05/05/2001    06/05/2011   A3                    R3
    based on the tab_id i need to send the data to perticular node
    for this requirement i had follow the
    tab_id--
    -----------------------equalS-----------------creatif--------array of coustomer_group
    constant(100)
    its work fine when the arrayof coustomer_group is 0--unbound (i tried by creating the same target strucuture manually)
    it fails when the ocuurence is 1---unbound

  • Reg:Mapping  (IDOc Segment)

    Hi Guys,
    In my mapping has many segmants at sender but i need to map one field from one segment to one target filed thats fine if ,but i want to map same fields from all segments to target field.
    please give me solution
    Thanks

    In my mapping has many segmants at sender but i need to map one field from one segment to
    one target filed thats fine if ,but i want to map same fields from all segments to target field.
    If your Target Field is 0..unbounded then you can duplicate the target node and then map each node to each of the source node
    If your target node is 0...unbounded and you dont know how many times the source node is going to repeat then just directly map the source node to target...so that target will repeat as many time as the source repeats....
    If your Target node is 0..1...then make sure that the parent node containing this node is repeating....map the source node to the parent node and also to the target node.....you will need to increase the Context of the source node in this case....when you map it to the parent node...
    Regards,
    Abhishek.

  • Reg mapping of brewaries

    Dear all,
    how to map the scenarios of Brewaries ( beer manufacturing company) do we need to follow PPPI or normal PP
    anybody having experiance in maaping these please help me
    Thanks in advance
    Regards
    venkat

    Hi,
    For brewaries, either you can go for order based production(PPPI) or rate based(REM) production.
    But it depends on what you want to capture in SAP system.
    I involved in one similar implementation project for distillory plant where we made use of REM.
    We used REM for power plant, water distillation plant, distillory plant(alcohol production) and bottling plant.
    There was treatement plant which was not a part of implementation.
    REM is very easy to use but it is particularly difficult when co products and by products come in to picture ( which may appear in your case also).
    I strongly recommend you to go ahead with PP PI. If any botttling is invloved then you can use REM for it.
    Maintainng proper BOM for every material/product produced is very imp here.
    Please share your views.
    Pavan

  • Reg:maps in obiee

    hi,
    can any body guide me how can i put a map in the obiee dashboard ie by clicking a region in the map,should show all details of the region.what are the steps to be followed to achieve this?
    thanks

    Hi,
    Check her for the integration with 11g; http://www.rittmanmead.com/2010/08/oracle-bi-ee-11g-map-views-integration-with-mapviewer/
    Check her for the integration with 10g and 11g;http://www.peakindicators.com/index.php/knowledge-base/68-mapping-capabliity-with-oracle-bi-ee-faqs
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • PI : Idoc to JDBC scenario : repeating segments mapping issue

    Experts
    Please help.
    Question reg. mapping for ECC idoc to JDBC scenario.
    I am using the ORDRSP idoc which has multiple segments as below.
    IDOC -> multiple E1EDK14 segments with 2 fields (QUALF and ORGID)
    Depending on the value of the QUALF field i need to populate the column in my target structure.
    QUALF 001  => Colmn a
    QUALF 002 => Colmn b
    For now my graphical mapping is very simple - QUALF => column a (done just to find out how PI mapping works)
    What happens in my case, is the PI Payload shows all the E1EDK14 segments however only the value 006 present in the first occurence goes into the target column.
    How do I repeat a mapping between QUALF and target col. for multiple occurences of the same segment?
    Please can you guide me reg. use of context, loop over segment, UDF = which will be the best solution to achieve this?

    Hi
    My mapping is as below. I will take an example of a sales order that has 2 line items 00010, 00020. The payload is as follows
    I see this payload in the SXMB_MONI transaction => Receiver grouping => Payloads
    - <ZORDRES>
    - <IDOC BEGIN="1">
    + <EDI_DC40 SEGMENT="1">
    + <E1EDK01 SEGMENT="1">
    + <E1EDK14 SEGMENT="1">
      <QUALF>006</QUALF>
      <ORGID>01</ORGID>
      </E1EDK14>
    + <E1EDK14 SEGMENT="1">
      <QUALF>007</QUALF>
      <ORGID>01</ORGID>
      </E1EDK14>+ <E1EDK03 SEGMENT="1">
    + <E1EDK03 SEGMENT="1">
    + <E1EDK03 SEGMENT="1">
    + <E1EDK03 SEGMENT="1">
    + <E1EDKA1 SEGMENT="1">
    + <E1EDKA1 SEGMENT="1">
    + <E1EDKA1 SEGMENT="1">
    + <E1EDKA1 SEGMENT="1">
    + <E1EDKA1 SEGMENT="1">
    + <E1EDK02 SEGMENT="1">
    + <E1EDK02 SEGMENT="1">
    + <E1EDK17 SEGMENT="1">
    + <E1EDK18 SEGMENT="1">
    + <E1EDK18 SEGMENT="1">
    + <E1EDP01 SEGMENT="1">
      <POSEX>000010</POSEX>
    + <E1EDP01 SEGMENT="1">
      <POSEX>000020</POSEX>
      </E1EDP01>+ <E1EDS01 SEGMENT="1">
      <SUMID>001</SUMID>
      <SUMME>2</SUMME>
      </E1EDS01>
    + <E1EDS01 SEGMENT="1">
      <SUMID>002</SUMID>
      <SUMME>1100.00</SUMME>
      <SUNIT>GBP</SUNIT>
      </E1EDS01>
      </IDOC>
      </ZORDRES>
    There are 2 problems. First one which I discovered after posting the query. I can see only the line item 10 in the query that gets contructed in PI to insert the data into the target jdbc table. Please see jdbc receiver communication channel log below
    If you see above there are 2 E1EDP01 segments for line 00010, 00020.
    INSERT INTO  tblOItem  (IDocDate, IDocTime, SalesOrderNo, ItemNo, Plant, ItemCategory, UnitSellPrice, QuantityOrdered, QuantityAllocated, ScheduledDeliveryDate) VALUES (20111206, 135530, 0015002085, 000010, 0086, ZTAN, 0.00, 1.000, 1.000, 20111201)
    My source and target mappings are as below.
    ZSALORD
        IDOC
           BEGIN
             E1EDK01
             E1EDP01
               POSEX               =============>  SalOrdItm table column itemno
    My target side structure (idoc to jdbc scenario is as follows)
    I have mapped the E1EDP01 to Statement - I thought this will build one query per line item (per occurence of E1EDP01) but this is not working.
    MT_OITEM
      Statement
        dbtablename       ============> SalOrdItm
          action      =================> Insert
          table
          access
            Itemno      (this is one of the columns from the table)
    The occurence of E1EDP01 is 0..9999999 while the occurence of Statement node is 1...unbounded.
    Please is there any email address where I can send you screen shots if the above is not clear.
    I need to get this interface delivered as soon as possible but am STUCK.
    Edited by: gary jojo on Dec 6, 2011 3:06 PM

  • 10.2.0.4 patchset is out

    F.Y.I

    HI Steffen
    Yes there are a lot of bugs resolved in the latest patch. The one I found most useful was the case where upgrade table option failed with error "RTC-5270 Invalid Upgrade Plan"
    This has been fixed now. There are a host of other bugs too which have supposedly been fixed
    Resolved Issues
    The following is a list of issues resolved in Oracle Warehouse Builder 10g Release 2 (10.2.0.4).
    3992231 ERROR WHEN TRYING TO SEE THE COLUMN DATA TYPE IN KEY LOOKUP
    4956010 ERRORS AFTER OPENING A MAP IN READ-ONLY MODE
    5115574 PB IN EXPRESSION BUILDER WHEN USING PRIVATE FUNCTIONS WITH OBJECT TYPES
    5242201 COMMIT FREQUENCY AND MAX ERRORS HAS NO EFFECT
    5368252 MAPPING SEQUENCE TO TABLE WARNINGS ON DEPLOYMENT
    5507628 TABLE IMPORT WITH MORE THAN 1000 PARTITIONS HANGS
    5519895 VLD-1141 VALIDATION ERROR AFTER UPGRADING DESIGN REPOSITORY FROM OWB 10.1.0.4
    5526905 INVALID MDL FILE AFTER COPY OF PLUGGABLE MAPPING FOLDER IN NEW PROJECT
    5579903 CONSTANT API0259: THE OBJECT CANNOT BE EDITED IN READ ONLY MODE ERRORS
    5605402 PROFILE TABLE HAVING TWO COLUMNS WITH NAMES SAME TO 26 CHAR FAILS API-0408
    5631422 DEPLOY FAIL WHEN SET ACTION IS ''UPGRADE'' - /USR/LIB/HPUX32/DLD.SO: UNABLE TO F
    5659356 QA: REG :JNP IMPORTING THE SAME MDL TWICE
    5705198 LOADING PROPERTIES CHANGED AFTER MDL EXPORT/IMPORT (VLD-2750)
    5708683 ORA-06502 NUMERIC OR VALUE ERROR WHILE PROFILING TABLES
    5742116 ACTIVITY PARAMETER CAN BE BOUND TO ANOTHER ACTIVITIES OUTPUT - DEPLOY FAILS
    5745966 INBOUND SYNCHRONIZATION OF TARGET TABLE DOES NOT WORK.
    5864566 DATA VIEWER CANNOT GET CORRECT TIME WITH TIMESTAMP COLUMN
    5864953 TOO OFTEN SHOWED: PRS-00503: YOU DO NOT HAVE PRIVILEGE:
    5874426 TABLE UPGRADE FAILS WITH RTC-5270
    5929001 DEPLOYMENT OF TABLE WITH UPGRADE PLAN FAILED WITH RTC-5270
    5931375 OMBRETRIEVE COLLECTION DOES NOT WORK FOR VARYING_ARRAY AND NESTED_TABLE
    5957354 MAPPING WITH TABLEFUNCTION VALIDATES BUT GENERATED CODE IS INVALID
    5998179 KEY LOOKUP GIVES INCORRECT SQL WHEN USED WITH A CONSTANT OPERATOR AS SOURCE
    6024930 IMPORT OF A PARTITION TABLE FROM TARGET DATABASE DOES NOT HOLD PERTAIN METADATA
    6025865 AFTER IMPORTING PLSQL PACKAGE, OWB EXPRESSIONS RAISED VALIDATION ERRORS
    6041726 REPOSITORY BROWSER CANNOT MANAGE A HUGE AMOUNT OF AUDIT DATA
    6045890 LOADING HINT ON DIMENSION OPERATOR NOT WORKING PROPERLY.
    6068821 CC_MIGRATE.SH NOT DETECTING TARGET LOCATION AS DEPLOY CANDIDATE
    6113136 WRONG EXPRESSION IN EXPRESSION OUTGROUP ATTRIBUTE AFTER EXPORT/IMPORT
    6121595 AFTER DROPPING USER, UNABLE TO ACCESS MAPPING OWNED BY THIS USER
    6125093 EXPRESSION VALIDATION FAILS WITH CUSTOM PACKAGE USING TYPES
    6147633 CODE GENERATED BY OWB 10.2 FOR VARIABLES WON'T EXECUTE IN PARALLEL
    6174856 OWB10GR2 USES DB LINK WHERE AS OWB10GR1 USES SCHEMA NAME WHEN USING SQL*NET
    6178565 OWB 10.2.0.1.0.DATA PROFILE WITH ROW RELATIONSHIP DISCOVERY IS FAILING
    6192353 GETTING PLS-00201: IDENTIFIER 'WB_LOOKUP_NUM' MUST BE DECLARED
    6208096 BACK-PORT FIX OF BUG 5664351 TO 10.2.0.4
    6255056 VALIDATION OF TABLE FAILS WITH VLD-0005: ORACLE.WH.REPOS.SDK.EXCEPTIONS
    6270894 OWB USERS ARE UNABLE TO ACCESS CONTROL CENTER OR EDIT LOCATIONS
    6273371 FORWARD PORT BUG 6159644 TO 10.2
    6278918 IMPORT OF TABLES FROM DB2/400 USING TG4DRDA FAILS: ORA-00604, ORA-28500
    6310069 MAPPING DOES NOT GENERATED DATABASE LINK WHEN USING NET*SERVICE NAMES
    6311981 HOW TO DISABLE HINTS FROM BEING AUTOGENERATED IN THE MAPPING CODE
    6312387 REQUIRED COLUMN IS SET TO YES EVEN FOR INPUT PARAMETERS WHICH ARE NULL
    6314767 RTC-5161 DEPLOYING PROCESSFLOWS AFTER UPGRADING TO OWB 10.2.0.2
    6319584 ORA-2063 ORA-01002 WHEN PROFILING DB2/400 TABLE ACCESSED BY VIEW VIA OTG-DRDA
    6326693 INCORRECT CODE GENERATED FOR MAPPING : NUMBER(0,0) LEADS TO ORA-01727
    6328509 PLS PROVIDE ONE-OFF PATCH FOR BASE BUG 6314767 ON TOP OF 10.2.0.2 FOR WIN 2003
    6370058 SCHEDULED PROCESS FLOWS ONLY EXECUTE ONCE
    6408329 DESCRIPTION DOESNT ALLOW MORE THAN 2000 CHARECTERS FOR VARCHAR2(4000)
    6411475 10.2.0.3 SCD TYPE 2 : INCORRECT VERSIONING OF THE CHILD LEVELS
    6429462 VLD-1108 ERROR WHEN ATTEMPTING TO VALIDATE A MAPPING
    6434510 OWB 10GR2 : OWF LOCATION REGISTRATION WIZARD - MISSING R12 VALUE IN THE LOV
    6437978 UNABLE TO USE THE EXISTING DB LINK OPTION FOR THE DB CONNECTOR
    6450227 GENERATED CODE FOR A MERGE USING A SEQUENCE IN AN EXPRESSION DOES NOT EXECUTE.
    6474332 IMPORT DOES NOT PERSIST CFA'S DESPITE THE LOG SHOWING THEM AS ADDED
    6497676 ERROR RAISED BY CUSTOMER PROCEDURE NOT DISPLAYED
    6507476 MULTI-INSERT MAPPING - ROWS DUPLICATED IN THE TARGET TABLES
    6508051 "AND" ACTIVITY IN PROCESS FLOW DOESN'T WAIT FOR ALL INCOMING PROCESSES TO FINISH
    6508649 ERRORS GENERATED WHEN DEBUGGING A MAPPING IN OWB.
    6510560 SLOW PERFORMANCE ON 2ND LOAD OF SCD TYPE2 DIMENSION WITH MANY RECORDS IN TARGET
    6513102 CO_UK_NAME VIOLATION DURING MIGRATION OF RUNTIME AUDIT DATA
    6522361 CC_MIGRATE FAILS WITH ORA-00904:"SDA"."ADAPTER_NAME": INVALID IDENTIFIER.
    6601542 DEPLOYING PROCESS FLOW FAILED WITH ERROR RTC-5161
    6622123 NO OPTION TO DEPLOY ADVANCE QUEUE IN OWB 10.2.0.2
    6629079 10.2.0.3 : NULL POINTER EXCEPTION WHEN COMMIT CONTROL SET TO MANUAL
    6642763 OWB 10G CERTIFICATION WITH DATABASE 11G
    6645650 WHEN IMPORT A TABLE GOT ORA-00997: ILLEGAL USE OF LONG DATATYPE
    6656454 PRIOR VALUE CALCULATIONS FOR MEASURES NOT WORKING PROPERLY
    6658616 ENT-06972: ERROR WHILE DISPLAYING BIBEAN FOR DIMENSION DATAVIEWER.
    6664381 BROWSER DOES NOT USE PLATFORM PROPERTIES TO MODIFY PURGE PROCESS
    6667700 EXTRACTION HINT CAUSES INCORRECT CODE TO BE GENERATED
    6670563 FORWARD PORT BUG 6527943 INTO 10.2.0.4
    6671456 TABLE WITH "HASH BY QUANTITY" PARTITION DOES NOT GENERATE CORRECT CODE
    6709113 RE-IMPORTING A MAPPING SETS THE LOCATION TO UNKNOWN VALUE
    6726840 LOADING HINT CAUSES INCORRECT CODE TO BE GENERATED
    6733019 ORA-00904 WHEN DEPLOYING MERGE MAP, HAVING SEQUENCE AS INPUT FOR NVL EXPRESSION
    6797890 TARGET LOAD ORDER IS NOT CONSIDERED FOR ROW-BASED PROCESSING
    6798489 MDL IMPORT OF A PLUGGABLE MAP FAILS WITH MDL1261: ERROR IMPORTING DUMMYCFA
    6811099 OUI INSTALLER ERRORS: FILE NOT FOUND: DTUPG1102TO10203_10GR1.SH
    6811383 11G PASSWORD CASE SENSETIVITY NOT WORKING, PASSWORDS ARE UPPERCASED
    6815310 THE UPGRADE SCRIPTS DTUPGXXXTOXXX.SH DON'T HAVE EXECUTE PERMISSIONS
    6815343 RAB WON'T DISPLAY RESULTS FROM 11G REPOSITORY.
    6815718 PARENT LEVEL DATA MISSING AFTER EXECUTING TYPE 1 DIMENSION LOAD MAP
    6815724 REG: MAP WITH TABLE FUNCTION - CARTISIAN PRODUCT GENERATED
    6823539 INVALID OBJECTS WHEN INSTALLING 10.2.0.4 REPOSITORY ON 11G DATABASE
    6823847 11G PASSWORD CASE SENSITIVITY NOT PROPERLY HANDLED BY LOCATIONS
    6835094 11G PSWD IS CASE SENSITIVE, TARGET USER CREATION IS UPPERCASING SYS PASSWORD
    6835155 REG: EXTRA RECORDS CLOSED WHEN LEVEL EFFECTIVE DATE CONNECTED FROM SOURCE
    6835188 INCORRECT ABAP CODE GENERATED FOR SAP ECC6.0 PATCH LEVEL 7
    6843461 DATA PROFILER IS GIVING ERRORS (ORA-00942: TABLE OR VIEW DOES NOT EXIST)
    6843805 EXPORT OF PROCESS FLOWS WITH ALL DEPENDENCIES DOES NOT CONTAIN ALL DEPENDENCIES
    6859419 REG: MAPS WITH PROCEDURE OR PREMAP TRIGGER - FAIL ROW_BASED EXECUTION
    6864029 AFTER SYNCHRONIZING A TARGET TABLE OPERATOR, HINTS APPEND AND PARALLEL APPEAR
    6865659 MAP TO LOAD SCD2 DIMENSION - BUFFEROVERFLOWEXCEPTION WHEN GENERATE
    6868659 CO_FK_PARENT_CO PARENT KEY NOT FOUND DURING MIGRATION
    6871036 BACKPORT OF FIX FOR 6871024 (CCM MESSAGE PERFORMANCE) TO PARIS
    6897024 WAREHOUSE UPGRADE FAILS WITH 11G RDBMS, 11G PASSWD CASE PROBLEM
    6897043 WORKFLOW INVALID USER/PASSWORD WHEN DEPLOYING A PROCESS FLOW ON 11G RDBMS
    6897108 BIDEMO FAILS TO CREATE CONNECTOR WITH 11G RDBMS
    6897128 UNABLE TO CREATE TIME DIMENSION IN BIDEMO ON 11G RDBMS
    6897157 REG: OPTIMIZE MERGE IS NOT WORKING (REG FROM 10.2.0.3)
    6900328 SINGLE LEVEL TYPE 2 DIMENSION LOAD - HANG ON MAP EXECUTION
    6912718 UNABLE TO COPY/PASTE, SNAPSHOT PACKAGE INVALID IN 11G RDBMS
    6927052 REG: REPOS VERSION IS NOT UPGRADED WHEN UPG102TO10204.SQL RUNS
    6932465 LOCATION EDITOR FOR ORACLE DB DOES NOT SUPPORT 11.1 AFTER REPOS UPGRADE
    6933909 UNABLE TO START CONTROL CENTER WITH 11G RDBMS
    6950816 10.2.0.4 WITH 11G DB: CANNOT SET MODULE PL/SQL GENERATION MODE TO ORACLE11GR1
    6954161 CANNOT DEPLOY ERROR TABLE FOR DATA AUDITOR
    6966817 VALIDATION ERROR USING OMBDEPLOY
    6970141 REG: UPGRADED DATA PROFILES FAILING - JNPES OR COMPILATION ERRORS
    6976639 MIGRATION PATH FROM DB 10G TO DB 11G NOT AVAILABLE
    7003209 CLONING REPOSITORY FROM WINDOWS TO LINUX : LOCATION_UTIL.SH FAILS
    7005587 ORACLE 10GR2 WAREHOUSE BUILDER PATCH 10.2.0.4
    7026206 NEED TO BE ABLE TO LOAD CONTROL CENTER METADATA INTO EXISTING CC-REPOSITORY
    7146953 ./INSTALL_10204_PROFILES.SH (PERMISSION DENIED), DOES NOT HAVE EXECUTE BIT SET
    7156085 ISSUE WITH OWB MAPPINGS FOR MOLAP DIMENSIONS AS TARGET
    7193221 JAVA.SQL.SQLEXCEPTION RUNNING INSTALL_10204_PROFILES.BAT
    7195786 TYPE 2 SNOWFLAKE DIMENSION LOADING WITH HIERARCHY VERSIONING NOT WORKING
    7208261 REG: INSERT/UPDATE IS BROKEN,VLD-2750 WHEN TGT TBL KEY IS PROPERLY MAPPED
    7208637 REG: DEFAULT TARGET LOAD ORDER IS BROKEN FOR FK RELATED TARGETS
    7212104 CC_MIGRATE NOT WORKING PROPERLY ON WINDOWS
    cheers
    birdy

  • "mapping null reg" compiler error LV2009

    Opens fine in LV 8.6, but gives "Compiler error. mapping null reg" error in LV 2009.
    If you get rid of the 2D transpose, the code compiles fine.
    Attachments:
    Bitmap to Graphic Block v1.0.vi ‏17 KB

    Thanks for reporting this. The issue has actually already been addressed in LabVIEW 2010. 
    Regards,
    Will
    Certified LabVIEW Architect, Certified Professional Instructor
    Choose Movement Consulting
    choose-mc.com

  • Reg ABAP-XSLT mapping

    Hi All,
           One of my inetrfaces i am using ABAP-XSLT mapping some times i am getting the following erre "Error while calling mapping program ZXXXX_XXX (type Abap-XSLT, kernel error ID CX_XSLT_RUNTIME_ERROR) No valid source context supplied"
    What does it mean and what is the reason for that error.
    Regards,
    Rama
    Edited by: Ramakrishna Balusu on Oct 27, 2009 1:35 PM
    Edited by: Ramakrishna Balusu on Oct 27, 2009 1:36 PM

    Check this discussion:
    XI Error
    Regards,
    ravi

  • Reg usage of XSLT Mapping

    Hi All,
    We need to build an interface from PI to some database using JDBC adapter to send out emails to business users of the exception records created in the table.please help in using the xslt mapping for this interface.
    Thanks in Advance,

    Hi,
    You can build your scenario as follows:
    1) If the emails have to be sent from PI then you need to get back a response from the database.....if this is failure message then initiate your send email process...the whole process can be implemented using a BPM: Source ---> PI ---> JDBC --->PI ---> Email
    2) You need to use a receiver mail adapter to send emails
    3) Refer this blog of michal in which it is mentioned how to use the XSLT mapping and configuration for sending the emails:
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    You can also refer: http://www.riyaz.net/blog/xipi-sending-emails-using-xi-mail-adapter/
    For more clarification you can also refer my answer in this thread:
    Re: xml in mail
    The XSLT mapping that you need will be only in the PI ---> Email scenario...
    Make sure that you download the desired email structure from service market place before you start with the scenario.......do let me know if my answer helps.
    Regards,
    Abhishek.

  • Reg : IDOC data mapping

    Hi All,
    Which is the function module which Extracts the data from the application document ( Sales order or quotes ) and populates to the SAP message type Idoc segments.
    what are the SAP table involved in doing this mapping.
    Thanks & Regards.
    vijay

    Unfortunately the mapping is not in any table but in the source code as extracted here:
    e1cuins-class_type        cuins-class_type
    e1cuins-inst_id           cuins-inst_id
    e1cuins-obj_key           cuins-obj_key
    e1cuins-obj_txt           cuins-obj_txt
    e1cuins-obj_type          cuins-obj_type
    e1cuins-quantity          cuins-quantity
    e1cuprt-class_type        cuprt-class_type
    e1cuprt-inst_id           cuprt-inst_id
    e1cuprt-obj_key           cuprt-obj_key
    e1cuprt-obj_type          cuprt-obj_type
    e1cuprt-parent_id         cuprt-parent_id
    e1cuprt-part_of_no        cuprt-part_of_no
    e1cuval-author            cuval-author
    e1cuval-charc             cuval-charc
    e1cuval-charc_txt         cuval-charc_txt
    e1cuval-inst_id           cuval-inst_id
    e1cuval-value             cuval-value
    e1cuval-value_txt         cuval-value_txt
    e1edk01-autlf             xvbak-autlf
    e1edk01-belnr             ekko-ebeln
    e1edk01-bsart             ekko-bsart
    e1edk01-curcy             iso_waers
    e1edk01-kzabs             pekko-kzabs
    e1edk01-kzazu             xvbkd-kzazu
    e1edk01-lifsk             xvbak-lifsk
    e1edk01-recipnt_no        ekko-lifnr
    e1edk01-vsart             xvbak-vsbed
    e1edk01-zterm             ekko-zterm
    e1edk02-belnr             ekko-angnr
    e1edk02-belnr             ekko-ebeln
    e1edk02-belnr             ekko-konnr
    e1edk02-belnr             ekko-submi
    e1edk02-belnr             pekko-labnr
    e1edk02-datum             ekko-bedat
    e1edk02-uzeit             sy-uzeit
    e1edk03-datum             ekko-angdt
    e1edk03-datum             ekko-bedat
    e1edk03-datum             ekko-bnddt
    e1edk03-datum             ekko-bwbdt
    e1edk03-datum             ekko-ihran
    e1edk03-datum             ekko-kdatb
    e1edk03-datum             ekko-kdate
    e1edk03-datum             pekko-eindt
    e1edk03-datum             sy-datlo
    e1edk14-orgid             ekko-bsart
    e1edk14-orgid             ekko-bukrs
    e1edk14-orgid             ekko-ekgrp
    e1edk14-orgid             ekko-ekorg
    e1edk17-lkond             ekko-inco1
    e1edk17-lkond             xvbkd-inco1
    e1edk17-lktext            ekko-inco2
    e1edk17-lktext            xvbkd-inco2
    e1edk18-prznt             ekko-zbd1p
    e1edk18-prznt             ekko-zbd2p
    e1edk18-tage              ekko-zbd1t
    e1edk18-tage              ekko-zbd2t
    e1edk18-tage              ekko-zbd3t
    e1edka1-bname             ekko-verkf
    e1edka1-bname             t024-eknam
    e1edka1-ihrez             ekko-ihrez
    e1edka1-ihrez             ekko-unsez
    e1edka1-ilnnr             h_iln_vendor
    e1edka1-lifnr             h_pekko_werks
    e1edka1-lifnr             pekko-werks
    e1edka1-orgtx             t024e-ekotx
    e1edka1-pagru             ekko-ekgrp
    e1edka1-paorg             ekko-ekorg
    e1edka1-partn             ekko-lifnr
    e1edka1-partn             ekko-logsy
    e1edka1-partn             lfa1-lifnr
    e1edka1-partn             lfb1-eikto
    e1edka1-partn             pekko-kunnr
    e1edka1-partn             t000-logsys
    e1edka1-partn             xvbpa_we-kunnr
    e1edka1-parvw             'EZ'
    e1edka1-parvw             h_parvw
    e1edka1-parvw             'LF'
    e1edka1-parvw             'WE'
    e1edka1-spras             ekko-spras
    e1edka1-telf1             ekko-telf1
    e1edka1-telf1             t024-ektel
    e1edka1-telfx             t024-telfx
    e1edkd1-ekgrp             ekko-ekgrp
    e1edkd1-ekorg             ekko-ekorg
    e1edkp1-defpa             xekpa-defpa
    e1edkp1-ekorg             xekpa-ekorg
    e1edkp1-lifn2             xekpa-lifn2
    e1edkp1-ltsnr             xekpa-ltsnr
    e1edkp1-parvw             xekpa-parvw
    e1edkp1-werks             xekpa-werks
    e1edkt1-tdid              xt166a_del-tdid
    e1edkt1-tdid              xt166k_del-tdid
    e1edkt1-tsspras           ekko-spras
    e1edp01-abftz             ekpo-abftz
    e1edp01-antlf             xvbap-antlf
    e1edp01-bmng2             ekpo-ktmng
    e1edp01-bmng2             ekpo-menge
    e1edp01-bpumn             ekpo-bpumn
    e1edp01-bpumz             ekpo-bpumz
    e1edp01-brgew             e1edp01-menge*ekpo-brgew
    e1edp01-evers             ekpo-evers
    e1edp01-gewei             ekpo-gewei
    e1edp01-kzabs             ekpo-kzabs
    e1edp01-lgort             ekpo-lgort
    e1edp01-matkl             ekpo-matkl
    e1edp01-matnr             ekpo-matnr
    e1edp01-menee             ekpo-meins
    e1edp01-menge             ekpo-ktmng
    e1edp01-menge             ekpo-menge
    e1edp01-netwr             ekpo-netwr*cur_factor
    e1edp01-ntgew             e1edp01-menge*ekpo-ntgew
    e1edp01-peinh             ekpo-peinh
    e1edp01-pmene             ekpo-bprme
    e1edp01-posex             ekpo-ebelp
    e1edp01-posguid           xvbap-posguid
    e1edp01-pstyp             ekpo-pstyp
    e1edp01-uepos             ekpo-uebpo
    e1edp01-vprei             ekpo-netpr*cur_factor
    e1edp01-werks             ekpo-werks
    e1edp02-belnr             ekpo-aktnr
    e1edp02-belnr             ekpo-konnr
    e1edp02-belnr             ekpo-labnr
    e1edp02-belnr             h_xvbkd-bstkd_e
    e1edp02-belnr             xvbap-werks_ext
    e1edp02-belnr             xvbkd-bstkd_e
    e1edp02-bsark             h_xvbkd-bsark_e
    e1edp02-bsark             xvbkd-bsark_e
    e1edp02-ihrez             h_xvbkd-ihrez_e
    e1edp02-ihrez             xvbkd-ihrez_e
    e1edp02-zeile             ekpo-ktpnr
    e1edp02-zeile             h_xvbkd-posex_e
    e1edp02-zeile             xvbkd-posex_e
    e1edp03-datum             ekpo-abdat
    e1edp03-datum             ekpo-agdat
    e1edp17-lkond             ekpo-inco1
    e1edp17-lkond             xvbkd-inco1
    e1edp17-lktext            ekpo-inco2
    e1edp17-lktext            xvbkd-inco2
    e1edp19-idtnr             ekpo-ematn
    e1edp19-idtnr             ekpo-idnlf
    e1edp19-idtnr             ekpo-matnr
    e1edp19-ktext             ekpo-txz01
    e1edp20-ameng             xeket-ameng
    e1edp20-ameng             xeket-wemng
    e1edp20-edatu             xeket-eindt
    e1edp20-ezeit             xeket-uzeit
    e1edp20-wmeng             xeket-menge
    e1edpa1-partn             ekpo-kunnr
    e1edpa1-partn             xvbpa_we-kunnr
    e1edpd1-bednr             xekpo-bednr
    e1edpd1-bstae             xekpo-bstae
    e1edpd1-insmk             xekpo-insmk
    e1edpd1-knttp             xekpo-knttp
    e1edpd1-kzabs             xekpo-kzabs
    e1edpd1-labnr             xekpo-labnr
    e1edpd1-lgort             xekpo-lgort
    e1edpd1-mahn1             xekpo-mahn1
    e1edpd1-mahn2             xekpo-mahn2
    e1edpd1-mahn3             xekpo-mahn3
    e1edpd1-mwskz             xekpo-mwskz
    e1edpd1-prsdr             xekpo-prsdr
    e1edpd1-schpr             xekpo-schpr
    e1edpd1-spinf             xekpo-spinf
    e1edpd1-uebtk             xekpo-uebtk
    e1edpd1-uebto             xekpo-uebto
    e1edpd1-untto             xekpo-untto
    e1edpd1-webre             xekpo-webre
    e1edpd1-werks             xekpo-werks
    e1edpt1-tdid              xt166p_del-tdid
    e1edpt1-tsspras           ekko-spras
    e1eds01-summe             ekko-ktwrt*cur_factor
    e1eds01-summe             pekko-netwr*cur_factor
    e1eds01-sunit             iso_waers
    Whenever you have qualifiers, the segments appear multiple with diefferent fields.
    Regards,
    Clemens

  • REG;error in mapping

    Hi Guys,
    I had error in JDBC to IDOc scenario as
    MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_P1EURS_OuDeliveryConfirmation_S~</SAP:P1>
      <SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>
      <SAP:P3>on: Cannot create target element /SHP_OBDLV_CONFIR</SAP:P3>
      <SAP:P4>M_DECENTRAL02. Values missing in queue context. T~</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_P1EURS_OuDeliveryConfirmation_S~; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /SHP_OBDLV_CONFIRM_DECENTRAL02. Values missing in queue
    Please give me solution
    Thanks

    Hi Kushee,
    Check the source payload, the target field is mandatory, but in the source side there is no data for the corresponding field. Thats why it is unable to create the target "SHP_OBDLV_CONFIRM_DECENTRAL02" element.
    Regards
    Ramesh

Maybe you are looking for