Skip to Content
0
Former Member
Dec 05, 2006 at 07:12 AM

How to display COMPANY CODE DESCRIPTION ON THE TOP LEFT OF PAGE

2245 Views

How to display COMPANY CODE DESCRIPTION(Field BUTXT) ON THE TOP LEFT OF EVERY PAGE OF THE REPORT GENERATED.

Actually I have collected BUTXT using

'select butxt into table itab from t001 where bukrs = p_bukrs'

where p_bukrs is the selection screen field.

REQUIREMENT: Depending on what company code we give on the selection screen, corresponding company code description(butxt) should be displayed at the top left of every page. how would i display it in TOP-OF-PAGE EVENT.