IDOC Message type for EDI 947- 'Warehouse Inventory Adjustment Advice'

Dear Guru's
I am in a EDI-IDOC project for my Client. Where a customer is treating my client as 3rd party warehouse. we have a scenario where I wanted to Trigger OutBond EDI 947 (Warehouse Inventory Adjustment Advice) from MIGO/MB1A/MB1B and MB1C. Can any one tell me what is the Standard IDOC message type and Basic type i can use.
You kind help on this will be great full to me.
With Regards,
M. Rajendran.

Hi Sridhar,
Thanks a lot for your reply. I need to try with the proposed message type. Hope it works fine.
With Best Regards,
M. Rajendran.

Similar Messages

  • Equivalent Idoc message type for EDIFACT BANSTA

    Hi Experts,
    I am trying to find out the equivalent IDOC message type for EDIFACT BANSTA. The purpose of the message is to show the item level statuses for a particular payment batch. There are lot of references about FINSTA01, however, this is for account level status response.
    If anybody know the equivalent idoc message type for EDIFACT BANSTA, kindly let me know.
    Thanks in advance.
    Regards,
    Ravi

    Thanks raja shekar. I posted this thread in ABAP development forum.

  • MB1B transfer posting Idoc/Message type for outbound and inbound

    Hello All
    Can anyone tell me the idoc/message type for movement type 313 outbound and 315 inbound to SAP. This is for MB1B Enter Transfer Positing.
    Thanks
    Ricky

    Its WMMBXY

  • IDoc Message Type for VL09

    Hi,
          Is there an IDoc message type for VL09 (Reverse Goods Issue) for Delivery. Do let me know please.
          We are using an ECC 6.0 system (WebAS 700)
    Regards,
    Aditya

    Hi,
    You can use this message type MBGMCA, IDoc type MBGMCA01 and process code BAPI.
    This process code will call FM IDOC_INPUT_MBGMCA to  reverse good movements with MB_CANCEL_GOODS_MOVEMENT.
    Regards,
    Ferry Lianto

  • IDOC message type for "Site" in SAP Retail module?

    Hi All,
    We have the need to transfer master data (through master data change pointers) of Retail Sites within the SAP Retail module (transaction:  WB01, WB02).  Does anyone know if there's an IDOC message/type already associated with this?  Thanks in advance for your help!
    Cheers,
    Matt

    Hi,
    please read SAP notes 892103 and 551035.
    The correct IDOC type should be FIDCC1 / FIDCC2.
    Best regards,
    Andreas

  • IDOC Message type for FB01 transaction.

    Hi,
    I am going to get a file which I will pass through PI (XI) and bring into IDOC and post into SAP ECC 6.0.
    I just wanted to know which IDOC message type / basic type I should use for posting an FI document i.e. FB01 transaction.
    Rgds

    Hi,
    please read SAP notes 892103 and 551035.
    The correct IDOC type should be FIDCC1 / FIDCC2.
    Best regards,
    Andreas

  • Idoc Message type for Customer Change XD02

    Hi All
    As per the business requirement, we need to have inbound interface to ECC system, in which we will add more partner's to the existing customers.
    I tried posting Idoc thorugh WE19 using message type DEBMAS and basic type DEBMAS06. It is creating the new partner which is part of the idoc but it behaves like a refresh, i mean the already existing partners are getting deleted.
    Tried to find the relevant message type for XD02 but did not find other than DEBMAS.
    Can anyone let me know how to acheive this.
    Following are the segments am passing.
    E1KNA1M :
    MSGFN     4
    KUNNR     1234
    ANRED     /
    BBBNR     0
    BBSNR     0
    BUBKZ     0
    KTOKD     /
    LAND1     /
    NAME1     /
    ORT01     /
    ORT02     /
    PSTLZ     /
    REGIO     /
    SORTL     /
    SPRAS     /
    STRAS     /
    TELF1     /
    LZONE     /
    UMJAH     0
    JMZAH     0
    JMJAH     0
    UMSA1     0
    HZUOR     0
    CIVVE     X
    SPRAS_ISO     EN
    E1KNVVM :
    MSGFN     4
    VKORG     1
    VTWEG     1
    SPART     1
    KALKS     1
    AWAHR     100
    ANTLF     9
    KZAZU     X
    LPRIO     1
    VSBED     1
    WAERS     USD
    VWERK     ABCD
    UEBTO     0
    UNTTO     0
    PODTG     0
    E1KNVPM :
    MSGFN     4
    PARVW     RE
    KUNN2     1010
    PARZA     0
    After execution, i am getting IDOC status 53 with message "Changes have been made".
    Thanks & Regards
    Madhu K

    Hi Madhu,
    /thread/2051526 [original link is broken]
    Same post in abap general.
    Regards,
    Madhu.
    Edited by: madhurao123 on Oct 4, 2011 11:59 AM

  • ALE-IDoc : Outbound message control for MIRO,IDoc message type for INVOIC

    Dear Experts,
                        I am using the IDoc message type INVOIC. For that i have created the new output type. Then i assinged the the Program RSNASTED and form routine ALE_PROCESSING.
                        But when i am saving the transaction in MIRO i am getting the Update Error like VN 056: Processing log for program RSNASTED
                        Please help me to rectify this problem

    Hi Dharmendiran,
    We also have the same requirement to send status acconf messages on Inbound INVOIC idoc posting..
    Can you let me know how you went about creating new output type..did you mean new output type in NACE for application MR?
    Thanks.

  • Idoc message type for open orders & Open JIT lines

    Hi,
    I need to send Open Purchase Order data and Open JIT lines data to supplier daily via Idocs.
    Is there any standard messege type available for this data.
    Regards

    Hi Rohita,
    Instead of changing the standard domain, You have to make the changes in the User Exit.
    Say Qualifier 001,002,003 were already there in the domain.
    001--Purchase Date
    002--Delivery Date
    003--Ordered Date
    In the user exit u have to just add the segment and the qualifier without making any changes to the Standard Domain.
    These Qualifiers are just like other variables and u can add whatever values to them that u want..
    You can add Qualifier 004 for Trnasportation Date or Goods issue date and have to communicate the MiddleWare informing that date with this Qualifier will be Transportation Date and they will do the mapping to the corresponding field in other syste.
    You can have as many message types as u want for the same IDoc type. There is no harm in having multiple message type. And u dont need to change the standard domain. It can be done without changing the domain.
    If u analyse the FM closely u will realise that they have done coding for those values in the domain.
    So instead of adding it to domain u just have to do the coding for this new qualifier.
    Revert back if u need any help on it.
    Thanks...
    Message was edited by:
            Utsah Garg

  • IDOC Message type for open sales orders

    Hi
    We are trying to send the list of open sales orders of a customer in an IDOC to the customer. For example, if the customer has got 15 sales order to be delivered to him , he needs the details of all these 15 orders in an single IDOC
    Is there any message type available for this in SAP R/3 4.7 version
    Regards
    Anandh

    Try VA05 schedule lines standar variant...include status fields and both ordered qty and confirmed qty. In SAP standard system order status, status A means open orders fully (Nothing shipped, everything opened). Status B means in process orders (Partially processed - shipped). Status C means complete orders (Nothing opened). As there is no delivered qty in VA05,  you need to download to excel the file and calculate the difference between both qty fields for each A and B status. That is a way to get the missing qty to be delivered or open qty as you stated.
    Hope it helps.
    Jorge Fernandez

  • Idoc Message type for Scheduling agreement

    Dear Experts,
    How to configure to create Idoc for Scheduling agreement (not the releaseed schedule lines) ?
    I am trying to use message type ORDERS05 but it is not working.
    Will any body guide me preferably step by step process for this ?
    Thanks in Advance,
    Best Regards,
    Raju

    Hi Anji,
    Thanks for the Reply. But i think ORDRSP is for Order Confirmations.
    But I have to send Outbound Idoc for a Schedule Agreement.
    Whether the same  Idoc type & Messge type used for SO/PO(e.g ORDERS05, ORDERS/ORDCHG) can be used for Scheduling Agreement.
    Please Advice.
    Regards,
    Anbalagan

  • Error in Custom generated IDOC message type for XIF

    Hi all,
    I had generated a custom  message type under interface function module crmxif_partner_save for enhanced fields. While generating from BDFG it popups inconsistency sap notes which is already in crm 2007. so i just ignaore them. idocs are generated sucessfully with this custom message type. but i should release this message type here it throws error
    1. (red)       The interface is not current. It must be regenerated
    2. (yellow)     
      Segment E101CRMT_BUS_EI_SET40_DATA <->  CRMT_BUS_EI_SET40_DATA
    3. Segment E101CRMT_BUS_EI_SET140_DATA <-> CRMT_BUS_EI_SET140_DAT
    4. Segment E101CRMT_BUS_EI_SET30_DATA <-> CRMT_BUS_EI_SET30_DATA
    5. Segment E101BUS_EI_BANKDETAIL <-> BUS_EI_BANKDETAIL
    Unable to release this message type. Please reply with answers would be appritiatable

    Hi,
    I am not very sure of whether you have got answer to this issue.
    If not kindly implement the note 975684 to solve this issue.
    Regards,
    Venkat

  • IDOC message type for GL entries

    I have a requirement to transfer GL Entries from ADP to SAP . Please suggest what are the message types to be used both in Outbound and Inbound.

    Hi,
    Please check below:-
    FIDCC1 / FIDCCP01
    FIDCC2 / FIDCCP01
    FIDCCH / FIDCCH01
    Regards,
    Gaurav

  • Idoc type and message type for inventory

    Hi All
    What is the idoc type and message type for inventory adjustments? Thanks for any help
    Thanks
    Ricky

    Hi,
    You can use IDoc type WMMBID02 with message type WMMBXY.
    Also please check test program RLMBXY00 to simulate IDoc WMMBID02.
    Regards,
    Ferry Lianto

  • Creation of  New Message Type for Extended IDoc

    Dear Friends,
    I want to create New Message Type for MATMAS and want to Active Change Pointers accordingly. Thru this Message Type how can I able to use Extended IDoc which I have created for Basic Idoc Type MATMAS05.
    I am Sending Data from SAP to XI ; Any one can help me in this How can I create the Message Type with the IDoc Extn .
    for Change Pointers.
    Warm Regards,
    Naveen Mutyapu.

    Hi naveen mutyapu,
    see these links
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm
    http://www.sappoint.com/presentation.html
    http://www.allsaplinks.com/idoc_search.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.erpgenie.com/sapedi/idoc_abap.htm
    http://www.allinterview.com/rss/interview-questions/new/SAP-ALE-IDocs.xml
    happy learning.
    thanks
    karthik

