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: 

user exit to create change pointer as soon as network is created(CN21)

Former Member
0 Kudos

Hi All

I have to use function module change_pointers_create_direct . This function module i have to use in a exit which is called as soon as a network record is created(CN21).

Then I will use SMD tool to track changes made to these pointers.

can anyone tell me which user exit can I use for this?

Or do anybody have idea whether CN21 creates change documents by default or not in CDHDR.

Actual requirement is to send the network records to third party system through IDOC using program RBMIDOC which is scheduled every 15 minutes. This program will read the change pointers created in 15 minutes.

Please advise on this...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Pranay,

Which message type you are using for creating IDOCs. Activate the change pointer for that message type using BD50.

regards,

Atish

7 REPLIES 7

Former Member
0 Kudos

hi,

CCOWB001 Customer exit for modifying menu entries

COIB0001 Customer Exit for As-Built Assignment Tool

COZF0001 Change purchase req. for externally processed operation

COZF0002 Change purchase req. for externally procured component

PPCO0001 Application development: PP orders

PPCO0002 Check exit for setting delete mark / deletion indicator

PPCO0003 Check exit for order changes from sales order

PPCO0004 Sort and processing exit: Mass processing orders

PPCO0005 Storage location/backflushing when order is created

PPCO0006 Enhancement to specify defaults for fields in order header

PPCO0007 Exit when saving production order

PPCO0008 Enhancement in the adding and changing of components

PPCO0009 Enhancement in goods movements for prod. process order

PPCO0010 Enhancement in make-to-order production - Unit of measure

PPCO0012 Production Order: Display/Change Order Header Data

PPCO0013 Change priorities of selection crit. for batch determination

PPCO0015 Additional check for document links from BOMs

PPCO0016 Additional check for document links from master data

PPCO0017 Additional check for online processing of document links

PPCO0018 Check for changes to production order header

PPCO0019 Checks for changes to order operations

PPCO0021 Release Control for Automatic Batch Determination

PPCO0022 Determination of Production Memo

PPCO0023 Checks Changes to Order Components

STATTEXT Modification exit for formatting status text lines

regds,

paras

0 Kudos

thanks Paras

these exits i have seen through program but i need exact exit which solves my problem.

Former Member
0 Kudos

Hi Pranay,

Which message type you are using for creating IDOCs. Activate the change pointer for that message type using BD50.

regards,

Atish

0 Kudos

Thanks Atish

but the problem is I am using a customize message type for this.So first I need to create change pointers for this bcoz this transaction does not write change doc (this is my assumption).

So to achieve this i need one user exit in which i could call function module change_pointers_create . And this exit should be calles as soon as network is created.

Even i dont how to debug a standard program to check whether it stops in that user exit or not.

0 Kudos

Hi Pranay,

is your IDOC type also customizes?

Regards,

Atish

0 Kudos

yes

0 Kudos

is there any standard idoc for this transaction CN21?