Function about Output Mapping in nwBPM

HI all
I am using PO 7.31 BPM, it receive request message with following structure ( note: this is sync process, I used BPM to return response message)
   Data structure:
         MT  -  Notification
         root        Event  1:1
                          EventList  0:N
                               field 1    0:1
                               field 2    0:1
                               EventCode
Event code could be:    "Power Failed", "Power Restored", "Over Voltage" etc.. there are over 10 other event code values.
After BPM  received the message, I need to filter out eventList with eventCode = "Power Failed" or "Power Restored", and ignore other types of events.
if there is no those two evenCode,
Similar to xslt syntax:
     <xsl:copy-of select="Notification/Event /EventList [EventCode='Power Failed' or EventCode='Power Restored']" />
I explored the function that BPM provided, it seems I could not find right function to achieve this.
Anyone has experience on this to share your thoughts ?
Thanks
-Liang

HI all
I am using PO 7.31 BPM, it receive request message with following structure ( note: this is sync process, I used BPM to return response message)
   Data structure:
         MT  -  Notification
         root        Event  1:1
                          EventList  0:N
                               field 1    0:1
                               field 2    0:1
                               EventCode
Event code could be:    "Power Failed", "Power Restored", "Over Voltage" etc.. there are over 10 other event code values.
After BPM  received the message, I need to filter out eventList with eventCode = "Power Failed" or "Power Restored", and ignore other types of events.
if there is no those two evenCode,
Similar to xslt syntax:
     <xsl:copy-of select="Notification/Event /EventList [EventCode='Power Failed' or EventCode='Power Restored']" />
I explored the function that BPM provided, it seems I could not find right function to achieve this.
Anyone has experience on this to share your thoughts ?
Thanks
-Liang

