cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Item configuration

Former Member
0 Kudos

Hi,

In my scenario, if there is any change in Sales Order Item configuration (characteristics), i have to create an entry in custom table.

TCode - VA02

How do i check if it is changed or not and in which exit?

Thanks,

Vetri

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi Vetri,

The following tables may be of some help to you. Try exploring the change in values in these tables after each change in configuration.

The tables are

VBAP(Field is CUOBJ)

IBIB

IBIN

IBEXTINST

IBINOBS

IBINOWN

IBST

IBSTREF

IBINVALUES

Rwd if this helps you

Former Member
0 Kudos

Hi Krishnan,

Thanks for ur reply.

But I have to trigger this task at the time of Sales Order change.

So i have to compare old value and new value. I can get old value from Tables or some FM. How can i get new value ie. screen value.

Thanks,

Vetri

former_member183879
Active Contributor
0 Kudos

Hi Vetri,

The tables I told you about are only relevant for old values. For the new values after changing the document and before saving the document will be available in some internal tables and only the technical team will be a competent team to find out how the new values can be found out during run time.

The checks you want to enable can be enabled in the user exit USEREXIT_SAVE_DOCUMENT or USEREXIT_SAVE_DOCUMENT_PREPARE based on the scenario.

You can reward if this helps you.

Message was edited by:

Navaneetha Krishnan