Standard IDOC  for Account postings

Hi Guys,
As of now we are using the Standard program RFBIBL00 for posting the accounts into SAP and RSBDCSUB for executing the Session.I would like to know if we have any Standard IDOC which acheives the same functionality for posting the accounts into SAP.
Points will be awarded ...
Thanks,
Kittu.

Hi,
You can use message type ACC_DOCUMENT with IDoc type ACC_DOCUMENT01/ACC_DOCUMENT02.
Regards,
Ferry Lianto

Similar Messages

  • What is the standard IDOC for substation management??

    hi friends..
    could you please tell me standard idoc for substation management ?
    and also tell me standard BAPI for substation management??
    please help me..
    thanks and regards
    regards
    ram

    Hi michal..
    thank you very much for your quick response.
    i got source xml file like this
    <?xml version="1.0" encoding="utf-8" ?>
    - <MonthlyEnergies xmlns="http://aaaaa.org/MonthlyEnergy.xsd">
      <Values Power_Produced="22" Reduction_Power_Consumed="1203.92" Ancillary_Power_Consumed="1056.08" UOM="KWH" Date="2006-09-30T00:00:00" />
      </MonthlyEnergies>
    i am trying  to convert this into SAP .
    for this i need IDOC .
    Power_Produced  = RK40C_KBXXN-STAGR (RK40C_KBXXN is structure)
    Reduction_Power_Consumed = RK40C_KBXXN-STAGR
    Ancillary_Power_Consumed = RK40C_KBXXN-STAGR
    UOM=RK40C_KBXXN-MEINB
    date = BUDAT
    guide me..
    thanks and regards
    ram

  • Standard IDOC for WORK CENTER Master

    Hi,
    Please suggest the standard IDOC for work center master.
    I have tried PWKC.Got  DUMP when executed.
    Tried on SAP-Market place for help.Suggested not to use PWLC.
    Please suggest alternative.

    Will you please explain in a bit detail if LOIWCS01 or LOIWCS02 are transaction (as i tried to execute) or programs or please explain how to use these.(I executed from command prompt and SE38 but didnt helped)

  • Standard Idoc for Goods Issue from MIGO and standard BADI to do the MIGO-GI

    Hi Gurus
    What is the standard IDoc for Goods Issue from MIGIO and standard BADI that takes care of Goods Issue from MIGO?
    Thanks

    BADI :
    MB_MIGO_ITEM_BADI
    MB_MIGO_BADI
    Idocs:
    /ISDFPS/GOODSMVT_SAPCREATE01
    /CWM/MBGMCR01

  • Standard Idoc for Work order?

    Hi,
    Can you please let me know what is the Standard Idoc for Work order?
    Thanks
    POINTS WILL BE AWARDED

    Hello,
      Standard IDOC type for Work Order is LOIPRO01.
    Thanks,
    Venu

  • Standard Idoc for Purchase order?

    Hi,
    Can you please let me know what is the Standard Idoc for Purchase order?
    POINTS WILL BE AWARDED

    Hi Guest
    You can use it, if all your required field are in that Idoc basic type.
    http://sap.ittoolbox.com/documents/popular-q-and-a/extending-a-basic-idoc-type-2358
    http://abapprogramming.blogspot.com/2007/11/abap-idocs-basic-tools.html
    Award points for helpful answers

  • Standard Idoc for Purchase Order Receipt?

    Hi Experts,
    Is there a standard idoc for Purchase Order Receipt?
    Please let me know.
    Thanks,
    Rakesh.

    here we go:
    Goods Receipt MIGO IDOC

  • How to find the standard Idoc for Transfer Order (LT03)

    hi
    How to find the standard Idoc for Transfer Order (LT03)
    How to create the Idoc on LT03
    plz help me out
    Thank u
    Ram

    Someone is using FM: L_IDOC_INPUT_WMTORD, message type WMTORD and basic type WMTOID01 in doing this when trying to send an Idoc to an external system when a transfer order for a delivery note is created (LT03). Is it OK
    Please reward points

  • How to create outbound IDOC for Accounting document type RV

    Hello All,
    We have a requirement to create a downpayment request for a customer. We have copied the FAZ billing type and created a ZFAZ. For this the accounting document type generated is RV. This RV is a statistical document and does not contain any debits and credit entries. It is just to inform the customer to pay. We have to generate an IDOC for the same. I have configured FIDCC1 standard FI message type for this in ALE. But it does not seem to work.
    Does anyone have any inputs on this ? May be RV does not use the message type FIDCC1 ? Anything in relation to RV or downpaymnts, please let me know..
    Appreciate your responses.
    Thanks
    SH.

    Hello Alpesh,
    I tried adding breakpoints to the following userexits and many other places where they occur..but while creating billing doc FAZ nor while generating accounting document RV they were triggered.
    I have created a distribution model and created the partner profile with outbound for basic type INVOIC02 for message type INVOIC . What do you say?
    Just a note that this is an outbound process and i cannot use process codes.
    - EXIT_SAPLVEDF_001 User_Exit controll data IDoc_Output_Invoic
    - EXIT_SAPLVEDF_002 User_Exit customer enhancement of segments outbound invoice
    Thanks
    Smitha
    Edited by: Smitha H on Jul 25, 2008 7:56 AM

  • Standard IDocs for Inbound Sales Invoice

    Hi All,
    Beginner in the forum.
    I have a requirement to develop an IDoc interface for Sales Invoice. I am not sure about the Basic IDoc Type, Message Type and Inbound Function Module to be used.
    I can see Basic Types INVOIC02/01 and Message Type INVOIC. And the Function Modules IDOC_INPUT_INVOIC_FI and IDOC_INPUT_INVOIC_MM assigned in WE57. As my requirement is in SD perspective, I am little confused which one to use.
    Any pointer would be helpful.
    Thanks in Advance,
    Khanshi

    Sales invoices are generated referencing existing orders and deliveries through VF01 or VF04. Most if not all data for creating the invoice comes from the existing order/delivery documents (except may be freight costs etc which are know only during invoice time). So there is no standard IDoc (as most data for creating sales invoice is already there in SAP in the form of reference delivery/order) to create a Sales invoices. Sales invoices created through VF01/VF04 are outbound and can trigger INVOIC message type IDoc through IDOC_OUTPUT_INVOIC which is sent from SAP to the customer for billing purposes.
    The IDOC_INPUT_INVOIC_FI and IDOC_INPUT_INVOIC_MM are for creating inbound vendor FI invoice (like that created by FB60) and MM vendor invoice (like that created by MIRO) respectively.
    If you want to create a sales invoice through BAPI the below modules are available but I am sure there isn't a standard IDoc function to post a inbound INVOIC IDoc to customer/sales invoice. These BAPIs will of course require you to input the reference document (delivery or order) to create the invoice.
    BAPI_BILLINGDOC_CREATE
    BAPI_BILLINGDOC_CREATEFROMDATA
    BAPI_BILLINGDOC_CREATEMULTIPLE
    Best regards,
    Vishnu Tallapragada

  • IDOC for Accounting documents

    HI All,
    Can you help me on this issue?
    I have one requirement after create billing documents and Accounting documents ,system should create IDOC for those documents to  transfer  to other system.
    So can you guide me how can be this configuration
    Ishikesh

    Hello,
    You check the possibility of an alternative of this. I believe your requirement is to send the accounting information to a third party system for further processing.
    Get the mapping details of the third party system and decide the IDOC type and IDOC segments. Get the help of a technical person, he will guide you propoerly.
    Regards,
    SAM

  • Any standard IDOC  for Goods Issue and Goods Receipt ?

    Hi ALE/IDOC Experts,
    Seeking the experts advise on the following questions.could someone help us please..
    1. We are in need to post an IDOC which should do a Goods Receipt against the open PO - We are struggling to identify the right IDOC and its process code - Do we have any IDOC for that?
    2. We have to do a Goods Issue by posting an IDOC.Please help me in finding out the right IDOC (with Process code) for GI posting.
    We also have a plan to use ORDERS05 IDOC for GI posting by writing the customized process code (considering the future use of ORDERS05 to create SO). You could throw some light on this if possible.
    Thanks in advance,
    RGds,Vasanth.

    Hello Gajendra,
    Thanks for the timely input.I am thinking why not use ORDERS05 idoc and to have a custom code for that to do both GR/GI posting.Taking into account of future use of ORDERS05 in mind.
    I know for sure we can do that for GI.would it be possible to do the same for GR too
    If you can provide your suggestions on this that would be useful as you have already done that.
    Thanks in advance.
    RGds,Vasanth.

  • Standard IDOC for Goods Receipt

    Hello ppl,
    I have a requirement wherein I need to trigger an IDoc whenever a Goods Receipt is saved.
    Is there any standard outbound IDoc for this functionality?
    Please help.
    Thanks,
    Dawood.

    HI
    Trigger an Idoc when GR is saved.
    Re: Idoc type for Goods Receipt
    Regards
    Pavan

  • Standard Idoc for Oubound sales order billing plan

    Hi Guru,
    Can any one let me know is there any standard  idoc type are available for outbound sales order Billling Plan.
    Much appreicated your help.
    Thanks a lot.
    Regards,
    Jairam

    Hi Ravi,
    I'm unsure whether this will help you or not. In VOV7, choose your It Cat, in detailed screen of It Cat settings there's a checkbox with "Business data" when not checked which will allow you to change Data at Item level.
    Regards
    SD

  • Standard IDocs for Transfer Order Details

    I am integrating SAP WM with an external System. I want to send the Transfer Order details to the external system using Idocs. Please let me know what are the standard IDocs available for Transfer Order and TRM Task.

    Hi,
    There's no std idoc for TRM tasks to be send to an external system. I am busy developing one for our business process requires TRM tasks to be send down to a voice solution via bapi and then the confirmation thereof back to SAP via idoc.
    Regards,
    Hein

