File to IDOC Senario (Message Mapping)

Hi Experts,
I am a fresher.
This is "  File to IDOC Senario  ".
I have Doubt on  this: ( In Message Mapping)
Source field : MSG
Length : 1/264
Taget field : E1EDKT2 - TDLINE
Legth : CHAR/70
Mapping Condition :
Note: TDFORMAT =  ‘=’ (Long Line), until next line of MSG. When new line occurs in MSG, then use TDFORMAT = ‘/’
How to Make the Mapping for this?
Anyone Can help me to get it Quickly.
give your Suggestions and Show some Example Mappings......

Hi ,
Below is the generic sol for your problem .Graphical mappings wont workout for your problem while using sub string .
Input -->Input string
Length -->length of TDLINE
MESSAGE_V1,V2,V3,V4....depends on how many TDLINES you expect .Here I have taken 4 .
public void SplitbyLength(String[] Input, String[] Length, ResultList MESSAGE_V1, ResultList MESSAGE_V2, ResultList MESSAGE_V3, ResultList MESSAGE_V4, Container container) throws StreamTransformationException{
int lengthVal = Integer.parseInt(Length[0]);
int InpLenVal ;
for(int i=0;i<Input.length;i++)
InpLenVal  =Input[i].length() ;
if (InpLenVal<=lengthVal)
MESSAGE_V1.addValue(Input[i].substring(0));
MESSAGE_V2.addValue(ResultList.SUPPRESS); 
MESSAGE_V3.addValue(ResultList.SUPPRESS); 
MESSAGE_V4.addValue(ResultList.SUPPRESS); 
else if ((InpLenVal>lengthVal) && (InpLenVal <= (lengthVal*2)))
MESSAGE_V1.addValue(Input[i].substring(0,lengthVal));
MESSAGE_V2.addValue(Input[i].substring(lengthVal,InpLenVal));
MESSAGE_V3.addValue(ResultList.SUPPRESS); 
MESSAGE_V4.addValue(ResultList.SUPPRESS); 
else if ((InpLenVal>(lengthVal*2)) && (InpLenVal <= (lengthVal*3)))
MESSAGE_V1.addValue(Input[i].substring(0,lengthVal));
MESSAGE_V2.addValue(Input[i].substring(lengthVal,(lengthVal*2)));
MESSAGE_V3.addValue(Input[i].substring((lengthVal*2),InpLenVal));
MESSAGE_V4.addValue(ResultList.SUPPRESS); 
else if (Input[i].length()>(lengthVal*3)  && (InpLenVal <= (lengthVal*4)))
MESSAGE_V1.addValue(Input[i].substring(0,lengthVal));
MESSAGE_V2.addValue(Input[i].substring(lengthVal,(lengthVal*2)));
MESSAGE_V3.addValue(Input[i].substring((lengthVal*2),(lengthVal*3)));
MESSAGE_V4.addValue(Input[i].substring((lengthVal*3),InpLenVal));
else if (Input[i].length()>(lengthVal*4) )
MESSAGE_V1.addValue(Input[i].substring(0,lengthVal));
MESSAGE_V2.addValue(Input[i].substring(lengthVal,(lengthVal*2)));
MESSAGE_V3.addValue(Input[i].substring((lengthVal*2),(lengthVal*3)));
MESSAGE_V4.addValue(Input[i].substring((lengthVal*3),(lengthVal*4)));
Regards
Venkat

Similar Messages

  • Can anyone share File-to_file ,file-to-IDOC senarios?

    Can anyone share File-to_file ,file-to-IDOC senarios?if possible with screen shots..

    hi phani..
    refer these blogs
    FILE Related Scenarios
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dyanamic File Name
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure - File Content Conversion for Multi Hierarchical Structure
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7053...File [original link is broken] [original link is broken] [original link is broken] Adapter (Receiver) - Are we "really" sure about the concepts?
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7009...Troubleshooting [original link is broken] [original link is broken] [original link is broken] the File Adapter
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7036...SFTP [original link is broken] [original link is broken] [original link is broken] vs. FTPS in SAP PI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3509... [original link is broken] [original link is broken] [original link is broken] XI: RFC or ABAP Proxy ? ....ABAP Proxies with attachments
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4383...How [original link is broken] [original link is broken] [original link is broken] to send any data (even binary) through XI, without using the Integration Repository
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp... XI in the role of a FTP
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Customise [original link is broken] [original link is broken] [original link is broken] your 'XPATH' Expressions in Receiver Determination
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2114...XPath [original link is broken] [original link is broken] [original link is broken] to show the path (Multiple Receivers)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4484...Receiver [original link is broken] [original link is broken] [original link is broken] Determination based on the payload of input data.(Extended-->xpath,Context Object)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Illustration [original link is broken] [original link is broken] [original link is broken] of Enhanced Receiver Determination - SP16
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2161...Solution [original link is broken] [original link is broken] [original link is broken] to the problem encountered using Variable Substitution with XI-SP12
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2411...Executing [original link is broken] [original link is broken] [original link is broken] Unix shell script using Operating System Command in XI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5814...XI/PI [original link is broken] [original link is broken] [original link is broken]: Command line sample functions
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2184...XI [original link is broken] [original link is broken] [original link is broken]: Operation system command - error catching
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1967....Read [original link is broken] [original link is broken] [original link is broken] Excel instead of XML through FileAdapter
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter...NAB the TAB (File Adapter)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6713..Content [original link is broken] [original link is broken] [original link is broken] conversion in Sender file adapter-- 2 new useful parameters
    http://sapient.xi.googlepages.com/xi-excellentintegration...... FILE to FILE scenario sending ".jpg" file as attachment with Screen shots
    IDOC related
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2704........IDOC [original link is broken] [original link is broken] [original link is broken] Tunneling.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3280........Managing [original link is broken] [original link is broken] [original link is broken] bulky flat messages with SAP XI
    https://www.sdn.sap.com/irj/sdn/weblogs? blog=/pub/wlg/5696........Troubleshooting File-to-IDOC Scenario in XI.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1921........ [original link is broken] [original link is broken] [original link is broken]
    Any flat file to any IDoc
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1819........IDoc [original link is broken] [original link is broken] [original link is broken] to File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2034........Collection [original link is broken] [original link is broken] [original link is broken] of IDoc to Single File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1180........ [original link is broken] [original link is broken] [original link is broken] Configuration Tips for a Business Service/Integration Process to send back ALE audit IDOC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2476........One [original link is broken] [original link is broken] [original link is broken] Logical System Name for serveral BPM Acknowledgements
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2923........Generate [original link is broken] [original link is broken] [original link is broken] Test Case for an IDOC Scenario
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2162........Choose [original link is broken] [original link is broken] [original link is broken] the Right Adapter to integrate with SAP systems
    Regards,
    Satya..

  • IDX2 Metadata Error Message no.000 File to Idoc senario

    Hello Experts,
    I am trying to load metadata in IDX2 manually. But it fails and comes out with message Message no.000
    I have crossed checked my RFC Destination (SM59) the connection test is successful. The port on IDX1 is created
    Similarly the RFC Destination on CRM system is created too. Why is it that my metadata load is giving this message?
    Also I created and end to end scenario in XI system for File to Idoc. The file is scheduled in queue for process. The receiver determination has hot started in pipe line process.
    To check these when i went to idx2 there is not metadata. hence i tried to load the meta data ... am i searching in right direction?

    Yet again like the post in this thread
    IDX2 Meta data import fails. I::000 error.
    I have been stupid not to check the user on R/3 i spelled the user wrong
    Thanks for your support guys

  • IDoc and Message Mapping

    Hi,
    I have a question.
    In a idoc to file scenario,idoc as a sender,.If the idoc is updated in r/3 system due to some change request after we finish the mesage mapping,what steps need to be followed to ensure the correct mapping.
    Do we need to change the mapping.
    Regards,
    Haritha

    Hello,
    if just the values of your IDoc changed you don't have to change
    your message mapping.
    If the structure has changed you have to reload the metadata (idx2)
    and the IDoc in your Repository and then update your message mapping with reloading your IDoc.
    Regards
    Patrick

  • IDOC in Message mapping

    Hi folks,
    I am working on file to idoc scenario.   I Imported the IDOC to my scenario. In Messaga Mapping IDOC structure displaying fields as a documention. but i need techincal names of those fields.
    for Example:   In my IDOC 1 field is showing companycode but I want to see that field as a BUKRS.
    How to see the technical names of IDOC fields in Message Mapping.
    Your help is highly appreciated.
    Thanks,
    Anitha.

    Hi bavesh...
    thank you so much for very your quick responses..
    i got xsd as source..based on xsd i created external definition for source xsd  and  i created outbound interface based on source external deifinition <b>MI_OUT_WearUnits</b>.
    and i imported Idoc and exported as xsd and changed occurance to unbounded and again imported as external definition.
    i did mapping between these two external definitions.
    and i selected standard idoc for source and target interface for interface mapping  and given message mapping of previous step.
    In ID
    sender agreement :
                    sender service :BS_external
                    sender interface :<b>MI_OUT_WearUnits</b>
    receiver agreement:
                  receiver service :R/3
                  receiver interface :  standard Idoc
    Interface determination:
    sender service :BS_external
    sender interface :<b>MI_OUT_WearUnits</b>
    reciever service :R/3
    and clicked create
    inbound interface : Standard IDOc
    i am not getting Interface mapping which i created in IR.
    i tried Enhance interface determination also..
    please guide me....
    waiting for your help.
    regards
    ram

  • IDX2 Metadata Create Error Message l.000 File to Idoc senario

    Dear All,
           I got the error l:000 while creating meta data.I read all threads related to this error,but couldn't solve this.I have assigned roles SAP_XI_APPL_SERV_USER,SAP_XI_IS_SERV_USER on xi system,and tried to assign Profiles: SAP_ALL and SAP_NEW.but i couldn't see those profiles.
    any help would be appreciated.Thanks in advance.
    Regards
    Vinay

    Hi Vinay,
    Please check whether you have created the IDX1 port correctly. It should use the sm59 destination pointing to the SAP Backend system (ECC/CRM). The user access to be used needs to be tested for authorizations. (Do as mentioned above)
    Also remember, even if the metadata is not cached in IDX2, the interface should work if the user authorizations are correctly maintained in sm59 destinations and that is referred to in IDX1.
    Once the first run is successful, the metadata is automatically cached in PI system (ABAP stack) in IDX2.
    Regards,
    Souvik

  • File to idoc and no mapping?

    Hi
    We are using PI 7.0
    IDOCFileSender->PI7.0->ALERECEIVER
    we have a file in the "native" file format for an idoc, we now would like to process this file through PI and sending it to our SAP systems ALE layer. We are not allowed to call the ALE adapter directly in our SAP system from the system generating the native idoc format - it must be done only through PI !
    My question is if it is possible using the fileadapter to read this file and with pass it throug PI to IDOC receiver adapter without any mapping? In that case what should the Message Type we are using in the file-sender adapter look like?
    Hope for some help.
    Thx

    Hi,
    >is possible using the fileadapter to read this file and with pass it throug PI to IDOC receiver adapter without any mapping?
    yes
    >In that case what should the Message Type we are using in the file-sender adapter look like?
    If you have no mapping it doesnt matter, the message type will not be validated during runtime. You can take the IDoc type imported from the SAP system
    Regards,
    Udo

  • Reg: JDBC to IDOC Scenario Message Mapping

    hi Friends
    i am designing a Scenario JDBC - IDOC for accounting document interface using ACC_DOCUMENT03 idoc.
    i need the mapping program for that to map the JDBC fields with the IDOC fields, so can anyone help me the mandatory fields and the constant values for the IDOC which has to be mapped.Along with this can i know why the constants will be assigned to the fields like Begin =1 , MSGFN = 009 etc how these constants are defined.
    Thanks&Regards
    suman.

    Hi,
    for mapping constants in graphical msg mapping, select your target IDOC field..........then you have a constant in the below screen.........click it and then double-click on constant to change the value of the constant field.........then map this constant to your target IDOC field.
    for knowing which are the mandatory fields, ask your functional guys to tell you the mandatory fields in data segment of your IDOC and regarding Control segment EDIDC, you have to map fields which have sender and reciever system details.
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Feb 2, 2009 7:55 AM

  • File to file with out message mapping and using variable substitution

    Hi,
    Can any one send me a scenario where we can have file to file scenario with out message mapping and where i can use variable substitution.
    As of now i am using integrate configurations where i cant use variable substitution as the message does not reflect in integration engine. I need to populate time stamp between <filename><timestamp>.txt.pgp
    I am as of now using configuration scenario.
    The time stamp always writes before the last file extension.
    Let me know your thoughts?
    Thanks,
    Chandra.

    Hi Chandra,
    u can use the Variable substitution even without IR contents also(Mapping....).
    in the receiver communication channel just specify the path u want to access for a value...
    eg: filename                             payload:mt_name,1,records,1,name,1
    and in th file name give it as %filename%.txt... or vt ever ur requirement
    Babu

  • Error during import of XSD file in message mapping

    When i try to import an XSD file from desktop during message mapping I am getting a following error 'display problem'.
    "Root element not found. Root Schema only describe type defintions. Cannot opent this XSD."
    Is there any direct or work around way to import the file?
    Any help would be appreciated.
    Thanks
    Prem

    Thanks Alexey
      Let me specify some more detail. I got the following XSD file from a third party vendor. I am using XML spyeditor to edit the file. When i tried to add the global element it says the schema is not validated. How can it fix this?
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xs:include schemaLocation="http://www.ABC.com/schemas/ABCXMLlibrary.xsd"/>
         <xs:complexType name="sesType">
              <xs:sequence>
                   <xs:element name="eserviceNumber" type="xs:string">
                   <xs:element name="SAPPurchaseOrder" type="SAPPurchaseOrderType" minOccurs="0"/>
                   <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
    </xs:schema>
    Thanks
    Prem

  • ZIDOC can't able to Import in Message Mapping

    Hi,
       I am doing file to idoc scenario. When I am selecting
    my zidoc in Message Mapping as a target one then I am
    getting this error message
    "Interface object IDoc ZMTIDOCIN.ZIDOCIN | urn:sap-com:document:sap:idoc:messages does not have a schema."
      After that It is not allowing to select the idoc in
    Message Mapping.
    regards,
    Khaja.

    Hi,
    Have you checked if all the segments are released. Also do a check of all the segments before importing into IDX1 and IR.
    Thanks,
    Prakash

  • Runtime error in message mapping.

    Hi experts.
    My scenario is File --> PI --> File.
    During the message mapping there are a few RFC lockups.
    I have configured an communication component for the RFC destination, and a Receiver  communication channel to the RFC system.
    When I am trying to check the message mapping and the operation mapping from the integration builder every thing works just fine.
    In the interface determination i have configured the rfc parameter for the mapping.
    When I am trying to run the hole process i receive an error saying:"Runtime exception from: java.lang.nullPointerException:
    null at com.sap.guid.GUID.parsHEXguid(guid.java:1015)
    reguars Max

    Hi.
    As i have already said when I am trying to test the same operation mapping directly in the integration builder with the same message, it passes the mapping without any exceptions.
    I think the catch may be in the fact that there are a few rfc calls inside the graphical mapping.
    Any suggestions?
    Regards Max.

  • Message mapping with attachments?

    Hi there,
    I want to read in two flat files and process them afterwards in the XI (message mapping and such).
    I know that it is possible via BPM (as discussed here, for example: Combining Input Files ). But I'm told to do it via the file adapter's "Specifying Additional Files" ( http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm ), where those additional files are attached to the message. The advantage of this approach is that I can tell the File Adapter to only start when both files are present (--> optional = NO). This is not possible with the BPM method, is it?
    I haven't found a way to use the attached file(s) in a message mapping - apart from using ABAP mapping or implementing a adapter module that merges the attachment into the payload. Both possibilities seem to need way more effort than I feel should be necessary...
    Thanks in advance!
    Dennis

    Hi all!
    Thanks once again for your kind help! We finally agreed to take the BPM approach nevertheless, as it's "nearest to the standard" and thus (hopefully) easiest to maintain.
    We inserted a time-out into the BPM, so that it will abort after a short time when only one file was present. Not perfect, but good enough.
    The advantage of this solution is that we can convert the CSV files to XML within the File adapter again. Both calling a MapForce transformation and afterwards combine the XML files within an Adapter module really doesn't sound like the optimal way...
    Cheers,
    Dennis

  • IDoc flat file to IDoc

    I am receiving flat file in SFTP Server which need to be posted into SAP (No mapping involved)
    What will be the best approach ?
    1. I tried using IDOCFlatToXmlConvertor (The limitation in the format of source file. The parent and child node relationship should be explicitly mentioned in IDoc flat file which legacy system is not able to do) - Any workarounds ?
    2. I moved the Idoc flat file into SAP application server. Now need to schedule job using program RSEINB00
    3. File Content Conversion
    Any other better solution ? Appreciate your help.
    Thanks and regards,
    Jose Augastine

    For converting Idoc Flat file to idoc xml, ABAP mapping is one of the feasible option.

  • File-to-IDOC sceanrio

    can SDN provide me guidance to make a file to IDOC scenario, specially the settings at the XI and at the receiver SAP R/3 side.....
    i m new to XI so, setting details are important,

    HI
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    In SLD – System Landscape Directory
    TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.
    Ts for Third Party (Logical system):-
    BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.
    BS for Third Party (Logical system):-Enter the XI logical system name.
    In Transaction SALE
    Define and Assign the logical system name.
    cehck out these blogs
    /people/ravikumar.allampallam/blog/2005/03/03/creating-purchase-order-idoc-through-xi
    /people/ravikumar.allampallam/blog/2005/03/03/creating-purchase-order-idoc-through-xi
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Also have a look at these forum threads...
    IDOC TO FILE SCENARIO
    idoc to file scenario
    -- /people/sravya.talanki2/blog/2006/12/25/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-i - here check the part 1 and 2 examples with all screen shots.
    -- File-XI-IDoc Scenario
    Message was edited by:
            Anu Ram

Maybe you are looking for

  • Is there a way to export videos and retain geotag/time changes?

    I'm in the process of exporting all my photos & videos from one Mac to another (I want to avoid migrating everything with the migration assistant...) through an external hard drive, which will also serve as my central photo/video location - this way

  • Communication lost - Same installation, same version of client (.exe), but client has different configuration in Configuration Manager properties

    Hi, I can't understand how I get the following different between old and newly installed client. On the left side it is the original client configuration and on the right side it is what client gets after installing the same version of CCMSETUP.EXE (

  • Bootcamp and CAD

    Does anyone have Bootcamp and CAD? I'm looking for a new Apple computer, but I'm really nervous about the problems I will encounter. I think that my CAD class is either using the 2008 or 2009 version. Oh and another question. Can you get the Mac Book

  • Confuse on "Clean" tag on the songs

    Hello everyone. What I understand about the "Clean" tag is that it is safe to listen to even for kids; no offensive or cussing in the lyrics. Am I correct on the use of that tag? I am confuse on the tag "Clean" on the songs I have on my music library

  • Agile Development vs Security

    Increasing some places I work at have a very strict and restrictive set up around Oracle development and test databases and servers. They seem to think that so long as people have TOAD/SQL*Developer, that is it. The dev/test databases tend to be negl