in report gui we are giving customer number if it is wrong
entry then how to write the code to restrict wrong entry?
Answer Posted / 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 |
Post New Answer View All Answers
What is lock objects? : sap abap data dictionary
Value table VS check Table.
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
please give the remaining answers.
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
How to get that a secondary index is attached to a select query?
How do you activate a function exit?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are the different kinds of lock modes?
What is the difference between rfc and bapi function modules? : abap bdc
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is meant by search help? : sap abap data dictionary
What are the different database integrities?
How do you do bdc for a table control? : abap bdc
Why are insert and append statement used in sap abap?