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

regarding PWB

Former Member
0 Likes
393

Hi all,

I am working on one PWB, whose application form is FI_CA_DME_CHECK_SAMPLE . It uses SAP Script for the form.

One date field's value is coming from the application form but I want to display it in a different format for

that I've written a code inside the end exit and then I am using that field in the form, but I am not able to see

the effect. Similarly I am having various fields for which the data is coming from the application form and I am changing those in the end exit but the effect is not visible. Please suggest whether I am doing right or not

or if something else need to be done.

Hi all,

I am working on one PWB, whose application form is FI_CA_DME_CHECK_SAMPLE . It uses SAP Script for the form.

One date field's value is coming from the application form but I want to display it in a different format for

that I've written a code inside the end exit and then I am using that field in the form, but I am not able to see

the effect. Similarly I am having various fields for which the data is coming from the application form and I am changing those in the end exit but the effect is not visible. Please suggest whether I am doing right or not

or if something else need to be done.

1 REPLY 1
Read only

Former Member
0 Likes
352

Check that your exit is activated and that it allows you to change the data you are trying to change (it must be accessible through the FM interface import / export / tables parameters.

J