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: 

Enhance MMBE screen / ALV report by adding a new column

former_member505773
Active Participant
0 Kudos

Hi All,

There is a request to add in a new field (say mara-profl) in MMBE alv or MMBE general screen.

I've done some research but so far the only way to add in a new column in ALV is by tcode OMBG. Somehow, the column that i want to insert is not found in structure RMMMBESTN_DATEN (pre-define alv structure for MMBE).

So, i'm trying to look at screen exit now to display the new field mara-profl in the screen itself instead of ALV as below.

Can someone here please share your experience if you've done this kind of enhancement before?

Really appreciate your advice.

Thanks in advance.

Regards,

Sham.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You could try to append a structure to structure RMMMBESTN_DATEN, then analyze an existing enhancement Implementation as ADSUB_RMMMBESTN (try a where-used on structure) to identify enhancementy spots to fill your fields in outtab in an efficient way.

Regards,

Raymond

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

You could try to append a structure to structure RMMMBESTN_DATEN, then analyze an existing enhancement Implementation as ADSUB_RMMMBESTN (try a where-used on structure) to identify enhancementy spots to fill your fields in outtab in an efficient way.

Regards,

Raymond

0 Kudos

Thanks Raymond.

i'm able to add in new column in the alv by appending the structure RMMMBESTN_DATEN and place an enhancement in PBO of screen 300 to edit the gt_outtab.

Do you have any idea how can we enhancement the 'selection screen' above the ALV so that i can display a label 'say material's profile' right beside the material number?

Thanks.

Regards,

Sham.

0 Kudos

Sorry, I didn't find any screen exit in dynpro 0300 (so modification of standard or trick using docking container to add an area on screen for an oo object, an ALV or a text editor in display mode?)

Regards,

Raymond