Idoc without fmod?

Hi,
I am new to IDocs and there is an outbound delivery idoc in our system that is triggered whenever a delivery is created. When I look at the partner profile, I dont see a process code or a function module for this basic type.
If I need to make some changes to this outbound idoc, where do I put in the code changes? If its not using an fmod, how is it generated?
Thanks in advance,
Jay.

Hi Ferry,
I was able to look at the partner profile using WE20. There is a partner profile, but how do I find the fmod that this idoc is associated with?
There are 8 other idoc types in the system and I was able to find corresponding fmods for those using WE57. I just cant find fmod for this one. But it is generated whenever a delivery is created in the system - could it be generated without a fmod?
Its an outbound idoc.
Thanks,
Jay.

Similar Messages

  • Creation of Delivery Using IDOC without reference to order

    Pls suggest is there is any way to create delivery using idoc without reference to order. This is very urgent.

    Hi
    Design the inbound idoc in such a way that it carries all the essential data needed to create a delivery document namely the material number, no of units to be deilvery, delivering plant, storage location, shipping point, warehouse number(if applicable) etc.
    Pass all these details to the function module  RV_DELIVERY_CREATE while creating delivery in VL01N and pass the document type as LO which is delivery document without reference to order.
    But it is advised to have atleast a pseudo order with which we have to create the delivery document.
    Pls reward points.

  • Multi-Mapping in IDOC without using BPM ?

    Hi ,
    Please check ..
    Can below given blog can be used to achive Multi-mapping in IDOC without using BPM ?
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Regards
    PS

    Solved .. Thx every one .
    Approache Used :
    1. Created mapping  with Change signature on target Message type(idoc) with 1..N Occurence.
    2. Operation mapping with change Occurence on Target Operation(1..Unbounded) .
    3. Used same Operation mapping in Interface Determination with 0..unbounded(Multiplicity).

  • Multiple files to idoc without bpm

    Hi
    I have gone through the previous threads and came to know that n:1 is not possible without bpm. But in case of idocs you can collect them in r/3 system itself using RSEOUT00 program. But if my scenario is like.......you have 10 files which are coming through ftp and we have  to send the idoc to the target system. Is there any way to do this scenario without bpm ??
    Thanks
    kumar

    Hi palnati !
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible 
    Multiple IDocs without BPM(occurance change)
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    In case you have multiple IDoc types ref:
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    Have a look at this blog.. Might be helps to you..
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2748. [original link is broken] [original link is broken] [original link is broken]
    Pls reward if useful

  • Collecting Idocs without using BPM

    Hi Experts,
    I am working on a sceanrio, where Idocs are coming from sap and we need to generate a single Flat file out of them.
    For this scenario first we need to collect the Idocs and then process them to make a single file output.
    To achieve the same I am using the BPM to first collect the Idocs and make a packet out of them and then processs it to generate a single flat file.
    Can someone please suggest me that, How can we  achieve the same without the BPM.
    If yes, how can we do that?
    Thanks in advance.
    Regards
    Pradeep

    Pradeep ,
    Option 1 : /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    here you collect them as a file and file is picked up and sent to the target
    Option 2 :
    in WE20 in ERP set idoc package to 50
    in XI sender idoc channel - package to 50
    XI will receive 50 IDOCs at once...
    (courtesy Michal....till then i thought there is no sender idoc adapter )
    Option 3 : collect using BPM.
    Option 4 : This is what i woould suggest....no need of collecting you can send one idoc at a time generate the file.....why do u want to collect?
    Edited by: Tarang Shah on Mar 20, 2009 7:38 AM

  • Posting multiple idocs without BPM

    Hi all,
    We have a JDBC->XI->Idoc scenario.
    We would like to post "n" idocs to SAP for the "n" records fetched from database.
    Due to performance issues we are not using BPM.
    Is there any other way to post multiple idocs without using BPM.
    rgds
    Prashant

    HI,
    As suggested by others, it is possible without BPM.
    For this, you need to alter the Idoc Schema i.e change the occurence of the idoc in the idoc schema. Then import this xsd as a External Definition into Repository..then mapping etc ..
    Regards,
    Moorthy

  • File sender adapter:FILE to IDOC without BPM, can't see in SXMB_MONI.

    Hi all
    I have a FILE - XI - IDOC Async scenario without BPM.
    I configured FILE sender adapter and IDOC receiver adapter. I made a mapping to transfer file data to the structure of IDOC.
    Now when i am trying to load the file using command prompt, i cud see nothing in the monitoring. Whereas if i go to the communication channel monitoring of runtime workbench, i saw that CC is polling correctly and was reading the file also.
    And also wen i saw in the processed folder which i mentioned in the CC configuration for the ARCHIVE DIRECTORY, i saw that file got transferred to the folder also.
    I don't understand why i cant see anything in the monitoring.
    Could anybody help me to rectify the problem. Is there anything i m missing ?
    Regards
    Naina

    Rajesh/Amar
    TCode:: SXMB_ADM->Integration engine configuration->specific configuration->runtime
    Trace_Level = 3 then you can get all MONI PIPELINE Steps also
    I did this change but cudn't see anything in SXMB_MONI.
    This is how i have configured my process:
    http://wiki.sdn.sap.com/wiki/display/XI/FiletoMultipleIDOCSplittingwithoutBPM
    But instead of IDOC splitting i have simple FILE - XI -IDOC scenario.
    I have configured everything exaclty the same way it is mentioned here. But for me the process is not visible at all.
    I can't even see the first request message in the monitoring.
    This is the message i can see in the communication channel monitoring:
    2010-05-24 09:07:41 Success Channel CC_*: Entire file content converted to XML format
    2010-05-24 09:07:41 Warning Channel CC_*: Empty document found. Proceed without sending message
    2010-05-24 09:07:41 Success File "/xyz/ABC.txt" archived after processing
    Is there any problem with the file and that could be the reason it cant convert the file to the request message MT_REQUEST and thus am not able to see anything in monitoring.
    help me guys....this is a simple process and i m stuck...its frustrating
    Regards
    Naina

  • One src message to multiple IDocs without BPM?

    Hi guys!
    Is it possible to cerate multiple IDocs from one source incoming message without BPM?
    I tried the scenario, but I get following error:
    <SAP:Code area="OUTBINDING">CO_TXT_MMF_ENGINETYPE</SAP:Code>
    <SAP:Stack>Messages in multi-message format can only be sent to one Adapter Engine</SAP:Stack>
    Any ideas?
    Thanx a lot!
    Olian

    Hi
    Sorry my earlier link was with BPM.
    refer to this blog by Michal
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Regards,
    Kumar

  • Triggering E-mail for failed outbound idoc (Without using workflow)

    Hi Experts,
    In my secnario Idoc to file, where any failures of Idoc( Inbound/Outbound ) at SAP R/3 side will generate and send Emails to the required group. How to do this without using Work flow. If anybody knws please help me out its very urget.
    Regards,
    venkatesh

    Hi,
    Create a Distribution list using SO23 and add Users whom to recieve messages.
    Modify your Inbound function module to handle if idoc failed to post by calling the function module: SO_NEW_DOCUMENT_SEND_API1
    Reward points if it is helpful.
    Ashok

  • Creating Multiple different IDocs without BPM

    Hi all,
    I have a scenario in where I have a input structure and have to create multiple different  IDocs (the types of the IDocs are also different)
    For example,
    Input XML will create 5 IDocs of type A, 3 IDocs of type B, 1 IDocs of type C, no IDocs for type D and 10 IDocs for type E.
    Is this possible without BPM? This will be a complex Mapping. In BPM I am sure for every type to create one send step would be easy. But would it be more efficient?
    Thanks.

    >
    Chris027 wrote:
    > This looks promising, i'll try it.
    something from the blog might be useful for you:
    Messages that result from the split in a mapping-based message split are sent using one AE. So only adapters running on
    the AE are supported. In particular, this means that target IDOC message splits are not supported since the IDOC adapter is not
    part of the AE.

  • IDocs without PI or Adapter - Part 1

    Hi All,
    I would like to be able to send IDocs to SAP ECC without using PI or a Java Adapter.
    Essentially, I would like it to be as simple as possible involving:
    1) configuring the IDoc receiver on ECC,
    2) delivering an IDoc text file to a port on ECC, maybe as part of a SOAP payload.
    3) preferably with zero or very little coding on the ECC side
    I believe this should be possible.
    Currently we have ECC 6.0 and cannot use Enterprise Services yet.
    My question is "Does anyone know of any good documentation on how to do this?".
    I am not an ECC expert and so I especially need to know what configuration has to be done on the ECC side,  and whether or not this is standard or non-standard IDoc configuration.
    Thanks for your help.
    Cheers
    Gerard

    All services are in SICF, you should be able to find the "IDOC" service there .
    We still want to exploit the IDoc infrastructure since it provides good visibility of what has happened to messages. (The users want IDocs used rather than Proxies or web services since IDocs provide better visibility of what's going on.)
    I wouldn't have said IDOC provide any real benefit in terms of "visibility". Most users just arent aware of the monitoring transactions to use around proxies, there are also additional benefits around proxies in terms of implementation speed and the ability to create sync. scenario's instead of just IDOC async communication. Throw into the mix the additional configuration required around IDOC setup, Partner profiles and so on.
    I think from a interoperability standpoint open standards web services for communication is big step forward towards SOA, webservices exposed for communication can be leveraged by almost any other system moving forward - I think the biggest opportunity in this space is the mobile applications. Getting a mobile application to talk IDOC (possible but potentially problematic), getting a mobile application to talk webservice no matter what platform using any language is best described as simple.
    Back to the topic at hand,
    I think you will need to use sapjco3.jar and sapidoc3.jar to send an IDOC to ECC from an external source these library's are used by most 3rd party applications to talk to SAP that Im aware of.
    I guess you could NOT use them but you would essentially be implementing them yourself.
    Good Luck

  • Send 2 encapsulated IDoc without Z-IDoc

    Hello All!
    I have an integration scenario on XI which is triggered by any of the IDoc MATMAS05 y CLFMAS02. When one of them comes, wait for the other.
    This scenario gives me synchronization problems, and sometimes losing of data.
    I want to encapsulate the 2 IDocs on one without creating a Z-IDoc, is this possible?
    Thank you in advance and regards,
    Manuel Míguez.

    Hi Brad,
    Thanks for your reply.
    It would be of great help if you please let me know the steps that would require to accomplish the task.
    Like, first create change pointer.
    2nd...
    Thanks again.
    Anirban.

  • USERCLONE Idoc without CUA activated

    Hello everybody,
    I've been asked by the customer to answer to this question: can USERCLONE Idocs be generated on ABAP stack without activating CUA on such stack, or is it mandatory to have CUA up and running?
    In any case, could you please point me to a documentation where it is stated?
    Thank you very much in advance
    Marco Baiocco

    When you activate CUA, SAP creates distribution model, partner profiles, CUA activation indicators etc. When you do User management, SAP checks whether CUA is active then it will find out distribution model, partner profiles etc and create IDOCs. If you do all these then IDOCs will be generated automatically. Alternatively, you define your own model by defining partner profiles etc and then use User Management events (create, change etc) to generated IDOC with your own programs.
    If you are not activating CUA then i guess second method will be preferable as you are not messing with SAP tables.
    I dont have table names but if you check SU01 etc the you will find some FMs which checks for CUA.

  • Idoc without adapter

    Hi,
    My scenario is as follows:
    Idoc inbound and outbound in XML format without adapter: i have to send or get files from an external repository.
    I find this solution:
    1)creation of idoc with XML port so i get a XML file in sap application server
    2) a custom program read application server and send file via FTP to external repository
    inbound:
    1) a custom program get file via FTP from external repository and save in application server
    1)then calling IDOC_XML_FROM_FILE idoc will be processed
    Is there another better solution?
    Thanks lot,
    Matteo Vernile

    Hi,
    I dont think Sending and recieving is automatic.. you need push from the app server.
    So i have to call FTP to get or set files between sap application server and the external repository?
    As this way this scenario would be so:
    outbound:
    1)creation of idoc with XML port and automatic creation of XML file in sap application server
    2) a custom program read application server and send file via FTP to external repository
    inbound:
    1) a custom program get file via FTP from external repository and save in application server
    1)then calling IDOC_XML_FROM_FILE idoc will be processed
    Is there another better solution?
    Thanks,
    Matteo

  • Sending IDOC without any mapping

    Hi,
    My requirement is to push the IDOC from SAP system to the external party.
    We dont need any mapping.Simpky to push and send to third party.
    Can you please tell which all objects need to be created for this scenario.
    Thanks,
    Vikas

    hi Vikas,
    You dont need to create any IR objects. Just create ID objects & use virtual(any names) Message interface & namespace whereever required. this will do the trick.
    check this blog for exact pointers:
    /people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository
    Regards,

