SuccessFactors ECP

Employee Central Payroll Blog Posts

i have to change abap/shared_objects_size_MB to a bigger value

Good morning.I need to change the value of abap/shared_objects_size_MB to a larger value.I have tried to do it through transaction RZ11, but I couldn’t (attached tests).The main problem is that odata services stop working and then start working again, but I want to fix this.Could someone help me to do it because I don’t want …

i have to change abap/shared_objects_size_MB to a bigger value 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