How to link idoc with its corresponding documents and vice versa...

Hello Experts,
What are the tables, transactions, etc that can link a certain document(e.g. PO, GR, invoice) to its IDoc and
vice versa.
Thank you guys and take care!

Hi,
The Message Control parameters from the partner profiles must also match the corresponding
fields in the output type. These parameters include:
u2212 Application
u2212 Partner
u2212 Partner function
u2212 Output type
Tcode  - NACE  (Output Control)
Tables - SRRELROLES  (Object Relationship Service: Roles)
Message Control is a mechanism by which documents are output based on certain conditions.
1) The application id, communication structure and o/p determination procedure are responsible for triggering IDocs corresponding to a particular application document. For this to happen message control settings have to be done.
2) Message Control u2013 also referred to as output control or conditioning technique u2013 is a cross-application component used as a service program in several areas. The basic concept behind Message control is to generate and manage outputs from an application and control their timings and medium of exchange.
3) Message control settings can be done via transaction NACE or via transaction NACO.
4) Starting point in message control in the u201COutput Determination Procedureu201D (Procedure within NACE txn.). Depending upon the configuration setting in SPRO this procedure is determined.
A procedure defines a set of possible outputs for an application. We can define several procedures for an application, but only one can be configured as
active (i.e. for a particular transaction document within an application only one procedure will be determined based on configuration settings).
Eg->
a) For Delivery (txn. VL01NO) the document type setting in configuration (SPRO -> Logistics Execution -> Shipping -> Deliveries -> Define Delivery types) determines the procedure.
So whenever we save a document of particular application (of particular application id) and of particular document type, the particular o/p determination procedure is triggered.
b) For sales, SPRO -> Sales and Distribution -> Basic Functions -> Output Control -> Output Determination -> Output Determination Using the Condition Technique.
5) In the transaction NACE we can see that corresponding to application id (say u2018V2u2019 (shipping)) various procedures are defined:
6) Before making the entry of the output type corresponding to a particular procedure, we have to define it with its attributes.
The output type defines the characteristics and attributes of the output itself. We can access the output types on transaction NACE by selecting an application and clicking the Output type button.
7) Access sequence defines a sequence in which business rules are checked for proposing an output type. It has following attributes:
- A set of business rules or conditions.
- A sequence in which the rules or conditions are checked.
- A requirement that checks for business rules using ABAP programs.
- An exclusive or inclusive strategy.
We can access the access sequences on transaction NACE by selecting an application and clicking the Access Sequences button.
Business rule 1 is based on SOrg./Distrib.Ch/Division/Customer. Business rule 2 is based on Sales Organization/Customer Number. Each business rule is, effectively, a set of fields defined in a condition table.
8) Condition table specifies the key fields for a business rule. Hence for Business rule 1 the key is Sales Org., Distribution Channel, Division and Customer.
9) Condition records are inserted in the condition table. The transaction is evaluated with the key (of the condition table based on business rule) and if the transactional data matches with the condition record the output is proposed.
Condition records are defined at last.
10) Several programs and tables are part of Message Control. For EDI, the following tables and programs will frequently be dealt with:
*NAST - This table has an entry for the processing program used for an output type.
*TNAPR - This table has an entry for the processing program used for an output type.
*RSNAST00 - This program is used to process entries in the NAST table.
*RSNASTED - This processing program exists for each output medium. ALE_PROCESSING is the routine in the RSNASTED program to process ALE outputs.
11) Final overview of the components used in Message control to propose outputs.
12) After doing all the settings for message control, the partner profile setting for this ALE scenario needs to be accomplished. We need to add the following entry to the outbound parameters of the partner profile:
13) One important question that arises at this juncture is, how is the partner profile determined from the output type is case of ALE?
This is information is stored in table EDP12 (Partner Profile: Outbound with Message Control). Based on the Partner type of receiver (RCVPRT), output type (KSCHL) and Application for message conditions - without value table (KAPPL), the Partner number of receiver (RCVPRN), Outbound process code(EVCODA), Message type (MESTYP) and other related values are determined.
Regards
Pugazhenthi.P

