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: 

Accessing the transaction and corresponding table...

Former Member
0 Kudos

Hi Gurus,

I tried to access the transaction BD103, then i get a message "Changing the registry can interrupt the data" only after i press okay i am able too enter into the transaction and modify the data in the transaction. I have few doubts with the same,

1. What does the message "Changing the registry can interrupt the data" mean? Why it comes only for this transaction?

Regards,

Raghavendraprasad.N

2 REPLIES 2

Former Member
0 Kudos

Hi,

Transaction BD103 maintains the counter for the sequence on idoc processing for particular sender receiver combination. Suppose i want to process an idoc whose serialization number is 101, then i will change the entry in the transaction BD103 to 100(one less), then process the idoc. There might be some idoc in the queue whose serialization number is more then 100 suppose 115 and this idoc is about to process by background job but by manully changing the counter we are disturbing the flow of procee of idoc in sequence. That is why you you are getting such message "Changing the registry can interrupt the data" . This type of problem comes when you are dealing with idoc in status 66.

Thanks,

Asit Purbey.

Former Member
0 Kudos

Hi,

To add a few more words to Asit's post, the counter value in BD103 keeps incrementing as the IDocs following the particular counter value of the specific channel gets processed successfully. This process would get interrupted when you are in "change mode" in BD103, and hence you get a pop up, "Changing the registry can interrupt the data". Subsequently the IDocs in the queue of 66 status would get affected.

~ Bineah