Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

REUSE_ALV_GRID_DISPLAY

Former Member
0 Kudos

Hi

I use FM "REUSE_ALV_GRID_DISPLAY". now the ALV will display content of field character Alignment can be set (R)ight (L)eft (C)ent. only but i want to display the real content ( the data has blank leading ) not left justified. can anybody tell me how to set that.

thank.

supperkorn.

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi,

Try by not passing either R/C/L... dont pass any value & check.

Best regards,

Prashant

4 REPLIES 4

Former Member
0 Kudos

Hi

see this and do accordingly

In the transaction OAOR, you should be able to insert your company Logo.

GOTO - OAOR (Business Document Navigator)

Give Class Name - PICTURES Class Type - OT..... then Execute

It will show you the list, then select ENJOYSAP_LOGO.

On that list, you will find one control with a "create" tab.

Click std. doc types.

Select SCREEN and double-click.

It will push FILE selection screen.

Select your company logo (.gif) and press OK.

It will ask for a description- for instance: "company logo".

It will let you know your doc has been stored successfully.

You can find your logo under ENJOYSAP_LOGO->Screen->company logo.

Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.

FORM TOP-OF-PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = HEADING[]

I_LOGO = 'ENJOYSAP_LOGO'

I_END_OF_LIST_GRID ='GT_LIST_TOP_OF_PAGE'.

.

ENDFORM. "TOP-OF-PAGE

Here 'ENJOYSAP_LOGO' will replace by ur created logo.

Refer this link

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm

http://www.sap-img.com/abap/alv-logo.htm

http://www.sap-img.com/fu002.htm

<b>Reward if usefull</b>

former_member223537
Active Contributor
0 Kudos

Hi,

Try by not passing either R/C/L... dont pass any value & check.

Best regards,

Prashant

Former Member
0 Kudos

HI,

In the field catalog row for that column say no edit mask...I believe it will deactivate the conversion routines from the DDIC.

Thanks

Naren

Former Member
0 Kudos

Hi.

I not reference DDIC and Not Pass Value For Justified(R/L/C) But the on run time the FM set to "L" if value is "Blank" . how i can modify or enhancement

thank.

supperkorn.