‎2019 Sep 05 8:22 PM
We are looking at using function module FKK_SAMPLE_2957. Can someone tell me how ABAP uses the curly brackets { } in the following statement :
e_abvar = f{gpart, vkont, bukrs, kofiz, gsber, spart, segment} .
Is it binding, concatenating the 7 values into one field ?
Thanks
Mike
‎2019 Sep 05 10:31 PM
Dear,
I just checked the FM and the code you mentioned is commented.

And if you try to write that code in test program it gives syntax error: "Comma without preceding colon (after E_ABVAR ?)."
‎2019 Sep 06 8:06 AM
This FM is just a sample with commented pseudo-code.