Dear all,
I have one doubt in purchase order list.
I want to print the texts of p.o.
like - header text text, header note text, pricing type text etc....
so how to print the texts and how to declare the variables:
example :
data : begin of it_ekko occurs 0,
ebeln like ekko-ebeln,
bukrs like ekko-bukrs,
ekorg like ekko-ekorg,
end of it_ekko.
for printing texts wht to do.please help.which function module i have to use.and how.