Hi there,
I don’t have much ABAP knowledge but I need to create a infoset which joins VIBDOBJASS-OBJNRTRG and IFLOS-TPLNR.
The problem is, OBJNRTRG has this short 2 letter string at the front of the entry which indicates the type of object (its like 2 concatenated fields)
To join on IFLOS-TPLNR, I would need to remove this 2 letter string.
Here’s an example
VIBDOBJASS-OBJNRTRG
IF?0000000000000xxxxx
IFLOS-TPLNR
?0000000000000xxxxx
How can I make such a query? Do I create an additional field with that in the record processing code? could you provide some guidance how this would actually be structured technically?