Hi Clemens,
Sorry if the subject is not clear , yes you are right it is an enhancement but the actual goal is modifying the internal table records of the standard program using dynamic internal table.
I am creating the implicit enhancement for writing the standard program of Pricing report into new sorting order types.
You can check the standard Pricing report program V/LD.
Attached for better understanding
Exit point : where we can able to do changes using implicit enhancement
Alvlist: output of the Pricing report (current one) - 2 ALV list
cond table: Two condition tables so 2 alv list as output
Internal table with values : new sorting to happen for the two condition tables, here we need to call these tables dynamically and do our modification
I am able to concatenate with the condition table values like
Concatenate 'T_POS' sorttab-axxx into variable, now I have the internal table name as T_POS_A925 in my variable. I need to call these internal table records and do my changes (sorting new list based on country name instead country key)
Hope it is clear now.
Thanks Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.