Hello, is there an MI that can be used to change the text ID (OBPOTX) in an OIS position (table OOLINE)?
You need to add the Header Block to the CO using OIS100MI / AddTextThis returns the 'Text ID' and will add the First Line.
Then you can add the rest of the Lines using CRS980MI / AddTxtBlockLine
You can't "change" a Key value.You need to create a NEW Text Block in that case, and if need be, delete the old one.
ok, how can I set the text ID then? I have created the text block header as follows:
The OIS position currently still has the text ID 0, as the position did not yet have a text.
I have overlooked the transaction, with this it works as desired. Many thanks for your help.