Question:
Hello experts,
I have a situation where my user wants to use BPS functionality to perform direct data entry and validations. I know it's not standard, but that's not the point.
How do I clear the variables buffer so that each time the user enters the plan layout they are requested to enter fresh variables to determine the selection combinations?
Is there a function module?
What tables store this info?
Any suggestions will be appreciated. Thank!
Answer:
try table upc_dark2 and set the variable buffer to black.
_________________
Visit my home page to find articles on SEM & BW. http://www.geocities.com/biwcafe
Cheers
Manu
Answer:
Hi,
Try using SET/GET parameter : SEM_BPS_DUMP_SEL to X
Regds,
BW SMALL
Answer:
the answer is on...
http://www.semexpert.com/_disc10/00000012.htm
Answer:
Actually I used a different technique. I wrote a function module that read tables upc_var_cha_sel and upc_var_cha_act. The keys for the read are planning area, variable name and user-id.
read the record from the table and delete it. This function module is executed via a pushbutton added to the planning folder but could very be part of a planning sequence.
DW
Answer:
Any can detail simple method for clean filter value and show steps & steps please.