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: 

Is it possible to use Select options using Enhancment point in VF04?

Former Member
0 Kudos

Hi All,

I have added a new field to the selection screen of the transaction VF04 using select options for sales office by using the enhancement point in the program SDBILLDL, the enhancement point is active in the program, but when i execute the transaction VF04 i am not able to find the new field added to the selection screen . Have anyone come accross this kind of problem? can some give me a solution for this.

Regards,

Velu

2 REPLIES 2

Former Member
0 Kudos

yes it is possible as VF04 is a report it has no implications

Put a break-point and check if it is triggering before the selection-screen.

i think in your case the problem is your enhancement point is trigeering after the selection-screen is diplayed.

Check a enhancement point that triggers before dispaly of selection-screen.

Regards

Devanand

Former Member
0 Kudos

Hi,

The Tabbed Sub screen is restricted for 16 lines so created an enhancement point at different place but it gives me a syntax error,

The Piece of code is

ENHANCEMENT 17 ZENH_SALESOFFICE. "inactive version

  • This is to filter data by sales office

SELECTION-SCREEN BEGIN OF BLOCK SALES WITH FRAME TITLE text-s01.

SELECT-OPTIONS s_vkbur FOR vbak-vkbur.

SELECTION-SCREEN END OF BLOCK SALES.

ENDENHANCEMENT.

SYntax error

Between "DATA BEGIN OF name" and "DATA END OF name" only DATA

statements are allowed.

can anyone tell me how to correct this error..

Regards

Velu