May 2024

Efficiency in development: Test Data in development client

Hi SAP community, I am a developer and often encounter a problem that slows down my development process: Bad or no test data in my development client. I would like to know how other companies do this. The problem is related to our system landscape: One development system (DEV) with client 100 for development and customizing …

Efficiency in development: Test Data in development client Read More »

Efficiency in development: Test Data in development client

Hi SAP community, I am a developer and often encounter a problem that slows down my development process: Bad or no test data in my development client. I would like to know how other companies do this. The problem is related to our system landscape: One development system (DEV) with client 100 for development and customizing …

Efficiency in development: Test Data in development client Read More »

Efficiency in development: Test Data in development client

Hi SAP community, I am a developer and often encounter a problem that slows down my development process: Bad or no test data in my development client. I would like to know how other companies do this. The problem is related to our system landscape: One development system (DEV) with client 100 for development and customizing …

Efficiency in development: Test Data in development client Read More »

length (tabledescr,structdescr)

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( lt_analok ) ). DATA(lr_structdescr) = CAST cl_abap_structdescr( lr_tabledescr->get_table_line_type( ) ). DATA(sutun_basliklari) = VALUE fieldname_tab( FOR ls …

length (tabledescr,structdescr) Read More »

length (tabledescr,structdescr)

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( lt_analok ) ). DATA(lr_structdescr) = CAST cl_abap_structdescr( lr_tabledescr->get_table_line_type( ) ). DATA(sutun_basliklari) = VALUE fieldname_tab( FOR ls …

length (tabledescr,structdescr) Read More »

Scroll to Top