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 Exit

Madanshinde
Explorer
0 Kudos

Hi,

I have created field exit on one data element KDATB and activated it by only coading breakpoint.

Initially I have created it globaly ( No Program and screen assigned ).

But still this field exit is not getting triggered when I go to that field on screen.

System parameter abap/fieldexit is set for all systems.

Please suggest what should be done for triggering the field exit.

Thanks,

Madan Shinde

4 REPLIES 4

Former Member
0 Kudos

Hi Madan

hopefully you have assigned the exit to a project in CMOD and you have activated the project.

Please check that.

Neha

former_member181995
Active Contributor
0 Kudos

Two ways:

Either Use program RSMODPRF to manage field exits.

Or

http://help.sap.com/saphelp_45b/helpdata/en/c8/19765b43b111d1896f0000e8322d00/content.htm

former_member616
Explorer
0 Kudos

hi madan,

plz clearly mention the requirement and transaction code then i will give proper solution.

thanks and regards.

raju reddy

Edited by: raju reddy on Dec 11, 2008 5:18 AM

0 Kudos

Hi all,

Thanks for attending the thread.

Following is ttttthexact scenario and requirment.

Scenario : At the time of creation of purchace contract(ME31k) or changing pur contract (ME32k) user enters 'validity start date' (default system date) at header level. At the item level in item condition 'valid on' date is mentained (default system date). User can enter back dates in header 'validity start date', in this case also item 'valid on' date in item conditions is taken as system date.

Requirment : 'Valid on' date at item level must be same as 'validity start date' at header level. If user enters back date then same date should be used at 'Valid on' in item level and not the sy-date.

Please suggest the solution.

Thanks,

Madan Shinde