Standard IDoc Type for Inbound NonPO Vendor Invoices - FB60

What should be the perfect standard IDoc Type for Inbound NonPO Vendor Invoice posting. Tcode FB60.
I found IDoc Type FIDCCP02 but the Function Module 'IDOC_INPUT_FIDCC2' for FIDCCP02 is not released.
In the same way many other standard function modules like - IDOC_INPUT_ACLPAY, IDOC_INPUT_FIDCCH, IDOC_INPUT_ACC_INVOICE_RECEIPT and few more are not released.
My question : If at all I have to use standard IDoc Type, Message type and Function module (Released) for Inbound NonPO Vendor Invoices, then what should be the solution from SAP ?
Thanks,
Veeru.

Hi,
IDOC_INPUT_FIDCC2 for FIDCCP02 works for us in ECC6.0
If you want Automatic tax calculation functionality using FIDCCP02.. then FIDCC2 is not correct message type for you. In that case you should probably go for :
Msg: INVOIC
Basic type: INVOIC02
FM: IDOC_INPUT_INVOIC_FI
Process code: INVF
Thanks,
Kumar

Similar Messages

  • Standard idoc type for Vendor invoices

    Hi All,
           Can anyone tell me if any <b>standard idoc type for Vendor invoice(Cleared items)</b> exists and if any standard report is there to populate and distribute that idoc?
    I want the fields bukrs,belnr,lifnr,bldat,cpudt,zfbdt,zterm,xblnr,waers,dmbtr and mwsts in that standard IDOC.
           Thanks in advance

    Hi,
    check this IDOC types..
    SINGLEREMUNRQS_CREATE01 "46A
    SINGLEREMUNRQS_CREATE02 "620
    regards
    vijay

  • Inbound Idoc type for posting Non-PO Invoice

    Hi,
    I am looking for an inbound Idoc type to post Non-PO Invoice.  The Idoc types INVOIC01 and INVOIC02 helps me to post the invoice with reference to PO.  But I am looking for the Idoc type to post the invoices without reference to PO i.e., For example to post the transaction FB60 (Enter vendor invoice without ref to purchase order).
    with regards,
    suresh

    Hello Deep,
    I know it might be quite late for you for this answer, nevertheless I will write that, because there are lots of question like yours. bapi_incominginvoice_park is also a suitable bapi for you. All you need to do is call it this way:
    data: headerdata like bapi_incinv_create_header value is initial,
            table_item type table of bapi_incinv_create_item,
            gl_account like bapi_incinv_create_gl_account,
            table_gl type table of bapi_incinv_create_gl_account.
    * fill headerdata and table_gl, leaving table_item empty
    CALL FUNCTION 'BAPI_INCOMINGINVOICE_PARK'
        EXPORTING
          HEADERDATA                = HEADERDATA
    *   ADDRESSDATA               =
        IMPORTING
          INVOICEDOCNUMBER          = lv_docnr
          FISCALYEAR                = lv_year
        TABLES
          ITEMDATA                  = table_item
    *      ACCOUNTINGDATA            = table_acc
          GLACCOUNTDATA             = table_gl
    *   MATERIALDATA              =
    *      TAXDATA                   = table_tax
    *   WITHTAXDATA               =
    *   VENDORITEMSPLITDATA       =
          RETURN                    = lt_return.
    This works perfectly for me, creating a mir7 document without refering to a PO. The trick here is to fulfill the glaccountingdata importing table while leaving itemdata empty.

  • Message Type ( Idoc Type ) for customer master & Pending invoice

    Hi
    My Client is doing sale in POS for credit customers and credit customer master should be sent to POS as outbound Idoc.
    1.What is the standard message type for sending Customer masters to POS. WP_PER01 is not activated for  version 700 ( message  getting on WE60 ).  Plse let us know is there any another message type for customer master.
    2. Also i need to send the credit limit of the customer  to POS . Is this possible by standard message type or we need to go for ZIdoc?.
    3.Is there standard Outbound Idoc ( Message type ) available to send the Pending invoice list toPOS?
    plse help me on the above
    Regards
    Anis

    Hi ,
    you can use DEBMAS message type for customer master IDOC ,
    Tcode Bd12
    Thanks,
    Amit

  • Standard IDOC type for Posting Open AR items(Similar to FB01 posting)

    Hi,
    I need to know if there is any standard IDOC type that can be used to post the incoming open AR items into SAP.
    The below are the fields that are coming into the SAP.
    Header:
    BLDAT     DATS     8     Document Date
    BLART     CHAR     2     Document type
    BUKRS     CHAR     4     Company Code
    BUDAT     DATS     8     Posting Date
    WAERS     CUKY     5     Currency Key
    XBLNR     CHAR     16     Reference Document Number
    BKTXT     CHAR     25     Header Text
    Line item data:
    BSEG     BSCHL     CHAR     2     Posting Key
    BSEG     "KUNNR "Customer Number
    or
    LIFNR"     CHAR     10     or Vendor Number"
    BSEG     WRBTR     CURR     13.2     Amount in document currency
    BSEG     ZTERM     CHAR     4     Terms of payment key
    BSEG     ZFBDT     DATS     8     Base Line Date
    BSEG     ZUONR     CHAR     18     Assignment
    BSEG     RSTGR     CHAR     3     Reason Code
    Line Item data: tax amounts
    BSEG     BSCHL     CHAR     2     Posting Key
    BSEG     HKONT     CHAR     10     G/L (Tax) Account Number
    BSEG     WRBTR     CURR     13.2     Amount in document currency
    BSEG     FWBAS     CURR     13.2     Tax Base Amount
    BSEG     MWSKZ     CHAR     2     Tax Code
    BSEG     PRCTR     CHAR     10     Profit Center
    Thanks
    Shiva

    Hi
    Try
    FIDCCP02 or FIDCC*
    Regards
    Neha

  • IDOC Types for Purchase Orders, Vendor Master and Goods Receipt

    Hello All,
    Can any have idea about the IDOC Types that can be used for triggering when the actions creation/change/deletion on Purchase Orders or Vendor Master or Goods Receipt is performed?
    Please let me know the names of IDOC Type, Process Codes, message type... and all the other required information...
    Thanks in Advance,
    Kumar.

    Hello Ferry,
    Thanks again for the IDOC Types. I have another question. Can we use those IDOC types for creating/changing/deletion of Purchase orders or Vendor Master or Goods Receipt happens? I mean can we configure in such a way that when ever there is a change or deletion of PO or VM or GR happens?
    I have got to know about the IDOC PORDCH01 which can be used for Purchase Order. Can u suggest me which can be used for PO's?
    Regards,
    Phani.
    Message was edited by:
            Sivapuram Phani Kumar

  • Inbound 810 Vendor Invoice IDoc Integration

    Greetings,
    I need to quickly setup an inbound 810 invoice integration in a 46C ERP environment. I would like to leverage the INVOIC02 IDoc and it's accompanying ALE services to import vendor invoices into A/P. These vendors are finished goods vendors and so the invoices will be associated with NB SAP Purchase Orders. Can anybody give me some quick pointers and links on setting this up? Looking for best IDoc type, message type, process codes, mapping tips, etc..
    Thanks!

    ACC_INVOICE_RECEIPT seems to be a complex sturcture used in various applications, do you have any info on what segments to use for importing a vendor invoice referencing a finished goods PO?

  • IDoc type for invoices

    Please tell me the idoc type for invoices passing from SAP to Crossworlds.Please reply ASAP.
    Thanks & Regards
    Tharani

    Hi,
    below link might help you.
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    regards,
    venu.

  • Outbound output type & Idoc type for MIRO (Invoice Posting)

    Hi Gurus,
    I have requirement like , I want to send the outbound IDoc to a external system containg the invoice detials after Saving in MIRO.
    I am not able to find any output type & Idoc type for the same.
    By going through varios threads , I found that there tell there is no Idoc type & output type for sending Idocs after MIRO.
    Kindlt let me know, if it so, or how this req can be fullfiled by other ways.
    Thanks
    Amresh

    Hi,
    Create Custom Idoc type with required fields,custom output type and assign it to partner profiles.(If there is no std idoc type or output type)
    Use Funtion module MASTER_IDOC_DISTRIBUTE to generate Idocs while saving MIRO, for this you need to find exit or implement implicit enhancement while saving MIRO.
    Regards,
    Ashok.

  • Idoc Type for Goods Receipt against a PO

    Hi ,
    The Goods Recept is already done in my legacy system, So my interface updates the goods receipt in SAP based on goods receipt done in Legacy system.
    I receive following data:
    Plant
    Purchase Order Number
    Line Item
    Pack List Number
    Material Number
    Quantity
    Storage Location
    GM_CODE = '01'
    MVT_IND Movement indicator = 'B'
    So I want which Standard Idoc Type I can use for this.
    I reffered to Note 833603.
    In that
    1. WMMBXY (WMMBID01, WMMBID02) and
    2. MBGMCR (MBGMCR01, MBGMCR02) is mentioned.
    Which one I should Use, as this GR is done again PO so its mandatory for me to pass Purchase Order Number and line item.
    Plz guide me which IDOC type i shd choose.

    Hi,
    Use the message type WMMBXY, IDOC Type as WMMBID02 and the function module is L_IDOC_INPUT_WMMBXY (Process Code WMMB) to process the Goods Receipt against a PO.
    I have successfully used that in many projects till now.
    Please let me know if you have any queries.
    Thansk,
    Mahesh.

  • Confusion on IDOC types for creation of PO

    Hi,
    Requirement is sending PO from sendin SAP system to receiving system.
    For sending am using-
    Processing code ME10
    On serching forums and tutorials,  i came across IDOC type- ORDERS05 but this idoc type is for both PO and SO.
    PORDCR04 idoc type for creation of PO only.
    Some post says PORDCR04 doesnt create PO header text.On the other hand,For inbound processing of PO idoc ( using ORDERS05 ) processing code is not available.
    I will be thankful if somebody can guide me which of these idoc types is preferable.
    Thanks.
    Edited by: Sanjay_lnt on Jan 8, 2011 3:49 PM

    Hell Sanjay
    Outbound ORDERS (= Purchase Order) and inbound ORDERS (= Sales Orders) are like siblings which reflect the customer / supplier relationship.
    In case of the PORDCR04 IDoc it is somewhat different because does it make sense to have the same purchase order in different system?
    In our case a POS (= point of sales) system is used to create a purchase order (for replenishment) which is then converted (via SAP-PI) into an inbound PORDCR04 IDoc in the ERP system. Out of this purchase order a replenishment delivery (for the shops) is created.
    Regards
      Uwe

  • Idoc type for personnel area

    Hello Everyone,
    Could someone please let me know Idoc type for sending personnel area details.
    We want to send Idoc whenever a new personnel area is created / changed in SPRO.
    Best Regards,
    Priyanka Gupta.

    Hello Priyanka,
    Use the standard idoc Message Type HRMD_A for master data and then you can included the following code in FILTER_VALUES_SET method of the BADI implementation by T code BD64
    CHECK OTYPE = 'P '.
    *SELECT * FROM PA0001*
    INTO PA0001 WHERE PERNR = OBJID
    AND BEGDA <= SY-DATUM
    AND ENDDA >= SY-DATUM.
    record is valid today, no authorization check*
    EXIT.
    ENDSELECT.
    IF SY-SUBRC = 0.
    FILTER1 = PA0001-BUKRS. ELSE.
    CLEAR FILTER1.
    ENDIF.
    Note: the record you are testing for has your desired company code PGPB.
    regards

  • Idoc Type  for Vehicle Master

    Hi Friends,
    Can any body tell me the Idoc type for
    1. Vehicle Master 2. Transport unit and their respective transaction code to send data.
    Points would be awarded for useful answers.
    With Regards
    Vasu

    Hi,
    Please maintain distribution model (BD64)  and partner profile (WE20), RFC connection (SM59) for message type DEBMAS (customer), DEBMAS (vendor) and MATMAS (material master).
    Once the above configuration done, then you can use the following transactions to send the IDocs.
    1.  BD12 - Send Customer IDocs (Sender -> Receiver) or
         BD13 - Get Customer IDocs (Receiver -> Sender)
    2.  BD14 - Send Vendor IDocs (Sender -> Receiver) or
         BD15 - Get Vendor IDocs (Receiver -> Sender)
    3.  BD10 - Send Material IDocs (Sender -> Receiver) or
         BD11 - Get Material IDocs (Receiver -> Sender)
    Regards,
    Ferry Lianto

  • What is the logical message type for Inbound Credit Memo (MM)

    Hi Folks,
    What is the logical message type for Inbound Credit Memo (MM)
    Plz explain.
    Thanks,
    Matt

    Hi Mat,
      The logical message types are as follows.
      /DSD/HH_CREDITDATA             DSD Credit Exposure and Credit lLmit
      CREADV                         Credit memo display
      CRESTA                         Copy credit status (DebtorCreditAccount)
      SBINV                          Credit memo procedure with invoice creation
      SBWAP                          SD Credit Memo Procedure with Automatic Postin
    You can search for message types in database table EDMSG.
    Regards,
    Vimal.

  • IDOC type for interface between SAP ECC and SAP F&R

    Hi Experts,
    I need SAP standatd IDOC type for interfacing between SAP ECC and SAP F&R [SAP Forecasting and Replenishment] using message type u201CFRE_LOC_SITEu201D.
    Please help me in finding the idoc type?
    Regards,
    Krishan

    Hi Denish,
    You have 2 ways of loading data from R/3 to APO.
    1. R/3 to BW cube to APO-BW cube to APO planning area
    or
    2.  R/3 to APO-BW cube to APO planning area   
    BW can be a enterprise BW system ( independent) or you can use the BW inbuilt in APO also referred to as APO-BW.
    The only difference between the 2 BW systems is APO-BW can not take the load of reporting where as the enterprise BW can.
    Unless your company policy requires the enterprie BW system, I suggest using 2nd way.
    You can load the data from R/3 to APO-BW cube using extractors either generic or standard depending on your data. You need to have a RFC connection setup between APO-BW and R/3. ( This is not CIF).
    When you load the data into the APO-BW cube, you just have to load the data from the cube to APO planning area using the transaction /sapapo/tscube.
    Refer to [DP Data Mart|http://help.sap.com/saphelp_scm50/helpdata/en/13/5ada58309111d398250000e8a49608/frameset.htm] for more information about the data transfer between APO-BW and APO.

Maybe you are looking for