kk_india_2023
Explorer
Member since ‎02-14-2023

User Statistics

  • 20 Posts
  • 0 Solutions
  • 5 Kudos given
  • 4 Kudos received

User Activity

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...
I am a Java developer and I am shifting my carrier to SAP CONSULTANT. I am a fresher to SAP. I want to become SAP certified development associate and specialist on S4 HANA. 1. Which certification I must do ? 2. Is ABAP still essential to lear...
Hi, I am getting warning for below code. WARNING: The VALUE specification is longer than the corresponding field. The VALUE specification will only be passed to the field length! CODE: DATA: S3 VALUE 'SAP' , S4 VALUE 'ABAP' TYPE STRING. ...