Similar Messages

  • How to connect an non-hana-ewm with an Hana-ECC and vice versa

    Hello,
    for our migration project planning I am wondering how to connect EWM on SAP with ECC on Hana and vice versa.
    As it is, both systems are (productive) on non - hana with actual SAP-Release and have to be migrated.
    The background of my question: we may be not able do the "big bang" thing to migrate ERP ECC607 and EWM (with special Add-Ons) at one point to Hana (DMO) and therefore may need an interim solution. I checked ETL and LTS as "connectors" but they - from my point of view -  are one-way solutions from EWM to ECC/Hana -not bidirectional.I Found some questions concerning the same theme in the net but no solution at all till now..
    How about BODS ? (Didnt work with it yet)
    Best regards,
       Ronald

    Great. So I have to either install OS X, or buy a new mcahine. Can OS X run on a G3 without grinding to a halt?
    By the way, I cannot get the iPod to even mount when connected via firewire. The USB/firewire PCMCIA card does not have drivers for OS 9. I thought that this support was built into OS 9. The USB port works (although the iPod will not mount when connected via USB either). Any ideas?
    Thanks

  • How to call a Applet from a servlet and vice versa...?

    Hi all
    Can anyone help me how to call a applet from a servlet and vice versa. When the applet is called it should contact the database (oracle8i) and get the data. When i submit the applet form the data in the applet should be saved in the database.
    Thanks in advance
    Kamalakannan

    Sweep is correct about requestDispatcher being another approach for inter-servlet delegation; the only issue that i recall with this approach is that it defaults the method of the destination servlet to the one it was called from...for example, calling servlet2 from within servlet1.post() resulted in the dispatcher attempting to utilize servlet2.post() - i believe that i searched for a parameterize solution to no avail :( (ended up handling the request by placing a "fake" doPost() in servlet2 that simply called servlet2.doGet())
    however, if your application is functioning correctly on your pc/webserver then the problem may be external to servlet communication (e.g. client webserver's ports not configured or blocked, missing runtime classes, etc.)
    my suggestion would be to set aside the programmatic concerns for the moment - what is the response if you open a browser on a client's machine and access the URL in question (i.e. http://clientserver:port/stefanoServlet)? If it will not respond to access in this manner then it certainly won't when your application calls for it.
    It's possible that there is a coding error but, given the info supplied, i'd start examining the environment, first. Let us know if you have any luck with the test i recommended or not (please provide abundant detail). Or, if you've found the solution then you may want to post back with a quick blub so the next person knows how to escape the trap.
    D

  • How to convert from UNICODE (UTF16) to UTF8 and vice-versa in JAVA.

    Hi
    I want to insert a string in format UTF16 to the database. How do I convert from UTF16 to UTF8 and vice- versa in JAVA?. What type must the database field be? Do I need a special set up for the database (oracle 8.i)?
    thanks
    null

    I'm not sure if this is the correct topic, but we are having problems accessing our Japanese data stored in UTF-8 in our Oracle database using the JDBC thin driver. The data is submitted and extracted correctly using ODBC drivers, but inspection of the same data retrieved from the GetString() call using the JDBC thin driver shows frequent occurrences of bytes like "FF", which are not expected in either UTF8 or UCS2. My understanding is that accessing UTF8 in Java should involve NO NLS translation, since we are simply going from one Unicode encoding to another.
    We are using Oracle version 8.0.4.
    Can you tell me what we are doing wrong?
    null

  • My Outlook calendar won't sync with my ipod touch and vice versa.  Wherever I input the info is where it stays. Contacts and notes sync but not calendar.

    My iPod Calendar won't sync with my Outlook Calendar and vice versa.  Wherever I input the information is where it stays.  My contacts and notes sync just fine.  Please help.  Very frustrated.  It used to work just fine.  I just upgraded to iTunes 10.2 version.

    I have the same problem since I updated to iTunes 10.2 Sue (I think). For me this was somewhere in January.
    I wasn't sure iTunes was the issue, until I read your post. I tested syncing a note, and that works fine.
    My 2nd generation Ipod Touch runs on IOS 4.2.1. It won't upgrade to 4.3.
    Possibly the synchonisation between iTunes 10.2 and IOS 4.2.1 doesn't work correctly.
    Has somebody else solved this isue? I use both calendars (on iPod Touch and on PC) for work and private matters.
    Otherwise I have to uninstall iTunes 10.2 and downgrade to 10.2.

  • How can my husband access my iTunes purchases and vice versa?

    Can someone please advise me how to add my husband to my account to share my downloads and vice versa? I cannot find on iTunes how to do this and I am not that computer savvy - pretty please if you can, be specific as to what I am to do to make this happen - THANK YOU !!!

    Sorry, wrong link:
    How to use multiple iPods, iPads, or iPhones with one computer

  • Can't connect iMac/Leopard with Mac Mini/Tiger and vice versa

    This one has got me tearing my hair out.
    I have an Intel iMac running Leopard and a Mac Mini running Tiger on the same Ethernet network. Both run (adjacent) fixed IP addresses with common subnet mask and gateway. Both access the Internet fine through a single router. But can I share files between the two?
    Neither has firewall turned on while file sharing is enabled. I can see each Mac from the other but when I try connecting first I get 'The server may not exist or is not operational at this time. Check the server name or IP address and your network connection and try again.' Then on clicking OK I get 'This file server is running on your machine. Please access the volumes and files locally.'
    If I try connecting from Finder using Go - Connect To Server I get this error message 'The Finder cannot complete the operation because some data in "afp://MacMininame" could not be read or written.'
    Although I'm running Leopard on the iMac now, this also used to happen when I ran Tiger too.
    Many thanks - GeoffT.

    Fixed it!
    I have Parallels installed on the iMac and it creates two virtual network adapters (Guest-Host and NAT) in System Preferences/Network. For some reason I'd foolishly contrived to manually configure the Nat adapter to the same IP address as the Mac Mini, hence the point-back to the iMac every time.
    Guess we're all allowed the occasional foul up.....
    GeoffT.

  • How to use javascript variable in BSP/ABAP and vice versa

    Hello Experts,
    In IC WEBCLIENT, there is a view.In the view.htm i want to fetch  the screen resolution and as per the resolution i want set the width of that view.
    1, I wrote the below  javascript to fetch the screen resolution.
       Can i use a notmal ABAP variable inside the javascript? and   If i use can i access that variable after the javascript.?
       Can i assign a javascript variable to a nrmal abap variable??
       The code sample  is like :
    Start of javascript
       if (screen,width == 1024 )
         lv_width = 500  "lv_width is an ABAP variable.
      else
        lv_width = 700
    **END OF JAVASCRIPT
       **Now i want to use lv_width  to assign to a table view attribute(Width)
    <crmc: tableview..
                    width = <%= lv_width >
    the code is not giving any error. But the problem is that lv_width is not giving the correct value, its getting initialized to initial value...
    Requesting the experts to please provide some suggestions/solution for the above issue.
    Thanks and Regards
    Sudhansu

    Hello Sudhansu,
    First of all there was a little mistake at my previous answer:
    you got lw_width = 700
    because at Server Side you have following code:
    lw_width = 500.
    lw_width = 700.
    but if you were writing your code like this:
    <%=lw_width %> = 700.
    then you will get the result that I was talking about : 0 = 700
    Sorry for the mistake
    Now for your question:
    if you want to get a value from the server and assign it to JScript variable you should write like this :
    var aaa;
    aaa = <%=lw_width %>;
    this code assign the server variable lw_width value into aaa  JScript varible.
    I'm not sure what exactly you want to do but look at this link:
    http://www.pageresource.com/jscript/jscreen.htm
    to get the idea how to get and use Screen Resolution variables at your JScript code.
    Good luck
    Eli Steklov
    Please Reward Points if it Helped

  • Originating File Sharing Mini with Leopard G3 Beige and Vice Verse.

    I guess a sub-heading of this would be connecting to the newest Mac from an older one.
    Here is a problem: I can set up the G3 Beige (running Jaguar) as a file sharing server and very easily connect to it from the a Mac Mini by using top menu Go>Connect to server.
    Where i run into what seems to be impossible is to do the same thing from the G3. Nothing seems to establish a connection. It is always rejected with a no connection error message.
    Both machines are wirelessly connecting through a router. The mini with internal airport and the G3 beige using an external D-link bridge. Both work fine accessing the internet.
    Main reason i wanted to do this is that my Shared Printer is on the Mini and i wanted to print something from the Beige to it.
    Can anybody help, or am i attempting the impossible.

    DEAR Grant Bennet-Adler: Thank you for your last reply. I'm not sure exactly what i did but I was able to connect. To answer your questions:
    IP Addresses are similar. One is ...101 and the other is ...102.
    My router uses DHCP.
    What seemed to fix the problem was going to security>firewall on the MINI and checking
    o Allow all incoming messages.
    Not sure what ODS Agent.app is but it is highlighted as allow incoming vs blocked.
    Both computers "allow personal file sharing"
    On the G3 i was able to connect after a bit of trial and error: On the G3, when i "Connect to Server" i am presented with three choices of servers, one of which is the G3 itself--I wish the system wouldn't remember irrelevance.
    One of the choices is OK and when i checkit i get the ID and Password Dialog--again for ID i am presented with the MINI's name and not my user (Admin) name.
    Change that, type in the password and i am given a list of drives on the folder. That includes any opened from a .img.
    After i open one i then see it on my desktop and can get into it.
    One slight problem: Once into one, i can;t go back to "go to server" to open more. I get timeouts, error messages and other stuff. I have to start over. That also appears to be to include disconnecting the connection to the G3 server that gets set up on the MINI.
    Regards:
    p.s I hven't gotten into Shared Printer although i saw it did show up in the Firewall dialog.I think i have the Canon MP470 Software on the G3 as well as the Mini but i will have to check on it.
    p.p.s. Next thing is to try X PostFacto on the G3 again to try to install a later OS; but this time not making the mistakes that totally messed it up the last time, last year, that i tried it.

  • Is there any way to link the individual rows of data to the corresponding bars in a bar chart so that each legend title appears simultaneously with its corresponding bar when creating a build? I can do it in a pie chart but can't in a bar chart.

    Is there any way to link the individual rows of data to the corresponding bars in a bar chart so that each legend title appears simultaneously with its corresponding bar when creating a build? I can do it in a pie chart but can't in a bar chart.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • How to link ODI with ESB???

    Hi,
    I need to know how to link ODI with ESB(Enterprise Service Bus)....
    should i expose ODI as a web service or is there any other way to link these two...
    please reply me asap its very urgent...
    Regards,

    I'm also interested on this.
    I don't know very much about ODI, but could point the following:
    1 - Your datasource could be exposed as a web service, as you suggested, and be exposed for ESB to consume.
    2 - ESB can connect to your data source (not ODI, but the datasource the ODI act on) using a DBAdapter.
    3 - ESB can send a JMS message that can be consumed by an ODI JMS based datasource (I'm not sure)
    4 - ODI can have a Web Service based datasource that points to a web service exposed by ESB.
    When I see ODI Topology Manager, I can identify these options.
    Denis

  • How to link asset with purchase order and PO Item.

    Hello,
           I have to generate a report which contains columns
    Asset No , po no(ebeln) ,PO Item(ebelp),Material no etc
    My query is how to link asset with purchase order and      PO Item.
    I am selecting asset and po no. from anla  but how to get
    po item no(ebelp)?
    po line item is important in this report because every line item has differrent asset and material no.
    i tried to match asset no in mseg table but i am not getting asset no in mseg .
    how should i proceed ?

    Thanks Thomas & Srimanta for the quick response.
    When I checked EKKN table by entering PO there is no asset no. in anln1 field.
    Also I would like to add that, In me23n for a PO, account assignment category we are entering 'F' for internal order settlement.
    Where can i find the link between asset and po no(ebeln) and po item(ebelp)?
    Regards,
    Rachel
    Edited by: Rachel on Aug 11, 2008 7:23 AM

  • Hello! I am attempting to register a product, my iPad, to my adobe products with its serial number and I am being told that the serial number is invalid. I am certain that the serial number is correct, and am unsure how to proceed.

    Hello! I am attempting to register a product, my iPad, to my adobe products with its serial number and I am being told that the serial number is invalid. I am certain that the serial number is correct, and am unsure how to proceed.

    apart from the fact there's no way I could have answered your question confidently, I was also not able to supply my non-answer within your very tight time constraints.
    what happened? how'd you get on?

  • Tracking of Document Nos. with its revarsal document nos.

    By which T-code can I get the List of document nos. (Created with MIRO or FB60 or F-02) with its reversal document no. in a particular period?

    Hi,
    Please go to FB03. Now Click on Document list. Enter the company code and Fiscal year. Also enter the posting date and document type to filter your criteria. Now execute. Now click on change layout. insert the field for reversed with.
    Now it will show the reversal document if it exists.
    Regards,
    Jigar

  • How can I print a whole email document and not a "screen shot" like I get in the Print Preview option.

    How can I print a whole email document and not a "screen shot" like I get in the Print Preview option. I'd like to print from "file" and print" like I can on other browsers (IE, for example). When I try to print from Firefox it grabs all my info (file folders, etc.) from the left side of the page. I need just the email information, not the entire screen information. Thank you!
    -Bruce

    I agree; I should, but I can't :) I have an orange Firefox drop down that I go to to print, and it allows me to select "print", "print preview" and "print setup", where I can change the margins. It always defaults to a full screen shot (I use Yahoo) and does not show just the email. I don't need to print what is on the left side of the screen or anything other than the email (I can achieve these things by using file-print from IE, so I know it is doable, and I am still going into Yahoo and using their email when I do it).
    Hope this helps. I'm not a fan of IE, but I really don't like the print properties I'm getting here (I'm a long time Mozilla user, but I'm losing too much info with this option and can't afford that anymore).
    Thanks for the help!
    -Bruce

Maybe you are looking for

  • Adobe Bridge CC errors & Photoshop CC errors

    2 issues with a recent Photoshop CC download (subscription).  1st issue:  Photoshop 64bit will not recognize the Nvidia FX880M driver even though it has been updated.  Photoshop (non64bit) will recognize the driver.  I have an older version on anothe

  • Touchpad stop response ...

    Pressing power + center button did bring the hp logo back and did go into the home screen. However,  touching screen app still have no response. only pressing the center button can toggle between launcher and home screen now. How can I do? I don't mi

  • Error EI 250 when processing corrections in Intrastat report

    We have just set up the German Intrastat report.  We run VE01 and get the list of documents.  Then we go to the incomplete section to correct invoices without the VAT number and when we click (on those outside of Germany or Ireland) we get an error E

  • Delete the parent record

    hi all, based on the thread i got the list of child tables. Re: to find the tables which is having link with particular table. no i have doubt in deletion process. My ultimate aim is to delete the bl_det records. let me explain with ex. i have table

  • Watches are (still) utterly useless

    On the old Jive forums, the watches page showed you which threads you're watching, have been updated. Shortly after the upgrade to new Jive, I raised the issue that the new watches page give you absolutely no indication of which threads have since be