Problem generating an IDOC

Hi
I have setup a partner profile with  outbound parameters having message type WMINVE for inventory counts. But when I am creating a inventory document I dont get the idoc created for the inventory document.
I hope the question is clear. If not please ask.
I will appreciate your help
Thanks
Vijay

got the answer. I was actually trying to see the idoc after creating the inventory record, actually I will be getting the IDOC after executing LI04.

Similar Messages

  • Problem in generating an IDOC from Output type

    Hi Experts,
    I am trying to generate an IDOC of basic type "OILSHI01" using the custom output type. in my scenario the output type gets issued , but IDOC does not get generated , i have checked the configuration in NACE transaction .
    Can you please help me understand what can be other reason why this IDOC does not get generated?
    Regards,
    AshiSh Shah

    Hello,
    Did you try to debug the idoc generation program & where it fails to put together the internal data into IDoc?
    That should help you identify problem.
    If  configuration settings is correct ,port settings are correct & partner profiles are correctly mapped for necessary Idoc creation,it should work.
    Hope this helps.
    Thanks.

  • Generate outbound idoc for Customer Master

    Hi Developers,
    I have requirement to generate outbound IDOC for Customer Master Data. I need to send customer master data through an Outbound IDOC. Can we generate an outbound DEBMAS06 idoc? Can someone help me finding a solution to this problem?
    Thanks in advance for helping.
    Regards,
    Gajendra

    Hi,
    If you have done all the required settings (logical system, partner profiles, distribution model), then either transaction BD10 / BD14 will help you generate the IDOC.
    If you want to send the idocs automatically, then you will to configure some program.
    Unlike transaction data, Master data IDOCS are not triggered immediately, you will have to do the required configuration in SPRO.
    Transaction SPRO
    SAP Customizing Implementation Guide -->
    SAP Web application Server --> Application Link Enabling --> Modeling and Implementing Business Processes -->
    Master Data distribution --> Replication of Modified Data --> Creating IDOCS from Change Pointers
    Take a look at this thread.
    Re: automatic Idoc outbound
    Regards,
    Ravi
    Note : Please mark the helpful answers
    Message was edited by: Ravikumar Allampallam

  • Problem in sendinfg Idoc's

    Hi All,
    I am facing problem in sending idoc's form one SAP sys to another. I had written a outbound program for sending IDOC's. When i execute the program the idoc is  generated in the sending system ( With status 03 ) but no idocs were posted on the target system. But if i manually try to send the IDOC ( WE19 ) the idocs are posted to the target system.
    Can any one give me an idea where the exact problem lies in...
    Regards,
    Swamy Mantha.

    Hi,
              Ru close the master idoc with a commit .
    <b>*Reward points</b>
    Regards

  • Generating an IDOC with all segments filled every time

    IDOC Experts,
    I am new to IDOC/ALE and I am struggling with the following situation. 
    I am trying to create an ALE interface with a Transportation Management System.  I have been able to configure ALE and IDOC to generate an IDOC XML file for message type DEBMAS.  I have activated change pointers and I am seeing the changed customers when I run RBDMIDOC. 
    The problem is the external system will require the complete data every time the customer master is changed.  Right now I am only seeing the changed segments in the IDOC file. 
    Is it possible to configure SAP to populate all of the segments every time a DEBMAS IDOC is generated?
    Thank you in advance for any direction you can provide.
    Brian Snyder

    Hi Brian,
    I tested my system and it does not work,I guess we can't set up mandatory.
    I think if you know any user exit for that application,then fill the segments programtically.
    Sorry for wrong information what i  provided.
    Thanks
    Seshu

  • Hi Problem with LSMW-IDOC message type COND_A(COND_A02)

    hi Experts,
    I am using LSMW-IDOC to create the condition record for transcation code(XK15) when i am executing i am generating successfully idoc i can see the updated vales in TK15 tcode, the data base is getting updated the problem is the scale id is increaminting automatically i should increament the scaleid i am passing the scale id that scale id should be displayed in Tk15 but the scale id is increamenting.......
    its urgent requirement...

    Hi,
    Thanks. But still I don't see values.
    I have a question in chang pointer.
    When I change the values in the table( Segment data ) for IDOCs, an IDOC should be generated
    Other words, When I change any application, an IDOC should be generate.
    What should I do, I think Change pointer is required for this to geneate idoc for change of application/data.
    In BD50 I see the change pointer is active for my custom message type.
    May be I'm  misunderstanding about change pointer.
    can you help me out.
    Venkata

  • F150 Generate SAP idoc

    Hi,
    I have a problem for my test, when i run F110 with my program run date and my identification feature.
    When i run printout. In Generate SAP IDoc , the printer is lock to $H208.
    Where can i custom this parameter please?
    Thanks.

    Hi,
    I have a problem for my test, when i run F110 with my program run date and my identification feature.
    When i run printout. In Generate SAP IDoc , the printer is lock to $H208.
    Where can i custom this parameter please?
    Thanks.

  • Is it possible to generate outbound idocs for FI invoices? How?

    Is it possible to generate Outbound idocs for FI invoices? How? or else i have to write program to get data in file and pass it to translator. Please help.

    Dear Gabriel
    Before letting you know the possibility, can you please let me know why you want such a requirement, since standard has not provided such copy control, to my knowledge.
    As you would know order type KB is for consignment fillup where you are just transferring the goods from FG unrestricted to your own warehouse and that is why in standard you can see the copy control KB --> F8 which means you can raise proforma against delivery and not against fillup order.
    So think of whether really you wanted to raise proforma against fillup order which is NOT recommended by SAP.  However, still if you feel that the requirement is so to have, you can make the settings in VTFA.
    thanks
    G. Lakshmipathi

  • Function Module to Generate Outbound IDOC for Sales Documents

    Hello Experts,
    Can someone please help me, I need to know which function module to use in order to generate the outbound IDOC for sales documents.  Some of the fm's I have come across are the following:
    IDOC_OUTPUT_ORDERS, but actually for Purchase Orders
    IDOC_OUTPUT_ORDRSP, but did not generate any IDocs for my sample Sales Order.
    Points will be given for any help provided.
    Thanks in advance.

    Hi Nagaraj,
    I tried using the IDOC_OUTPUT_ORDERS but I keep getting an error that the Purchase Order <xxx> does not exist, even though the document I tried is a sales order.  For everyone's reference here is the code:
    form process_data.
      DATA v_idoc       TYPE edidc-docnum.
      DATA i_edidd      TYPE TABLE OF edidd.
      DATA wa_idoc_ctrl TYPE edidc.
      LOOP AT i_nast INTO wa_nast.
        CLEAR i_msgs[].
        CALL FUNCTION 'WFMC_PROTOCOL_GET'
          EXPORTING
            cps_nast        = wa_nast
          tables
            messages        = i_msgs
         EXCEPTIONS
           NOT_FOUND       = 1
           OTHERS          = 2.
        LOOP AT i_msgs INTO wa_msgs WHERE arbgb EQ 'E0'.
    *--- Check first if there is an IDOC
          IF wa_msgs-msgv1 IS INITIAL.
            CONTINUE.
          ENDIF.
          v_idoc = wa_msgs-msgv1.
          CLEAR i_edidd[].
          CLEAR wa_idoc_ctrl.
          CALL FUNCTION 'IDOC_READ_COMPLETELY'
            EXPORTING
              document_number                = v_idoc
            IMPORTING
              IDOC_CONTROL                   = wa_idoc_ctrl
    *         NUMBER_OF_DATA_RECORDS         =
    *         NUMBER_OF_STATUS_RECORDS       =
            TABLES
    *         INT_EDIDS                      =
              INT_EDIDD                      = i_edidd
            EXCEPTIONS
    *         DOCUMENT_NOT_EXIST             = 1
    *         DOCUMENT_NUMBER_INVALID        = 2
              OTHERS                         = 3.
          CALL FUNCTION 'IDOC_OUTPUT_ORDERS'
            EXPORTING
              object                              = wa_nast
              control_record_in                   = wa_idoc_ctrl
    *       IMPORTING
    *         OBJECT_TYPE                         =
    *         CONTROL_RECORD_OUT                  =
            tables
              int_edidd                           = i_edidd
    *       EXCEPTIONS
    *         ERROR_MESSAGE_RECEIVED              = 1
    *         DATA_NOT_RELEVANT_FOR_SENDING       = 2
    *         OTHERS                              = 3
          IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          COMMIT WORK.
        ENDLOOP.
      ENDLOOP.

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • PROBLEM IN CUSTOM IDOC CREATION

    Hi Friends,
                    I'm facing a problem in custom idoc creation plz try to assist me
    1.As per the information i have  i'm creating segment in we31
    for cremas01 idoc.But when i enter the name for segment i'm getting message "Name range Voilation particular name which i had given is not permitted in customer system?
    Plz clarify this,and are there any formalities which i should look for before creating custom idoc?
    Good answers will be rewarded.
                                                                              Regards,
                                                                               Vinod.

    The Problem might be.... with the naming of the segment.
    Standard segments should be created with 'E1' and all the custom segments are created using 'Z1' and the name with 8 characters long only is permitted.
    Reward Points if useful.

  • How to generate multiple idoc's from single appl document

    All,
    Iam looking for a way to generate multiple idoc's from single appl document (sales order). Based on the plant details on line items in the sales order i have to generate multiple idocs, i.e., send one idoc to each plant entered in sales order line items. any help will be appreciated.
    Thanks

    Hi,
    You can create a Z-program and call Function Module  <b>MASTER_IDOC_DISTRIBUTE</b>.
    You can make a call to this FM to send the Idoc as many times as u have plants in your Sales Order.
    You can call FM <b>IDOC_OUTPUT_ORDRSP</b> to fill the IDoc structure.
    Then u can keep the materials of only that plant for which u want to pass on the information.
    Thanks,
    Utsah Garg.

  • How to generate an Idoc form an existing Sales Order?

    Hi experts.
    Our client needs to generate an ORDERS05 output Idoc for Sales Orders that has already been created.
    Is there a way to generate a new Idoc for those Sales Orders?
    MASTER_IDOC_DISTRIBUTE won’t do the job cause I don’t how to complete all the segments, I need the standard procedure to be execute.
    I thought to use a Bapi to modify the Sales Order, but that might execute routines that we not want to.
    Any ideas?
    Thanks.

    Hi,
    You can generate an IDOC from invoice cancellation.Define a new "Z" output type for this cancellation billing document type and select the medium as 5(EDI).Check with your ABAPer for this.
    Regards,
    Krishna.

  • XI Problem: File to Idoc Scenario - IDOC_INBOUND_ASYNCHRONOUS

    Hi,
       I'm having problems with inbound IDOCS in R/3. The idocs from XI are sent as tRFC using the FM IDOC_INBOUND_ASYNCHRONOUS and this is a problem because i have like 200 or 300 idocs to be sent at the same time and each IDOC takes like 5 minutes to process, hence the system crash due the amount of simultaneous logins (error message ThISend: ThRollout ).
    I need to fix this problem using some kind of serialization and the use of the function module IDOC_INBOUND_IN_QUEUE.
    Does anyone know how to achieve this?.
    The scenario configuration in XI and R/3 is as follows:  (PI 7.0 SP15) - (R/3 SAP ECC 6.0)
    File to Idoc.
    Sender CC->
    File content conversion
    Exactly once in order
    Receiver CC->
    IDOC protocol
    Queue Processing
    R/3 Partner profile config.
    Message type BOMMAT
    Trigger immediately
    Thanks.

    Hi,
    You have to split the messages in the sender file adapter, by using the parameter "Recordsets per Message".
    I hope that it will solve your problem. Please see the below link, it might be useful to you.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards,
    Rajesh

  • Problem with ALEAUD01 IDOC

    Hi I got one different senario in ALAUD01 idoc.
    If the back ground job is scheduled to process idoc then it is generating the idocs perfectly.But user is asking in between if they find any config issue they are going to change in BD87 and they will process IDOCS manuvally.so at that time there is chance of duplication.
    so i need a help in this regard.How to find previously generated IDOC with contentes and how to compare that with present one and if there is any duplicate i need to delete that IDOC .So please guide me in this record.
    Thanks,

    If the user changes the data in the idoc reprocess the existing idoc will have all the changes and the old data will copied into a different idoc number and that will have different status and that can never processed, so there is no question of duplication.
    Thanks,
    MAhesh.

