Basic Standard IDOC type v shall b using which is relevant to our scenario

Hello Everybody,
We need to use SAP ALE functionality to transfer the date instantaneously.
The interface is designed to transfer ABC employee's attendance & absence data to XYZ SAP instance for time evaluation and payroll transferring.
Can anybody let me know the general scenario v follow for this interface to happen.
for e.g. :
Start--> Remote system call > IDOC_INBOUND_ASYNCHRONOUS>Pass communication to the system > User ID validations-> Data in Control Records ---> ALE Services filtering --> Application IDOC saved in the Database ---> Process IDOC immediately ---> Run tht Report prgm RPTEXTPT --> Read Process Code from Partner Profile -> Posting Module-->END.
I'm using the Business Object - BUS7011,
     Tables Ptex2000,PTEX2010.
Do v follow the same scenario for the CATSDB to happen in both SAP instances.
I want the Basic Standard IDOC type v shall b using which is relevant to our scenario of Payroll and Time Sheet Management.
Plz let me know.
Any pointers will be much helpful.
ThankQ
Rohini.
[email protected]

Solved myself.

Similar Messages

  • 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

  • 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

  • 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

  • Collect Multiple IDOC(Single IDOC type) to single file using BPM

    Hi All,
    When i am generating multiple IDOC for the same message type, i am getting multiple payload for the same as a result i used to get multiple files generated in application server.
    Now if i use BPM only to collect multiple IDOC to a file then what all the steps that i need to follow for the same.
    Ex: I want to post 10 IDOC for a single IDOC type,, Now using BPM in XI i want to collect all the 10 IDOCs with multiple payload into one single message and then want to process this in XI to generate the file.
    It would be glad if anyone refer me a good step by step blog for the same.
    Thanks in advance,
    Jay

    Thanks a lot Abhisek.
      I have also got a blog explaining the exact thing. But in the blog the ID part was missing which is present in the link you have provided.
    I will be glad if you can through some light on the ID part,, however the IR part and the BPM part is now mostly okay to me.
    I will configure this today only,, and may seek your help for any huddle.
    Thanks a lot once again.
    Regards,
    Jay.

  • Creating IDoc Type from Change Pointers using RBDMIDOC

    Hi All,
    we are executing program RBDMIDOC(Creating IDoc Type from Change Pointers) evrey 15 minuts in background.
    Issue : if some jobs are taking more than 15 minuts then next jobs are failed,
    is next job will pick up any idocs that were missed?
    there is no extesion's and ther is no Z-fields are used in that message type , we are used OILMAT as mesage type.
    Regards,
    DSK
    Edited by: suresh dameruppula on Aug 5, 2008 2:04 PM

    Hi,
    Include a step in your job and have a program which checks if a job is already running. If yes do not start the next instance of the same job.
    in the custom program just call function module
       CALL FUNCTION 'ZBC_JOB_ALREADY_RUNNING'
          EXPORTING
             JOBNAME           = p_job
          IMPORTING
             JOB_RUNNING       = w_count
          EXCEPTIONS
             JOB_NOT_SPECIFIED = 1
             OTHERS            = 2.
    Code within FM ->
       select count(*)
       into   job_running
       from   tbtco
       where  jobname = jobname
       and    status  = 'R'.
    where p_job is the job name.
    w_count is current running job count. If its greater than 1, then stop the 2nd with an error message.
    Rgds,
    Hema

  • User Exit available for basic inbound idoc type MBGMCR01 in SAP R/3

    HI,
    We are looking for the User Exit for BsicIdoc MBGMCR01.
    When we create confirmation in EBP, this idoc gets triggered from EBP to R/3 to create goods receipt material document.
    Regards,
    Nikhil.B

    Hi
    <b>Please go through the following links, for all the required details -> </b>
    GRN IDOC Transfer to ERP  - MBGMCR01 ( 2 IDOCS created)
    Re: GR IDOC Number
    Re: Confirmation screen field to be mapped to backend field
    Re: Delete goods confirmation in SRM3.0
    Re: Not able to change confirmation date
    Confirmation against Backend PO for SRM@ERP2005
    Re: SRM Confirmation # in R/3
    Re: Goods Confirmation not transferred to backend!!
    Hope this will definitely help.
    Regards
    - Atul

  • Restructuring the basic IDoc type DELVRY03

    Hi experts,
    My rek  is to restructure the Basic Idoc type DELVRY03 for outbound delivery.
    I am using IDOC_OUTPUT_DELVRY.
    Is there any exit or badi for this.
    Thanks

    we31:
    Create your new segment.
    Save and remember release (edit-set release)
    we30:
    Create your new idoc type. Create like extension.
    In your linked idoc type fill your standard idoc type.
    Press create new sement button for add segments and put your Z segment created in we31 with min and max quantity.
    Save and release the idoc type
    Regards

  • Basic type and idoc type

    hi iam having z-basic type how to find what is the standard idoc type(for ex MATMAS,Creamas) for that

    Step1. Go to WE30 and give the extended IDoc name
    Step2. Check the extension button and click on display
    Step3. Click on header button (Top 3rd left button)
    Step4. In Technical Attributes, you will get the name under "Linked Basic Type"
    Hope it solves your query...
    Regards,
    Prasoon Sahay
    Edited by: Prasoon Sahay on Sep 2, 2009 2:18 PM

  • Basic IDoc type ZSAB008 is unknown

    We just completed a client copy of our Production landscape to our Test landscape including R/3, BW and SRM.  In BW we have a source system of type File System that is used to upload data from flat files.  Prior to the client copy uploads using this source system worked fine.  Now when trying to upload a file I get the error above. 
    I manually created a source system of this same type in our Sandbox system to test this functionality prior to using in our "real" systems and I do not recall having to create any Idoc Types manually.  I'm not sure how to fix this. 
    I'm looking at Source System > Restore but I can't find any good documentation to tell me if that is what I should do.  Can someone tell me what "Restore" does and how the ZSABxxx Idoc types were created in the first place?  In our BW SBX system we have 3 ZBASxxx types, one for each Source System, in BW TST we only have 2 one for the R/3 source system and one for the internal BW system.  Are they automatically generated in the process of activating the Source System in the first place?
    Thanks for your help.

    Hi,
    This is problem normally occurs,if you had not handled properly the system copy. Recently we also faced this problem . We solved it by the help of notes : 325470 and 184322
    So Sit with Basis guy and use these notes.
    With rgds,
    Anil Kumar Sharma .P

  • Standard Message type

    hi ,
           i am working on creation of Zshipment idoc , which resembles the same as shipment05 idoc  but i have added some zsegments in the custom idoc . My question is whether i can continue using the standard messge type or shall i create an Zmessage type  . kindly suggest
    regards

    Hi Gurunath,
    Just create an extension for your basic type SHPMNT05 in the tcode WE30 and just maintain that extension in the WE20 & WE82 transactions. Make sure that your process code populates the extra ZSEGMENTS which you have created. You can do this through some user exits available in the standard process code. After doing this when you generate the IDOC, you can see the Z segments in your IDOC.
    Refer the below blog on how to create the extension using WE30 transaction.
    /people/jiaxiang.huang/blog/2008/01/14/some-experience-on-idoc-enhancement
    ~Vaas
    Edited by: VaasPal on Jun 4, 2010 11:56 AM

  • Implementation of IDOC types FINSTA01 and PEXR2002

    Hi All,
    I want to implement the 2 IDOC types PEXR2002 and FINSTA01 using EDI.The requirement is like I have to generate both the inbound and outbound processing for both the IDOC types using EDI.
    I have the following queries :
    1)What are the basic fields that are required for both the inbound and outbound processing(like file format)
    2)How the inbound and outbound processing will be triggered like how can I send the file from SAP to EDI or how can I get the file from EDI to SAP and how to uplaod the record into SAP is there any SAP standard transactions or any standard reports or do I have to configure in the SPRO etc.
    3)What are the settings that I have to configure?
    Please help me out and your help will be appreciated.
    Thanks and Regards,
    Ramesh.

    Hello Ramesh,
    The answers to your questions are a few chapters in some books, meaning its quite large.
    But in short.
    1. the minimum fields are what is required by that particular transaction in SAP for inbound and for outbound you gotta check with the receiving party what they need.
    example , if you are posting a PO in SAP, then what are the mandatory fields, thats the minimum.
    With every idoc , incoming, there are a few ways to post, most common is via function modules.
    Lets say you know a partner which will communicate via EDI, you have to maintain a partner profile in WE20.
    There you define the incoming and outgoing messages.
    Every message has, idoc type.
    Transactions WE42 and WE43 are where you define a process code for attaching the message type/idoc type to a Funtion module.
    Also there is config for setting up output types, see transaction NACE.
    This is a process with lots of parameters.
    You would be better off getting a book which explains it all in a proper order.

  • 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.

  • 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  or BADI's

    Hi,
    Are there any standard IDOC types for the transactions
    1. IW41 (Create PM Order Confirmation) - Inbound
    2. Service order (IW31) - Outbound
    Thanks
    Sudheer

    Hi Sudheer,
    The IORD transaction requires the user status(as you correctly said)....However you can copy the report to a Z-Program and avoid this....
    However, i am not sure about the impact of this....
    Regarding the ALE paramters, this report expects the IDOC to be sent to a Logical system(partner type 'LS'). The report internally uses the FM IDOC_OUTPUT_IORDER01 to sent the IDOC. This sets the IDOC control record with Receiver partner as type 'LS' and the logical system name which is supplied.
    If you want to sent to these a different partner type, some type of custom coding may need to be done...
    Also pls post this question in the ABAP forum ....that is a more appropriate place....
    Thanks,
    Renjith

