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 sap scriptview ?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is occurs in internal table?
difference between Valuation type and valuation category?
What are the advantages of different types of bdc's?
What is the procedure you followed to upload the data?
Explain what is the difference between primary key and unique key?
What are aggregated objects
In which table the material master data is stored?
What is get cursor field?
What is a transaction variant and why are they used?
Explain the difference between tables and structures?
What is an Unpack command?
What are the two levels in defining a match code? : abap data dictionary
what is field string ? & where we are using field strings?