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

custom VKM1

Former Member
0 Likes
671

hi guys,

There is a request to custom VKM1 by taking out the menu,button and check box. And user wants additional field to be included in the report output. I’m able to copy ZRVKRED01, ZRVKRED02 and all include. However I’m having problem to find how to take out the menu,button and check box. Can you advise me how to do that? Thanks.

Requirement:

1.take out menu, button, check box.

2.add additional field into the report. (not define yet, will discuss later with BSA)

3 REPLIES 3
Read only

Former Member
0 Likes
506

Hi,

I see that this calls program RVKRED01 which you have copied as ZRVKRED01.

RVKRED01 contains

IF NOT flg_kkl IS INITIAL.

PERFORM reuse_alv_hierseq_list_display.

ELSE.

PERFORM reuse_alv_list_display.

ENDIF.

This calls the ALV function module where pf -status is set. You can set your own pf status by copying standard pf status from ALV.

Hope this helps.

ashish

Read only

0 Likes
506

hi Ashish,

how are you? thanks for the advice. i able to take out the menu and button now.

BK.

Read only

Former Member
0 Likes
506

Hi,

Have you checked the PF-STATUS for the same.

Regards,

Atish