Arslan1
Explorer
Member since ‎03-27-2024

User Statistics

  • 26 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

Hi, the length lengths of the structdescr->components table are doubled. how do I solve it? SELECT lifnr, surbel, tedbf, eysbel, degkul, degtar, degsaa, iso_9001, iso_9001_t, iatf_16949, iatf_16949_t, surbel_t, iso_14001, iso_14001_t, iso_45001...
Hi, I was able to print the column headers and types, but I could not print the length parameter, can you help me? I am leaving the final version of the code below. DATA(lr_tabledescr) = CAST cl_abap_tabledescr( cl_abap_typedescr=>describe_by_data( l...
for example I have a code like this : SELECT lokasyon ana_lokasyon FROM zmm_016_t_loksyn INTO TABLE @DATA(lt_analok).  How do I print the column headers of the lt_analok table? ABAP Testing and Analysis #abap 
#include <stdio.h>#include <stdlib.h> // N, 2 boyutlu matrisin boyutudur N*N#N 9'u tanımı /* Izgarayı yazdırmak için bir yardımcı fonksiyon */void print(int arr[N][N]){     for (int i = 0; i < N; i++)      {         for (int j = 0; j < N; j++)       ...
I want to do 3x3 sudoku with backtracking method and I couldn't find any code about it. Can you help me?  ABAP Development 
Kudos from