Hi all.
I have create my screen with a container and ALV object in a way like the following:
SET PF-STATUS 'STAT100'.
*--> Create ALV Container
CREATE OBJECT CONT_200
EXPORTING
CONTAINER_NAME = GV_CONT_200_NAME.
*--> Create an ALV object
CREATE OBJECT GRID_100
EXPORTING
I_PARENT = CONT_200.
The problem is that I get a standard ALV gui status although I don't want one.
How can I cause the program using my 'STAT100' gui status instead of their standard ??
Thanks in advance,
Rebeka