Dear All,Index ZEMPLOYEE_MAIN~ZSI exists in database system HDB, but why my program is throwing an Exception CX_SY_OPEN_SQL_DB ?Here is my select query:SELECT *FROM ZEMPLOYEE_MAININTO TABLE lt_ZEMPLOYEE_MAINWHERE location = 'BANGALORE'%_HINTS HDB 'ZE...
Dear All,I am a fresher and I want to obtain C_ABAPD certification. Question1: C_ABAPD certification is for fresher ? Can a fresher get this certification?Question2: Is their any certification guide available for C_ABAPD certification from SAP PRESS?...
The Non-Exclusive Debug mode has many limitations (dis-advantages).
1. Why non-exclusive mode is still used in debugging?
2. What is the main purpose of non-exclusive mode?
3. Give me one good reason and advantage of having Non-Exclusive Debug ...
DATA Ch1(20) VALUE 'KIRAN KUMAR'.WRITE: / 'Ch1 = ', Ch1.DATA Ch2 LENGTH 20 VALUE 'KIRAN KUMAR' .WRITE: / 'Ch2 = ', Ch2.
I am getting error at line number 4.
ERROR: The "LENGTH" declaration is only valid for types C, N, X, or P.
My Question is: ...
C_S4HDEV1909: SAP Certified Development Associate - Programming in SAP S/4HANA, for SAP NetWeaver ABAP Programmer.
The certification C_S4HDEV1909 says that it is an "Associate level" certification which means that, it is for fresher.
1. Please co...
Hi Sandra Rossi,No body told me that the non-exclusive mode is used in any phase of development, testing or debugging.The ABAP 7.5 certification guide and reference books have mentioned about non-exclusive mode in detail. So naturally the fresher lik...
Hi Matthew Billingham,Yes you are correct. I am preparing for certification. I came across the concept of non-exclusive debug mode.I have read only dis-advantages of non-exclusive debug mode. So I got a question that why the concept ofnon-exclusive d...