‎2007 Jul 18 6:38 AM
hello and good mornning to all viwers
Q1. if i want to put s_bukrs is blanck in where condition how can i solve this issues..
thnks and reward also in advance
Regard : deep.
‎2007 Jul 18 6:43 AM
in that case take it as a parameter
parameter : p_matnr like mara-matnr default SPACE.
select * from mara into table it_mara
where matnr = p_matnr.
‎2007 Jul 18 6:45 AM
before writing the select query based on s_bukrs just write the statements as below.
Clear s_bukrs.
refresh s_bukrs.
reward if helpful,
cheers,
Sharadendu
‎2007 Jul 18 7:03 AM
Hi Deep,
Recently I made a post in SAPTechinical .com regarding NULL and SPACES.
What there importance and roles ?
Go through the following link:
http://www.saptechnical.com/Tips/ABAP/NULLSPACE/NULL&SPACE.htm
<b>Hope you understand it easily and get your solved.
Reward all helpful answers</b>
Regards,
V.Raghavender.