2011 Nov 08 9:21 PM
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
2011 Nov 09 2:15 AM
Hi Shan ,
if system finds best values from prev_conditions , then in 990 routine pass sy-subrc = 4, it should skip it ...
regards
Prabhu
2011 Nov 09 3:38 PM
Hi- Prev_conditions is a global variable? how does the code looks like ?
Reg
Siva