cancel
Showing results for 
Search instead for 
Did you mean: 

how to call exits in XI

Former Member
0 Kudos

Hi XI Friends

in my Idoc to file scenario,

XI have to fetch the records from the SAP database tables by calling exit and include - ZXWOCU13 and creating an outbound idoc IORDE01. Only work orders with PM8 type and “released” system status will be selected.and later it shoul be converted into Xml.

how to call exits in XI.

please guide me.

regards

Ram

Accepted Solutions (0)

Answers (3)

Answers (3)

turmoll
Active Contributor
0 Kudos

Hi,

The u-e must be called in R/3 system.

Probably, you will have to create a new project for SAP enhancement: CMOD.

Find the proper enhancement: SMOD, activate the inlcude and create some custom code.

Regards,

Jakub

Former Member
0 Kudos

Hi Ram,

You might have used exit to enhance the standard IDOC.

ou may use standard t-code/customized program to trigger the outbound idoc.

why do u want to call exit in XI?

regards

Prabhat

former_member206604
Active Contributor
0 Kudos

Hi Ram,

You cannot invoke a exit from XI. This development needs to be carried out in R/3 itself. You can have a RFC to invoke the exit but still that dose'nt make any sense as it is an Exit.

Regards,

Prakash

Former Member
0 Kudos

hi friends..

Idoc IORDER01 will be triggered when exit - EXIT_SAPLCOIH_016 is triggered.

please guide me..

regards

ram