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: 

Modification of SAPMV45A Screen 4440

christian_swonke
Participant
0 Kudos

Hi experts,

I have some trouble with a extension of SAP program SAPMV45A and screen 4440.

Thes task was to extend the sales overview part of transaction (VA01, VA02 and VA03) with the field VBKD-ZLSCH (payment method).

So I modifcated the screen 4440 and add the necessary field with reference to the DDIC.

Furhermore I implemented a user exit/enhancment to set the field active (active = 1, invisible = 0).

My problem is, that if I execute the transaction I can not see the new field.

I don't know why...

Some facts beside:

- If I execute the modifacted screen directly in test mode it works. I can see the new field and the right position

- The "other way" works. If I use the enhancement implementation to disable a field, the field will not shown at the screen

So what I am doing wrong? Is there something additional to activate or customize?

Furthermore I would like to add a own search help to this field at the screen. The search help exit for the standard search help is already used by SAP standard. How can I do that?

Right now, my idear was to enhance the "standard search help exit".

Regards

Christian

1 REPLY 1

christian_swonke
Participant
0 Kudos

In the meantime I tried something additional:

I tried to activate a other field (stored already on the screen).

It does also not work...