Application Development and Automation 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: 
Read only

Screen field Updation using user Exit

Former Member
0 Likes
784

Dear all

In VA11, in the Services Tab, there is a table control . Through Configuration , Functional consultant added one filed. The added field has to be filled by the customer Exit SRVESLL . In the debugging mode , claculation is working properly. But in the screen , the calculated value is not appearing .

Can anyone suggest me any solution???

Thanks and Regards

Karthikeyan.P

Dear all

In VA11, in the Services Tab, there is a table control . Through Configuration , Functional consultant added one filed. The added field has to be filled by the customer Exit SRVESLL . In the debugging mode , claculation is working properly. But in the screen , the calculated value is not appearing .

Can anyone suggest me any solution???

Thanks and Regards

Karthikeyan.P

5 REPLIES 5
Read only

Former Member
0 Likes
753

Hi,

Have you extended the related table with new fields?. If you have extended then in the user exit you need to move the fields

from SAP structure to your custom structure and then check. Let me know for further assistance.

Regards

Thiru.

Read only

0 Likes
753

Ya, I have extended .

SRV_ESLL-ZIELWERT = SRV_ESLL-NETWR / SRV_ESLL-MENGE.

but still its not appearing in the screen.

thnkz

Edited by: karthikeyan palaniayya on Apr 15, 2010 8:00 AM

Read only

0 Likes
753

Hi,

After the calculation modify the screen using Modify statement.

Read only

Former Member
0 Likes
753

Hi Karthikeyan,

Please create a project for your user exit SRVESLL in CMOD transaction and check. After creation of project your changes will be implemented.

Regards,

Rajeswari

Read only

0 Likes
753

Hi

I have done using by creating project only. Any other answers please.

Thanks and Regards

Karthikeyan