Add VBUND to IDOC type ACC_GL_POSTING01

Hi,
I need to add the field VBUND to the IDOC type ACC_GL_POSTING01.
In which of the following segments should I include the VBUND field:
E1BPACHE08
E1BPACGL08
E1BPACCR08
How do I do this?

Taj,
Notice, that this idoc type has been generated based on BAPI <i>BAPI_ACC_GL_POSTING_POST</i> via transaction BDBG - Generate ALE interface for BAPI.
If I were you I would:
1) read the BAPI documentation regarding the import/export/etc. parameters
se37->Function Module Documentation
2) try to use transaction se37 to call <i>BAPI_ACC_GL_POSTING_POST</i> and post some accounting document, at the begining fill as little as possible fields then you will find out which are mandatory and which are not. Then you will gain knowledge which fields have to be mapped in XI in order to post your IDoc successfully.
If you want to read more about ALE interface for BAPI take a look at this doc: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a1dd5d3-0801-0010-ed8d-bd797ed922cb">Asynchronous BAPI-ALE Communication</a>
Regards,
Jakub

Similar Messages

  • Want to add multiple idoc type with single message type.

    Hi Gurus,
    I have a problem. I want to add multiple idoc type with single message type in WE20.
    How we can do this in WE20 or is there any other way to do that?
    Please help me.
    Thanks in advance.
    Srimanta.

    hi,
    basically in partner profile i.e. in we20 , we add details to the receiver / sender port that we have created using we21.
    so what exactly we do in that is that we first use the message type for those idocs that we have created.
    now based on those message type we create a process code. now this is the reason why you cannot apply several message types with the same name in we20... as process code is unque for each message type.
    so thats why you can only assign the same message name to several idocs in we82 and then in we20 define the process code for that message type.
    it will solve your problem.
    hope this will help you!!!
    Thanks & regards,
    punit raval.

  • Idoc Type to add a new line item to existing Inbound delivery

    Hi Friends,
    we have one requirement.
    In the system Inbound delivery is created through Idoc. Once the inbound delivery is created, we need to change that inbound delivery by adding a new line item to that inbound delivery where the line item belongs to another PO. Means, I have an existing inbound delivery number for a PO having one line item. Now I want to add another line item into the inbound delivery for another PO. I have created the inbound delivery through Idoc using the idoc type DESADV. Now I want to change the inbound delivery for adding the line item. Can anybody please tell me which idoc type should I use for this above highlighted requirement?
    Thanks & Regards
    Satya

    Hi.
    I have one PO 4500000001 for which I have created the inbound delivery 180000001. This inbound delivery has been created through an IDOC. I have another PO 4500000002 having one line item. Now i want to add another line item into the inbound delivery 180000001 for the PO 4500000002 as second line item. To add a second line item to the existing inbound delivery, which IDOC type should I use.
    Hope it clarifies the requriement.
    Thanks & Regards
    Satya

  • Modify BP in CRM using Idoc type BUPA_INBOUND_MAIN_SAVE_M03

    Hi,
    I want to modify(add) a new role to an existing BP in CRM.
    I am using the Idoc type BUPA_INBOUND_MAIN_SAVE_M03 for the same.
    The problem that I am facing is that even though I am wanting to modify the BP, whenever this IDoc is posted the existing roles (seen in table BUT100) for the BP get deleted and the  new role is added through the interface.
    Please can anyone assist me as what is going missing in the filling the segments.
    Regards,
    Taher
    the segment structure is as below.
    BUPA_INBOUND_MAIN_SAVE_M03
    E101BUS_EI_EXTERN             
      E101BUS_EI_HEADER
            E101BUS_EI_INSTANCE
        E101BUS_EI_CENTRAL_DATA
            E101BUS_EI_ROLES
                E101BUS_EI_BUPA_ROLES
                    E101BUS_EI_ROLE_DATA
                    E101BUS_EI_ROLE_DATA_X

    Hi,
    I figured out the solution to this.
    Get the existing roles for the BP using the FM BAPI_BUPA_ROLES_GET.
    Append the existing roles along with the new role that is required to be added.
    the task type should be I (Insert).
    When the Idoc is posted the existing roles do not get overwritten and the new role is added.
    Regards,
    taher

  • Issues in using the GLMAST01 idoc type

    Hi there,
               I am using the LSMW to upload the GL master records using the IDOC method. I am using the IDoc type as GLMAST01. I am passing the following data. I am not able to post the IDoc with following data. Please tell me, is there anything I am missing here or there is something else because of which I am getting the results?
             In E1SKA1M, I am passing the values for SAKNR, KTOPL, KTOKS, XBLIK, VBUND, BILKT.
             In E1SKATM, I am passing the values for SPRAS, TXT20 and  TXT50.
            In E1SKB1M, I am passing the values for BUKRS, WAERS, FSTAG.
            In some cases, I am creating the multiple segments for E1SKATM and E1SKB1M segments.
            This is kind of getting urgent and I could not find the answers for this in any other post on SDN. Please help.
    Thanks,
    Ganesh V Khumse

    Hi Vishnu,
    There is no solution for this, you cannot have GUI interactions(nor any statements that might invoke a implicit/explicit commit) in a V2 update. When you say this worked, did you have update debugging enabled, if so then it might have worked as the debugger session can access GUI...
    If the whole idea/need of this output is to download a file, use OPEN DATASET, TRANSFER and CLOSE DATASET.
    Even for the RSNAST00 execution, i am sure that in the actual business scenario(in production) this would be scheduled as a background job, where in again "GUI_DOWNLOAD" wouldn't work.
    Regards,
    Chen

  • Inbound idoc type

    i have to do an inbound idoc. first i need to retrieve data from one function module and use the data of that FM into another function module.
    so there is a Z function module which has information of both the function module.
    i am using the following idoc type
    MBGMCR02.
    i need to add some more zsegment into it of the other function module the function moduke is  WS_DELIVERY_UPDATE 2.
    kindly guide please.

    Hi Kamlesh,
    In we30 you have to create a new Extension idoc type and add the segments. and then from the menu release the idoc type.
    Create a new message type ZMBGMCR using we81 or we82.
    Create a new Function module to cater to your requirement.
    Create a new inbound Process code through WE42 or we41 and attach this function module to the process code.
    Link the idoc type, message type and function module through WE57 or BD57
    Set the partner profile We20 for the new message type and idoc type and also set the message control tab
    Set the port through we20. and give this port in the we21 partner profile.
    Create a Customer distribution model BD64 and give the sendor and receiver and from the menu distribute the partner profiles.
    Use We19 tcode to test the inbound idoc.
    Use we02 or we05 to view the status of the idoc.
    The tables for idoc are
    EDIDC - control record
    EDID4 - Data record
    EDIDS - Status record
    Some transactions are
    SCC4
    We20
    We21
    BD64
    we81
    we82
    bd87
    we19
    wedi
    we02
    Hope this helps
    Regards
    Arun

  • Available IDoc Types in ECC 6.0

    Can anybody please let me know if standard IDoc types available for below documents in ECC 6.0?
    If so, please let me know the technical names.
    Secial Purpose Ledger (SPL) Outbound
    SPL Inbound
    G/L Inbound
    CCA Inbound
    Internal Orders posting Inbound
    Thanks,
    Srinivas

    For G/L Inbound - ACC_GL_POSTING01 (you can use this idoc type)

  • IDoc types conversion

    Hi all,
    I'm investigating the possibility of using ALE for transfering R/3 data to ECC system. But I have following questions:
    1. Is it possible to convert one IDoc to several IDocs? I mean source system send 1 IDOC and on reciever it converts into several IDocs.
    2. If I change IDOC structure (e.g add a segment) should I change functional module that proceed this IDOC type?
    Regards,
    Tatiana

    Hi,
       You have to use a BPM for your scenario.
    If your scenario does not involve IDOCs then you could have skipped the BPM part, but now no way. But dont worry too much. Your BPM will be really simple.
    Steps in your BPM
    1. Receive
    2. Transformation
    3. Send
    see the below links
    IDoc Packages without BPM
    take a look at the note : 814393.
    Also see the below links
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    /people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    How to serialize IDoc XML messages fed into XI - /people/community.user/blog/2006/11/04/how-to-serialize-idoc-xml-messages-fed-into-xi
    Just have a look at Michal's blog for IDOC bundling.
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    <b>Reward points</b>
    Regards

  • INVOIC IDOC type sample

    Hi,
    Can someone provide me with a sample inbound INVOIC IDOC with planned delivery costs. We already use thei IDOC type for incoming invoices and are trying to enhance it to include planned delivery costs. I have tried using segment E1EDp05 to give the condition type and amount corresponding to planned delivery costs. But, the IDOC is always erroring with an imbalance between credits and debits and it does not seem to be passing the values from E1EDP05 segment to the invoice creation function module.
    Any help will be greatly appreciated.
    Thanks in advance
    Regards
    Chitra

    Hi CA,
    Just ty with this sample...
    If you want to send invoices with delivery costs from you must use Transaction CMOD to program the EXIT_SAPLMRMH_014 user exit as follows:
    Create a customer project and use Transaction CMOD to call it. Add the MRMH0002 enhancement and the EXIT_SAPLMRMH_014 component. Insert the source code into the ZXM08U25 include.
    DATA: ls_data_s01 type E1EDS01,
    lv_beznk type MRM_RBKPV-beznk.
    IF I_IDOC_DATA-SEGNAM = 'E1EDS01'.
    ls_data_s01 = I_IDOC_DATA-SDATA.
    IF ls_data_s01-sumid = '020'.
    lv_beznk = ls_data_s01-summe.
    E_RBKPV-BEZNK = lv_beznk.
    E_CHANGE = 'X'.
    ENDIF.
    ENDIF.
    Regards,
    Kumar

  • Adding fields to custom idoc type

    Hi,
    i have a query regarding adding fields to custom idoc type.
    To add fields to custom idoc type we are trying to cancel the release from we30, but we are facing error that 'The release of basis type cannot be reset'
    When we are trying to cancel release from we31we are facing error 'Error while ressting release of segment z type'.
    Kindly suggest the solution to add fields in basic idoc type.
    Thanks & regards,
    Farheen.

    Reason that you are getting these errors is that you cannot cancel
    the release of an extension made in previous version . Instead you have to create a new extension.
    1.It is not possible to change a segment definition which is released in a
    lower release.
    2.You must create a new segment definition for the new release e.g. 620 with a new segment
    field with the appropriate length.
    In transaction WE20, outbound parameters, you can specify
    the "segment release in IDoc type" for the communication.
    Please read the F1 help of this field for further information.
    3.For your own segments you can define a new version of the segment
    tcode  WE31 -> Add Version
    Thanks!

  • Pls send step by step procedure to create generated idoc type in ECC 6.0

    Hi
    pls send me the step by step procedure In ECC 6.0 Version
    1) To create generated idoc type
    2) To extended idoc type
    3) How we can add structure to custom segments
    thanks in advance

    hi,
    check these likns...
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    ALE/ IDOC/ XML
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp
    http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm
    IDOC Convertion
    /people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment
    regds,
    paras

  • Multiple customers in Sender Party for IDOC type KU

    Hi All,
    My scenario is IDOC to HTTP with sender IDOC Type KU.
    We are using PO 7.4 and IDOC_AAE.
    I have done the following settings.
    Created a Sender Party and assigned a customer under party identifiers. (Also I can't add multiple values with same Agency and scheme it throws eror in PI)
    For a single customer the end to end scenario is working fine.
    But if I try to send the IDOC with other customer Number it fails as the entry is not maintained for that customer in Sender Party identifiers.
    Also I can't afford to create a different party for each customer as there are hundreds of customers in the ECC Application system.
    I also tried with value mapping but it won't worked.
    Please suggest on this.
    Regards,
    Nitin...

    Dear Nitin,
    did you solve this problem? A am faced to it right now... ...
    Regards,
    Markus

  • Segment E1EDP36 not active in the DELFOR02 IDOC type.

    Hi All,
    I have been working with creating extensions for Idoc type DELFOR02  inn ECC 6.0. But for the basic idoc type DELFOR02 , the segment E1EDP36 is not active here.i.e., the idoc generated does not carry data for this particular segement.
    This segment depends on entries in a structure xisautoeklwes ( include LEINMF3S, line 130). The underlying table for this structure would be ISAUTOEKLWES(Last Deliveries for FLAB).
      Could anyone throw light on how this structure will be filled or how it has to be filled if I can make changes to the customer exit available there.
    Thanks,
    Savitha Patil

    Hi Gearge,
    To add custom segments, you should create an extension.
    the TCODE is we30.
    Refer this link:
    http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm
    Regards,
    Ravi

  • Message type SHPCON, idoc type DELVRY01

    Hi SAP Gurus,
    I am using message type SHPCON and idoc type DELVRY01 with processing code DELV to post goods issue for a delivery note.
    I tried to simulate the inbound entry via WE19. I was not able to proceed with the posting because I encountered error 51 in idoc.
    Field EXIDV empty
    Field VHILM empty
    These fields are in E1EDL37 and E1EDL44 respectively, and referring to HU information in which we don't have.
    What I have filled up are the fields:
    E1EDL20-VBELN = DO num
    E1EDL20-VSTEL = Plant
    E1EDL18-QUALF = "PGI"
    E1ADRM1-PARTNER_Q = "WE"
    E1ADRM1-PARTNER_IQ = recv plant
    E1EDTH13-QUALF = "015"
    E1EDTH13-NTANF = date today
    E1EDL24-POSNR = 000010
    E1EDL24-MATNR = material num
    E1EDL24-WERKS = delv plant
    E1EDL24-LGORT = sloc
    E1EDL24-LFIMG = quantity
    E1EDL24-VRKME = unit
    E1EDL24-LGMNG = quantity
    E1EDL24-MEINS = unit
    May I know how to avoid this or if I missed some fields that resulted to this error ? Or am I using the wrong message type?

    Hari,
    I can definitely use WE19 to reprocess it. However my problem is the source of this information. If we implement this process, we would not know where to get this information since we don't use handling units. To add to this, the field VHILM that the system is asking is "packaging material" which we don't use and don;t have.
    How to get rid of these fields? In VL02N, there is no handling units when I click on the pack icon. Only the material and the quantity.
    Thanks.

  • IDOC type not in EDIMSG

    Hi all,
    I want to configure the IDOC type BLAORD in our SRM system. The problem is it's not in the table EDIMSG. There is a message type BLAORD but its IDOC type is bot BLAORD03, instead the name of the IDOC type is XEUST01. How can I add the IDOC type so I can use it for my change pointers, RBDMIDOC? I'm trying to transfer RFQ details from SRM to XI.

    not an XI problem. Ask a business process expert.

Maybe you are looking for

  • Retina MacBook Pro sleep problem since 10.9.2

    Ever since updating to 10.9.2 earlier in the week my macbook refuses to wake from sleep each morning. Having looked at the console logs it seems that perhaps the problem is related to it not actually managing to go to sleep properly. I closed the lid

  • How to create many objects listening for one event

    I'm experimenting with the EventDispatcher class and I have a test class working. I want to use a loop to create a variety of movie clips that all listen for an event that gets dispatched every half a second. I have the event dispatching properly. My

  • Unicode type X issue

    Hi, I have code " X1 type X value '13'                       X2 type X value '10' " Can anyone tell me how to replace this code ; like for X1 type X value '09' can be replaced with CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB  class. Thanks in advance! Reg

  • Updating product catalog.. pls help

    Hi Friends, I have to update the product attributes( attributes created under a characteristics list, and if i assign char list to a area, these attributes can be seen for each product). I want to update/insert new attribute values to all products un

  • Printing on network problems

    I setup my network - xp to tiger on the new imac. Then I set up the printer and I'm stuck. I followed these instructions http://www.ifelix.co.uk/tech/3012.html and when I select print on the windows computer to the printer on my mac, nothing happends