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

Regd: IDocs

Former Member
0 Likes
780

Hi All,

How to view the list of all Standard Idocs in SAP like ORDERS01 etc for customizing as per our Requirement.

Help and Suggestions will be much appreciated.

Thanks 7 Regds.

Ramesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
755

Hi,

list of IDocs related to ORDERS01 , you can view with help of WE02 or WE05.

give the IDoc type..

Regards

vijay

6 REPLIES 6
Read only

Former Member
0 Likes
756

Hi,

list of IDocs related to ORDERS01 , you can view with help of WE02 or WE05.

give the IDoc type..

Regards

vijay

Read only

0 Likes
755

Hi Vijay Babu Dudla,

I need 2 view n customize the standard IDocs, in WE02 and WE05 we can view 1ly the IDocs which are used, i mean the coding part and the way 2 costomize if it is available.

Thanks & Regds.

Ramesh.

Read only

0 Likes
755

hi,

using WEDI(area menu) transaction you can get some info , check it under<b> Development</b>

regards

vijay

Read only

0 Likes
755

IDOC is an Intermediate document. It is data container.

IDOC TYPE is like the structure of idoc u r transfering.

suppose u r transfering material master details, SEGMENT

conatining structure of material master is assigned to

IDOC TYPE. IDOC is like instance of STRUCTURE IDOC TYPE

which contains data. SEGMENT is nothing but collection of fields.

It contains 3 records,

Control Records (data stores in EDIDC),

Data Records (Data stores in EDID4),

Status Records (Data Stores in EDIDS ).

To transfer data from tables from one client to another, IDOCS will be used.

We should also know how to configure the ALE settings between the systems to distribute the data.

WE31 TO CREATE SEGMENT

WE30 TO CREATE IDOC TYPE AND ASSIGN SEGMENT TO IT

WE81 CREATE MESSAGE TYPE ( MESSGAE (OUTPUT) TYPE

GIVES THE MEANING OF IDOC)

WE82 ASSIGNMENT MESSAGE ( OUTPUT ) TYPES TO IDOCS

TYPES.

WE19 TEST TOOL FOR IDOC PROCESSING

WE02 IDOC LIST

WE05 IDOC LIST

BD10 SEND ARTICLE

Read only

venkata_ramisetti
Active Contributor
0 Likes
755

Hi Ramesh,

Check area menu WEDI, it contains all IDOC relavent transactions.

I think WE60 is the transaction to find all IDOC types.

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
755

Transaction code is <b>WE30</b>