Hi There,
I enjoyed very much reading your blog "Infoset Query: User Defined Fields".
I am not sure why, but I was not able to comment or reply to any of the existing comments - perhaps some settings in SCN are wrong?
So sorry for posting here if it is slightly off topic, perhaps you can help me post in the relevant spot, if I'm not able.
I do have this question, perhaps you can help me as I searched high and low for a solution.
I have a further question on Concatenation.
You answer in your blog:
1. Create an Additional Field (say ADDL1) in Infoset (Extras) as explained.2. Give code below for this fields as CONCATENATE TABLE1-FIELD1 TABLE1-FIELD2 INTO ADDL1. CHECK TABLE2-FIELD1 = ADDL1.
Is there any syntax that makes it possible to concatenate the values of two text fields into one new field, by simply using a user defined local field within SQ01?
Or is creating ABAP code in SQ02 with a new addtiional field in the Infoset the only method?