Can anybody explain all the details about idoc like configuration settings etc..

Hi all can anybody explain the idoc configuration settings, communication channels sender and receiver settings

Hi,
Common steps in both Sender and Receiver:
Create logical system and assign to client
Create RFC Destinations in SM59
Create RFC Ports in WE21
Steps in Sender
Create table in SE11 and insert data
Create Segments in Tcode WE31.Define the table fields in segment
Create basic IDOC type in WE30.Specify the above created segment name,save and release the IDOC
Create message type in WE81
Assign message type to IDOC type in WE82 and release
Create partner profile in BD64,add the message type ,specify sender,receiver,message type and  generate partner profile and execute.Distribute the model view
Check the partner profile in WE20
Develop a report in SE38 with code that transfers the data from source to destination
Execute the report and specify the fields to be transferred
Check the control records in WE02
Steps in Receiver:
Create an update function module in SE37
Assign the function module to logical message
Define input method in Tcode BD51
Create process code in WE42
Generate partner profile in BD64
After executing the report in sender system check in the destination system table wheather the fields are transferred
In this case a custom table has been created in sender and receiver with same structure.We can even transfer the standard table fields by using idocs
Thanks & Regards,
Sravanthi Polu

Similar Messages

  • Can anybody explain in more detail about NO-DISPLAY in selection screens..

    an anybody explain in more detail about NO-DISPLAY in selection screens.. in that it is saying
    "If you want to display a parameter only in certain cases, for example, depending on the values entered by the user in other input fields of the selection screen, you cannot use the NO- DISPLAY addition. If you use NO-DISPLAY, the parameter actually is an element of the interface for program calls, but not an element of the selection screen. As a result, you cannot make it visible using the MODIFY SCREEN statement. To hide a parameter that is an element of the selection screen, you must declare it without the NO-DISPLAY addition and suppress its display using the MODIFY SCREEN statement."
    what is the meaning of this?

    This is use a lot in programs which are submitted using the SUBMIT statement.  Say that you have a program which runs as usally with a selection screen and nornal output, but you also have some logic built in there that needs to be execute when this program is not ran by the user with the selection screen, but submitted.  You can use a PARMETER statement the selection screen and NO-DISPLAY to hide it when normal processing by the user.  You could pass a value to the parameter when it is called via the SUBMIT statement.  Does this make sense?
    Regards,
    Rich Heilman

  • I forgot the answers I wrote that I opened the account and I can not do all sorts of things into account because it I can give you all the details about the accountant to believe me

    I forgot the answers I wrote that I opened the account and I can not do all sorts of things into account because it
    I can give you all the details of the account to believe me
    Please help me
    It's my account [email protected]

    Click here and request assistance.
    (75545)

  • I just started using fire fox and I cant figure out how to add a new folder to my bookmarks. Can anybody explain how in detail (I'm bad with computers so I need real detail) Please and thank you. :)

    I just started using fire fox and I can't figure out how to add a new folder to my bookmarks.
    Can anybody explain how in detail (I'm bad with computers so I need real detail)
    Please and thank you. :)

    If you use extensions (Tools > Add-ons > Extensions) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    You can use one of these to start Firefox in <u>Safe mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    If it works in Firefox Safe-mode then disable all extensions (Tools > Add-ons > Extensions) and then try to find which is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can anyone explain me in detail about LSMW?:

    Can anyone explain me in detail about LSMW?How the process of migration takes place from Non-sap to SAP in flat files?

    Hi,
    http://sap.niraj.tripod.com/id61.html
    Pl. check this site, useful one.
    Regards,
    Senthilkumar SD

  • CAN ANYBODY EXPLAIN ME THE GENERAL FUNCTIONING OF THE SD, MM, PP MODULES.

    CAN ANYBODY EXPLAIN ME THE GENERAL FUNCTIONING OF THE SD, MM, PP MODULES.

    Hi Santosh,
    Seems u r new to SAP.
    SD, MM, PP, FI ,CO,CRM ,etc... are the functional areas dealing in the SAP R/3 ERP.
    They all have their own transaction code and tables. But all are integrated and related to each other.
    For more info check these links.
    http://www.sap-img.com/sap-mm.htm
    http://www.sap-img.com/sap-sd.htm
    http://www.sap-img.com/sap-pp.htm
    Hope this will resolve ur query.
    Reward if helpful.
    Regards.

  • Can Anybody explain me the difference between  a Bapi and a webservice?

    Can Anybody explain me the difference between  a Bapi and a webservice?

    Hi Anil,
    <b>BAPI</b>
    BAPI is a library of functions that are released to the public
    as an interface into an existing SAP system from an external
    system.A BAPI function is a function module that
    can be called remotely using the RFC technology
    BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA.
    In this case you only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI. It is not possible to connect SAP to Non-SAP systems to retrieve data using RFC alone. RFC can acces the SAP from outside only through BAPI and same is for vice versa access.
    <b>Webservice</b>
    In simpler terms, WebService is an application on the Web/Internet. Wheneever Service is requested by the user, it provides the service (i.e Request/Response)
    A web service is a collection of protocols and standards used for exchanging data between applications or systems
    In SAP world, we can expose an application into the Webservice. For e.g We can expose ABAP programs into Webservice.
    XI uses SOAP adapter to communicate with webservices see below...why only soap adpater???
    -> Some remote clients or Web services providers are only able to communicate by means of SOAP messages
    ->SOAP adapter enables you to exchange SOAP message between remote clients and Web Service Servers and the Integration Server.
    -> The SOAP Adapter provides a runtime environment that includes various SOAP components for the processing of SOAP message.
    -> You use the SOAP adapter to connect such systems to the Integration Server directly
    -> The SOAP adapter uses a helper class to instantiate and control these SOAP components
    ->The SOAP adapter receives a msg from the remote client or Web service provider, converts the SOAP protocol into XI msg protocol and then sends the msg to the Integration Server to be processed further.
    Basically  RFCs BAPI are all SAP oriented, Webservices are language / environement independent. So, all one has to do is publish a Webservice and any external system by providing the data in the correct format, can get the approopriate response back.
    see these links to know more abt webservices..
    http://www.webservices.org/
    http://www.w3.org/2002/ws/
    regards
    biplab

  • Can Anybody explain me the difference between  a A2X and a A2A Service?

    Can Anybody explain me the difference between  a A2X and a A2A Service

    I dont think A2X refers to b2b Scenario as there is a big difference between B2B and A2A, this is quite a debatable arena. In the present case A2X can be where the application under consideration is communicating with an unknown third party application of which the only details we have are the field data to be sent/recieved etc. Its used more to describe a third party app, so its to be considered as an x-App. can be any j2ee app or .net app, the X here is used as a variable to denote the unknown till it becomes known..in which case the documents start referring to it as A2A.....
    Hope that helps
    Regards
    Ravi

  • Can Anybody explain me the role of xi in IS-Retail integration and POS cons

    Can Anybody explain me the role of xi in IS-Retail integration and POS cons

    Hi AnilKumar,
    Find the list is below:
    Q: Role of xi in IS-Retail integration
    Ans: **Business Content Scenario – Retail
    Why using XI in this scenario
    &#56256;&#56452; A push of ‘message type’ data to BW is required
    &#56256;&#56452; XI supports quality of service ‘Exactly once in order’ in push scenarios
    &#56256;&#56452; Stores deliver the data according to ARTS/IX-Retail
    &#56256;&#56452; XI supports ARTS/IX-Retail
    &#56256;&#56452; In case the stores deliver the data as flat files they can be easily transfered to XML format via XI
    Business Content Scenario – Retail
    Store Connectivity Scenario
    &#56256;&#56452; Increase profitability by utilizing POS1 data for
    controlling of retail processes and by understanding
    customer behavior in a better way.
    &#56256;&#56452; SAP XI as single point to collect POS sales information
    as mass data from (3thd party) store systems via an open
    industry specific interface (ARTS/IX-Retail2 compliant).
    &#56256;&#56452; Using SAP XI as additional source for SAP BW
    &#56256;&#56459; improved by Retail POS Data Management to
    ensure better data quality
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0ccae190-0201-0010-1593-c90ef3c1d159
    Pls rewrds if found helpful.
    BR,
    Alok Sharma

  • Can not view all the details of a website using mozilla firefox

    when i open a website using mozilla firefox,it opens but not all details.when i try to open this using internet explore it showing all the details.
    waitinf for advice
    sp

    That is a problem with that website and a file (dom-build.js) that Firefox requests is missing and that file has the functions to build the menu.<br />
    Files for IE and Google Chrome (Safari) are there (http://wpc.dot.gov.in/include/saf-build.js), so it works with those browsers.
    See http://wpc.dot.gov.in/include/browser.js
    <pre><nowiki>if (dom) document.write('<script type="text/javascript" src="' + buildDir + 'dom-build.js"></script>');
    </nowiki></pre>
    Firefox wants to retrieve the dom-build.js file for browsers that support "document.getElementById" and the server gives a 404 error.
    * http://wpc.dot.gov.in/include/dom-build.js : HTTP/1.1 404 Object Not Found
    You can contact the site to inform them about the missing dom-build.js file for browsers that support "document.getElementById" and aren't one of the other supported browsers.

  • Help!Can someone tell me the detail about Event Dispatch thread!

    I want to know the whole process about swing event,for example,the detail about
    event dispatch thread,the relation about event dispatch thread with event queue,and how the JVM painting the screen etc.
    Thanks!

    Read the tutorial titled "Creating a GUI Using JFC/Swing" found on this page":
    http://java.sun.com/docs/books/tutorial/
    Take a look at the table of contents, there is a section on threads which discusses the event thread and there are sections on painting. Actually take the time to read the whole tutorial.

  • Can anyone explain all the console sandbox denys?

    Since upgrading to Mac OS X Mountain Lion I get tons of 'deny' entries in the system console log of all the systems I administer. There are too many of too many types to iterate here.
    I'm sure many of these are ignoxious but how would I know? Some of the entries happen as frequently as once a minute and this seems to me to be excessive logging for something that is harmless. My experience with this is not just on one system but on MANY new and recently upgraded systems. It seems to be a wide spread issue but I can't find any really good explanation of when to worry about it and when not to.
    Should I get used to the Mountain Lion essentially vomiting into my console logs a bunch of unimportant but still ominous messages or is there something we should be looking for as ACTUAL problems. Does anyone know of an article or guidance from Apple explaining the significance of this?

    Yup, this has been going on since the beta-testing.
    I've never found a satisfactory answer to it myself, though I'd be glad to hear one!

  • Needed all the details about BC SETS

    HI,
    THIS IS BALAJI.T
    AND MY EMAIL ID IS [email protected]
    WHAT DO U MEAN BY "BPIA".  THEN IF YOU KNOW ABOUT THIS ALSO YOU CAN SEND TO MY EMAIL ID.  PLZ..........
    I NEED ALL THE INFORMATION RELATED TO BC SETS AND IF IT IS ALREADY AVAILABLE IN ECC 6.0  THEN IF SOME ONE KNOWS HOW TO ACTIVATE IT YOU CAN SEND THE INFORMATION THRU MY EMAIL ID.
    LITTLE INFORMATION GIVEN ALSO WILL BE REWRDED
    WHY BCZ SOME COMPANIES ARE FOLLOWING THE CONCEPT OF BC SETS FOR THEIR CONFIGURATION PURPOSE.
    AND
    TO COMPLETE THE GIVEN PROJECT WITH IN THE TAGET TIME
    REGARDS,
    BALAJI.T
    09990019711.

    Hi,
    See this link for building blocks, select anyone you may find out how to down load building block
    http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm
    i am also enclosing the same here
    1     Purpose
    To review the configurations in the building blocks, you can download the tables containing the relevant data for your configuration from a BC Set. You can find the BC sets in the master list document of the specific building block. The data is displayed in the SAP system using a specific function module. The displayed tables can be downloaded in different file formats.
    And, you can go to the IMG from the BC set display screen.
    2     Downloading Data Tables from BC Sets
    Procedure
    To download the tables from BC Set or several tables from a hierarchical BC Set, perform the following steps:
    1.     On the SAP Easy Access screen, enter transaction code SCPR3.
    2.     On the Business Configuration Sets: Display screen, choose   and select Select by Attributes.
    3.     In the Select by Attributes dialog box, in BC Set ID, enter the hierarchical BC set or individual BC set whose tables you would like to download, and choose Execute.
    4.     On the application menu bar, choose BC Set &#61614; Print…
    5.     In the BC Set: Overall View dialog box, select Display Data Records and Display IMG Path.
    6.     Choose Display. The BC Set Overall View is displayed.
    7.     If you want to go to the IMG from here, choose Implementation Guide and you are taken to the Display IMG screen.
    8.     If you want to save a file, from the menu bar, choose List &#61614; Save/Send &#61614; File...
    9.     In the Save list in file dialog box, select a format and choose Continue.
    Result
    The data tables are downloaded from BC sets.
    3     Displaying IMG from the BC Set Display Screen
    Procedure
    1.     On the SAP Easy Access screen, enter transaction code SCPR3.
    2.     On the Business Configuration Sets: Display screen, choose   and select Select by Attributes.
    3.     In the Select by Attributes dialog box, in BC Set ID, enter the hierarchical BC set or individual BC set whose tables you would like to download, and choose Execute.
    4.     On the application menu bar, choose Goto &#8594; Implementation Guide (IMG).
    5.     On the Display IMG, select the desired activity.
    Result
    You are now on the IMG screen.
    regards
    chidambaram

  • Can anyone explain what the other section section in the HDD usage description is for ? I recently used iphoto to send a mail and this "other "section inrease the usage by about 1GB....any ideas why ?

    Can anyone explain what the "other" (yellow colour) section in the HDD usage description is for and what it does.It is under the about this mac section and storage option?
    I recently used iphoto to send mail with photos attached and this "other" section increased by about 1GB. The mail size was around 900KB.....any ideas ?

    Shurig wrote:
    Thanks gor replying,,,this is my first time on this site.
    Any idea why the "other" continues to increase. I have just got got my mac so no new apps installed yet only been using it for mail and web browsing. I tried the iphoto mail last night and noticed the the "other" section had increased by 1GB which I thought was rather larger. Do you know what this setion actually does ?
    Also do you know if it is possible to delete the iphoto emails.
    All of your 'stuff' that is not Music Movies Apps Backups or Photos is in Other, that means all your emails, all your files etc, why don't you just leave well enough alone, this is not windows and doesn't need tinkering with,

  • Can anybody explain how to configure the Centralized contract in SRM 7

    Hi All,
    Can anybody explain how to configure the Centralized contract management in SRM 7 with ECC EHP4 ?what are all that need to be perform in PI system.
    Thank you,
    praveen

    Hello,
    PI will be required here. You can also refer the config guides maintained at the belwo mentioned location.
    Goto URL http://service.sap.com/srm-inst and then navigate to SAP SRM --> SAP SRM Server 7.0 -> Configuration Guides for SAP SRM 7.0
    Best Regards,
    Rahul

Maybe you are looking for

  • How can I sent a repeating email?

    Greetings all, I want to set up the Mac mini I use in my office at work to send out a reminder every Monday morning to my colleagues via a common email address. I want to remind them to check various things they should be checking at the start of eac

  • How do i report fake apple email

    I keep receiving fake billing requests from apple. I check my account online without using the email, and it is OK. How do I report this to Apple? I cannot find an apple email address to report it to. Thanks.

  • SAP Best Practices on ECC 6.0 IDES

    Hi, We are trying to implement SAP Best Practices on ECC 6.0 IDES Server. 1) IDES Server has patch level greater then the one mentioned in the implementation guide. Is it ok to continue with SAP Best Practices installation. 2) Uploading Notes through

  • Editing an iPhoto folder name-hard to change

    Hi-I have been having a hard time changing a folder's name in iPhoto. Have had this issue for a long, long time and it is very frustrating. I click on it and for a nano second it is highlighted but it quickly closes up and I can't change it. What am

  • Xy graph legend background transparency

    I have a strange problem with LV2009. I put an XY Graph on my front panel. The legend looks like the attached pic. I can't figure out how to make the gray button backgrounds go away. I want to make them transparent. jc Mac 10.4 LV7.1 CLD