Maybe you are looking for

  • Bookmarks appear on other iphones, how do I stop this?

    I understand most people are frustrated when their bookmarks disappear - this too happened to us when we upgraded to ios 6, but after a reboot everything went back to normal. We have three iPhones on our ATT account, and one iPad (wifi only) in the h

  • App store no longer works after installing iOS6 while traveling

    Hi, I have an iPhone 4S that I updated to iOS 6 while traveling in Brazil.  Now, even though my Apple account was created in the U.S. tied to the U.S. App Store, when I open the App Store it automatically goes to the Brazilian App Store and pops up a

  • I have Reader 9.3 but can't read pdf files in Elements 8

    I have Acrobat Reader 9.3 installed.  I installed Elements 8 Standard but can't run its tutorials that are in PDF format.  I get a message saying" A sufficient version (8.1 or later) of Adobe Reader is detected but the version of Adobe Reader that is

  • Query/right join/

    query/right join/ Ultimately we are trying to find the ZZOMTAB.STAFF I know the value exist because I have queried this by K_NO By this query Select ZZOMTAB.STAFF from ZZOMTAB where K_NO = 146735 so it is there but what I am supplied with is app_no=7

  • Is it possible to share sequences between people working on the same project?

    We have the same media in the same bins.  Yet when I copy a sequence from his project, load my project, and paste that sequence into my project, Premiere creates a Recovered Clips bin with duplicate references to most (not all) of the media already i