cancel
Showing results for 
Search instead for 
Did you mean: 

I WANT IDOCs names OF related SRM & CRM

Former Member
0 Kudos

I WANT IDOCs names OF related SRM & CRM

Ex: in R / 3 WE HAVE matmas,cremas …

In the same way I need IDOCS of both ….send me

Thanks

Sreenivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You are able to find IDoc which are sending from EBP to R/3 in trascn <WE05>.

Some of them are -->BBPIV,BBPCO,MBGMCR,ACC_GOODS_MOVEMENT

e.g.invoices are sent to R/3 via IDOC BBPIV (transfers invoicing information to the back end in FI).

BR,

Disha.

<b>PLs reward points for useful answers.</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

<u>You can try transaction - WE09. Give the message type and all the details that you have. you will get the Idoc number.</u>

By GR you mean Goods Receipt. GRs are transferred through Idocs as well. We are using the basic type MBGMCR01 for transferring the GR to backend R/3 system. Confirmation process in SRM is like GR in R/3.There is another process in R/3 as order confirmation which is different than SRM system. Try using this FM 'SREL_GET_NEXT_RELATIONS' .This will give you Idoc number based on document details.This FM is used for Getting IDocs linked to Application documents.

There is no Idoc for this process.SRM uses XML format for Confirmation which is equivalent to Goods confirmation process in ERP system. If you are in position to tell what is your exact requirement with table in SRM system,i should be in position to help. There is a transaction called BBP_PD using which you can get the required table.

Just go to this transaction in SRM EASY Access Menu. Select Object Type as (Take F4 Help here)

for confirmation ,object type = BUS2203. You will get an interactive list and you can browse the list and in the last node ,you will get some table names which may be helpful.

Regards

- Atul