ALE customizing tables

Hello,
I need to know the list of tables related with the customization of ALE. Where can I find this information? This is to protect this customization in the case of copying SAP clients.
Thank you!

Tables of Interest In EDI:
ARCH_OBJ Objects for Archiving
BDAUDQUEUE ALE Audit queue with not-processed
IDOCs
BDAUDSTATE Statistical key figures for the ALE Audit
BDCP Chg pointer
BDCPS Chg pointer: Status
BDSER Serialization: last date of object at sender
BTCUED User event IDs for background processing
CDHDR Change document header
CDPOS Change document items
CIMHIS EDI: Predecessors of Ext Types
CIMSYN Table for Syntax Desc of IDoc Type Exts
EDADM EDI client-specific system parameters
EDCIM EDI: Value Table for Cust. Ext Types
EDCIMT EDI: Short Desc of Ext Types
EDE1T EDI: Text table for OutB process codes
EDE2T EDI: Text table for iInB process codes
EDE5T EDI: Text table for error processing codes
EDE6T IDOC: Text table for proc cds for iInB statuses
EDFI2 EDI: Last processed Doc in file
EDFIL EDI: Last processed Doc in file
EDI_MONIT WF-EDI: Struc. for Dflt Values in EDI Mon
EDI30C IDOCClusters 3.0C Onward
EDI40 IDOC Records for 4.0 -
EDICONFIG CA-EDI: Param tbl for user configuration
EDID2 Data seg (IDOC) from 3.0C
EDID2 IDOC segments (version 3.1)
EDID3 Data seg table (EDI IDocs) from 3.0
EDID4 IDOC segments (version 4.6)
EDIDC Control record (EDI Intermediate Doc)
EDIDC IDOC Control Records
EDIDD Data seg (EDI Intermediate Doc)
EDIDO Value table for IDoc types
EDIDO Value table for IDoc types
EDIDOT Short Desc of IDoc types
EDIDOT Short description of IDoc types
EDIDS IDOC Status Records
EDIDS Status record (EDI IDoc)
EDIE5 Assign log. addr to phys destination in SAP
EDIFCT IDoc: Asgmnt of FM to log. Msg and IDoc
type
EDIFM IDoc: FMs for creating file names
EDIFMT IDoc: Text table for EDIFM (funct. module for
file names)
EDILOGADR Assign logical address to physical destination
EDIMAP EDI: Asgmnt Table Between IDoc and
Application Flds
EDIMSG EDI: Msg Types and Asgmnt to IDoc Types
EDIMSGT Short Desc of SAP Msg types
EDIPHONE CA-EDI: Telephony data for partner profiles
EDIPO Table for Desc of ports for EDI
EDIPOI Table for describing Internet ports
EDISEG EDI: IDoc Type Segs with Asgmnt to Seg
Type
EDISEGT EDI: Short Desc of Segs in EDSEA/EDISEG
EDISYN Docation Table for Generated Syntax of IDoc
Types
EDIVAL Ref. From Check Table to Languagedependent
Table
EDMAT EDI: Texts for the 'Maturity Levels' in partner
profile
EDMSG Value table for SAP Msg types
EDP12 EDI PP: OutB Table 2 (Find Process Code)
EDP13 EDI PP: OutB Table 3 (Log. Msg)
EDP21 EDI PP: IInB Table 1 (Find Code f. Process
Type)
EDPI1 EDI: Partner profiles (iInB)
EDPO1 EDI table for partner profiles (OutB), level 1
EDPP1 EDI PP: List of EDI Partners (IInB and OutB)
EDSEA EDI: Table of all segs of current release
EDSEG EDI: Convert segs to 3.0
EDSVRS EDI: Table of all segs of current release
EDSYN EDI: Convert IDoc type syntax to 3.0
IDOCHIS EDI: Predecessor of basic IDoc types
IDOCSYN CA-EDI: Syntax Desc for basis IDoc types
IDOCVRS EDI: IDoc type versions created by Cust.s
NAST Message Status
TBD00 Cust. models
TBD03 Communication relation between systems
TBD10 Def., out of which IDOC Flds a filter object is
to be read
TBD12 Map Msg type -> serialization and link type
TBD13 Org units to be converted in IDoc Flds
TBD14 Msg type -> object type
TBD20 ALE: data for IDOC projection filter
TBD21 ALE: IDOC reduction
TBD22 ALE: map IDOC-Flds to Chg Doc Flds
TBD23 ALE: definition of mandatory segs/Flds
TBD30 ALE: Conversion rules for IDOc segs
TBD50 Msg-dependent attributes for IDOC input
methods
TBD51 Attributes of IDOC input function modules
TBD52 Function modules for iInB ALE-EDI
TBD62 Asgmnt of Chg Doc field to Msg type
TBDA1 ALE active
TBDA2 ALE Msg active
TBDLI Listings for a logical system
TBDLS Logical system
TBDLST Text for logical system
TBDLT Lists for a logical system for ALE distribution
TBDME ALE supplement data for EDI Msg type
TBDMS Asgmnt of Msg type to IDoc type for ALE
TBDRCSTATE Objects in Recovery
environment (ALE)
TEDE1 EDI process types (OutB)
TEDE2 EDI process types (iInB)
TEDE3 Function module, which displays EDIDS
record
TEDE5 EDI Process codes for error handling
TEDE6 IDOC process codes for iInB statuses
TEDEF Assign proc. type to funct. module that
processes proc. type
TEDS1 IDoc status values
TEDS2 Short Desc of IDoc status values
TEDS3 EDI status values: Importance/qualification
TEDST SAP EDI Form routines to read master data
TEDTT EDI: Partner Types - Language-dependent
Names
TEDWL Channel definition for transceiver
TEUDES Configuration of upload files
TEUPL Configuration of upload files
TEUPLT Name of configuration IDoc for transceiver
TKANA Entries for channel definitions
TKANAT Descs for channel definitions
TNAPR Pgms for output. Pgm to SAPScript.

