Application Development and Automation 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: 
Read only

Reg: Alvs

Former Member
0 Likes
624

Hi Gurus,

Is it possible to call a custom screen using FM 'REUSE_ALV_GRID_DISPLAY' OR REUSE_ALV_GRID_DISPLAY_LVC if it possible please help me. Because i want to display the data in using like this.

Po Number:

Po date:

Po Catagory: Plant:

i know it is possible in oops but i want in normal function module. Or is there any Function Module to display data like that, Please help me.

thanks.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
607

Hello Venkat

These fm's are tightly linked to the screen of function group SLVC_FULLSCREEN.

Fullscreen lists are displayed on screen 500 and popups on screen 700 of this function group.

Regards

Uwe

Hello Venkat

These fm's are tightly linked to the screen of function group SLVC_FULLSCREEN.

Fullscreen lists are displayed on screen 500 and popups on screen 700 of this function group.

Regards

Uwe

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
608

Hello Venkat

These fm's are tightly linked to the screen of function group SLVC_FULLSCREEN.

Fullscreen lists are displayed on screen 500 and popups on screen 700 of this function group.

Regards

Uwe

Read only

Former Member
0 Likes
607

hi,

u want display columns as rows and rows as columns....

ex:

like this....

stuID stuName

100 shree

stuID 100

stuName shree

Regards,

Shankar.

Read only

0 Likes
607

Yes Shekar Please help me