Answer Posted / kanika
To create a field Exit pls follow the steps
1)For field exits in R/3 4.6C, execute transaction CMOD.
Then type PRFB in the command field.
2)on the top menu...click on Field exit-> create ->enter
the name of data element
3)enter the data element required for screen field to be
mandatory and Execute
4)another screen comes with a function module name
FIELD_EXIT_name of data element
5)Click create and save it to corresponding function group
6)you will get a function module with
import parameter as : INPUT
export parameter as : OUTPUT
7) in the source code write the code :
if input is initial.
message 'SALES FIELD MADATORY' type 'E'.
endif.
8)again to activate execute transaction CMOD. Then type
PRFB in the command field. on the top menu...click on Field
exit->Activate
now wherever data element is used the mandatory check will
come but you need it only for your program ,so in the same
screen click on Assign prog./screen tab and write the name
of the program and screen number where you want the
particular check
I believe field exit are not possible if structure field is
on the screen...please do the above and check..you can also
run the report RSMODPRF to create a field exit
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what are the various types of selection screen event?
What are the Synchronous and asynchronous methods in bdc ?
How are BAPI different from normal function modules?
What are the dynamic actions and how to configure it? : sap abap hr
How to write a code in tab control? : abap bdc
Explain badi in abap.
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the transaction code to display the payroll results ? : abap hr
Workbench request are client dependent or client independent
What is a database view? : abap data dictionary
What does a lock object involve?
How many main windows are allowed in sapscript?
Which infotype records can not be deleted ? : abap hr
In sap script how to print bar code in vertical manner
What is SAP Data conversion ?