cancel
Showing results for 
Search instead for 
Did you mean: 

MD04 - Vendor permanent Display

former_member700523
Participant
0 Kudos
1,917

Hi Experts,

In MD04 we can display vendor using push button. Is there any way to display it permanently depending upon the user executing it ?

I had checked in MD04 user settings, no such option available. I had checked there is no such option available in SPRO. I had checked in this forum some enhancements are suggested. But I just want to know is there any simple way to have this ?

For example - is there any get-set user parameter available for this ? Or any SPRO option available ?

Thanks,

Manish

View Entire Topic
former_member577464
Discoverer
0 Kudos

Hi, we achived it via easy programming:

In ENHANCEMENT-POINT EHP_FCTAB_FILL_TC_03 SPOTS ES_SAPMM61R.

Insert code:

PERFORM fcode_lief.

Regards

bryan_yongyn
Discoverer
0 Kudos

Hi Carlos,
In which line did you insert this enhancement in program SAPMM61R?

itzemuetze2
Explorer
0 Kudos

1. Go to SE38 with MM61RF50_FCTAB_FILL_TC,

2. scroll down to the end,

3. position on ENHANCEMENT-POINT ehp_fctab_fill_tc_03 SPOTS es_sapmm61r.

3. select change/view Icon to enter change mode

4. click on "create enhancementimplementation" in toolbar.

5. in new window click on icon "new" on the right bottom

6. enter name of implentation like "ZVendorCustomer" and give an text

7. select a package 

8. ehp should be extended

9. write code: 

perform fcode_lief.
perform fcode_kund.
 

10. activate