cancel
Showing results for 
Search instead for 
Did you mean: 

trigerring idoc in idoc2file scenario

Former Member
0 Kudos

Hi

how the idoc is triggered in scenario idoc2file,in which idoc is on sender side and file on reciever side.

regards

prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

thanks for the answer

we cant go everytime in we19 and trigger the idoc,since there should be a automated process for trigerring as soon as the applicationdocument is created

regards

raghu

Former Member
0 Kudos

Hi,

Yes Raghu, We have to Automize the IDOC triggering from R/3 to XI process.

For this we have to do the background job schedule the process and we have to run that particular report in a day to send all the generated idoc's from R/3 to XI

REgards

Seshagiri

Former Member
0 Kudos

hi seshagiri

thnks for the answer, can you pls let know how will we test the scenario for idoc2file sender idoc, reciever file, since for idoc we cant mention the specific folder

regards

raghu

Former Member
0 Kudos

Hi,

Once you configured the ALE settings, ask your functional people to generate the idoc. then goto we02 take the IDOC number fom there and paste it in WE19 ( IDOC Test Tool)

And then u can send the IDOC from R/3 to XI in this way

ALE Settings

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Reposting IDocs instead of Recreating - For Testing

/people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi

IDOCXI-File Scenario

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

REgards

Seshagiri

nisarkhan_n
Active Contributor
0 Kudos

IDOC are sent from R/3 either by using the TCODE mentioed in above replies, or by triggering by an program and you can schedule the program......

when you want to check the output for IDOC to file...check the file at the location which you have mentioned in the reciver file adapter...when yo trigger the IDOC then you can check SM58 for any IDOC errors on R/3......or also you usual SXMB_MONI which is best way to check the interfcace is working fine or not...

Answers (2)

Answers (2)

Former Member
0 Kudos

There are various various of triggering IDOCs from back-end. Generally if it transactional data, you have to configure Output determination using NACE transaction. If it master data, you can use change pointers or workflow etc., SAP have also given transactions to generate Master data IDOCs through certain transactions direcly - check the BDxx series of transactions - for generating IDOCs for customers, vendors, materials etc.,

turmoll
Active Contributor
0 Kudos

Hi,

Furthermore, for some message types e.g. FIDCC1 it's enough to setup partner profile to make IDocs trigger.

Regards,

Jakub

Former Member
0 Kudos

Hi

You can trigger the IDOC using the transaction code we19. It is mainly used for test sent idoc.

You can even write ABAP code( Function module to trigger IDOC).

You may search in SDN code gallery for this.

Regards

- Vinod

*