vicky31
Explorer
Member since ‎2020 Apr 16

User Statistics

  • 10 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Why AMDP method does not support Pass by reference?Why RETURNING parameter is not allowed in the AMDP method?
I get this runtime error "Error in module RSQL of the database interface." when this ABAP statement is executed. What is the main cause? REPORT Z_ALV_V5. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE EKPO-EBELN,...
When we are creating a structure using TYPES then we use the field name after the TYPE keyword(ERDAT, ERNAM, etc.). But sometimes we use data elements after the TYPE keyword(VBELN_VA). Now I'm really confused when to use which one. TYPES: BEGIN OF ...
After debugging the code, it_ekpo is not fetching any data.I'm very new to ABAP so, not able to understand the problem/ error/ mistake. Help me. REPORT Z_ALV_V4. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE E...