Port details for particular IDOC

Hi All,
I want to find PORT details for a particular IDOC.
Will you please let me know how to find PORT details for a specific IDOC?
Thanks in Advance,
Ramana

Also Kcr, pls check this.
Assumin your instance number is 00
ABAP Port : 8000
JAVA Port: 50000
What is to be undwerstand here is the role of your port here, if you want to acess any Xi component residing on the Java stacj you will use 50000, since SLD and rwd are on the java stack you cannot have different port to acess them.
similary for ABAP Stack 8000 is used.....
inaddition to this you will also have the trfc Port for IDOC communication port,
you can check the abap port by SMICMgotoservices......
kindly reward if found helpful.
cheers,
Hema.

Similar Messages

  • Queue configuration for Particular Idoc

    Hi Expert,
    We have the requirement where in SA related outbound idoc(DESADV) should go in a particular Queue in other words (Queue sequencing).
    Through Queue rules WE85 i can do it & in partner profile i need to assign the rule for that Idoc.
    Function module :IDOC_QUEUE_NAME_MESTYP creates the queue names from part of the logical message type name.
    Has anybody done it in their project?
    How do i go about? In PI what all configuration i need to do so that this Queue will be mapped thier and in SNC system Inbound Queue will be of that particualr Queue.
    In Function module IDOC_QUEUE_NAME_MESTYP what all code i need to write so that particular Queue (XBTR*) should get executed for Idoc DESADV.
    If any thread is avaialble please provide the link
    Regards
    shailesh

    Also Kcr, pls check this.
    Assumin your instance number is 00
    ABAP Port : 8000
    JAVA Port: 50000
    What is to be undwerstand here is the role of your port here, if you want to acess any Xi component residing on the Java stacj you will use 50000, since SLD and rwd are on the java stack you cannot have different port to acess them.
    similary for ABAP Stack 8000 is used.....
    inaddition to this you will also have the trfc Port for IDOC communication port,
    you can check the abap port by SMICMgotoservices......
    kindly reward if found helpful.
    cheers,
    Hema.

  • Port values for inbound IDoc processing

    We're using GIS to send IDocs into SAP, and are switching over to using file-based rather than tRFC due to some file size issues.
    Can someone clarify for me why EDI_DATA_INCOMING needs a file port for loading (makes sense to me), but the receiver port (RCVPOR) value in the IDoc control record has to be SAP<sid> for the IDoc to load properly?  I would expect that having a receiver port equal to the file port that we're receiving files via would be correct.
    Thanks,
    James

    Hi James,
    Why does EDI_DATA_INCOMING need a file port for loading?
    The file port is used to determine the file type of the  input file whether is flat or XML file.
    If the file type is XML, then FM EDI_DATA_INCOMING will call FM IDOC_XML_FROM_FILE to process inbound IDoc file. Otherwise, it will call FM IDOC_INBOUND_FROM_FILE for processing the IDoc input flat file.
    Hope this will help.
    Regards,
    Ferry Lianto

  • FM to get partner profile details for ALE-IDOCs?

    hi
    is there any function module to get partner profile details in current system?
    extremly sorry my mistake......
    for ALE-IDOCs
    Message was edited by:
            ashwinee mali

    BAPI_BUSINESS_PARTNER_MODIFY   CBP: BAPI for Modifying (Creating/Changing) Business Partner             
    BAPI_BUSINESS_PARTN_GET_DETAIL CBP: Business Partner Detailed Information                               
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • Payment details for particular invoices.

    Hi all.
    I am developing a report where I need to display:
         1) the amount received as payment from customer.
         2) cheque no.
         3) Bank details like Bank name and acct. no.
                                   for a particular invoice number.
    Chq no.'  &  Amt. Received are maintained as text fields and can be fetched.
    The problem is with the bank details. I dont know which tables to use and the relationships.
    Using F1 technical help I got acct. no field as bseg_alv-ktonr and bank name as bseg_alv-kobez.
    But these are structures used here, I need to know the tables.
    If anyone has worked on the same or has info plz help.
    Thanks and regards.
    Vipin Varghese.

    Hey Rahul thanks.
    Its noy working here. There are fields called Account No. - bseg_alv-ktonr and Account Description - bseg_alv-kobez which I need to display. Account No. would be something like - 0000100006 and Description - 'Standard Chartered, Juhu'. If u go to tcode fbl5n u can see these fields. I dont know which tables hold these data.
    C if u can help me here.
    Regards.
    Vipin.

  • Req Idoc steps in detail for creating Idoc control records(Sender Non SAP)

    Hello All,
    I have a scenario where a Microsoft biztalk server communicates with SAP ECC through Idoc ORDERS05 . i need to give them the information of the below IDoc control records
    SNDPOR
    SNDPRT
    SNDPFC
    SNDPRN
    RCVPOR
    RCVPRT
    RCVPFC
    RCVPRN
    IDOCtype
    Since the sender is Ms Biztalk . kindly let me know the detailed  steps involved in creating the sender side info such as SNDPOR, SNDPRT, SNDPFC and SNDPRN.
    Thanks in advance ,
    Pavithra

    Hi,
    The info like (SNDPRN) which has to be providen by Biztalk in the IDoc control of their Idoc are these ones that YOU defined in the ALE config (tx WE20) of your ECC, to accept this IDoc (idoc message / idoc type) from Biztalk.
    If your ALE config is not yet created in your ECC, you have to do it. For instance, check in WE20 (partner profile) the ALE config of your other systems, and in WE02 (Idoc log) to see the content of an IDoc Control, by selecting an inbound Idoc.
    Do not hesitate to use WE19 to test an idoc integration, as you have to fill the idoc control manually. By this way you will sure be of what info Biztalk has to put inside their IDoc control (EDI_DC40).
    Regards
    Mickael

  • Reg: Port details FOR XI

    Hi all
        Actaullay one of my XI server has different port for runtimeworkbench and SLD and also different port for INTEGRATION BUILDER.
      Could anyone let me know the default ports for all in XI? and also please explain the concept behind this(i.e) why it has different ports for different components
    Waiting for solution

    Port in XI
    Assumin your instance number is 00
    ABAP Port : 8000
    JAVA Port: 50000
    What is to be undwerstand here is the role of your port here, if you want to acess any Xi component residing on the Java stacj you will use 50000, since SLD and rwd are on the java stack you cannot have different port to acess them.
    similary for ABAP Stack 8000 is used.....
    inaddition to this you will also have the trfc Port for IDOC communication port,
    you can check the abap port by SMICMgotoservices......

  • LFA1 Table fields are not updated via IDOC for particular vendors

    Hello,
    We have a scenario where some of the additional vendor fields in transaction xk02 should be updated via inbound IDOC.
    The IDOC segments have the corresponding vendor field values in it.
    For particular vendors, the updation is not taking place for those fields.
    What could be the possible reason. Kindly help me with this.

    Hello,
    that may be due to customizing.
    You should check with functional consultant.
    Regards

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

  • Cost details not displaying in MCI3 for particular Month.

    Hi,
    In MCI3 report cost details are not displaying for particular month, for example Jan'09 to Jul'09 is appearing but Aug'09 is not appearing but Sep and Oct'09 is cost appearing in MCI3.
    Let me know if Costing variant configuration are changed in the month October (and revoked late october) means it will not appear? Or what is the root cause for not appearing in particular month.
    Regards
    Kishore

    Hello,
    could you clarify if planned costs or actual costs are not displayed for August 09 ?? Or both ??

  • Port Settings for IDoc Adapter

    Hi All,
    Our scenario is like this ERP -> XI -> File. ERP sends IDoc to XI. I have a couple of questions.
    1. In the control part of an IDoc, there's a sender partner number and sender port. What are they used for? As I understand, the partner and port represent the destination of the IDoc instead of the source. Why is there sender port and partner?
    2. We need to maintain port using IDX1. Should I set the name of the port to be the same as the sender port of the IDoc?
    3. I didn't configure the scenario and the IDoc sender adapter. If the ERP system sends IDoc to XI, can I find it in t-code IDX5?
    Best Regards
    Jerome

    Hi Jerome,
    1. Sender Partner and Port :  The control record should have sender port and partner number. This will be used by the receiver system (i.e., XI system). Because, receiver system should know from which system this IDoc is coming using Sender Partner number. This partner number should be same as Logical system name in Sender Business system which is configured in SLD.
    The sender port should be SAP<Sys-id of sender system>
    and sender partner number should be <sys-id of sender>CLNT<client number of sender>
    2. The port created in IDX1 will be used for importing IDoc's metadata in XI system from R/3. IDoc metadata is needed by IDoc adapter to convert incoming IDoc to IDoc-XML format.
    It is mandatory to have same name for Port in IDX1 and sender port of the IDoc's control record.
    3. I think the IDoc wont be listed in IDX5 if scenario and IDoc adapter are not configured. IDX5 displays inbound and outbound IDocs in the IDoc adapter.
    Regards,
    Uma

  • Material Price Change Details for a Particular Vendor

    Dear All,
    Please let me know where can we see the Material Price change details for a Particular Vendor. We need to know how many times price changed for a particular vedor and what is the price changed for a particular vendor.
    Regards,
    Karthik

    Hi,
    Just try to check in t.code: ME1L
    Price change document of a material can be checked in t.code: CKMPCSEARCH
    Regards,
    Biju K

  • How to find gr details and invoice status for particular list of purchase

    Hi,
       how to find gr details and invoice status for particular list of purchase orders.
    is there any t.code/report for it??

    Hi,
    You use t.code:ME2Nand enter PO number,tn Execute.Now you will have PO details .Now in item details get GR details and Invoice details   in  purchase order history TAB.
    In t.code:MIR5, you can see blocked invoice by selection.
    Regards,
    Biju K

  • Failure idoc filter in we02 or bd87 for particular contract

    Hi
    for eg i have GOA contract NUmber  1000009 total  value contract is  10000 INR
    in ecc released 9998 INR but SRM GOA release shows 9900 INR
    my goa release missing 98 INR
    I wanted find out in bd87 51 for parcular contract failed on which date in SRM
    blarel - message type
    purchase contract- Business object
    GOA GUID - Obje key
    I must get particular BLAREL ERROR .
    any help is appreciated  on which date blarel failed for particular one contract
    i dont want to see each release value date in ecc.
    BR\
    MUTHU

    we09
    filter by value
    contract no
    we can get list

  • How do you set up Port Forwarding for ARD 2.2 in AEB N?

    Help,
    I'm a novice at Apple Remote Desktop (ARD) - not an IT guy, so it has to be pretty basic and detailed.
    How do you set up Port Forwarding for ARD 2.2 on the Apple Airport Extreme BS router, 802.11 N. I have one at each end of the internet connection. At one end I have an Airport Extreme N router with 2 macs and eventually 1 windows XP machine (if I can) that I would like to be able to connect to over the interenet (the clients) and at the other end, I have a Mac with ARD 2.2 installed also with an Airport Extreme N router. Note: Both routers use Static IP addresses and all computers use static IP's internally not through DHCP. What are the settings or directions to do this.
    I have read and printed out the directions for Configuration of ARD 3.0 that are posted many times in the ARD discusion group, but it uses a Linksys router ( http://www.starkpr.com/ard.htm posted by Dave Sawyer). The Mac router is different, particularly with the place to set a Private IP address. I'm not sure about alot of things, but especially about the Private IP address, what number do I set it to, the one that is in my Network connections list? It automatically changes to a different number in AE N setup for Port Forwarding (by one) as if it is not suppose to the same?????
    Are there any directions available that are as straight forward for the Airport Extreme N router, as the one's that are listed here for the Linksys Router's? ( http://www.starkpr.com/ard.htm )
    Any and All help will be greatly appreciated.
    P.S. I know I should have 3.0 but bought 2.2 just weeks before 3.0 came out and they would not give me an upgrade price, so I'm waiting for 4.0 to upgrade.
    Thanks,
    Jim

    Try the following for each AirPort Extreme ...
    AEBSn - Port Mapping Setup
    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    1. Reserve a DHCP-provided IP address for the host device.
    Internet > DHCP tab
    o On the DHCP tab, click the "+" (Add) button to enter DHCP Reservations.
    o Description: <enter the desired description of the host device>
    o Reserve address by: MAC Address
    o Click Continue.
    o MAC Address: <enter the MAC (what Apple calls Ethernet ID if you are using wired or AirPort ID if wireless) hardware address of the host computer>
    o IPv4 Address: <enter the desired IP address>
    o Click Done.
    2. Setup Port Mapping on the AEBSn.
    Advanced > Port Mapping tab
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s): 3283
    o Public TCP Port(s): 3283
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s): 3283
    o Private TCP Port(s): 3283
    o Click "Continue"
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s):
    o Public TCP Port(s): 5900
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s):
    o Private TCP Port(s): 5900
    o Click "Continue"
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s):
    o Public TCP Port(s): 5988
    o Private IP Address: <enter the IP address of the host server>
    o Private UDP Port(s):
    o Private TCP Port(s): 5988
    o Click "Continue"
    (ref: "Well Known" TCP and UDP ports used by Apple software products)

Maybe you are looking for