Maybe you are looking for

  • Inventory Collection Failure Following Upgrade to 3.2

    We have 90 Cisco VPN 3002 Hardware clients deployed that we manage using Ciscoworks. Before our recent upgrade from 3.1 to 3.2 all VPN 3002 devices previously inventoried and fetched configs successfully. Following upgrade this week we are seeing Inv

  • What does XMLType.isFragment () throw SQLException with no details?

    package com.test.db.xml; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import oracle.jdbc.OracleResultSet; import oracle.xdb.XMLType; import oracle.xml.s

  • Trouble uploading pictures from safari

    everytime i try to upload a picture to a site on safari it opens into my photobooth documents and freezes safari so all i can do is force quit, i cant upload pictures at all. how do i fix this?

  • SAPBEXEmbedQuery

    Hi, Can anyone tell me how to keep a query from executing when I load it into my workbook via SAPBEXEmbedQuery in the BEX API toolset?  I want to set some variable values after I load the query and then have it execute.  Right now it still prompts me

  • J2ee beta2 RH8.0 setup fails with segmentation violation

    On my RedHat 8.0 Intel Linux, I unzipped the 103858908 bytes of j2eesdk-1_4-beta2-linux-eval.zip into a directory called j2ee_sdk_lin and executed the 'setup -console' command as per the Installation notes. But the setup aborts with segmentation viol