i want to create a dynamic query
query_string = "for each ps_mstr , each pt_mstr where ps_part = pt_part"
prepare-query(query_string) .
i want to set buffer for this query . but buffer has to be made for two tables . how can i do so . how can i create buffer for this query .
i means creating buffer for two tables.
how can i do so ??
query_string = "for each ps_mstr , each pt_mstr where ps_part = pt_part"
prepare-query(query_string) .
i want to set buffer for this query . but buffer has to be made for two tables . how can i do so . how can i create buffer for this query .
i means creating buffer for two tables.
how can i do so ??