Similar Messages

  • How to use functions in Message Mapping

    Hi All,
           I am new to SAP XI. I don't know how to use functions in message mapping.     Can any body tell me how to use IF condition in message mapping.
         Please provide me a good link where I can get the details how to use those functions.
    Thanks,
    Srinivas.

    HI Srinivas
    Please take a look at these links,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    /people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    This will help you
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/190eb190-0201-0010-0ab3-e69f70b6c257
    http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1dba7
    This will give you a detailed Idea about Context
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95f835c111d1829f0000e829fbfe/frameset.htm
    This will give more explanation on Queue
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/51a39490-0201-0010-5b9f-ae21e8b78195
    For understanding node functions this blog will help you
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Not sure you can find a collection of all...
    Cheers..
    Vasu
    <i>** REward Points if found useful **</i>

  • About value mapping

    What is value mapping ? when it is used ?

    HI,
    A perticular object/field could have different interprtations from applications to applications and Business to Business. For e.g Suppose a particular document XYZ has an identity code 001 in one application or may be in one orgnization. But the same document could have different ID in different applications.
    With the help of Value Mapping you could map these IDs with each other, thus while transaction of the data XI will act as an smart mapper to pass the Application specific values.
    http://help.sap.com/saphelp_nw04/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/frameset.htm
    There are many docs available about Value mapping in SDN forum.
    How to Perform Value Mapping – A Walkthrough
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00ee347e-aabb-2a10-b298-d15a1ebf43c5
    http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/frameset.htm
    SDN Discussions
    /people/sukumar.natarajan/blog/2006/10/23/accessing-value-mapping-defined-in-directory-using-java-functions
    SAP - XI Value Mapping : Mapping two values to a single value
    Value Mapping Issue in SAP XI
    thanks
    Swarup

  • About interface mapping

    what are there case about interface mapping?
    i knew that the following:
    outbound to inbound
    abstract to abstract.
    what else the case?

    Hi joy zheng  ,
    These r the details about interface mapping :
    Interface Mappings
    You can define mappings for an interface pair (source and target interface) by using message interfaces and message types in the Integration Repository.You can also define the corresponding mappings when the source or target interface is an IDoc, an RFC, or another interface connected by an adapter.
    When defining mapping programs for request, response, or fault messages, the definition is first separated from the interfaces that reference the corresponding message types. Furthermore, you can reuse a message type for multiple interfaces. This means that the simple definition of a mapping program is not sufficient to establish a connection (that is based on the assignment of outbound and inbound interfaces).
    This role is undertaken by the interface mapping:
    &#9679;     An interface mapping specifies the corresponding mapping programs for request, response, or fault messages for a selected interface pair. You use an interface mapping to register mappings for an interface pair.
    &#9679;     You can also specify multiple mapping programs to be executed one after the other in the case of requests and responses for an interface mapping.
    You can also define multiple interface mappings for the same interface pair, to provide multiple variants in the Integration Repository. At configuration time, the customer can select the appropriate mapping in an interface determination and save it in the Integration Directory
    Use :
    Interface mappings register your mapping program for an interface pair in the Integration Repository. If you require a mapping at runtime, it is sufficient to select the interface mapping for the interface pair at configuration time . The Integration Server uses the interface mapping to identify associated mapping programs for request messages, response messages, fault messages, or all three.
    Features
    Executing Multiple Mapping Programs for One Direction
    By using an interface mapping you can execute multiple mapping programs consecutively for the transformation of a request or response message. In such cases, an interface mapping comprises multiple steps for which the following applies:
    &#9679;     The steps are executed in the sequence specified (from top to bottom). The result of the mapping program from the previous step is forwarded to the mapping program of the subsequent step.
    &#9679;     Each step can reference a mapping program that executes a 1:1, 1:n, n:1, or an m:n transformation. In the case of multi-mappings (1:n, n:1, or m:n), the previous step must create the same number of messages that the subsequent step expects.
    &#9679;     Multi-mappings use one envelope to put all messages in one structure. If one of the steps references a multi-mapping program, all subsequent steps must use the same envelope.
    The mapping for a request message comprises two message mapping programs: one 1:1 transformation and one 1:n transformation. Since the latter message mapping uses the multi-mapping envelope for both the target message and the source message, the message mapping for the 1:1 transformation must also create a transformation result with a multi-mapping envelope.
    You do not strictly need to divide up one direction of the whole mapping into different steps. However, this enables all the message formats in one system landscape to be mapped to a central message format, for example. This results in less mapping programs being required because you no longer need to be able to map all the different message formats to each other.
    Activities
           1.      Create your interface mapping on the design maintenance screen of the Integration Builder (see also: Creating an Object).
    You can also create multiple interface mappings for the same interface pair.
           2.      Enter the source and target interfaces that require a mapping of the request message, the response message, the fault message, or all three, in the table of the same name. The following restrictions apply:
    &#9675;     If you want to use the interface mapping in a transformation step in an integration process, you must only specify abstract message interfaces. Furthermore, all objects (integration process, interface mapping, and all objects referenced by the interface mapping) must be in the same software component version. If you want to reference objects from underlying software component versions, you must access the objects from the Basis Objects branch (in the navigation tree or using an input help) (see also: Underlying Software Component Versions).
    &#9675;     If you want to map multiple messages to each other by using a multi-mapping, you can only specify asynchronous interfaces (for further restrictions, see: Multi-Mappings). If any message interfaces are missing, you can also create them by using the functionCreate New Object ().
    If the interface cannot be imported or cannot be created in the Integration Repository (in the case of an external adapter, for example), you must enter the interface names manually. However, it is not possible to check the technical name in this case.
           3.      To import the properties of the interfaces, choose Read Interfaces. The table in the lower area displays tab pages for the request message, response message, and if available, for the fault message, for each mode of the interfaces (either synchronous or asynchronous).
           4.      To develop an external mapping program, export the XSD schema of the respective request or response message as a zip file after you have imported the interfaces. The zip file can contain multiple schema files that reference each other, for example in a multi-mapping. In this case, the schema with the global message element has the name MainSchema.
           5.      To reference a mapping program for the respective message, you have the following options:
    &#9675;     Select an existing mapping program from the Integration Repository by using the input help (). If this is a message mapping, the default setting of the input help only displays those message mappings that are found using the source and target message in the Integration Repository (in multi-mappings, the first source and target messages are used as the search criteria). However, you can also display any number of message mappings, for example, because you are constructing a mapping from several mapping programs with intermediate instances which have no message types.
    &#9675;     You can create message mappings directly from the interface mapping. To do this, select the mapping type Message Mapping in the Type column. Position the cursor in the Name column and choose the function Create New Message Mapping () in the Mapping Program frame. The Integration Builder copies the specifications of the messages and their occurrence directly from the interface mapping.
    An interface mapping can only reference mapping programs that belong to the same or an underlying software component version of the interface mapping. This ensures that the mapping program can be shipped together with the interface mapping (see: Software Logistics).
           6.      If you are not using a mapping for a fault message, you can execute multiple mapping programs in succession for request and response messages:
    &#9675;     To insert an additional line for a mapping program, choose .
    &#9675;     To delete the registration for a mapping program, choose .
    At runtime, the mapping programs are executed from top to bottom.
           7.      Save the interface mapping.
    The following web-site gives complete details about interface mapping :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/12/05731a10264057badc32d3d3957015/content.htm
    **********Please reward points if u find this useful
    cheers,
    gyanaraj

  • Functional Specs for Mapping Idocs to EDI

    Hello Friends ..
    Am new to world of EDI...
    can any one explain ..wat do u mean by devolping functional specs for mapping IDocs to EDI..
    If you can provide me with examples or if you guys can suggest any site where i can browse some material about EDI..i wud really appreciate...
    Best Regards

    Hi Rohan,
    >>>do u mean by devolping functional specs for mapping IDocs to EDI..
    you have to know which idoc fields you have to map to EDI message fields
    take a look at those links:
    they will show how do you map different IDOC message types to EDI messages
    <b>IDOC - EDI mappings:</b>
    http://www.sapgenie.com/sapedi/mapping.htm
    <b>Analysis of the compatibility of EDIFACT messages in the form of SIMPL-EDI with the IDoc Interface:</b>
    http://www.sapgenie.com/sapgenie/docs/SIMPL-EDI-E_ORDERS.doc
    Regards,
    michal

  • [DME] Document about data mapping for HSBC ifile format (PP,ACH, COS)

    Dear SAP experts,
    I'm implementing an automatic payment module through HSBC in an SAP project.
    My customer want to streamline their payments to vendors using automated
    payments with HSBC.
    I have a document about ifile description which show me information about the
    structure and data format in HSBC ifile. I know how to create a DME format tree
    but the HSBC format seem to be very complicated, it contains a lots of fields and
    a lots of them I don't really understand.
    I'm sure that many of you have done this before. Do you have any document about
    data mapping for HSBC file format? I have a lot of fields leaving undone so any
    relevant documents will be very helpful for me.
    Hope you can help.
    Thank in advance.
    Maxielight.

    Hello Maxielight,
    I too am working on this IFILE format for transmitting to HSBC for Indian INR payments & am using DMEE.
    I'm struggling with a couple of fields in relation to PP.
    1st  is the 'Record Count' in FIle header, which is just a count of the total number of lines in the file.
    2nd is the 'Total number of instructions in batch' in Batch Header section, because I'm trying to count using aggreation via reference node id, but because the Batch Header is level 1 & I need to wait for '2nd Party Details for PP' which is at a lower level I always get an error when I run the check with error 'aggregation not permitted because of field I'm using is lower level, or they are not in the same segment.
    I've also tried creating a new segment with 'Delay output' but still get similiar error about the nodes being in differenet segments.
    How did you get past this issue?
    We are not using COS, instead we will print our own cheques in the office so sorry I cannot offer advise there.
    Any advice you can offer would be appreciated.
    Thanks,
    Steve

  • Activity looping/parallel for each: Output mapping and Inturrupting

    Hello,
    we want to model and execute an approval process with one requestor and several approvers. All assigned approvers get the approval task simultaniously to save time. Each approver can make a decision like Reject, Rework, Approve and also add comments.
    Only if all Assignees make their approval, the request gets approved. On the first occuring "rework" or "reject" decision, all open tasks have to be removed from the assignees UWLs; their results become unnnecessary.
    Please have a look at the corresponding model on [http://www.gm.fh-koeln.de/~wi1744/pubfiles/parallel_for_each_task.PNG].
    As you can see in the model, we made an approach using a parallel for each Human activity. In our process the tasks show up in parallel on each adressed UWL. Thats fine so far but we are facing two problems.
    1. Output Mapping of parallel Tasks
    1.1 Are we right to assume that for each task output the activitys output mapping is done?
    1.2 Are there differences to the regular output mapping we have to consider?
    2. Stopping the parallel tasks and continuing the process flow .
    We said as soon as any result like rework or reject comes out, the whole activity should stop and all open tasks be removed from the UWL. How can this be modeled and realised?
    Thank you for any input!

    Hi ,
    For the 2nd question you can achieve that behavior  using "Intermediate message events". I have created a dummy process [http://imageshack.us/photo/my-images/24/sdn1.png/] by which you can achieve this. Hope this helps. For the 1st question can you please be more specific about what is it you wanted to do. 
    Thanks & Regards,
    Rohit

  • What's all the fuss about iOS6 maps???

    For starters, I'm not an iFan... My first smartphone was a BB and I used to swear by it. I found (and sometimes still do) that the iPhone was more of a toy while the BB was a professional tool. I still prefer the BB Bold's keyboard for typing emails than the iPhone's touchscreen keyboard. I ended up buying a 4S earlier this year (March) only because BB had no Outlook Exchange license available where I lived (Maldives) and it was either Android or iPhone, so the choice was clear there. Since then, I've come to grow quite fond of it and am quite happy with the integrations and functionality of the phone albeit it being slightly more time-consuming to send out emails.
    The iPhone 5 launch event came out and I looked at all the details. Here's my conclusion: an extra row or icons, a slightly faster processor and most of all 4G. Now, I don't really need an extra row of icons... In fact, I sometimes find the 4S a little too long (jeans pockets along with a pack of cigarettes: cigarette pack usually loses and looks like it's been trampled by a herd of elephants...). So, I'm not in for a bigger screen as the current one's just fine. I never found my 4S to lack speed so I don't really care about the faster processor either. 4G? I love it! But I live in China now... It will be a while before it'll come out here, so why bother for the moment? It's complicated enough as it is as China Mobile (biggest network and best coverage, which I am also currently on) doesn't even have 3G for the iPhone. Only EDGE, but I make do... China Unicom offer 3G for iPhones but not as good a coverage... So, what to do? So in the end, a 4S with the brand new iOS6 update to me sounds better than going out to buy a new iPhone 5.
    Update has been out for 3 days now. And before I went ahead and updated I checked the reviews, comments and discussions... WOW! It would seem Apple has opened the wraths of **** upon the world and that the Apocalypse is upon us when reading on about all the bugs and issues. And everyone goes on and on about the maps... It's made it onto CNN, BBC and just about anyone with an iota of grey matter and a keyboard. There are even comments mentioning that Asia is practically mapless with the new native app. I froze! No way in **** was I going to update if I was going to lose such functionality. I've just arrived here 2 months ago, don't speak a word of the local language, feel like getting an audience with the Pope is simpler than giving a cab driver directions and the Google Maps app has often been a lifesaver for me here so far... As much as I want to get my hands on the rest of the new functions, it was a risk not worth taking.
    Today I bump into a colleague of mine at work and he's just updated his iPad (2nd gen) to iOS6. I tell him all I've heard about the maps and he brings it up to the restaurant for lunch. I'm scrolling through the new map app and honestly don't find much of a difference. Now, seeing as everyone is whining about the uselessness of the directions the new app gives, I give it a test. I search for the Park Hyatt in Beijing. The Google Maps app used to give me 3 different results. The new app gives me one result only, it's correct and gives me the right directions to get there...
    So, what is all the fuss on the new update??? So Apple got rid of Google Maps... Yes, it'll take time to get better but Apple so far have usually managed to do a pretty good job at doing that. At first, everyone was complaining about battery drainage... Nobody mentions it anymore... Strange... Is this intentional Apple bashing?... From what I've seen so far, I still don't get what all the fuss is about.
    I'm going ahead with the update... Will let you know how it goes!

    Hi,
    What's the worst that I've spent 100 Eur alltogether for GPS map based applications for several sports - golf, bike, ski, etc. These applications use data from iPhone Map application and its disaster after my update onto iOS 6. These are pictures of 2 of my favorit golf resorts:
    And here one example from a place where I use to bike:
    Very nice, isn't it?
    And unfortunately this problem won't disappear even when Google put stand alone map application into iStore.
    So I have only way to downgrade to 5.1.1 immediately to not throw away money I already spent.
    Ivan

  • How do I use the "What's Here" function in Google Maps on my Mac?

    Being a new convert to Mac I was used to using right-click to access the "What's Here?" function in Google Maps on my old Windows PC. How do I use it on the Mac?

    Click on the Up Next icon (ringed in my screenshot):
    then on the Clear button:
    and Hey presto!

  • How do I use the print function to output a numeric variable with a fixed amount of leading zeroes

    I need to create an output from a T-SQL query that picks a numeric variable and uses the print function to output with leading zeroes if it is less than three characters long when converted to string.  For example if the variable is 12 the output should
    be 012 and if the variable is 3 the output should be 003.
    Presently the syntax I am using is PRINT STR(@CLUSTER,3) .  But if @CLUSTER which is numeric is less than three characters I get spaces in front.
    Please help!

    >> I need to create an output from a T-SQL query .. <<
    NO! NO! In RDBMS, we have a presentation layer that handles displays. We do not ever do it in the database. This is fundamental. But more than that, the purpose of PRINT is for debugging in T-SQL and never for output.
    You are still writing 1960's COBOL or BASIC, but you want to to it in SQL.  You probably picked the wrong data type (a numeric that should be a string) and are trying to repair your design error.  
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • What happened to the " street view " function in the maps app in iOS6?

    What happened to the "street view" function in the maps app of iOS6?

    Gary ~ It's now available via a browser:
    Street View for Google Maps web app goes live

  • Error "You cannot enter a partner function for output NEU"

    Hi Experts,
    I'm having these error "You cannot enter a partner function for output NEU" (message VN041) when I tried to assign a partner function (e.g OA)  in the conditions records for application "EV" (Purchase outline agreement). The system do not allow me to do this for any doc type (LP, LPA, MK, OA, etc). I'm using t-code NACE or MN08.
    I want to assign partner for key combination "Document Type". The conditions is already there but with no value, so I want to assign partner function "OA" or "VR".
    I already check all the configuration and looks fine. For example, define possible partner functions for output type "NEU" for application "EV" (Purc outline agree).
    Hope you can help me to find the problem.
    Thanks,
    Mairo.

    I have the error in NACE or using tcode MN08.
    As soon I executed those transaction the system shows the condition records created for varios Doc Type (e.g LP, LPA, MK, etc) but with no partner function assigned. For example:
    Doc. Type /  Name                     /             Funct  /   Partner     /            Medium  /  Date/time  /   Language
    LP        /       Scheduling Agreement     /  blank  / blank  /                                          2      /          3   /              EN
    LPA      /      Scheduling Agreement                              / blank    / blank   /                1        /       3         /        EN
    For example, I try to assign function "OA" for Doc. Type "LP", choose value from quickpick. Then when I press enter, the system give me the error "You cannot enter a partner function for output NEU", message no. VN041. Do not allow me to continue, so I have to leave this field blank, with no change.
    Thanks,

  • Function in xslt mapping?

    Hi guys,
            I want to split the resultset containing many rows coming from database into a set fo individual rows using xslt mapping. I know we can acheive this using "split by value" node function in graphical mapping. But want is the name of the function used in this case present xslt mapping.
    Regards,
    Suresh.

    HI,
    XSLT supports java script as well, but XI has few restrictions that it could support particular versions of parsers, and limitations on XSLT capabilities.
    Thus I will suggest you to use some of the string APIs to split the resultset by adding the contextChange in it.
    You could use XSLT mapping with Java Enhancments
    Refer below link
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm
    (Observe the example given in above link)
    Thanks
    Swarup

  • To learn about ABAP Mapping

    Hi,
    I would like to learn about ABAP Mapping.
    What is the importance of it and  where it is applied?
    Could you please guide me regarding this?
    Thanks,
    Raja Bala

    Hi,
    Go through the links,
    http://help.sap.com/saphelp_47x200/helpdata/en/cf/21f2f2446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/b1/8230a2d26611d4b2e90050dadfb92b/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d9/b84508bc9411d4b2e80050dadfb92b/frameset.htm
    Regards,
    Azaz Ali.

  • What are the Built-In-Functions in XSLT mapping?

    what are the Built-In-Functions in XSLT mapping?

    hi praveen
    check the below blogs
    XSLT MAPPING                                   
    Step u2013 By u2013 Step Simple Approach for XSLT Mapping                                   
    Step – By – Step Simple Approach for XSLT Mapping                                   
    XSLT mapping for multiple segments of XML                                   
    XSLT mapping for multiple segments of XML                                   
    IF - ELSE IF and XSLT - A Better work around ?                                   
    IF - ELSE IF and XSLT - A Better work around ?                                   
    Calling instance (object) method of ABAP Class into xslt mapping by using SAP: CALL-EXTERNAL                                             
    Calling instance (object) method of ABAP Class into xslt mapping by using SAP: CALL-EXTERNAL                                             
    xpath functions in xslt mapping                                             
    xpath functions in xslt mapping                                             
    Using XSLT Mapping within the J2EE Adapter Framework                                             
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3823 [original link is broken] [original link is broken] [original link is broken]                                             
    EDIFACT to XML - Stylus Studio Solution                                             
    EDIFACT to XML - Stylus Studio Solution                                             
    Running NetWeaver's XSLT processor from XMLSpy                                             
    Running NetWeaver's XSLT processor from XMLSpy                                             
    generic xslt mapping part 1                                             
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb983c1                                             
    generic xslt mapping part 1          part2                                   
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923b4fb8674a                                             
    xslt recursive templates                                             
    XSLT: Recursive Templates                                             
    Generating Generic XML / HTML files without using XSLT Mappings                                                       
    Generating Generic XML / HTML files without using XSLT Mappings                                                       
    regards
    kummari

Maybe you are looking for

  • About back-end adapter and IDoc

    Hi everybody! I was watching in the FAQ of Mobile 7.1 about the possibility to use IDOC as a mechanism to push data to DOE, but this document only says: "IDocs are supported only for back-end-triggered scenarios" and provides a link to configure ALE

  • Error while creating sales order with network/project

    Dear All, we are getting the following message while creating a sales order with assembly processing with network/project system . The standard Network used as a reference contains assignments to a standard WBS. However you have maintained WBS assign

  • Urgent .. SM58 query

    Hi All, I have an error in SM58 saying the "Obligatory node 'YMMSMBEW' missing in the structure YMMIMBEW" in the function module IDOC_INBOUND_ASYNCHRONOUS and target system is the XI system. Could anybody please guide me to get to the root of this pr

  • TV related question

    If I buy something like Elgato's product and I have a basic cable feed, can I watch all the basic channels without using the tuner usually needed to watch cable tv? alan

  • Correct Methods for International OSD?

    Quick background rundown: I maintain the SCCM environment in our corporate office located in the US. The biggest pain in our environment is the differences in OS deployments to our 25-ish international locations. I now have distribution points at the