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: 

Using SE18 cannot find ehancement spot appearing in program

Former Member
0 Kudos

Hi folks,

The following code shows name of enhancement spots.

REPORT rm07resl.

ENHANCEMENT-POINT RM07RESL_G4 SPOTS ES_RM07RESL STATIC.

$$-Start: RM07RESL_G4----


$$

ENHANCEMENT 1 MGV_GENERATED_RM07RESL. "active version

INITIALIZATION.

DATA: mgv_matnr_prog LIKE rsvar-report,

mgv_matnr_selopt_tab like rsldbdfs occurs 0 with header line.

FIELD-SYMBOLS <mgv_matnr_selopt_conv> TYPE STANDARD TABLE.

ENDENHANCEMENT.

$$-End: RM07RESL_G4----


$$

ENHANCEMENT-POINT RM07RESL_G5 SPOTS ES_RM07RESL.

$$-Start: RM07RESL_G5----


$$

ENHANCEMENT 2 MGV_GENERATED_RM07RESL. "active version

mgv_matnr_prog = sy-repid.

mgv_matnr_selopt_tab-name = 'MATNR' .

.

.

.

.

I then use SE18 to get more info about these enhancement spots, but, when I type in ES_* or ES*, and F4, nothing is found! Is this normal? What happened to them spots then?

Thanks for your help.

GA

5 REPLIES 5

former_member223537
Active Contributor
0 Kudos

Type MGV* & click F4.

It should display the enhancements.

Or simply click F4 on enhancement spot with blank value & then click INFORMATION SYSTEM & enter the details.

0 Kudos

Hello Prashant,

Thanks for a quick reply. Tried both proposals but still no luck.

Just an off-hand thought. Could this have anything to do with the IMG stuff?

Thanks for your help

GA

former_member223537
Active Contributor
0 Kudos

Hi,

I dont feel it could be IMG related.

Could you please check with transaction SE19.

Best regards,

Prashant

0 Kudos

Hello again,

Went to SE19 and tried with ES, MGV, empty fields in input fields of "edit implementation" but no result!

GA

Former Member
0 Kudos

Closing the question.