Hi Abap Gurus,
I might have a stupid question for you guys but I could not really find the answer in google cause key words are used in many cases and it is different to find a proper topic.
During debugging I found the following sentence:
if ( not hd_invoice-SellerAddr is initial and not hd_invoice-TELNUM is initial ).
Concatenate hd_invoice-SellerAddr text-303 hd_invoice-TELNUM
into hd_invoice-SellerAddr separated by space.
endif.
The question for me is what is the variable text-303 ? In this variable I see a wrong text that prints out incorrectly and I would like to change it. But I cannot find anywhere this variable. Is this a standard text ?