in report gui we are giving customer number if it is wrong
entry then how to write the code to restrict wrong entry?
Answers were Sorted based on User's Feedback
Answer / manu
The above code is right which was written by Raju, but this
code need to wtite within At-Selection screen event, bec.
we can validate input data within this event only.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / raju
Hi Busha,
i want to check the field kunnr from kna1, then
parameter : pa_kunnr type kunnr. (This is input field)
select single kunnr into pa_kunnr
from kna1
where kunnr eq pa_kunr.
if sy-subrc ne o.
message i000(zexp). ( zexp is message class,
i message type
000 message number)
endif.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / malli.gontla
just u use at selection screen on field event. it will
restrict the wrong values.
u can write the condition in that event
Is This Answer Correct ? | 1 Yes | 0 No |
Can i Have Some Examples on Enhancements.
How to work on TCODE SE16?
What are the different types of sapscript symbols?
hai iam srinivas. I have done client copy in sccl for 800 client and i have stopped the process in middle unexceptedely and after some time iam unable to login into the client 800. error message is incorect password or inclient username. how to refresh the client or solve the problem. please me out in it.
What is the transaction code to display the payroll results ? : abap hr
When the system is getting slow. How can you get the message what is going wrong?
Where the payroll results are stored
what is difference between occurs1 and occurs2?
what is the Currency and Quantity field in BDC?
What are the data types of internal tables?
What is the procedure you followed to upload the data?
Explain Singleton class