Maybe you are looking for

  • Can't get it to work in IE8 or Firefox (XP machine)

    I am utterly frustrated with this.  I tried so many ways to do this. First I tried in IE8, went to options and turned the security to Medium and made everything enabled.   Turned off my Antivirus program and went back to this site and the download fa

  • Creation of new partner function through /AFS/BAPI_SALESORD_CHANGE

    Hi all, Can anybody help me to create partner functions through the bapi /AFS/BAPI_SALESORD_CHANGE ?? In the selection-screen we will pass the vbeln, PARVW and kunnr values ?? Any kind of little help is very much appreciated.

  • How do I copy and paste from Word into Adobe Photoshop Elements 13

    using Windows 7 Professional SP1, Microsoft Office 365 (Office 2013). I can copy the text within a word document, without a problem. However, the paste options are greyed out and "Ctrl"+"V" does not work. Am I missing something, as I can't work out h

  • To clip or not to clip?

    OK, I'm new to FCE and I just need a recommendation on technique. I know that I should be reading the book, but honestly I have two kids, one 4 years and the other 9 months, and by the time I find time to read the book they'll be in middle school. Si

  • How to post own message to monitor RSMON from transfer rules

    I'd like to post descriptions for errorneous (for business process, not for R/3) data which drop package by setting ABORT <> 0 or RETURNCODE <> 0. How can i do this in start routine for transfer rules and in transfer rules themselves? I tryed RSSM_MO