cancel
Showing results for 
Search instead for 
Did you mean: 

WWI report to show latest UDT from the property Tree information

sujana_koduri
Participant
0 Kudos
337

This working when the infomrtaion entered is minimum number of characters, If user trys to enter the long text – logic fails.seems it is failing when the text information enter is more.

<11BRG119(M,ZRW_GEN_DATA;*)><11BRG120(S:FREI,ZREASONEX;*)><01GESTDHEADE(M:C14N_SYMBOL_STACK_NEW)[D:Start of UD Text]><01GESTDHEADE(M:C14N_SYMBOL_STACK_PUSH)[D:Start of UD Text]> <11ERG120><11ERG119>

Reasons for Revision <11BRG119(M,ZRW_GEN_DATA;*)><11BRG120(S:FREI,ZREASONEX;1)><01GESTDHEADE(M:C14N_SYMBOL_STACK_TOP)[D:Start of UD Text]><11ERG120><11ERG119>

If the long text info check box is enabled then the above logic gets failed.(enabled automatically if the number characters are more)

If the long text info check box is not enabled then the above logic works as expected(not enabled automatically if the number characters are less <128)

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

start "OSS dialog" there is a good chance that the "stack" does not support "long text".,.. (then the same should b true for identifier as well)

But you are using heavingly "Z symbols". So no easy answer is possible. You should use the STACK ONLY IF IT IS REALLY NEEDED.

C.B.