Maybe you are looking for

  • Linking multiple emails to a single event in ical and/or to do's

    Hi: Often I receive emails and I want to link them to an event in ical. OS X does this just fine as long as there is date in the email that OS X can recognize. The problem is sometimes I get multiple emails relating to the same event and I would like

  • Acct *** Cat in ECC 6.0

    Hi there! Am implementing MM in ECC 6.0 and came across the "missing" standard Account Assignment Category for stock/inventory items that is <blank>.  It's not in the V_T163K struc/table. Need help to get this AAC. Thanks, Melanie

  • How do I pass the exact datetime parameter in a procedure.

    How do I pass the exact datetime parameter in a procedure. Hi All, I have a datetime problem which is driving me crazy. I need pass a datetime field as a parameter in an oracle procedure exactly as below with timestamp. Example: '6/01/2005 5:25:24 AM

  • [URGENT]Problem in upgrading to Oracle BPEL 10.1.3

    We were trying to upgrade to Oracle BPEL 10.1.3 from 10.1.2.0.2.The current system had Oracle Application Server 10g (10.1.2),BPEL 10.1.2 and AS B2B Integration 10.1.2.0.2 and it was working fine.Now we are trying to upgrade to BPEL 10.1.3 so we inst

  • 10g / Enterprise Manager / SAVES old CONNECT STRING

    Using 10g Personal Edition on Windows XP, I was able to use Enterprise Manager. Then I rebooted. My DSL modem changed the IP address. The previous IP address was stored in SqlNet.ORA, TNSNames.Ora, the Registry and in a file directory name: F:\oracle