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: 

Field Exits

Former Member
0 Kudos

Hi ,

I need to do validations for the a screen based on the input of another screen.

For ex:

In screen1 :field1 :

if the input is 20

the input/output in screen2 :field1:

must be <b>failed</b>

if screen1-field1 :

40

screen2-field1 :

passed.

How do I do this using the field exits?

I need to bring in the output from one field_exit into another one.Do I have to bring it as an import parameter?

If so How do I define it and call it?

Anyone please help me over this issue.

1 ACCEPTED SOLUTION

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Which version of SAP you are using?

If you execute the program RSMODPRF in SAP 4.7, You can enter data element and you can code for field-exit.

Check OSS Note 29377

But as per my knowledge, SAP is not going support field-exits in future releases.

Thanks,

ramakrishna

3 REPLIES 3

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Which version of SAP you are using?

If you execute the program RSMODPRF in SAP 4.7, You can enter data element and you can code for field-exit.

Check OSS Note 29377

But as per my knowledge, SAP is not going support field-exits in future releases.

Thanks,

ramakrishna

0 Kudos

Yes this is how I am trying to code a field_exit.

I would like to know about the parameter calling mechanisms ..like the input and output.

0 Kudos

Hi,

Check the below link. It contains very good steps to create field-exit.

Thanks

Ramakrishna