'Jump to' function navigate to Journal Entry

Hi to all brothers & sisters

I am currently working on X3PU9 navigation function (Jump to) in table (NBLIG) from customized screen to Journal Entry.

I did realized the GAS object is using HAE3 as index key.



However, when i apply the code, it not able to direct me to the specific record, but it always jump to the latest seen record in Journal Entry (GAS) .
I have tried either using '+' or '~' ("STDCO"+"~"+[M:ZPIGL1]TYP(NOLIGN - 1)+"~"+[M:ZPIGL1]NUM(NOLIGN - 1))

Here's attached with same sample code.

PARBOUT(1) = "STDCO"+[M:ZPIGL1]TYP(NOLIGN - 1)+[M:ZPIGL1]NUM(NOLIGN - 1)
PARBOUT(2) = "GAS"
PARBOUT(3) = ""
Call OBJET_CHAR(PARBOUT(1),PARBOUT(2),PARBOUT(3)) From GOBJET

Please advise and thanks for your advise or guidance.