cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Transaction Notification With Multiple Primary Keys

0 Kudos

Hi there,

How can we use transaction notification for tables that have multiple primary keys. For instance Special Price List for Business Partners (OSPP), it has CardCode and ItemCode as primary key.

Lets take a scenario for mandating a UDF in Special Price List for Business Partners (OSPP). How can I use transaction notification to mandate a field against a specific CardCode and ItemCode.?

Any help is much appreciated.

0 Kudos

Did you find a Resolve for this issue. I have the same issue. Could you please help.

Thanks
Sree

Accepted Solutions (0)

Answers (1)

Answers (1)

Johan_H
Active Contributor
0 Kudos

Hi,

You will need to write a query that takes the document's DocEntry as a parameter, and determine other parameters using the query. You can take a look at my answer to this other somewhat similar question for an example.

Regards,

Johan