Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALE Tables required

Former Member
0 Likes
1,874

Hi All,

I need to know all the tables that are involved in ALE configuration ie tables where partner profiles are stored, tables where the filters that have been set in CDM get stored, tables where RFC details are stored. It would be gr8 if someone can send me all the table details for ale config.

Thanks

Bhanu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,340

Hi

<b>EDPP1 = Partner Profiles

EDP12 = Message control paramters

EDP13 = Outbound paramters

EDP21 = Inbound parameters

EDIPO = Ports definitions table

EDMSG = All message Types

EDBAS = ALL BASIC IDoc types

EDCIM = Extended IDOC types</b>

<removed_by_moderator>

Regards

Anji

Edited by: Julius Bussche on Aug 16, 2008 9:37 PM

Hi All,

I need to know all the tables that are involved in ALE configuration ie tables where partner profiles are stored, tables where the filters that have been set in CDM get stored, tables where RFC details are stored. It would be gr8 if someone can send me all the table details for ale config.

Thanks

Bhanu

5 REPLIES 5
Read only

Former Member
0 Likes
1,341

Hi

<b>EDPP1 = Partner Profiles

EDP12 = Message control paramters

EDP13 = Outbound paramters

EDP21 = Inbound parameters

EDIPO = Ports definitions table

EDMSG = All message Types

EDBAS = ALL BASIC IDoc types

EDCIM = Extended IDOC types</b>

<removed_by_moderator>

Regards

Anji

Edited by: Julius Bussche on Aug 16, 2008 9:37 PM

Read only

Former Member
0 Likes
1,340

EDIDC

EDIDD

EDIDS

EDMSG

TBDME

Read only

Former Member
0 Likes
1,340

hi

good

Process Codes are used in both ALE and EDI framework to identify the function module or API (Application Programming Interface) to be invoked for subsequent processing. Inbound as well as outbound interfaces use process code but for different purposes. Outbound process codes are stored in table TEDE1, while inbound process codes are stored in TEDE2.

thanks

mrutyun^

Read only

Former Member
0 Likes
1,340

Hi,

Control Record - EDIDC

Status Record - EDIDS

Data Record - EDID4.

You can use FM IDOC_READ_COMPLETELY to get IDoc control, status and segments. Just need to pass the IDoc number as input parameter.

Hope this will help

Regards

Kiran Sure

Read only

Former Member
0 Likes
1,340

Interesting (not really...)...

Lets take a closer look....