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

MB26

0 Likes
600

Hi,

Is someone worked on MB26. I wanted to add purchasing group as a selection criteria.i copied the program for MB26 in z program. i added purchasing group also. But not able to trace how to extract data on the basis of purchasing group for program pp_pick_list i.e. MB26. Help.

Thanx in advance

Regards,

sachin11

2 REPLIES 2
Read only

former_member778253
Active Participant
0 Likes
531

Hi

You have to go with "IMPLICIT" ehhancement....

INCLUDE: PPPLFS1

SUBROUTINE: SELECT_DEFAULT

At the end of the above subroutine, just filter the extracted data with the "Purchasing Group" entered on the selection screen....

Hope it helps....

Siva

Read only

0 Likes
531

Hi Siva,

I have copied the program in z program. also copied include, also filtered the data as below:

resb~umwrk IN s_umwrk AND

resb~ekgrp IN s_ekgrp AND. " added field ekgrp

but still not able to get right output. can you help me here

Thanx in advance

sachin11