Application Development 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: 

Work center create/change IR01 and IR02 exit

Former Member
0 Kudos

Does anybody here knows an user-exit or a badi for this transaction IR01/IR02, these transactions are workcenter create/change.

I need to create an IDOC and send it to other sap system.

I tried to do this using change pointers but I couldnt make it work, besides using this methods i'll need to create a lot of filters because there are some conditions that need to be check before send this IDOC.

now i'm planning to use MASTER_IDOC_DISTRIBUTE but for that i need an exit or BADI.

can anyone help me?

thanks

3 REPLIES 3

peter_atkin
Active Contributor
0 Kudos

Leonardo Oliveira,

See [here|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf] under the Partners section.

I suspect you may need to use one of the BOR objects...

PeteA

Former Member
0 Kudos

BADIs:

CRHRORG

CR_WORKCENTER_SELECT

Enhancement Spots:

ES_SAPLCRA0

ES_SAPLCRK1

ES_SAPLC_F4

Composite Enhancement Spots

ESC_CR

Former Member
0 Kudos

I found a solution activating a enhancement point at the end of the following function:

CR_WORKCENTER_UPDATE_DIALOG

together with all my checks and with the sy-tcode checks it becomes safe place to start my idoc, and transactions IR01 and IR02 uses this function.

thanks to you that reply my message:D