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

posting programs

Former Member
0 Likes
387

Hi,

What are the posting programs are available in ALE IDOC?

and also how to find out the status of the idoc ?

Regards

Ramesh Baskaran

2 REPLIES 2
Read only

Former Member
0 Likes
354

Check the table TEDE1 For Outbound IDocs

the configurations which we do for material master is below...we don't give any output for material master,becoz its a master data not transactional data..

For distributing master data like material master, vendor master, customer master we have standard transaction codes that are provided by sap.

Bd10(send material master)

Bd12(send customer master)

Bd14(send vendor master)

Bd30(bom’s)

The order of Tcodes are:

Bd54 (creating logical systems)

Scc4 (assigning logical systems )

Sm59 (rfc destination)

We81 ( message type)

We30 ( idoc type)

We31 ( segment type)

We82 (linking message type and idoc type)

We21 (creating port)

We20 (partner profiles)

Bd64 (Distribution model)

Bd10 (material master)

Ex: material master.

Message type: matmas.

Idoc type: matmas05.

Reward points if useful.

Read only

Former Member
0 Likes
354

Tcode: WE05 gives the status of IDOC

table TEDS1 for all IDOC status and their descriptions

The following table describes outbound IDOC status codes that generate Tivoli Enterprise Console events:

Outbound IDOCs

Code Error Event Severity SAP Meaning

02 Yes Error Error passing data to port

03 No Error if transaction SM58 indicates an RFC transmission error Data pass to port OK

04 Yes Error Control information of EDI subsystem

05 Yes Error Translation

06 No Harmless Translation

07 Yes Error Syntax check

08 No Harmless Syntax check

09 Yes Error Interchange handling

10 No Harmless Interchange handling

11 Yes Error Dispatch

12, 13, 14 No Harmless OK

15 Yes Warning Interchange acknowledgement negative

16 No Harmless Functional acknowledgement

17 Yes Warning Functional acknowledgement negative

18 No Harmless Triggering EDI subsystem

20 Yes Error Triggering EDI subsystem

22 No Harmless Dispatch OK, acknowledgement still due

23 Yes Error Retransmission

24 No Harmless Control information of EDI subsystem

25 Yes Warning Processing despite syntax error

26 Yes Error Syntax check

27 Yes Error ALE error

29 Yes Error Error in ALE services

30 No Harmless Ready for dispatch (ALE)

31 No Harmless IDOC is marked for deletion

33 No Harmless Original of an IDOC which was edited

34 Yes Error Error in control record of IDOC

36 Yes Error Timeout error; electronic signature not performed

37 Yes Error IDOC added incorrectly

38 No Harmless IDOC archived

39 No Harmless Receive confirmed

40 Yes Error Application document not created in target system

41 No Harmless Application document created in target document

Reward points if useful.