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: 

Requirement in Access sequence-Pricing

Former Member
0 Kudos
136

HI Team- We have a access sequence ZDSS with tables 989, 991, 992, 993, 985, 986, 987, 990. 990 table is created with fields Sales org/Div and maintained always with Zero value. So that the given condition type will be displayed on the screen for user to enter a value.On top of this we are using a condition exclusion logic to pick up the best condition records out of all these table entries. My requirement for table 990 (dummy) is not to be executed if it finds any value on any of the previous condition tables. I could not use select statement for each table entry because of so many tables. Is there any way to do this? Table XT684G and T684 were not helping anyways.

Reg

Siva

Edited by: Shan1242 on Nov 8, 2011 10:21 PM

2 REPLIES 2

Former Member
0 Kudos
52

Hi Shan ,

if system finds best values from prev_conditions , then in 990 routine pass sy-subrc = 4, it should skip it ...

regards

Prabhu

0 Kudos
52

Hi- Prev_conditions is a global variable? how does the code looks like ?

Reg

Siva