Maybe you are looking for

  • Goods Receipt of material with serial numbers

    Hi all, Does SRM 7 supports the functionality of serial numbers at goods receipt? If a material in ECC has Serial number profile, then at the time of goods receipt in SRM, the system will ask to enter the serial number of each material? Thanks, Ezequ

  • 8.1-beta servlets do not work?

    Hello,           I'm using a web.xml file with 2 servlets in it that works fine           in WLS 6.x and 7.x. Yet, it does not work in 8.1.           If I delete the servlet and servlet-mapping elements I can           deploy my webapp (in an ear) an

  • BPM -eMail notification

    Hi, I am facing a strange issue, after server restarts getting bulk BPM eMail notifications for all pending and in-progress notifications..where to control this. Also I couldn't able to see Cancel Delegate Revoke buttons after task opened, I did conf

  • BP , Activitites - Migration from CRM 4.0 to CRM 2007

    Hi Experts, We are planning to mirgrate the following Data from CRM 4.0 to CRM 6.0 1)  Business Partner with relationship and Attachment 2)  Activities  What could be the best approach to migrate? How can we record the BP data with relation from the

  • Major problems, comp freezing, programs not responding...can someone help?

    I've been trying to get my Yahoo Messenger to work. It used to work fine. Then all the sudden, it wouldn't connect. This was the 3.0 Beta version. So I switched to the older 2.5 version and it worked fine for a while. I played around with the beta YM