Similar Messages

  • ALE/IDOC[custom table transfer]

    Hi All,
    I have a doubt regarding the type of programs used to post the idocs using ALE in the outbound process.
    Please also tell me which program I will use to post a custom table of mine to another server using ALE/IDOC.
    Please also tell me the procedure to do the same mentioned above.
    Please help. Its a urgent requirement...........................
    Thanks in advance......................................................

    Hi Guru,
    if you cannot use a standard idoc then you´ll need to create a custom one starting from the segment (WE31) where you can create an Idoc segment starting from your own Z table structure using the wizard.
    Then you´ll need to also create the idoc type (WE30) and link the segment to the IDoc.
    Then you´ll need to create a message type and link the message type to the Idoc type (WE81, WE82).
    Then you´´ll use RFC "MASTER_IDOC_DISTRIBUTE" to populate the IDOC and send the data.
    This is a sample code just to give you an idea:
    DATA:          
      Z_SEGNAME(7) TYPE C VALUE 'SEGMENT',
      Z_MESTYPE(9) TYPE C VALUE 'MESSAGE',
      Z_IDOC_TYPE(8) TYPE C VALUE 'IDOC'.
    DATA:
      IDOC_CONTROL LIKE EDIDC,
      T_COMM_CONTROL LIKE EDIDC OCCURS 0 WITH HEADER LINE,
      IDOC_DATA LIKE EDIDD OCCURS 0 WITH HEADER LINE.
    *Reads data from Z table
    SELECT *
    FROM ZTABLE
    INTO TABLE L_ZTABLE.
    *Set the control data info required for the distribution
    IDOC_CONTROL-MESTYP = Z_MESTYPE.
    IDOC_CONTROL-DOCTYP = Z_IDOC_TYPE.
    *Populate the IDoc
    LOOP AT L_ZTABLE.
      CLEAR IDOC_DATA.
      IDOC_DATA-SEGNAM = Z_SEGNAME.
      IDOC_DATA-SDATA = ZTABLE.
      APPEND IDOC_DATA.
    ENDLOOP.
    *Deliver the IDOC as defined in distribution model/partner profile
    CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' IN UPDATE TASK
      EXPORTING
        MASTER_IDOC_CONTROL          = IDOC_CONTROL
      TABLES
        COMMUNICATION_IDOC_CONTROL     = T_COMM_CONTROL
        MASTER_IDOC_DATA               = IDOC_DATA
      EXCEPTIONS
        ERROR_IN_IDOC_CONTROL               = 1
        ERROR_WRITING_IDOC_STATUS          = 2
        ERROR_IN_IDOC_DATA               = 3
        SENDING_LOGICAL_SYSTEM_UNKNOWN      = 4
        OTHERS                         = 5.
    IF sy-subrc = 0.
      COMMIT WORK.
    ENDIF.

  • ALE/IDOC[custom table]

    Hi All,
    I have a doubt regarding the type of programs used to post the idocs using ALE in the outbound process.
    Please also tell me which program I will use to post a custom table of mine to another server using ALE/IDOC.
    Please also tell me the procedure to do the same mentioned above.
    Please help. Its a urgent requirement...........................
    Thanks in advance......................................................

    hi,
    u can do it using CHANGE POINTERS method.For this u need to do the following configurations.
    1>WE81
    2>WE31
    3>WE30
    4>WE82
    5>SCDO
    6>BD61
    7>BD52
    8>BD50
    9>BD60
    10>WE20
    11>BD64.
    First create an object in tcode -SCDO,there u specify ur tablename.
    now the fields which are there in the ztable,in the further characteristics of the dataelement u need to check the check box CHANGE DOCUMENT HEADER.Now in SCDO u need to generate the upgarde program,the sap will generate four includes,u need to call them in ur program.
    U need to write one FM ,where u need to use the FM's.
    CHANGE_POINTERS_READ,
    CHANGE_POINTERS_STATUS_WRITE.
    Regards,
    nagaraj

  • ALE/IDOC Change Pointers for Custom Table

    Hello all,
       There is a requirement for my client, to trigger IDOC based on the Custom Table changes. The custom table has a maintenance view and will be updated/modified/deleted randomly by user. Now, i need to track the changes in that table and should trigger IDOC for the changes. The Message type i am using for this is MATMAS, as I need to incorporate changes to the same IDOC.
        Is it ok to modify BDCP/BDCPS tables to update the changes from custom table? The Custom Table changes can be tracked through DBTABLOG......and i have my logic to trigger the IDOC
      The question is: If i do modifications to BDCP and BDCPS, how this will impact? In future SAP upgrade/enhancements will this affect anyway? Can any one of you share your experience regarding this. Thanks.

    Hi Raja,
    You can send IDOC based on  table maintenance event
    I think you can code in event 02, to generate IDOC.
    Check below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm
    Regards,
    Nisha Vengal.

  • Shared Memory for Custom Table

    We have three separate business environments we will call A, B, and C. Is it possible to create shared memory of a custom table in A environment so that it can be read by ABAP logic in environment B, and environment C?
    We are considering the usual ALE connection, or, an RFC call. The reseach I've read on shared memory seems like it is most efficient and should work..... But, I do not see where a custom table is shared between environments.
        Thank-You

    "Shared Memory" as I know it is shared only within one application server. With "environment" I assume you mean different SAP instances like development system, test system etc., so shared memory cannot replace the techniques that you mentioned, in my opinion.
    Thomas

  • Error while deleting a customer table

    When I try to delete a customer table which is saved as a local object I get an error stating that the table is still used in ABAP Dictionary. It seems that the customer table is still used in a customer program, but the program is already deleted! I deleted the program earlier and thus no longer exist in our system. I cannot find any trace of the program, but am unable to delete the customer table now. Any suggestions?

    Program name would have been of the table maintenance generator and you deleted it manually.
    It should have been deleted from TMG .
    Your problem will be resolved if you will create Table maintenance of the database table and then delete it again.

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

  • Converting garbled characters for JAPANESE characters in a custom table

    Hi all,
    I have a custom table that store Japanese characters.
    After my company has upgraded to ECC6.0, this data in the custom table has become garbled and its alot of it garbled.
    Is there any SAP tool that can I use to make the correction on those garbled Japanese characters?
    Thanks,
    William Wilstroth

    Hi Nils,
    I really really really had a field day reading and testing around UC... To my dissappointment, I do not have the authorization to use SUMG and SCP too as well as a few of the TCODES...
    I finally told my higher level technical mgnt. that this table might need some changes...
    Has this problem of mine got anything to do with MDMP since its no longer supported in ECC6 and I found one coding that search for MDMP in RSVTPROT...
    My colleagues suggest that the data be corrected from table DBTABLOG... which i find, in my opinion, is not the right way...
    Thanks,
    William

  • How to Track the changes made to the custom table field value

    I want to track the changes made to the custom table field value in table maintenance generator.please help me it is very urgent
    Thanks & Regards,
    Kranti

    Hi Satya,
    These are the steps you've to do.
    1. Enable the change document flag in the data element level for the fields of the tables you want to monitor.
    2. Go to transaction SCDO. Create a new change object, and add your table to this object. After generation, you'll get a function module.
    3. Call this function module in the table maintainence generator screen, after the data is saved to the database table. This function module automaticallly writes the changes, with the old and new values, and the fields that were changed to the tables CDHDR and CDPOS.
    4. You can keep track of the changes made to the table by monitoring these tables.
    Regards
    Anil Madhavan

  • Custom Table for Verifying Duplicate Invoice against Legacy Invoice Data

    Hi All,
    We are trying to upload legacy invoice data in a custom table. Then we want to use SAP duplicate invoice check functionality to look for the potential duplicate invoice from this custom table as well apart from the standard SAP tables.
    If you know of some user exit or any function module which I can use to link this custom table with the standard SAP duplicate invoice check functionality then it would be of great help.
    Regards,
    Sanjay

    Hi Jurgan!
    Thanks for the reply,
    We are using ECC6,
    Support pack : SAPKH60013
    Settings for Duplicate Invoice Check In Vendor Master is correct
    Customization setting OMRDC transaction, tick mark for invoice reference no. only
    If all the cited characteristics match, the system displays a
    customizable message. M8462 (if logistics invoice documents are found) or M8108 (if accounting documents are found).
    I have ensured that message M8108 (if accounting documents are found) is maintained as an error message in OMRM.
    Still system is allowing duplicate invoices for the reference nos. 00082 and 00072.
    For other reference Nos. which are previously used for other documents, system issues error message successfully.
    I dont want to delete archived accounting doc. and if I maintaind BKPF entris of this archived doc manually it will create probelm in FI.
    is this happen due to life span of secondory index of archived accounting doc. is completed ?.
    Please Help
    Many Thanks
    Vikas

  • How to create a custom table in the below format

    Dear Friends
              can any one please let me know hot to create a custom table as below
    outpatient
    |employeeno | class | startdate | enddate | spouse |1stchild | 2nchild|  Rate | amount|
    My FO wants to enter in the SM30 as above ......i.e he wants to have spouse ,1st child and 2nd child under one group........so he asking me to make as one group
    and give a heading as outpatient.........similary i have to give for in patient.
    Please could any one tell is it possible.
    regards
    syamala...

    Under the SAP forums section, there is ABAP development and in That there is ABAP General.
    SAP forums > ABAP development > ABAP General.
    Post in that forum.
    Regards
    AK
    Please reward if helpful

  • How to create the custom table?

    Hi, how to create the custom table and how to integrate the table with defferent R/3?
    my requiremnt is i have to create the two tables and those i have to integrate with the existed R/3 and using those R/3 i have to update my custom tables .....can give me some idea?
    Tks
    DPk

    how to create the custom table
    There are two approach in creating a table.
    1. Bottom-up approach
    2. Top-down approach.
    Both are valid and you can choose which approach is suitable for you. I always use the bottom-up approach. Here are the steps to create the tables with this approach.
    1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create.
    2. Enter the short discription of the table and enter the field of the table. If it is primary key and you have to check the box.
    3. Enter the data element and double click it, you will be asked to save and will take you to data element discription page. Enter the short discription of the data element and enter the information of domain like the length of field and type of field.
    4. If you wanted to use the existing domain then its fine, or else, you have to create one. Enter the domain name in the data element page and double click it. Page will ask to save and jump to domain creation page.
    5. In the domain page, you have to save the information which you have already given in the data elements page and check it. Before going to data element page, you have to activate the domain.
    6. Go to data element page and save, check and activate.
    7. Go to main table page and save, check, and activate.
    8. Also, you have to save the technical settings of the table.
    The table is now ready for operation. You can use it in your program or you can use it to enter information.
    Check table: It is the table which will have all the information about the Foreign keys which are the primary keys in the check table.
    It can be created by creating the foreign key from the main table. Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically.
    SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table.
    how to integrate the table with defferent R/3
    Transport the Table to the another server/client/qas/prd
    Kanagaraja L

  • How to do a Search help on SAP structure field listing custom table data?

    i have a SAP screen (Trans KE52) that they want to have a drop down (search help on).
    The drop down should list values from a custom table.
    How do you do this?
    The values to be displayed are NOT from a structure table but from a transparent table.  i believe I will need a search FM to do this but not sure how it is to be done.
    Any one have ideas?
    Thanks!
    Scott

    Hi Scott,
    You need to go to SE11 and look for a searh help that match your requirment or build one.
    In case you are going to develop one, in the definition tab of the search help look for the selection method and put in the input field the name of your transparent table.
    After that you must specify the fields that you need to appear at the list and the one that is going to be selected for your field. This step you have to do it on the search help parameter grid.
    Regards,
    Eric
    PD. Reward points if this was helpful

  • Can I create a custom table of contents and link to other .pdf files based on responses to a form?

    Hey Everyone! First post ever, so bear with me:
    I'm trying to create a streamlined method to use a form  to let myself and others add information and select certain options to put together a custom table of contents. Basically, I would like to have a form with a series of text fill and single/multiple choice options that will automatically populate a table of contents based on the selections and will link to other .pdf files that are associated with the selections. I was hoping this would be possible with a form, but I'm relatively new to the function of the software as a whole and my research came up short. Any suggestions on how to start are more than welcome, and if I wasn't quite clear enough I would be happy to elaborate.
    Thanks for your time!

    You would need to search for other PDF creation software that can accomplish what you desire.
    There are many cheaper  PDF creation alternatives other than Adobe's Acrobat Pro software.
    Also, try doing a web search under these terms to see if you can find an app/software/solution that may work for you.
    How to create table of contents in PDF files

Maybe you are looking for

  • What's wrong in the code.....Not giving proper answer.

    Hi All, below is code for adding 2 simple no's using pl-sql but by setting serveroutput on size 50000,I'm unable to find answer to this .. declare no_1 number; no_2 number; result number; a number; b number; begin dbms_output.put_line ('Enter the Fir

  • Conditional branches

    Hi, I have two buttons on a page one called P3_ADMINBUTTON and the other P3_BUTTON. There are two branches which are both conditional - The P3 admin button takes the user to the administration page and sets some variables on that page, it has a seque

  • Problem consuming web service with basic authentication

    Hello, I've set up a web service with basic authentication. Although I have to log in before being able to open the overview page of the web service in the Web Service Navigator, the response I get after sending a request is: Authority check failed I

  • Lead to Opportunity

    Dear Friends, I would like to trigger a opportunity from a lead if the status of the lead become " WON" Is there any standard Action provided by SAP where i can use it in lead and trigger it automatically. Is there any work flow from Lead to Opportun

  • I no longer have the settings app or the app store app. How do I get them back?

    I no longer have the settings appnor the app store app. How do I get them back?