Application Development and Automation 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: 
Read only

Change document for SER02 table

Former Member
0 Likes
1,804

Hi All,

We have a requirement in our SAP system that whenver a serial number (Equipment#) is removed from the Technical Objects of contracts an EQUIPMENT idoc needs to be trigerred with contract information.

We have a custom equipment idoc for this outbound equipment interface. I am trying to enable the change documents for SER02 so that the change gets logged in CDHDR/CDPOS table with Contract # and Object List number (which will give me information about the Equipment that got removed from contract).

Currently when a serial number/equipment is returned from customer (RMA), the serial number is removed from the contract. There is an entry in SER02 table that captures the contract # for equipment. When the serial number is removed, the SER02 entry in wiped off from the table.

I have the following questions:

1. Can we create change document object for SER02? Since OBKNR key does not have the checkbox on "Change Document"

2. I added SER02 in SERNR object in SCDO and generated a program, what I need to do next? Find a user exit to write the FM?

Looking forward to some valuable input.

Thank you,

Kajal Srivastava

1 ACCEPTED SOLUTION
Read only

gokul_radhakrishnan3
Active Participant
0 Likes
1,175

Yes. you need an user exit to do that.  Refer this link and check the last part to know more about that.

http://www.saptechnical.com/Tutorials/Others/Changedocumentobject/demo.htm

But as you said, it may not work for you since OBKNR check box is nor marked.

Regards,

Gokul

1 REPLY 1
Read only

gokul_radhakrishnan3
Active Participant
0 Likes
1,176

Yes. you need an user exit to do that.  Refer this link and check the last part to know more about that.

http://www.saptechnical.com/Tutorials/Others/Changedocumentobject/demo.htm

But as you said, it may not work for you since OBKNR check box is nor marked.

Regards,

Gokul