cancel
Showing results for 
Search instead for 
Did you mean: 

File 2 IDoc ----- Process Codes

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Frnds,

I done one scenario between File 2 IDOC.

I am updating file system data in MATMAS IDOC.

Scenario working prperly, But i am unable to se the results in MATAMAS IDOC.

File adapater picking up tha data it sent IDOC.

how to see the Up dated data in to MATMAS,

Which process codes i need to execute

can any one help me out...

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi,

we can see idoc list in we02 or we05 t.codes of ECC.

first check the flag in moni as well as receiver idoc adapter status in adapter monitor.

regards

mahesh.

Answers (4)

Answers (4)

0 Kudos

Hi,

WE19 is for triggerring an IDOC while WE05 and WE02 are

used to check the status of IDOC.

Regards,

V.Ramya

Former Member
0 Kudos

Hey,

In transaction: WE05, BD87 in the inbound messages in your Idoc type status shuld be 53.

also you can check the enteries in the table corresponding to the IDoc.

regards,

Milan

Former Member
0 Kudos

hi,

go to transaction WE02 and give the IDOC number created with the above mentioned program.Execute it with that IDOC number and deleting the date both for high and low value.

Now you have the structure of IDOC infront of you with three blocks Control re. Data records and Status records.

Now click on Data records and go to your new insert or updated segments and check their values.

regards

chandra

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Chandra,

thanks for your replay....

My Probmel was i am sending some iformation, its in the format of XML to MATAMAS05.

But how to see the updated information in MATMAS. i donmt know the process.

in R/3 i want to see the Resultant MATMAS IDOC.

Regards,

Raj

Former Member
0 Kudos

hi,

if you want to see the resultant idocs, exedute t.code WE02,and we05....and if you want to check the data at field level then go to segment editor we31 and check the data there

regards

chandra

rajasekhar_reddy14
Active Contributor
0 Kudos

hI chandra,

wts the difference between WE19 and we02,we05

both perform same functionality ??

regards

Raj

Former Member
0 Kudos

hi raj,

there nothing much difference between these two tcodes.

WE02 and WE05 both are attached to same program RSEIDOC2.

Both the transactions are used to verify the IDOC created. .

WE02 - Display IDoc

WE05 - IDoc Lists

Refer the links -

Link:

Link:

Link:

and we19 is used to trigger the idoc

there are plenty of SAP notes about WE19.

Have a look at SAP Note 850050, which talk about fucntioning of WE19.

This link will help u for ur queries.......

http://www.dataxstream.com/doclib/ALESuccessfullyLeverageIDocs.pdf

http://www.erpgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

regards

chandra

rajasekhar_reddy14
Active Contributor
0 Kudos

Thnk u folks for your help....

Former Member
0 Kudos

hi,

these are the process codes.

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the R3 system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto IDX1.

Create a new port.

Give the port name.

Give the client number for the R3 system.

Select the created Rfc Destination.

Step 3)

Goto IDX2

Create a new Meta data.

Give the Idoc type.

Select the created port.

Steps for R3.

Step 1)

Goto SM59.

Create new RFC destination of type 3(Abap connection).

Give a suitable name and description.

Give the Ip address of the XI system.

Give the system number.

Give the gateway host name and gateway service (3300 + system number).

Go to the logon security tab.

Give the lang, client, username and password.

Test connection and remote logon.

Step 2)

Goto WE21.

Create a port under transactional RFC.(R3->XI)

Designate the RFC destination created in prev step.

Step 3)

Goto SALE.

Basic settings->Logical Systems->Define logical system.

Create two logical systems(one for XI and the other for R3)

Basic settings->Logical Systems->Assign logical system.

Assign the R3 logical system to respective client.

Step 4)

Goto WE20.

Partner type LS.

Create two partner profile(one for XI the other for R3).

Give the outbound or inbound message type based on the direction.

Step 5)

Goto WE19

Give the basic type and execute.

fill in the required fields.

Goto IDOC->edit control records.

Give the following values.(Receiver port,partner no.,part type and sender Partner no. and type)

Click outbound processing.

Step 6)

Go to SM58

if there are any messages then there is some error in execution.

Goto WE02.

Check the status of the IDOC.

Goto WE47.

TO decode the status code.

Step 7)

Not mandatory.

Goto BD64.

Click on Create model view.

Add message type.

BD87 to check the status of IDOC.

In case if not authorized then go to the target system and check in SU53, see for the missing object

and assign it to the user.

SAP r3

sm59(status check)(no message)

WE02(status check)

WE05(status check)

BD87(status check)

WE42 process code

WE47 status info.

Thanks,

Vijaya

Former Member
0 Kudos