SAP ABAP Question:
Download Questions PDF

Write syntax for Message Error (Report)?

Answer:

AT SELECTION-SCREEN.

SELECT * FROM ZREKHA_DEPTT INTO CORRESPONDING FIELDS OF ITAB

WHERE DEPTNO IN DEPTNO.

ENDSELECT.



If SY-DBCNT = 0.

MESSAGE E000 WITH ‘NO RECORDS FOUND’.

ENDIF.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
What is Asynchronous and Synchronous Update?What are the function module in BDC?